summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp24/Makefile.am
blob: a8ebaecb5272926e88a2d06ef9e9e8ca5ec8ce3c (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_sp24
ada_sp24_SOURCES = sp24.adb config.h sptest.adb sptest.ads
ada_sp24_SOURCES += ../../support/init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp24.scn

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