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

4.104.114.84.95
Last change on this file since cbb09503 was d73a01fd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/27/02 at 13:17:27

2002-08-27 Ralf Corsepius <corsepiu@…>

  • sptests/sp19/sptest.adb: Remove.
  • sptests/sp19/Makefile.am: Let m4 generate sptests.adb from sptests.adp.
  • Property mode set to 100644
File size: 577 bytes
Line 
1## $Id$
2
3include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
4include $(top_srcdir)/../../../automake/compile.am
5include $(top_srcdir)/../../../automake/lib.am
6
7include $(top_srcdir)/ada.am
8
9AM_ADAFLAGS += -I.
10
11if EXPADA
12noinst_PROGRAMS = sp19
13endif
14
15sp19_SOURCES = sp19.adb sptest.adb config.h sptest.ads
16
17sptest.adb: sptest.adp
18        pwd=`pwd` && cd $(srcdir) && $(M4) < sptest.adp > $${pwd}/sptest.adb
19CLEANFILES += sptest.adb
20
21sp19$(EXEEXT): sp19.adb sptest.adb sptest.ads
22        $(GNATCOMPILE) -margs -a $< -o $@
23
24EXTRA_DIST = sp19.scn
25
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.