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

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp25.scn

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