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

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = sp20.scn

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