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

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

include $(top_srcdir)/ada.am

noinst_PROGRAMS = sp04
sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
sp04_SOURCES += ../../support/init.c

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

EXTRA_DIST = sp04.scn

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