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

Last change on this file since 948a069 was a4b8cd02, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/09/03 at 10:17:48

Merger from trunk

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