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

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

include $(top_srcdir)/ada.am

noinst_PROGRAMS = sp08
sp08_SOURCES = sp08.adb config.h sptest.adb sptest.ads
sp08_SOURCES += ../../support/init.c

sp08$(EXEEXT): sp08.adb init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@

EXTRA_DIST = sp08.scn

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