summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp02/Makefile.am
blob: 64f675dcd6beac77e1c5c173f51f5172214ef06e (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_sp02
ada_sp02_SOURCES = sp02.adb config.h sptest.adb sptest.ads
ada_sp02_SOURCES += ../../support/init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp02.scn

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