source: rtems/c/src/ada-tests/sptests/sp04/Makefile.am @ a7bafd5

4.104.114.84.95
Last change on this file since a7bafd5 was 2085b08e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/26/02 at 10:10:43

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

  • sptests/sp04/Makefile.am: Remove init.$(OBJEXT).
  • Property mode set to 100644
File size: 416 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
9if EXPADA
10noinst_PROGRAMS = sp04
11endif
12
13sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
14
15sp04$(EXEEXT): sp04.adb
16        $(GNATCOMPILE) -margs -a $< -o $@
17
18EXTRA_DIST = sp04.scn
19
20include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.