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

Last change on this file since 9a9b17d was 9a9b17d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/09/03 at 10:26:23

Merger from trunk

  • Property mode set to 100644
File size: 473 bytes
Line 
1## $Id$
2
3include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
4include $(top_srcdir)/../../../automake/compile.am
5
6include $(top_srcdir)/ada.am
7
8AM_ADAFLAGS += -I.
9
10noinst_PROGRAMS = sp19
11
12sp19_SOURCES = sp19.adb sptest.adb config.h sptest.ads
13sp19_SOURCES += ../../support/init.c
14
15CLEANFILES += sptest.adb
16
17sp19$(EXEEXT): sp19.adb sptest.adb sptest.ads init.$(OBJEXT)
18        $(GNATCOMPILE) -margs -a $< -o $@
19
20EXTRA_DIST = sp19.scn
21
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.