Changeset 221db54 in rtems
- Timestamp:
- 12/14/09 18:28:03 (14 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 110e1f1
- Parents:
- 5ea4e63
- Location:
- c/src/ada-tests
- Files:
-
- 88 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/ChangeLog
r5ea4e63 r221db54 1 2009-12-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am, 4 mptests/mp02/node1/Makefile.am, mptests/mp02/node2/Makefile.am, 5 mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am, 6 mptests/mp04/node1/Makefile.am, mptests/mp04/node2/Makefile.am, 7 mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am, 8 mptests/mp06/node1/Makefile.am, mptests/mp06/node2/Makefile.am, 9 mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am, 10 mptests/mp08/node1/Makefile.am, mptests/mp08/node2/Makefile.am, 11 mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am, 12 mptests/mp10/node1/Makefile.am, mptests/mp10/node2/Makefile.am, 13 mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am, 14 mptests/mp12/node1/Makefile.am, mptests/mp12/node2/Makefile.am, 15 mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am, 16 mptests/mp14/node1/Makefile.am, mptests/mp14/node2/Makefile.am, 17 samples/base_mp/Makefile.am, samples/base_mp/node1/Makefile.am, 18 samples/base_mp/node2/Makefile.am, samples/base_sp/Makefile.am, 19 samples/hello/Makefile.am, samples/nsecs/Makefile.am, 20 samples/ticker/Makefile.am, sptests/sp01/Makefile.am, 21 sptests/sp02/Makefile.am, sptests/sp03/Makefile.am, 22 sptests/sp04/Makefile.am, sptests/sp05/Makefile.am, 23 sptests/sp06/Makefile.am, sptests/sp07/Makefile.am, 24 sptests/sp08/Makefile.am, sptests/sp09/Makefile.am, 25 sptests/sp11/Makefile.am, sptests/sp12/Makefile.am, 26 sptests/sp13/Makefile.am, sptests/sp14/Makefile.am, 27 sptests/sp15/Makefile.am, sptests/sp16/Makefile.am, 28 sptests/sp17/Makefile.am, sptests/sp19/Makefile.am, 29 sptests/sp20/Makefile.am, sptests/sp22/Makefile.am, 30 sptests/sp23/Makefile.am, sptests/sp24/Makefile.am, 31 sptests/sp25/Makefile.am, sptests/spname01/Makefile.am, 32 tmtests/tm01/Makefile.am, tmtests/tm02/Makefile.am, 33 tmtests/tm03/Makefile.am, tmtests/tm04/Makefile.am, 34 tmtests/tm05/Makefile.am, tmtests/tm06/Makefile.am, 35 tmtests/tm07/Makefile.am, tmtests/tm08/Makefile.am, 36 tmtests/tm09/Makefile.am, tmtests/tm10/Makefile.am, 37 tmtests/tm11/Makefile.am, tmtests/tm12/Makefile.am, 38 tmtests/tm13/Makefile.am, tmtests/tm14/Makefile.am, 39 tmtests/tm15/Makefile.am, tmtests/tm16/Makefile.am, 40 tmtests/tm17/Makefile.am, tmtests/tm18/Makefile.am, 41 tmtests/tm19/Makefile.am, tmtests/tm20/Makefile.am, 42 tmtests/tm21/Makefile.am, tmtests/tm22/Makefile.am, 43 tmtests/tm23/Makefile.am, tmtests/tm24/Makefile.am, 44 tmtests/tm25/Makefile.am, tmtests/tm28/Makefile.am, 45 tmtests/tm29/Makefile.am, tmtests/tmck/Makefile.am, 46 tmtests/tmoverhd/Makefile.am: Update so all tests build. 47 1 48 2008-09-29 Joel Sherrill <joel.sherrill@oarcorp.com> 2 49 -
c/src/ada-tests/mptests/mp01/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp01_ada_mp01_node1.exe 11 mp01_ada_mp01_node1_exe_SOURCES = mp01_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp01_ada_mp01_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp01_ada_mp01_node1 11 mp01_ada_mp01_node1_SOURCES = mp01_node1.adb ../mptest.adb config.h 12 mp01_ada_mp01_node1_SOURCES += ../mptest.ads 13 mp01_ada_mp01_node1_SOURCES += ../../../support/init.c 13 14 14 mp01_ada_mp01_node1 .exe: mp01_node1.adb ../mptest.adb init.$(OBJEXT)15 mp01_ada_mp01_node1$(EXEEXT): mp01_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp01/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp01_ada_mp01_node2.exe 11 mp01_ada_mp01_node2_exe_SOURCES = mp01_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp01_ada_mp01_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp01_ada_mp01_node2 11 mp01_ada_mp01_node2_SOURCES = mp01_node2.adb ../mptest.adb config.h 12 mp01_ada_mp01_node2_SOURCES += ../mptest.ads 13 mp01_ada_mp01_node2_SOURCES += ../../../support/init.c 13 14 14 mp01_ada_mp01_node2 .exe: mp01_node2.adb ../mptest.adb init.$(OBJEXT)15 mp01_ada_mp01_node2$(EXEEXT): mp01_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp02/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp02_ada_mp02_node1.exe 11 mp02_ada_mp02_node1_exe_SOURCES = mp02_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp02_ada_mp02_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp02_ada_mp02_node1 11 mp02_ada_mp02_node1_SOURCES = mp02_node1.adb ../mptest.adb config.h 12 mp02_ada_mp02_node1_SOURCES += ../mptest.ads 13 mp02_ada_mp02_node1_SOURCES += ../../../support/init.c 13 14 14 mp02_ada_mp02_node1 .exe: mp02_node1.adb ../mptest.adb init.$(OBJEXT)15 mp02_ada_mp02_node1$(EXEEXT): mp02_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp02/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp02_ada_mp02_node2.exe 11 mp02_ada_mp02_node2_exe_SOURCES = mp02_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp02_ada_mp02_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp02_ada_mp02_node2 11 mp02_ada_mp02_node2_SOURCES = mp02_node2.adb ../mptest.adb config.h 12 mp02_ada_mp02_node2_SOURCES += ../mptest.ads 13 mp02_ada_mp02_node2_SOURCES += ../../../support/init.c 13 14 14 mp02_ada_mp02_node2 .exe: mp02_node2.adb ../mptest.adb init.$(OBJEXT)15 mp02_ada_mp02_node2$(EXEEXT): mp02_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp03/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp03_ada_mp03_node1.exe 11 mp03_ada_mp03_node1_exe_SOURCES = mp03_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp03_ada_mp03_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp03_ada_mp03_node1 11 mp03_ada_mp03_node1_SOURCES = mp03_node1.adb ../mptest.adb config.h 12 mp03_ada_mp03_node1_SOURCES += ../mptest.ads 13 mp03_ada_mp03_node1_SOURCES += ../../../support/init.c 13 14 14 mp03_ada_mp03_node1 .exe: mp03_node1.adb ../mptest.adb init.$(OBJEXT)15 mp03_ada_mp03_node1$(EXEEXT): mp03_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp03/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp03_ada_mp03_node2.exe 11 mp03_ada_mp03_node2_exe_SOURCES = mp03_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp03_ada_mp03_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp03_ada_mp03_node2 11 mp03_ada_mp03_node2_SOURCES = mp03_node2.adb ../mptest.adb config.h 12 mp03_ada_mp03_node2_SOURCES += ../mptest.ads 13 mp03_ada_mp03_node2_SOURCES += ../../../support/init.c 13 14 14 mp03_ada_mp03_node2 .exe: mp03_node2.adb ../mptest.adb init.$(OBJEXT)15 mp03_ada_mp03_node2$(EXEEXT): mp03_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp04/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp04_ada_mp04_node1.exe 11 mp04_ada_mp04_node1_exe_SOURCES = mp04_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp04_ada_mp04_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp04_ada_mp04_node1 11 mp04_ada_mp04_node1_SOURCES = mp04_node1.adb ../mptest.adb config.h 12 mp04_ada_mp04_node1_SOURCES += ../mptest.ads 13 mp04_ada_mp04_node1_SOURCES += ../../../support/init.c 13 14 14 mp04_ada_mp04_node1 .exe: mp04_node1.adb ../mptest.adb init.$(OBJEXT)15 mp04_ada_mp04_node1$(EXEEXT): mp04_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp04/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp04_ada_mp04_node2.exe 11 mp04_ada_mp04_node2_exe_SOURCES = mp04_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp04_ada_mp04_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp04_ada_mp04_node2 11 mp04_ada_mp04_node2_SOURCES = mp04_node2.adb ../mptest.adb config.h 12 mp04_ada_mp04_node2_SOURCES += ../mptest.ads 13 mp04_ada_mp04_node2_SOURCES += ../../../support/init.c 13 14 14 mp04_ada_mp04_node2 .exe: mp04_node2.adb ../mptest.adb init.$(OBJEXT)15 mp04_ada_mp04_node2$(EXEEXT): mp04_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp05/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp05_ada_mp05_node1.exe 11 mp05_ada_mp05_node1_exe_SOURCES = mp05_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp05_ada_mp05_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp05_ada_mp05_node1 11 mp05_ada_mp05_node1_SOURCES = mp05_node1.adb ../mptest.adb config.h 12 mp05_ada_mp05_node1_SOURCES += ../mptest.ads 13 mp05_ada_mp05_node1_SOURCES += ../../../support/init.c 13 14 14 mp05_ada_mp05_node1 .exe: mp05_node1.adb ../mptest.adb init.$(OBJEXT)15 mp05_ada_mp05_node1$(EXEEXT): mp05_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp05/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp05_ada_mp05_node2.exe 11 mp05_ada_mp05_node2_exe_SOURCES = mp05_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp05_ada_mp05_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp05_ada_mp05_node2 11 mp05_ada_mp05_node2_SOURCES = mp05_node2.adb ../mptest.adb config.h 12 mp05_ada_mp05_node2_SOURCES += ../mptest.ads 13 mp05_ada_mp05_node2_SOURCES += ../../../support/init.c 13 14 14 mp05_ada_mp05_node2 .exe: mp05_node2.adb ../mptest.adb init.$(OBJEXT)15 mp05_ada_mp05_node2$(EXEEXT): mp05_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp06/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp06_ada_mp06_node1.exe 11 mp06_ada_mp06_node1_exe_SOURCES = mp06_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp06_ada_mp06_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp06_ada_mp06_node1 11 mp06_ada_mp06_node1_SOURCES = mp06_node1.adb ../mptest.adb config.h 12 mp06_ada_mp06_node1_SOURCES += ../mptest.ads 13 mp06_ada_mp06_node1_SOURCES += ../../../support/init.c 13 14 14 mp06_ada_mp06_node1 .exe: mp06_node1.adb ../mptest.adb init.$(OBJEXT)15 mp06_ada_mp06_node1$(EXEEXT): mp06_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp06/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp06_ada_mp06_node2.exe 11 mp06_ada_mp06_node2_exe_SOURCES = mp06_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp06_ada_mp06_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp06_ada_mp06_node2 11 mp06_ada_mp06_node2_SOURCES = mp06_node2.adb ../mptest.adb config.h 12 mp06_ada_mp06_node2_SOURCES += ../mptest.ads 13 mp06_ada_mp06_node2_SOURCES += ../../../support/init.c 13 14 14 mp06_ada_mp06_node2 .exe: mp06_node2.adb ../mptest.adb init.$(OBJEXT)15 mp06_ada_mp06_node2$(EXEEXT): mp06_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp07/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp07_ada_mp07_node1.exe 11 mp07_ada_mp07_node1_exe_SOURCES = mp07_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp07_ada_mp07_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp07_ada_mp07_node1 11 mp07_ada_mp07_node1_SOURCES = mp07_node1.adb ../mptest.adb config.h 12 mp07_ada_mp07_node1_SOURCES += ../mptest.ads 13 mp07_ada_mp07_node1_SOURCES += ../../../support/init.c 13 14 14 mp07_ada_mp07_node1 .exe: mp07_node1.adb ../mptest.adb init.$(OBJEXT)15 mp07_ada_mp07_node1$(EXEEXT): mp07_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp07/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp07_ada_mp07_node2.exe 11 mp07_ada_mp07_node2_exe_SOURCES = mp07_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp07_ada_mp07_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp07_ada_mp07_node2 11 mp07_ada_mp07_node2_SOURCES = mp07_node2.adb ../mptest.adb config.h 12 mp07_ada_mp07_node2_SOURCES += ../mptest.ads 13 mp07_ada_mp07_node2_SOURCES += ../../../support/init.c 13 14 14 mp07_ada_mp07_node2 .exe: mp07_node2.adb ../mptest.adb init.$(OBJEXT)15 mp07_ada_mp07_node2$(EXEEXT): mp07_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp08/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp08_ada_mp08_node1.exe 11 mp08_ada_mp08_node1_exe_SOURCES = mp08_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp08_ada_mp08_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp08_ada_mp08_node1 11 mp08_ada_mp08_node1_SOURCES = mp08_node1.adb ../mptest.adb config.h 12 mp08_ada_mp08_node1_SOURCES += ../mptest.ads 13 mp08_ada_mp08_node1_SOURCES += ../../../support/init.c 13 14 14 mp08_ada_mp08_node1 .exe: mp08_node1.adb ../mptest.adb init.$(OBJEXT)15 mp08_ada_mp08_node1$(EXEEXT): mp08_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp08/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp08_ada_mp08_node2.exe 11 mp08_ada_mp08_node2_exe_SOURCES = mp08_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp08_ada_mp08_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp08_ada_mp08_node2 11 mp08_ada_mp08_node2_SOURCES = mp08_node2.adb ../mptest.adb config.h 12 mp08_ada_mp08_node2_SOURCES += ../mptest.ads 13 mp08_ada_mp08_node2_SOURCES += ../../../support/init.c 13 14 14 mp08_ada_mp08_node2 .exe: mp08_node2.adb ../mptest.adb init.$(OBJEXT)15 mp08_ada_mp08_node2$(EXEEXT): mp08_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp09/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp09_ada_mp09_node1.exe 11 mp09_ada_mp09_node1_exe_SOURCES = mp09_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp09_ada_mp09_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp09_ada_mp09_node1 11 mp09_ada_mp09_node1_SOURCES = mp09_node1.adb ../mptest.adb config.h 12 mp09_ada_mp09_node1_SOURCES += ../mptest.ads 13 mp09_ada_mp09_node1_SOURCES += ../../../support/init.c 13 14 14 mp09_ada_mp09_node1 .exe: mp09_node1.adb ../mptest.adb init.$(OBJEXT)15 mp09_ada_mp09_node1$(EXEEXT): mp09_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp09/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp09_ada_mp09_node2.exe 11 mp09_ada_mp09_node2_exe_SOURCES = mp09_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp09_ada_mp09_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp09_ada_mp09_node2 11 mp09_ada_mp09_node2_SOURCES = mp09_node2.adb ../mptest.adb config.h 12 mp09_ada_mp09_node2_SOURCES += ../mptest.ads 13 mp09_ada_mp09_node2_SOURCES += ../../../support/init.c 13 14 14 mp09_ada_mp09_node2 .exe: mp09_node2.adb ../mptest.adb init.$(OBJEXT)15 mp09_ada_mp09_node2$(EXEEXT): mp09_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp10/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp10_ada_mp10_node1.exe 11 mp10_ada_mp10_node1_exe_SOURCES = mp10_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp10_ada_mp10_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp10_ada_mp10_node1 11 mp10_ada_mp10_node1_SOURCES = mp10_node1.adb ../mptest.adb config.h 12 mp10_ada_mp10_node1_SOURCES += ../mptest.ads 13 mp10_ada_mp10_node1_SOURCES += ../../../support/init.c 13 14 14 mp10_ada_mp10_node1 .exe: mp10_node1.adb ../mptest.adb init.$(OBJEXT)15 mp10_ada_mp10_node1$(EXEEXT): mp10_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp10/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp10_ada_mp10_node2.exe 11 mp10_ada_mp10_node2_exe_SOURCES = mp10_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp10_ada_mp10_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp10_ada_mp10_node2 11 mp10_ada_mp10_node2_SOURCES = mp10_node2.adb ../mptest.adb config.h 12 mp10_ada_mp10_node2_SOURCES += ../mptest.ads 13 mp10_ada_mp10_node2_SOURCES += ../../../support/init.c 13 14 14 mp10_ada_mp10_node2 .exe: mp10_node2.adb ../mptest.adb init.$(OBJEXT)15 mp10_ada_mp10_node2$(EXEEXT): mp10_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp11/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp11_ada_mp11_node1.exe 11 mp11_ada_mp11_node1_exe_SOURCES = mp11_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp11_ada_mp11_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp11_ada_mp11_node1 11 mp11_ada_mp11_node1_SOURCES = mp11_node1.adb ../mptest.adb config.h 12 mp11_ada_mp11_node1_SOURCES += ../mptest.ads 13 mp11_ada_mp11_node1_SOURCES += ../../../support/init.c 13 14 14 mp11_ada_mp11_node1 .exe: mp11_node1.adb ../mptest.adb init.$(OBJEXT)15 mp11_ada_mp11_node1$(EXEEXT): mp11_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp11/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp11_ada_mp11_node2.exe 11 mp11_ada_mp11_node2_exe_SOURCES = mp11_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp11_ada_mp11_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp11_ada_mp11_node2 11 mp11_ada_mp11_node2_SOURCES = mp11_node2.adb ../mptest.adb config.h 12 mp11_ada_mp11_node2_SOURCES += ../mptest.ads 13 mp11_ada_mp11_node2_SOURCES += ../../../support/init.c 13 14 14 mp11_ada_mp11_node2 .exe: mp11_node2.adb ../mptest.adb init.$(OBJEXT)15 mp11_ada_mp11_node2$(EXEEXT): mp11_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp12/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp12_ada_mp12_node1.exe 11 mp12_ada_mp12_node1_exe_SOURCES = mp12_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp12_ada_mp12_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp12_ada_mp12_node1 11 mp12_ada_mp12_node1_SOURCES = mp12_node1.adb ../mptest.adb config.h 12 mp12_ada_mp12_node1_SOURCES += ../mptest.ads 13 mp12_ada_mp12_node1_SOURCES += ../../../support/init.c 13 14 14 mp12_ada_mp12_node1 .exe: mp12_node1.adb ../mptest.adb init.$(OBJEXT)15 mp12_ada_mp12_node1$(EXEEXT): mp12_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
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 -
c/src/ada-tests/mptests/mp13/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp13_ada_mp13_node1.exe 11 mp13_ada_mp13_node1_exe_SOURCES = mp13_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp13_ada_mp13_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp13_ada_mp13_node1 11 mp13_ada_mp13_node1_SOURCES = mp13_node1.adb ../mptest.adb config.h 12 mp13_ada_mp13_node1_SOURCES += ../mptest.ads 13 mp13_ada_mp13_node1_SOURCES += ../../../support/init.c 13 14 14 mp13_ada_mp13_node1 .exe: mp13_node1.adb ../mptest.adb init.$(OBJEXT)15 mp13_ada_mp13_node1$(EXEEXT): mp13_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp13/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp13_ada_mp13_node2.exe 11 mp13_ada_mp13_node2_exe_SOURCES = mp13_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp13_ada_mp13_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp13_ada_mp13_node2 11 mp13_ada_mp13_node2_SOURCES = mp13_node2.adb ../mptest.adb config.h 12 mp13_ada_mp13_node2_SOURCES += ../mptest.ads 13 mp13_ada_mp13_node2_SOURCES += ../../../support/init.c 13 14 14 mp13_ada_mp13_node2 .exe: mp13_node2.adb ../mptest.adb init.$(OBJEXT)15 mp13_ada_mp13_node2$(EXEEXT): mp13_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp14/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp14_ada_mp14_node1.exe 11 mp14_ada_mp14_node1_exe_SOURCES = mp14_node1.adb ../mptest.adb config.h ../mptest.ads 12 mp14_ada_mp14_node1_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp14_ada_mp14_node1 11 mp14_ada_mp14_node1_SOURCES = mp14_node1.adb ../mptest.adb config.h 12 mp14_ada_mp14_node1_SOURCES += ../mptest.ads 13 mp14_ada_mp14_node1_SOURCES += ../../../support/init.c 13 14 14 mp14_ada_mp14_node1 .exe: mp14_node1.adb ../mptest.adb init.$(OBJEXT)15 mp14_ada_mp14_node1$(EXEEXT): mp14_node1.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/mptests/mp14/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 noinst_PROGRAMS = mp14_ada_mp14_node2.exe 11 mp14_ada_mp14_node2_exe_SOURCES = mp14_node2.adb ../mptest.adb config.h ../mptest.ads 12 mp14_ada_mp14_node2_exe_SOURCES += ../../../support/init.c 10 noinst_PROGRAMS = mp14_ada_mp14_node2 11 mp14_ada_mp14_node2_SOURCES = mp14_node2.adb ../mptest.adb config.h 12 mp14_ada_mp14_node2_SOURCES += ../mptest.ads 13 mp14_ada_mp14_node2_SOURCES += ../../../support/init.c 13 14 14 mp14_ada_mp14_node2 .exe: mp14_node2.adb ../mptest.adb init.$(OBJEXT)15 mp14_ada_mp14_node2$(EXEEXT): mp14_node2.adb ../mptest.adb init.$(OBJEXT) 15 16 $(GNATCOMPILE) -margs -a $< -o $@ 16 17 -
c/src/ada-tests/samples/base_mp/Makefile.am
r5ea4e63 r221db54 7 7 #include $(top_srcdir)/ada.am 8 8 9 #mptest .exe: mptest.adb9 #mptest$(EXEEXT): mptest.adb 10 10 # $(GNATCOMPILE) -margs -a $< -o $@ 11 11 -
c/src/ada-tests/samples/base_mp/node1/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 ada_base_mp_node1.exe: ../mptest.adb init.o 10 if EXPADA 11 noinst_PROGRAMS = ada_base_mp_node1 12 ada_base_mp_node1_SOURCES = mptest-per_node_configuration.adb 13 endif 14 15 ada_base_mp_node1$(EXEEXT): ../mptest.adb init.o 11 16 $(GNATCOMPILE) -margs -a $< -o $@ 12 17 … … 14 19 $(COMPILE.c) -DNODE_NUMBER=1 -I$(srcdir)/.. -c $< 15 20 16 if EXPADA17 noinst_PROGRAMS = ada_base_mp_node1.exe18 endif19 20 21 scndir = $(rtems_ada_testsdir) 21 22 dist_scn_DATA = ada_base_mp-node1.scn -
c/src/ada-tests/samples/base_mp/node2/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I$(srcdir)/.. 9 9 10 ada_base_mp_node2.exe: ../mptest.adb init.o 10 if EXPADA 11 noinst_PROGRAMS = ada_base_mp_node2 12 ada_base_mp_node2_SOURCES = mptest-per_node_configuration.adb 13 endif 14 15 ada_base_mp_node2$(EXEEXT): ../mptest.adb init.o 11 16 $(GNATCOMPILE) -margs -a $< -o $@ 12 17 … … 14 19 $(COMPILE.c) -DNODE_NUMBER=2 -I$(srcdir)/.. -c $< 15 20 16 if EXPADA17 noinst_PROGRAMS = ada_base_mp_node2.exe18 endif19 20 ada_base_mp_node2_exe_SOURCES = mptest-per_node_configuration.adb21 22 21 scndir = $(rtems_ada_testsdir) 23 22 dist_scn_DATA = ada_base_mp-node2.scn -
c/src/ada-tests/samples/base_sp/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 ada_base_sp .exe: base_sp.adb init.$(OBJEXT)8 ada_base_sp$(EXEEXT): base_sp.adb init.$(OBJEXT) 9 9 $(GNATCOMPILE) -margs -a $< -o $@ 10 10 … … 12 12 $(COMPILE.c) -I$(srcdir) -c $< 13 13 14 noinst_PROGRAMS = ada_base_sp .exe14 noinst_PROGRAMS = ada_base_sp 15 15 16 ada_base_sp_ exe_SOURCES = base_sp.adb config.h sptest.adb sptest.ads16 ada_base_sp_SOURCES = base_sp.adb config.h sptest.adb sptest.ads 17 17 18 18 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/samples/hello/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 ada_hello .exe: hello.adb init.$(OBJEXT)8 ada_hello$(EXEEXT): hello.adb init.$(OBJEXT) 9 9 $(GNATCOMPILE) -margs -a $< -o $@ 10 10 … … 12 12 $(COMPILE.c) -I$(srcdir) -c $< 13 13 14 noinst_PROGRAMS = ada_hello .exe14 noinst_PROGRAMS = ada_hello 15 15 16 ada_hello_ exe_SOURCES = hello.adb config.h sptest.adb sptest.ads16 ada_hello_SOURCES = hello.adb config.h sptest.adb sptest.ads 17 17 18 18 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/samples/nsecs/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 ada_nsecs .exe: nsecs.adb init.$(OBJEXT)8 ada_nsecs$(EXEEXT): nsecs.adb init.$(OBJEXT) 9 9 $(GNATCOMPILE) -margs -a $< -o $@ 10 10 … … 12 12 $(COMPILE.c) -I$(srcdir) -c $< 13 13 14 noinst_PROGRAMS = ada_nsecs .exe14 noinst_PROGRAMS = ada_nsecs 15 15 16 ada_nsecs_ exe_SOURCES = nsecs.adb config.h sptest.adb sptest.ads16 ada_nsecs_SOURCES = nsecs.adb config.h sptest.adb sptest.ads 17 17 18 18 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/samples/ticker/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 ada_ticker .exe: ticker.adb init.$(OBJEXT)8 ada_ticker$(EXEEXT): ticker.adb init.$(OBJEXT) 9 9 $(GNATCOMPILE) -margs -a $< -o $@ 10 10 … … 12 12 $(COMPILE.c) -I$(srcdir) -c $< 13 13 14 noinst_PROGRAMS = ada_ticker .exe14 noinst_PROGRAMS = ada_ticker 15 15 16 ada_ticker_ exe_SOURCES = ticker.adb config.h sptest.adb sptest.ads16 ada_ticker_SOURCES = ticker.adb config.h sptest.adb sptest.ads 17 17 18 18 scndir = $(rtems_ada_testsdir) -
c/src/ada-tests/sptests/sp01/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp01 .exe9 ada_sp01_ exe_SOURCES = sp01.adb config.h sptest.adb sptest.ads10 ada_sp01_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp01 9 ada_sp01_SOURCES = sp01.adb config.h sptest.adb sptest.ads 10 ada_sp01_SOURCES += ../../support/init.c 11 11 12 ada_sp01 .exe: sp01.adb init.$(OBJEXT)12 ada_sp01$(EXEEXT): sp01.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp02/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp02 .exe9 ada_sp02_ exe_SOURCES = sp02.adb config.h sptest.adb sptest.ads10 ada_sp02_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp02 9 ada_sp02_SOURCES = sp02.adb config.h sptest.adb sptest.ads 10 ada_sp02_SOURCES += ../../support/init.c 11 11 12 ada_sp02 .exe: sp02.adb init.$(OBJEXT)12 ada_sp02$(EXEEXT): sp02.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp03/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp03 .exe9 ada_sp03_ exe_SOURCES = sp03.adb config.h sptest.adb sptest.ads10 ada_sp03_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp03 9 ada_sp03_SOURCES = sp03.adb config.h sptest.adb sptest.ads 10 ada_sp03_SOURCES += ../../support/init.c 11 11 12 ada_sp03 .exe: sp03.adb init.$(OBJEXT)12 ada_sp03$(EXEEXT): sp03.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp04/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp04 .exe9 ada_sp04_ exe_SOURCES = sp04.adb config.h sptest.adb sptest.ads10 ada_sp04_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp04 9 ada_sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads 10 ada_sp04_SOURCES += ../../support/init.c 11 11 12 ada_sp04 .exe: sp04.adb init.$(OBJEXT)12 ada_sp04$(EXEEXT): sp04.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp05/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp05 .exe9 ada_sp05_ exe_SOURCES = sp05.adb config.h sptest.adb sptest.ads10 ada_sp05_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp05 9 ada_sp05_SOURCES = sp05.adb config.h sptest.adb sptest.ads 10 ada_sp05_SOURCES += ../../support/init.c 11 11 12 ada_sp05 .exe: sp05.adb init.$(OBJEXT)12 ada_sp05$(EXEEXT): sp05.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp06/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp06 .exe9 ada_sp06_ exe_SOURCES = sp06.adb config.h sptest.adb sptest.ads10 ada_sp06_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp06 9 ada_sp06_SOURCES = sp06.adb config.h sptest.adb sptest.ads 10 ada_sp06_SOURCES += ../../support/init.c 11 11 12 ada_sp06 .exe: sp06.adb init.$(OBJEXT)12 ada_sp06$(EXEEXT): sp06.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp07/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp07 .exe8 noinst_PROGRAMS = ada_sp07 9 9 10 ada_sp07_ exe_SOURCES = sp07.adb config.h sptest.adb sptest.ads11 ada_sp07_ exe_SOURCES += ../../support/init.c10 ada_sp07_SOURCES = sp07.adb config.h sptest.adb sptest.ads 11 ada_sp07_SOURCES += ../../support/init.c 12 12 13 ada_sp07 .exe: sp07.adb init.$(OBJEXT)13 ada_sp07$(EXEEXT): sp07.adb init.$(OBJEXT) 14 14 $(GNATCOMPILE) -margs -a $< -o $@ 15 15 -
c/src/ada-tests/sptests/sp08/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp08 .exe9 ada_sp08_ exe_SOURCES = sp08.adb config.h sptest.adb sptest.ads10 ada_sp08_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp08 9 ada_sp08_SOURCES = sp08.adb config.h sptest.adb sptest.ads 10 ada_sp08_SOURCES += ../../support/init.c 11 11 12 ada_sp08 .exe: sp08.adb init.$(OBJEXT)12 ada_sp08$(EXEEXT): sp08.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp09/Makefile.am
r5ea4e63 r221db54 10 10 AM_ADAFLAGS += -gnatp 11 11 12 noinst_PROGRAMS = ada_sp09 .exe12 noinst_PROGRAMS = ada_sp09 13 13 14 ada_sp09_ exe_SOURCES = sp09.adb config.h sptest.adb sptest.ads15 ada_sp09_ exe_SOURCES += ../../support/init.c14 ada_sp09_SOURCES = sp09.adb config.h sptest.adb sptest.ads 15 ada_sp09_SOURCES += ../../support/init.c 16 16 17 ada_sp09 .exe: sp09.adb init.$(OBJEXT)17 ada_sp09$(EXEEXT): sp09.adb init.$(OBJEXT) 18 18 $(GNATCOMPILE) -margs -a $< -o $@ 19 19 -
c/src/ada-tests/sptests/sp11/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp11 .exe9 ada_sp11_ exe_SOURCES = sp11.adb config.h sptest.adb sptest.ads10 ada_sp11_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp11 9 ada_sp11_SOURCES = sp11.adb config.h sptest.adb sptest.ads 10 ada_sp11_SOURCES += ../../support/init.c 11 11 12 ada_sp11 .exe: sp11.adb init.$(OBJEXT)12 ada_sp11$(EXEEXT): sp11.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp12/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp12 .exe9 ada_sp12_ exe_SOURCES = sp12.adb config.h sptest.adb sptest.ads10 ada_sp12_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp12 9 ada_sp12_SOURCES = sp12.adb config.h sptest.adb sptest.ads 10 ada_sp12_SOURCES += ../../support/init.c 11 11 12 ada_sp12 .exe: sp12.adb init.$(OBJEXT)12 ada_sp12$(EXEEXT): sp12.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp13/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp13 .exe9 ada_sp13_ exe_SOURCES = sp13.adb config.h sptest.adb sptest.ads10 ada_sp13_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp13 9 ada_sp13_SOURCES = sp13.adb config.h sptest.adb sptest.ads 10 ada_sp13_SOURCES += ../../support/init.c 11 11 12 ada_sp13 .exe: sp13.adb init.$(OBJEXT)12 ada_sp13$(EXEEXT): sp13.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp14/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp14 .exe9 ada_sp14_ exe_SOURCES = sp14.adb config.h sptest.adb sptest.ads10 ada_sp14_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp14 9 ada_sp14_SOURCES = sp14.adb config.h sptest.adb sptest.ads 10 ada_sp14_SOURCES += ../../support/init.c 11 11 12 ada_sp14 .exe: sp14.adb init.$(OBJEXT)12 ada_sp14$(EXEEXT): sp14.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp15/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp15 .exe9 ada_sp15_ exe_SOURCES = sp15.adb config.h sptest.adb sptest.ads10 ada_sp15_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp15 9 ada_sp15_SOURCES = sp15.adb config.h sptest.adb sptest.ads 10 ada_sp15_SOURCES += ../../support/init.c 11 11 12 ada_sp15 .exe: sp15.adb init.$(OBJEXT)12 ada_sp15$(EXEEXT): sp15.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp16/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp16 .exe9 ada_sp16_ exe_SOURCES = sp16.adb config.h sptest.adb sptest.ads10 ada_sp16_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp16 9 ada_sp16_SOURCES = sp16.adb config.h sptest.adb sptest.ads 10 ada_sp16_SOURCES += ../../support/init.c 11 11 12 ada_sp16 .exe: sp16.adb init.$(OBJEXT)12 ada_sp16$(EXEEXT): sp16.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp17/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp17 .exe9 ada_sp17_ exe_SOURCES = sp17.adb config.h sptest.adb sptest.ads10 ada_sp17_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp17 9 ada_sp17_SOURCES = sp17.adb config.h sptest.adb sptest.ads 10 ada_sp17_SOURCES += ../../support/init.c 11 11 12 ada_sp17 .exe: sp17.adb init.$(OBJEXT)12 ada_sp17$(EXEEXT): sp17.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp19/Makefile.am
r5ea4e63 r221db54 8 8 AM_ADAFLAGS += -I. 9 9 10 noinst_PROGRAMS = ada_sp19.exe 11 12 ada_sp19_exe_SOURCES = sp19.adb sptest.adb config.h sptest.ads 13 ada_sp19_exe_SOURCES += ../../support/init.c 10 noinst_PROGRAMS = ada_sp19 11 ada_sp19_SOURCES = sp19.adb sptest.adb config.h sptest.ads 12 ada_sp19_SOURCES += ../../support/init.c 14 13 15 14 CLEANFILES += sptest.adb 16 15 17 ada_sp19 .exe: sp19.adb sptest.adb sptest.ads init.$(OBJEXT)16 ada_sp19$(EXEEXT): sp19.adb sptest.adb sptest.ads init.$(OBJEXT) 18 17 $(GNATCOMPILE) -margs -a $< -o $@ 19 18 -
c/src/ada-tests/sptests/sp20/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp20 .exe9 ada_sp20_ exe_SOURCES = sp20.adb config.h sptest.adb sptest.ads10 ada_sp20_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp20 9 ada_sp20_SOURCES = sp20.adb config.h sptest.adb sptest.ads 10 ada_sp20_SOURCES += ../../support/init.c 11 11 12 ada_sp20 .exe: sp20.adb init.$(OBJEXT)12 ada_sp20$(EXEEXT): sp20.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp22/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp22 .exe9 ada_sp22_ exe_SOURCES = sp22.adb config.h sptest.adb sptest.ads10 ada_sp22_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp22 9 ada_sp22_SOURCES = sp22.adb config.h sptest.adb sptest.ads 10 ada_sp22_SOURCES += ../../support/init.c 11 11 12 ada_sp22 .exe: sp22.adb init.$(OBJEXT)12 ada_sp22$(EXEEXT): sp22.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp23/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp23 .exe9 ada_sp23_ exe_SOURCES = sp23.adb config.h sptest.adb sptest.ads10 ada_sp23_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp23 9 ada_sp23_SOURCES = sp23.adb config.h sptest.adb sptest.ads 10 ada_sp23_SOURCES += ../../support/init.c 11 11 12 ada_sp23 .exe: sp23.adb init.$(OBJEXT)12 ada_sp23$(EXEEXT): sp23.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp24/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp24 .exe9 ada_sp24_ exe_SOURCES = sp24.adb config.h sptest.adb sptest.ads10 ada_sp24_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp24 9 ada_sp24_SOURCES = sp24.adb config.h sptest.adb sptest.ads 10 ada_sp24_SOURCES += ../../support/init.c 11 11 12 ada_sp24 .exe: sp24.adb init.$(OBJEXT)12 ada_sp24$(EXEEXT): sp24.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/sp25/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_sp25 .exe9 ada_sp25_ exe_SOURCES = sp25.adb config.h sptest.adb sptest.ads10 ada_sp25_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_sp25 9 ada_sp25_SOURCES = sp25.adb config.h sptest.adb sptest.ads 10 ada_sp25_SOURCES += ../../support/init.c 11 11 12 ada_sp25 .exe: sp25.adb init.$(OBJEXT)12 ada_sp25$(EXEEXT): sp25.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/sptests/spname01/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 ada_spname01.exe: spname01.adb init.$(OBJEXT) 8 noinst_PROGRAMS = ada_spname01 9 ada_spname01_SOURCES = spname01.adb config.h sptest.adb sptest.ads 10 11 ada_spname01$(EXEEXT): spname01.adb init.$(OBJEXT) 9 12 $(GNATCOMPILE) -margs -a $< -o $@ 10 13 … … 12 15 $(COMPILE.c) -I$(srcdir) -c $< 13 16 14 noinst_PROGRAMS = ada_spname01.exe15 16 ada_spname01_exe_SOURCES = spname01.adb config.h sptest.adb sptest.ads17 18 17 scndir = $(rtems_ada_testsdir) 19 18 dist_scn_DATA = ada_spname01.scn -
c/src/ada-tests/tmtests/tm01/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm01 .exe9 ada_tm01_ exe_SOURCES = tm01.adb config.h tmtest.adb tmtest.ads10 ada_tm01_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm01 9 ada_tm01_SOURCES = tm01.adb config.h tmtest.adb tmtest.ads 10 ada_tm01_SOURCES += ../../support/init.c 11 11 12 ada_tm01 .exe: tm01.adb init.$(OBJEXT)12 ada_tm01$(EXEEXT): tm01.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm02/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm02 .exe9 ada_tm02_ exe_SOURCES = tm02.adb config.h tmtest.adb tmtest.ads10 ada_tm02_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm02 9 ada_tm02_SOURCES = tm02.adb config.h tmtest.adb tmtest.ads 10 ada_tm02_SOURCES += ../../support/init.c 11 11 12 ada_tm02 .exe: tm02.adb init.$(OBJEXT)12 ada_tm02$(EXEEXT): tm02.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm03/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm03 .exe9 ada_tm03_ exe_SOURCES = tm03.adb config.h tmtest.adb tmtest.ads10 ada_tm03_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm03 9 ada_tm03_SOURCES = tm03.adb config.h tmtest.adb tmtest.ads 10 ada_tm03_SOURCES += ../../support/init.c 11 11 12 ada_tm03 .exe: tm03.adb init.$(OBJEXT)12 ada_tm03$(EXEEXT): tm03.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm04/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm04 .exe9 ada_tm04_ exe_SOURCES = tm04.adb config.h tmtest.adb tmtest.ads10 ada_tm04_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm04 9 ada_tm04_SOURCES = tm04.adb config.h tmtest.adb tmtest.ads 10 ada_tm04_SOURCES += ../../support/init.c 11 11 12 ada_tm04 .exe: tm04.adb init.$(OBJEXT)12 ada_tm04$(EXEEXT): tm04.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm05/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm05 .exe9 ada_tm05_ exe_SOURCES = tm05.adb config.h tmtest.adb tmtest.ads10 ada_tm05_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm05 9 ada_tm05_SOURCES = tm05.adb config.h tmtest.adb tmtest.ads 10 ada_tm05_SOURCES += ../../support/init.c 11 11 12 ada_tm05 .exe: tm05.adb init.$(OBJEXT)12 ada_tm05$(EXEEXT): tm05.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm06/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm06 .exe9 ada_tm06_ exe_SOURCES = tm06.adb config.h tmtest.adb tmtest.ads10 ada_tm06_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm06 9 ada_tm06_SOURCES = tm06.adb config.h tmtest.adb tmtest.ads 10 ada_tm06_SOURCES += ../../support/init.c 11 11 12 ada_tm06 .exe: tm06.adb init.$(OBJEXT)12 ada_tm06$(EXEEXT): tm06.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm07/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm07 .exe9 ada_tm07_ exe_SOURCES = tm07.adb config.h tmtest.adb tmtest.ads10 ada_tm07_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm07 9 ada_tm07_SOURCES = tm07.adb config.h tmtest.adb tmtest.ads 10 ada_tm07_SOURCES += ../../support/init.c 11 11 12 ada_tm07 .exe: tm07.adb init.$(OBJEXT)12 ada_tm07$(EXEEXT): tm07.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm08/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm08 .exe9 ada_tm08_ exe_SOURCES = tm08.adb config.h tmtest.adb tmtest.ads10 ada_tm08_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm08 9 ada_tm08_SOURCES = tm08.adb config.h tmtest.adb tmtest.ads 10 ada_tm08_SOURCES += ../../support/init.c 11 11 12 ada_tm08 .exe: tm08.adb init.$(OBJEXT)12 ada_tm08$(EXEEXT): tm08.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm09/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm09 .exe9 ada_tm09_ exe_SOURCES = tm09.adb config.h tmtest.adb tmtest.ads10 ada_tm09_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm09 9 ada_tm09_SOURCES = tm09.adb config.h tmtest.adb tmtest.ads 10 ada_tm09_SOURCES += ../../support/init.c 11 11 12 ada_tm09 .exe: tm09.adb init.$(OBJEXT)12 ada_tm09$(EXEEXT): tm09.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm10/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm10 .exe9 ada_tm10_ exe_SOURCES = tm10.adb config.h tmtest.adb tmtest.ads10 ada_tm10_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm10 9 ada_tm10_SOURCES = tm10.adb config.h tmtest.adb tmtest.ads 10 ada_tm10_SOURCES += ../../support/init.c 11 11 12 ada_tm10 .exe: tm10.adb init.$(OBJEXT)12 ada_tm10$(EXEEXT): tm10.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm11/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm11 .exe9 ada_tm11_ exe_SOURCES = tm11.adb config.h tmtest.adb tmtest.ads10 ada_tm11_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm11 9 ada_tm11_SOURCES = tm11.adb config.h tmtest.adb tmtest.ads 10 ada_tm11_SOURCES += ../../support/init.c 11 11 12 ada_tm11 .exe: tm11.adb init.$(OBJEXT)12 ada_tm11$(EXEEXT): tm11.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm12/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm12 .exe9 ada_tm12_ exe_SOURCES = tm12.adb config.h tmtest.adb tmtest.ads10 ada_tm12_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm12 9 ada_tm12_SOURCES = tm12.adb config.h tmtest.adb tmtest.ads 10 ada_tm12_SOURCES += ../../support/init.c 11 11 12 ada_tm12 .exe: tm12.adb init.$(OBJEXT)12 ada_tm12$(EXEEXT): tm12.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm13/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm13 .exe9 ada_tm13_ exe_SOURCES = tm13.adb config.h tmtest.adb tmtest.ads10 ada_tm13_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm13 9 ada_tm13_SOURCES = tm13.adb config.h tmtest.adb tmtest.ads 10 ada_tm13_SOURCES += ../../support/init.c 11 11 12 ada_tm13 .exe: tm13.adb init.$(OBJEXT)12 ada_tm13$(EXEEXT): tm13.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm14/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm14 .exe9 ada_tm14_ exe_SOURCES = tm14.adb config.h tmtest.adb tmtest.ads10 ada_tm14_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm14 9 ada_tm14_SOURCES = tm14.adb config.h tmtest.adb tmtest.ads 10 ada_tm14_SOURCES += ../../support/init.c 11 11 12 ada_tm14 .exe: tm14.adb init.$(OBJEXT)12 ada_tm14$(EXEEXT): tm14.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm15/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm15 .exe9 ada_tm15_ exe_SOURCES = tm15.adb config.h tmtest.adb tmtest.ads10 ada_tm15_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm15 9 ada_tm15_SOURCES = tm15.adb config.h tmtest.adb tmtest.ads 10 ada_tm15_SOURCES += ../../support/init.c 11 11 12 ada_tm15 .exe: tm15.adb init.$(OBJEXT)12 ada_tm15$(EXEEXT): tm15.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm16/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm16 .exe9 ada_tm16_ exe_SOURCES = tm16.adb config.h tmtest.adb tmtest.ads10 ada_tm16_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm16 9 ada_tm16_SOURCES = tm16.adb config.h tmtest.adb tmtest.ads 10 ada_tm16_SOURCES += ../../support/init.c 11 11 12 ada_tm16 .exe: tm16.adb init.$(OBJEXT)12 ada_tm16$(EXEEXT): tm16.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm17/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm17 .exe9 ada_tm17_ exe_SOURCES = tm17.adb config.h tmtest.adb tmtest.ads10 ada_tm17_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm17 9 ada_tm17_SOURCES = tm17.adb config.h tmtest.adb tmtest.ads 10 ada_tm17_SOURCES += ../../support/init.c 11 11 12 ada_tm17 .exe: tm17.adb init.$(OBJEXT)12 ada_tm17$(EXEEXT): tm17.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm18/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm18 .exe9 ada_tm18_ exe_SOURCES = tm18.adb config.h tmtest.adb tmtest.ads10 ada_tm18_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm18 9 ada_tm18_SOURCES = tm18.adb config.h tmtest.adb tmtest.ads 10 ada_tm18_SOURCES += ../../support/init.c 11 11 12 ada_tm18 .exe: tm18.adb init.$(OBJEXT)12 ada_tm18$(EXEEXT): tm18.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm19/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm19 .exe9 ada_tm19_ exe_SOURCES = tm19.adb config.h tmtest.adb tmtest.ads10 ada_tm19_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm19 9 ada_tm19_SOURCES = tm19.adb config.h tmtest.adb tmtest.ads 10 ada_tm19_SOURCES += ../../support/init.c 11 11 12 ada_tm19 .exe: tm19.adb init.$(OBJEXT)12 ada_tm19$(EXEEXT): tm19.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm20/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm20 .exe9 ada_tm20_ exe_SOURCES = tm20.adb config.h tmtest.adb tmtest.ads10 ada_tm20_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm20 9 ada_tm20_SOURCES = tm20.adb config.h tmtest.adb tmtest.ads 10 ada_tm20_SOURCES += ../../support/init.c 11 11 12 ada_tm20 .exe: tm20.adb init.$(OBJEXT)12 ada_tm20$(EXEEXT): tm20.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm21/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm21 .exe9 ada_tm21_ exe_SOURCES = tm21.adb config.h tmtest.adb tmtest.ads10 ada_tm21_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm21 9 ada_tm21_SOURCES = tm21.adb config.h tmtest.adb tmtest.ads 10 ada_tm21_SOURCES += ../../support/init.c 11 11 12 ada_tm21 .exe: tm21.adb init.$(OBJEXT)12 ada_tm21$(EXEEXT): tm21.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm22/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm22 .exe9 ada_tm22_ exe_SOURCES = tm22.adb config.h tmtest.adb tmtest.ads10 ada_tm22_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm22 9 ada_tm22_SOURCES = tm22.adb config.h tmtest.adb tmtest.ads 10 ada_tm22_SOURCES += ../../support/init.c 11 11 12 ada_tm22 .exe: tm22.adb init.$(OBJEXT)12 ada_tm22$(EXEEXT): tm22.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm23/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm23 .exe9 ada_tm23_ exe_SOURCES = tm23.adb config.h tmtest.adb tmtest.ads10 ada_tm23_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm23 9 ada_tm23_SOURCES = tm23.adb config.h tmtest.adb tmtest.ads 10 ada_tm23_SOURCES += ../../support/init.c 11 11 12 ada_tm23 .exe: tm23.adb init.$(OBJEXT)12 ada_tm23$(EXEEXT): tm23.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm24/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm24 .exe9 ada_tm24_ exe_SOURCES = tm24.adb config.h tmtest.adb tmtest.ads10 ada_tm24_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm24 9 ada_tm24_SOURCES = tm24.adb config.h tmtest.adb tmtest.ads 10 ada_tm24_SOURCES += ../../support/init.c 11 11 12 ada_tm24 .exe: tm24.adb init.$(OBJEXT)12 ada_tm24$(EXEEXT): tm24.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm25/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm25 .exe9 ada_tm25_ exe_SOURCES = tm25.adb config.h tmtest.adb tmtest.ads10 ada_tm25_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm25 9 ada_tm25_SOURCES = tm25.adb config.h tmtest.adb tmtest.ads 10 ada_tm25_SOURCES += ../../support/init.c 11 11 12 ada_tm25 .exe: tm25.adb init.$(OBJEXT)12 ada_tm25$(EXEEXT): tm25.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm28/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm28 .exe9 ada_tm28_ exe_SOURCES = tm28.adb config.h tmtest.adb tmtest.ads10 ada_tm28_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm28 9 ada_tm28_SOURCES = tm28.adb config.h tmtest.adb tmtest.ads 10 ada_tm28_SOURCES += ../../support/init.c 11 11 12 ada_tm28 .exe: tm28.adb init.$(OBJEXT)12 ada_tm28$(EXEEXT): tm28.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tm29/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tm29 .exe9 ada_tm29_ exe_SOURCES = tm29.adb config.h tmtest.adb tmtest.ads10 ada_tm29_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tm29 9 ada_tm29_SOURCES = tm29.adb config.h tmtest.adb tmtest.ads 10 ada_tm29_SOURCES += ../../support/init.c 11 11 12 ada_tm29 .exe: tm29.adb init.$(OBJEXT)12 ada_tm29$(EXEEXT): tm29.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tmck/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tmck .exe9 ada_tmck_ exe_SOURCES = tmck.adb config.h tmtest.adb tmtest.ads10 ada_tmck_ exe_SOURCES += ../../support/init.c8 noinst_PROGRAMS = ada_tmck 9 ada_tmck_SOURCES = tmck.adb config.h tmtest.adb tmtest.ads 10 ada_tmck_SOURCES += ../../support/init.c 11 11 12 ada_tmck .exe: tmck.adb init.$(OBJEXT)12 ada_tmck$(EXEEXT): tmck.adb init.$(OBJEXT) 13 13 $(GNATCOMPILE) -margs -a $< -o $@ 14 14 -
c/src/ada-tests/tmtests/tmoverhd/Makefile.am
r5ea4e63 r221db54 6 6 include $(top_srcdir)/ada.am 7 7 8 noinst_PROGRAMS = ada_tmoverhd .exe9 ada_tmoverhd_ exe_SOURCES = tmoverhd.adb config.h tmtest.adb tmtest.ads \8 noinst_PROGRAMS = ada_tmoverhd 9 ada_tmoverhd_SOURCES = tmoverhd.adb config.h tmtest.adb tmtest.ads \ 10 10 dummy_rtems.adb dummy_rtems.ads 11 ada_tmoverhd_ exe_SOURCES += ../../support/init.c11 ada_tmoverhd_SOURCES += ../../support/init.c 12 12 13 ada_tmoverhd .exe: tmoverhd.adb init.$(OBJEXT)13 ada_tmoverhd$(EXEEXT): tmoverhd.adb init.$(OBJEXT) 14 14 $(GNATCOMPILE) -margs -a $< -o $@ 15 15
Note: See TracChangeset
for help on using the changeset viewer.