Changeset 78c7192 in rtems for c/src/ada-tests/mptests/mp12/node2/Makefile.am
- Timestamp:
- 10/25/07 22:06:13 (16 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 83374f3
- Parents:
- d45b4a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/mptests/mp12/node2/Makefile.am
rd45b4a9 r78c7192 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp12_node2 11 mp12_node2_ SOURCES = mp12_node2.adb ../mptest.adb config.h ../mptest.ads12 mp12_node2_ SOURCES += ../../../support/init.c10 noinst_PROGRAMS = mp12_node2.exe 11 mp12_node2_exe_SOURCES = mp12_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp12_node2_exe_SOURCES += ../../../support/init.c 13 13 14 mp12_node2 $(EXEEXT): mp12_node2.adb ../mptest.adb init.$(OBJEXT)14 mp12_node2.exe: mp12_node2.adb ../mptest.adb init.$(OBJEXT) 15 15 $(GNATCOMPILE) -margs -a $< -o $@ 16 16
Note: See TracChangeset
for help on using the changeset viewer.