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

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

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

  • sptests/sp09/Makefile.am: Remove EXPADA.
  • sptests/sp09/sptest.adb: Remove RESULT from SCREEN_13.
  • sptests/sp19/Makefile.am: Remove EXPADA.
  • sptests/sp21/Makefile.am: Remove EXPADA.
  • sptests/sp21/sptest.adb: Remove RESULT from TASK_1.
  • tmtests/tmoverhd/dummy_rtems.adb: Reflect changes to IO_Managers.
  • tmtests/tmoverhd/dummy_rtems.ads: Reflect changes to IO_Managers.
  • Property mode set to 100644
File size: 561 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
11noinst_PROGRAMS = sp19
12
13sp19_SOURCES = sp19.adb sptest.adb config.h sptest.ads
14
15sptest.adb: sptest.adp
16        pwd=`pwd` && cd $(srcdir) && $(M4) < sptest.adp > $${pwd}/sptest.adb
17CLEANFILES += sptest.adb
18
19sp19$(EXEEXT): sp19.adb sptest.adb sptest.ads
20        $(GNATCOMPILE) -margs -a $< -o $@
21
22EXTRA_DIST = sp19.scn
23
24include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.