source: rtems/c/src/ada-tests/sptests/sp19/Makefile.am @ c2cdd9d

4.104.114.84.95
Last change on this file since c2cdd9d was c2cdd9d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/05 at 08:51:05

Add scndir. Install *.scn to scndir.

  • Property mode set to 100644
File size: 529 bytes
Line 
1## $Id$
2
3include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
4include $(top_srcdir)/../../../testsuites/automake/compile.am
5
6include $(top_srcdir)/ada.am
7
8AM_ADAFLAGS += -I.
9
10noinst_PROGRAMS = sp19
11
12sp19_SOURCES = sp19.adb sptest.adb config.h sptest.ads
13sp19_SOURCES += ../../support/init.c
14
15CLEANFILES += sptest.adb
16
17sp19$(EXEEXT): sp19.adb sptest.adb sptest.ads init.$(OBJEXT)
18        $(GNATCOMPILE) -margs -a $< -o $@
19
20scndir = $(rtems_ada_testsdir)
21dist_scn_DATA = sp19.scn
22
23include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.