summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp17/Makefile.am
blob: d3d992d2e6a3156b28617406d746983436c40dad (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 = sp17.exe
sp17_exe_SOURCES = sp17.adb config.h sptest.adb sptest.ads
sp17_exe_SOURCES += ../../support/init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = sp17.scn

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