source: rtems/c/src/ada-tests/sptests/sp01/Makefile.am @ 0f9e7f96

4.104.114.84.95
Last change on this file since 0f9e7f96 was 0f9e7f96, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/03 at 22:51:40

2003-01-03 Joel Sherrill <joel@…>

  • ada.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am, sptests/sp01/config.h, sptests/sp04/Makefile.am, sptests/sp04/config.h, support/init.c: Modified build rules slightly so gnat_main is used as the Ada main entry point. Modified sp01 and sp04 Makefile.am's to compile and link with init.o. The test config.h's specified the Ada application requirements -- not the Classic API ones.
  • Property mode set to 100644
File size: 447 bytes
RevLine 
[1a5f405b]1## $Id$
2
[0f9e7f96]3VPATH = @srcdir@:@srcdir@/../../support
4
[1a5f405b]5include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
6include $(top_srcdir)/../../../automake/compile.am
7include $(top_srcdir)/../../../automake/lib.am
8
9include $(top_srcdir)/ada.am
10
11noinst_PROGRAMS = sp01
12sp01_SOURCES = sp01.adb config.h sptest.adb sptest.ads
13
[0f9e7f96]14sp01$(EXEEXT): sp01.adb init.o
[1a5f405b]15        $(GNATCOMPILE) -margs -a $< -o $@
16
[7edb3d3a]17EXTRA_DIST = sp01.scn
18
[1a5f405b]19include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.