source: rtems/c/src/ada-tests/sptests/sp03/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: 460 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
8noinst_PROGRAMS = sp03
9sp03_SOURCES = sp03.adb config.h sptest.adb sptest.ads
10sp03_SOURCES += ../../support/init.c
11
12sp03$(EXEEXT): sp03.adb init.$(OBJEXT)
13        $(GNATCOMPILE) -margs -a $< -o $@
14
15scndir = $(rtems_ada_testsdir)
16dist_scn_DATA = sp03.scn
17
18include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.