source: rtems/c/src/ada-tests/sptests/sp21/Makefile.am @ 40edeae

4.104.114.84.95
Last change on this file since 40edeae 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: 400 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
9noinst_PROGRAMS = sp21
10
11sp21_SOURCES = sp21.adb config.h sptest.adb sptest.ads
12
13sp21$(EXEEXT): sp21.adb
14        $(GNATCOMPILE) -margs -a $< -o $@
15
[7edb3d3a]16EXTRA_DIST = sp21.scn
17
[1a5f405b]18include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.