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

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = sp15.scn

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