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

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

include $(top_srcdir)/ada.am

# Prevents Ada from raising a constraint so that the error
# handling can be verified in the binding.
AM_ADAFLAGS += -gnatp

noinst_PROGRAMS = sp09.exe

sp09_exe_SOURCES = sp09.adb config.h sptest.adb sptest.ads
sp09_exe_SOURCES += ../../support/init.c

sp09.exe: sp09.adb init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = sp09.scn

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