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