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

include $(top_srcdir)/ada.am

noinst_PROGRAMS = ada_sp11
ada_sp11_SOURCES = sp11.adb config.h sptest.adb sptest.ads
ada_sp11_SOURCES += ../../support/init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp11.scn

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