summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp08/Makefile.am
blob: 5c6fc3e74e71e7c34f37d50f49bfa26191815908 (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)/../automake/compile.am

include $(top_srcdir)/ada.am

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

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp08.scn

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