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

4.115
Last change on this file since 2ddb743 was 1260126, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/07/10 at 03:20:32

2010-08-07 Ralf Corsépius <ralf.corsepius@…>

PR 1655/testing:

  • ada.am: Reflect changes to testsuites/automake/compile.am.
  • Property mode set to 100644
File size: 629 bytes
RevLine 
[de0ac92]1SUFFIXES = .adb .ali .ads .adp
[2af6056]2
[d880c88e]3GNATMAKE = @GNATMAKE@
[2af6056]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) \
[0f9e7f96]10-bargs -Mgnat_main \
[2af6056]11-margs $(AM_ADAFLAGS) $(ADAFLAGS) \
12-cargs $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
[d880c88e]13    $(GCCSPECS) \
[a846105]14-largs $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
[d880c88e]15    $(GCCSPECS) \
[0f9e7f96]16$(AM_LDFLAGS) $(LDFLAGS) init.o
[2af6056]17
[1260126]18CLEANFILES += *.ali *.o b~*.adb b~*.ads
[2af6056]19
[de0ac92]20#%.o: %.c
21#       $(CC) $(CFLAGS) -I@srcdir@ -c $< -o $@
22
23.adp.adb:
24        pwd=`pwd` && cd $(srcdir) && $(M4) < $*.adp > $${pwd}/$*.adb
Note: See TracBrowser for help on using the repository browser.