summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp14/Makefile.am
blob: 5381331b97d227584c9ec9217adb6c8b2388a34f (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 = sp14
sp14_SOURCES = sp14.adb config.h sptest.adb sptest.ads
sp14_SOURCES += ../../support/init.c

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

EXTRA_DIST = sp14.scn

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