Changeset 6c4e9d0 in rtems for c/src/ada-tests/mptests/mp12/node2/Makefile.am
- Timestamp:
- 02/01/08 21:28:08 (16 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 235fb7a
- Parents:
- 8407b5e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/mptests/mp12/node2/Makefile.am
r8407b5e r6c4e9d0 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp12_ node2.exe11 mp12_ node2_exe_SOURCES = mp12_node2.adb ../mptest.adb config.h ../mptest.ads12 mp12_ node2_exe_SOURCES += ../../../support/init.c10 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 13 13 14 mp12_ node2.exe: mp12_node2.adb ../mptest.adb init.$(OBJEXT)14 mp12_ada_mp12_node2.exe: mp12_node2.adb ../mptest.adb init.$(OBJEXT) 15 15 $(GNATCOMPILE) -margs -a $< -o $@ 16 16 17 17 scndir = $(rtems_ada_testsdir) 18 dist_scn_DATA = mp12-node2.scn18 dist_scn_DATA = ada_mp12-node2.scn 19 19 20 20 include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.