summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp05/Makefile.am
blob: ad7816e76185d4b318805ac1b05df13a648a2791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## $Id$

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am

include $(top_srcdir)/ada.am

noinst_PROGRAMS = ada_sp05
ada_sp05_SOURCES = sp05.adb config.h sptest.adb sptest.ads
ada_sp05_SOURCES += ../../support/init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp05.scn

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