summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp16/Makefile.am
blob: 22fae1e063f157e454b0e174bea62b85f6879ade (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## $Id$

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am

include $(top_srcdir)/ada.am

noinst_PROGRAMS = sp16
sp16_SOURCES = sp16.adb config.h sptest.adb sptest.ads

sp16$(EXEEXT): sp16.adb
	$(GNATCOMPILE) -margs -a $< -o $@

include $(top_srcdir)/../../../automake/local.am