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

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

include $(top_srcdir)/ada.am

noinst_PROGRAMS = sp16.exe
sp16_exe_SOURCES = sp16.adb config.h sptest.adb sptest.ads
sp16_exe_SOURCES += ../../support/init.c

sp16.exe: sp16.adb init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = sp16.scn

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