source: rtems/c/src/ada-tests/samples/ticker/Makefile.am @ fff840e

4.104.114.84.95
Last change on this file since fff840e 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: 415 bytes
Line 
1## $Id$
2
3VPATH = @srcdir@:@srcdir@/../../support
4
5include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
6include $(top_srcdir)/../../../automake/compile.am
7
8include $(top_srcdir)/ada.am
9
10ticker$(EXEEXT): ticker.adb init.o
11        $(GNATCOMPILE) -margs -a $< -o $@
12
13noinst_PROGRAMS = ticker
14
15ticker_SOURCES = ticker.adb \
16config.h sptest.adb sptest.ads
17
18EXTRA_DIST = ticker.scn
19
20include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.