Changeset 221db54 in rtems for c/src/ada-tests/mptests/mp12/node2/Makefile.am
- Timestamp:
- 12/14/09 18:28:03 (14 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 110e1f1
- Parents:
- 5ea4e63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/mptests/mp12/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp12_ada_mp12_node2.exe 11 mp12_ada_mp12_node2_exe_SOURCES = mp12_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp12_ada_mp12_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp12_ada_mp12_node2 11 mp12_ada_mp12_node2_SOURCES = mp12_node2.adb ../mptest.adb config.h 12 mp12_ada_mp12_node2_SOURCES += ../mptest.ads 13 mp12_ada_mp12_node2_SOURCES += ../../../support/init.c 13 14 14 mp12_ada_mp12_node2 .exe: mp12_node2.adb ../mptest.adb init.$(OBJEXT)15 mp12_ada_mp12_node2$(EXEEXT): mp12_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17
Note: See TracChangeset
for help on using the changeset viewer.