source: rtems/c/src/ada-tests/ada.am @ a846105

4.104.114.84.95
Last change on this file since a846105 was a846105, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/27/02 at 06:57:46

2002-08-27 Ralf Corsepius <corsepiu@…>

  • sptests/sp09/sptest.adb: Add Result to SCREEN_13. Remove Status from TASK_1.
  • sptests/sp21/sptest.adb: Add Result to TASK_1.
  • tmtests/tm20/tmtest.adb: Remove various RETURN_VALUEs.
  • ada.am: Remove ADACOMPILE, ADAC. Add AM_LDFLAGS, LDFLAGS.
  • configure.ac: Check for m4. Abort if HAS_GNAT = no.
  • Property mode set to 100644
File size: 473 bytes
Line 
1SUFFIXES = .adb .ali .ads
2
3GNATMAKE = @GNATMAKE@ -cargs $(GCCSPECS) -largs $(GCCSPECS)
4
5AM_ADAFLAGS = -I$(PROJECT_ROOT)/lib/include/adainclude \
6-I$(PROJECT_ROOT)/@RTEMS_BSP@/lib/include/adainclude \
7-I$(top_srcdir)/support
8
9GNATCOMPILE = $(GNATMAKE) \
10-margs $(AM_ADAFLAGS) $(ADAFLAGS) \
11-cargs $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
12-largs $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
13$(AM_LDFLAGS) $(LDFLAGS)
14
15CLEANFILES = *.ali *.o b~*.adb b~*.ads
16
Note: See TracBrowser for help on using the repository browser.