source: rtems/c/src/ada-tests/sptests/sp13/Makefile.am @ 1a5f405b

4.104.114.84.95
Last change on this file since 1a5f405b was 1a5f405b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/26/02 at 06:04:49

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

  • sptests/Makefile.am: New.
  • sptests/sp01/Makefile.am: New.
  • sptests/sp02/Makefile.am: New.
  • sptests/sp03/Makefile.am: New.
  • sptests/sp04/Makefile.am: New.
  • sptests/sp05/Makefile.am: New.
  • sptests/sp06/Makefile.am: New.
  • sptests/sp07/Makefile.am: New.
  • sptests/sp08/Makefile.am: New.
  • sptests/sp09/Makefile.am: New.
  • sptests/sp11/Makefile.am: New.
  • sptests/sp12/Makefile.am: New.
  • sptests/sp13/Makefile.am: New.
  • sptests/sp14/Makefile.am: New.
  • sptests/sp15/Makefile.am: New.
  • sptests/sp16/Makefile.am: New.
  • sptests/sp17/Makefile.am: New.
  • sptests/sp19/Makefile.am: New.
  • sptests/sp20/Makefile.am: New.
  • sptests/sp21/Makefile.am: New.
  • sptests/sp22/Makefile.am: New.
  • sptests/sp23/Makefile.am: New.
  • sptests/sp24/Makefile.am: New.
  • sptests/sp25/Makefile.am: New.
  • sptests/spsize/Makefile.am: New.
  • Property mode set to 100644
File size: 376 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
9noinst_PROGRAMS = sp13
10sp13_SOURCES = sp13.adb config.h sptest.adb sptest.ads
11
12sp13$(EXEEXT): sp13.adb
13        $(GNATCOMPILE) -margs -a $< -o $@
14
15include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.