Changeset 8da756e in rtems for c/src/ada-tests/mptests/mp12/node2/Makefile.am
- Timestamp:
- 10/03/07 20:12:15 (16 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 3d2a28d
- Parents:
- c309c6f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/mptests/mp12/node2/Makefile.am
rc309c6f1 r8da756e 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 node2$(EXEEXT): ../mptest.adb 10 noinst_PROGRAMS = mp12_node2 11 mp12_node2_SOURCES = mp12_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp12_node2_SOURCES += ../../../support/init.c 13 14 mp12_node2$(EXEEXT): mp12_node2.adb ../mptest.adb init.$(OBJEXT) 11 15 $(GNATCOMPILE) -margs -a $< -o $@ 12 13 if EXPADA14 noinst_PROGRAMS = node215 endif16 17 node2_SOURCES = mptest-per_node_configuration.adb18 16 19 17 scndir = $(rtems_ada_testsdir)
Note: See TracChangeset
for help on using the changeset viewer.