summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp17/Makefile.am
blob: 142cbd3b417690f6b054e2d56b0369346c392d95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

include $(top_srcdir)/ada.am

noinst_PROGRAMS = ada_sp17
ada_sp17_SOURCES = sp17.adb config.h sptest.adb sptest.ads
ada_sp17_SOURCES += init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp17.scn