source: rtems/c/src/ada-tests/sptests/sp04/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: 464 bytes
Line 
1## $Id$
2
3VPATH = @srcdir@:@srcdir@/../../support
4
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
11if EXPADA
12noinst_PROGRAMS = sp04
13endif
14
15sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
16
17sp04$(EXEEXT): sp04.adb init.o
18        $(GNATCOMPILE) -margs -a $< -o $@
19
20EXTRA_DIST = sp04.scn
21
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.