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

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = sp12.scn

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