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

4.115
Last change on this file since 6279149 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
Line 
1SUFFIXES = .adb .ali .ads .adp
2
3GNATMAKE = @GNATMAKE@
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-bargs -Mgnat_main \
11-margs $(AM_ADAFLAGS) $(ADAFLAGS) \
12-cargs $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
13    $(GCCSPECS) \
14-largs $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
15    $(GCCSPECS) \
16$(AM_LDFLAGS) $(LDFLAGS) init.o
17
18CLEANFILES += *.ali *.o b~*.adb b~*.ads
19
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.