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
RevLine 
[1a5f405b]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
[d73a01fd]9AM_ADAFLAGS += -I.
10
[1a5f405b]11noinst_PROGRAMS = sp19
12
[d73a01fd]13sp19_SOURCES = sp19.adb sptest.adb config.h sptest.ads
[1a5f405b]14
[d73a01fd]15sptest.adb: sptest.adp
16        pwd=`pwd` && cd $(srcdir) && $(M4) < sptest.adp > $${pwd}/sptest.adb
17CLEANFILES += sptest.adb
[1a5f405b]18
[d73a01fd]19sp19$(EXEEXT): sp19.adb sptest.adb sptest.ads
[1a5f405b]20        $(GNATCOMPILE) -margs -a $< -o $@
21
[7edb3d3a]22EXTRA_DIST = sp19.scn
23
[1a5f405b]24include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.