summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp01/Makefile.am
blob: 722d329d19474f233f9ff5f0c74fecd8f190dd0d (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_sp01.exe
ada_sp01_exe_SOURCES = sp01.adb config.h sptest.adb sptest.ads
ada_sp01_exe_SOURCES += ../../support/init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp01.scn

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