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

Last change on this file since 948a069 was a4b8cd02, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/09/03 at 10:17:48

Merger from trunk

  • Property mode set to 100644
File size: 404 bytes
RevLine 
[1a5f405b]1## $Id$
2
3include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
4include $(top_srcdir)/../../../automake/compile.am
5
6include $(top_srcdir)/ada.am
7
8noinst_PROGRAMS = sp04
9sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
[a4b8cd02]10sp04_SOURCES += ../../support/init.c
[1a5f405b]11
[a4b8cd02]12sp04$(EXEEXT): sp04.adb init.$(OBJEXT)
[1a5f405b]13        $(GNATCOMPILE) -margs -a $< -o $@
14
[7edb3d3a]15EXTRA_DIST = sp04.scn
16
[1a5f405b]17include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.