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