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
Line 
1SUFFIXES = .adb .ali .ads .adp
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-bargs -Mgnat_main \
11-margs $(AM_ADAFLAGS) $(ADAFLAGS) \
12-cargs $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
13-largs $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
14$(AM_LDFLAGS) $(LDFLAGS) init.o
15
16CLEANFILES = *.ali *.o b~*.adb b~*.ads
17
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.