summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp19/Makefile.am
blob: 27604b136e578d83c3b8afdb45dc29f5599e79c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

include $(top_srcdir)/ada.am

AM_ADAFLAGS += -I.

noinst_PROGRAMS = ada_sp19
ada_sp19_SOURCES = sp19.adb sptest.adb config.h sptest.ads
ada_sp19_SOURCES += init.c

CLEANFILES += sptest.adb

ada_sp19$(EXEEXT): sp19.adb sptest.adb sptest.ads init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp19.scn