mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 16:44:49 +08:00
2007-10-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am, mptests/mp02/node1/Makefile.am, mptests/mp02/node2/Makefile.am, mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am, mptests/mp04/node1/Makefile.am, mptests/mp04/node2/Makefile.am, mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am, mptests/mp06/node1/Makefile.am, mptests/mp06/node2/Makefile.am, mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am, mptests/mp08/node1/Makefile.am, mptests/mp08/node2/Makefile.am, mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am, mptests/mp10/node1/Makefile.am, mptests/mp10/node2/Makefile.am, mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am, mptests/mp12/node1/Makefile.am, mptests/mp12/node2/Makefile.am, mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am, mptests/mp14/node1/Makefile.am, mptests/mp14/node2/Makefile.am, samples/base_mp/Makefile.am, samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am, samples/base_sp/Makefile.am, samples/hello/Makefile.am, samples/nsecs/Makefile.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am, sptests/sp02/Makefile.am, sptests/sp03/Makefile.am, sptests/sp04/Makefile.am, sptests/sp05/Makefile.am, sptests/sp06/Makefile.am, sptests/sp07/Makefile.am, sptests/sp08/Makefile.am, sptests/sp09/Makefile.am, sptests/sp11/Makefile.am, sptests/sp12/Makefile.am, sptests/sp13/Makefile.am, sptests/sp14/Makefile.am, sptests/sp15/Makefile.am, sptests/sp16/Makefile.am, sptests/sp17/Makefile.am, sptests/sp19/Makefile.am, sptests/sp20/Makefile.am, sptests/sp22/Makefile.am, sptests/sp23/Makefile.am, sptests/sp24/Makefile.am, sptests/sp25/Makefile.am, tmtests/tm01/Makefile.am, tmtests/tm02/Makefile.am, tmtests/tm03/Makefile.am, tmtests/tm04/Makefile.am, tmtests/tm05/Makefile.am, tmtests/tm06/Makefile.am, tmtests/tm07/Makefile.am, tmtests/tm08/Makefile.am, tmtests/tm09/Makefile.am, tmtests/tm10/Makefile.am, tmtests/tm11/Makefile.am, tmtests/tm12/Makefile.am, tmtests/tm13/Makefile.am, tmtests/tm14/Makefile.am, tmtests/tm15/Makefile.am, tmtests/tm16/Makefile.am, tmtests/tm17/Makefile.am, tmtests/tm18/Makefile.am, tmtests/tm19/Makefile.am, tmtests/tm20/Makefile.am, tmtests/tm21/Makefile.am, tmtests/tm22/Makefile.am, tmtests/tm23/Makefile.am, tmtests/tm24/Makefile.am, tmtests/tm25/Makefile.am, tmtests/tm28/Makefile.am, tmtests/tm29/Makefile.am, tmtests/tmck/Makefile.am, tmtests/tmoverhd/Makefile.am: Executables should end in .exe just like their C counterparts.
This commit is contained in:
@@ -1,3 +1,50 @@
|
||||
2007-10-25 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
|
||||
mptests/mp02/node1/Makefile.am, mptests/mp02/node2/Makefile.am,
|
||||
mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am,
|
||||
mptests/mp04/node1/Makefile.am, mptests/mp04/node2/Makefile.am,
|
||||
mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am,
|
||||
mptests/mp06/node1/Makefile.am, mptests/mp06/node2/Makefile.am,
|
||||
mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am,
|
||||
mptests/mp08/node1/Makefile.am, mptests/mp08/node2/Makefile.am,
|
||||
mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am,
|
||||
mptests/mp10/node1/Makefile.am, mptests/mp10/node2/Makefile.am,
|
||||
mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am,
|
||||
mptests/mp12/node1/Makefile.am, mptests/mp12/node2/Makefile.am,
|
||||
mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am,
|
||||
mptests/mp14/node1/Makefile.am, mptests/mp14/node2/Makefile.am,
|
||||
samples/base_mp/Makefile.am, samples/base_mp/node1/Makefile.am,
|
||||
samples/base_mp/node2/Makefile.am, samples/base_sp/Makefile.am,
|
||||
samples/hello/Makefile.am, samples/nsecs/Makefile.am,
|
||||
samples/ticker/Makefile.am, sptests/sp01/Makefile.am,
|
||||
sptests/sp02/Makefile.am, sptests/sp03/Makefile.am,
|
||||
sptests/sp04/Makefile.am, sptests/sp05/Makefile.am,
|
||||
sptests/sp06/Makefile.am, sptests/sp07/Makefile.am,
|
||||
sptests/sp08/Makefile.am, sptests/sp09/Makefile.am,
|
||||
sptests/sp11/Makefile.am, sptests/sp12/Makefile.am,
|
||||
sptests/sp13/Makefile.am, sptests/sp14/Makefile.am,
|
||||
sptests/sp15/Makefile.am, sptests/sp16/Makefile.am,
|
||||
sptests/sp17/Makefile.am, sptests/sp19/Makefile.am,
|
||||
sptests/sp20/Makefile.am, sptests/sp22/Makefile.am,
|
||||
sptests/sp23/Makefile.am, sptests/sp24/Makefile.am,
|
||||
sptests/sp25/Makefile.am, tmtests/tm01/Makefile.am,
|
||||
tmtests/tm02/Makefile.am, tmtests/tm03/Makefile.am,
|
||||
tmtests/tm04/Makefile.am, tmtests/tm05/Makefile.am,
|
||||
tmtests/tm06/Makefile.am, tmtests/tm07/Makefile.am,
|
||||
tmtests/tm08/Makefile.am, tmtests/tm09/Makefile.am,
|
||||
tmtests/tm10/Makefile.am, tmtests/tm11/Makefile.am,
|
||||
tmtests/tm12/Makefile.am, tmtests/tm13/Makefile.am,
|
||||
tmtests/tm14/Makefile.am, tmtests/tm15/Makefile.am,
|
||||
tmtests/tm16/Makefile.am, tmtests/tm17/Makefile.am,
|
||||
tmtests/tm18/Makefile.am, tmtests/tm19/Makefile.am,
|
||||
tmtests/tm20/Makefile.am, tmtests/tm21/Makefile.am,
|
||||
tmtests/tm22/Makefile.am, tmtests/tm23/Makefile.am,
|
||||
tmtests/tm24/Makefile.am, tmtests/tm25/Makefile.am,
|
||||
tmtests/tm28/Makefile.am, tmtests/tm29/Makefile.am,
|
||||
tmtests/tmck/Makefile.am, tmtests/tmoverhd/Makefile.am: Executables
|
||||
should end in .exe just like their C counterparts.
|
||||
|
||||
2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||
|
||||
* configure.ac, samples/Makefile.am: Added a test for Clock_Get_Uptime
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp01_node1
|
||||
mp01_node1_SOURCES = mp01_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp01_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp01_node1.exe
|
||||
mp01_node1_exe_SOURCES = mp01_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp01_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp01_node1$(EXEEXT): mp01_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp01_node1.exe: mp01_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp01_node2
|
||||
mp01_node2_SOURCES = mp01_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp01_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp01_node2.exe
|
||||
mp01_node2_exe_SOURCES = mp01_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp01_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp01_node2$(EXEEXT): mp01_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp01_node2.exe: mp01_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp02_node1
|
||||
mp02_node1_SOURCES = mp02_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp02_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp02_node1.exe
|
||||
mp02_node1_exe_SOURCES = mp02_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp02_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp02_node1$(EXEEXT): mp02_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp02_node1.exe: mp02_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp02_node2
|
||||
mp02_node2_SOURCES = mp02_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp02_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp02_node2.exe
|
||||
mp02_node2_exe_SOURCES = mp02_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp02_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp02_node2$(EXEEXT): mp02_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp02_node2.exe: mp02_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp03_node1
|
||||
mp03_node1_SOURCES = mp03_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp03_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp03_node1.exe
|
||||
mp03_node1_exe_SOURCES = mp03_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp03_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp03_node1$(EXEEXT): mp03_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp03_node1.exe: mp03_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp03_node2
|
||||
mp03_node2_SOURCES = mp03_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp03_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp03_node2.exe
|
||||
mp03_node2_exe_SOURCES = mp03_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp03_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp03_node2$(EXEEXT): mp03_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp03_node2.exe: mp03_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp04_node1
|
||||
mp04_node1_SOURCES = mp04_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp04_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp04_node1.exe
|
||||
mp04_node1_exe_SOURCES = mp04_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp04_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp04_node1$(EXEEXT): mp04_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp04_node1.exe: mp04_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp04_node2
|
||||
mp04_node2_SOURCES = mp04_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp04_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp04_node2.exe
|
||||
mp04_node2_exe_SOURCES = mp04_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp04_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp04_node2$(EXEEXT): mp04_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp04_node2.exe: mp04_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp05_node1
|
||||
mp05_node1_SOURCES = mp05_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp05_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp05_node1.exe
|
||||
mp05_node1_exe_SOURCES = mp05_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp05_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp05_node1$(EXEEXT): mp05_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp05_node1.exe: mp05_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp05_node2
|
||||
mp05_node2_SOURCES = mp05_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp05_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp05_node2.exe
|
||||
mp05_node2_exe_SOURCES = mp05_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp05_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp05_node2$(EXEEXT): mp05_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp05_node2.exe: mp05_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp06_node1
|
||||
mp06_node1_SOURCES = mp06_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp06_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp06_node1.exe
|
||||
mp06_node1_exe_SOURCES = mp06_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp06_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp06_node1$(EXEEXT): mp06_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp06_node1.exe: mp06_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp06_node2
|
||||
mp06_node2_SOURCES = mp06_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp06_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp06_node2.exe
|
||||
mp06_node2_exe_SOURCES = mp06_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp06_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp06_node2$(EXEEXT): mp06_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp06_node2.exe: mp06_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp07_node1
|
||||
mp07_node1_SOURCES = mp07_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp07_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp07_node1.exe
|
||||
mp07_node1_exe_SOURCES = mp07_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp07_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp07_node1$(EXEEXT): mp07_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp07_node1.exe: mp07_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp07_node2
|
||||
mp07_node2_SOURCES = mp07_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp07_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp07_node2.exe
|
||||
mp07_node2_exe_SOURCES = mp07_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp07_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp07_node2$(EXEEXT): mp07_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp07_node2.exe: mp07_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp08_node1
|
||||
mp08_node1_SOURCES = mp08_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp08_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp08_node1.exe
|
||||
mp08_node1_exe_SOURCES = mp08_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp08_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp08_node1$(EXEEXT): mp08_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp08_node1.exe: mp08_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp08_node2
|
||||
mp08_node2_SOURCES = mp08_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp08_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp08_node2.exe
|
||||
mp08_node2_exe_SOURCES = mp08_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp08_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp08_node2$(EXEEXT): mp08_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp08_node2.exe: mp08_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp09_node1
|
||||
mp09_node1_SOURCES = mp09_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp09_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp09_node1.exe
|
||||
mp09_node1_exe_SOURCES = mp09_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp09_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp09_node1$(EXEEXT): mp09_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp09_node1.exe: mp09_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp09_node2
|
||||
mp09_node2_SOURCES = mp09_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp09_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp09_node2.exe
|
||||
mp09_node2_exe_SOURCES = mp09_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp09_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp09_node2$(EXEEXT): mp09_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp09_node2.exe: mp09_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp10_node1
|
||||
mp10_node1_SOURCES = mp10_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp10_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp10_node1.exe
|
||||
mp10_node1_exe_SOURCES = mp10_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp10_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp10_node1$(EXEEXT): mp10_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp10_node1.exe: mp10_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp10_node2
|
||||
mp10_node2_SOURCES = mp10_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp10_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp10_node2.exe
|
||||
mp10_node2_exe_SOURCES = mp10_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp10_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp10_node2$(EXEEXT): mp10_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp10_node2.exe: mp10_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp11_node1
|
||||
mp11_node1_SOURCES = mp11_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp11_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp11_node1.exe
|
||||
mp11_node1_exe_SOURCES = mp11_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp11_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp11_node1$(EXEEXT): mp11_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp11_node1.exe: mp11_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp11_node2
|
||||
mp11_node2_SOURCES = mp11_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp11_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp11_node2.exe
|
||||
mp11_node2_exe_SOURCES = mp11_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp11_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp11_node2$(EXEEXT): mp11_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp11_node2.exe: mp11_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp12_node1
|
||||
mp12_node1_SOURCES = mp12_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp12_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp12_node1.exe
|
||||
mp12_node1_exe_SOURCES = mp12_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp12_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp12_node1$(EXEEXT): mp12_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp12_node1.exe: mp12_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp12_node2
|
||||
mp12_node2_SOURCES = mp12_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp12_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp12_node2.exe
|
||||
mp12_node2_exe_SOURCES = mp12_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp12_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp12_node2$(EXEEXT): mp12_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp12_node2.exe: mp12_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp13_node1
|
||||
mp13_node1_SOURCES = mp13_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp13_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp13_node1.exe
|
||||
mp13_node1_exe_SOURCES = mp13_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp13_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp13_node1$(EXEEXT): mp13_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp13_node1.exe: mp13_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp13_node2
|
||||
mp13_node2_SOURCES = mp13_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp13_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp13_node2.exe
|
||||
mp13_node2_exe_SOURCES = mp13_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp13_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp13_node2$(EXEEXT): mp13_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp13_node2.exe: mp13_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp14_node1
|
||||
mp14_node1_SOURCES = mp14_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp14_node1_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp14_node1.exe
|
||||
mp14_node1_exe_SOURCES = mp14_node1.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp14_node1_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp14_node1$(EXEEXT): mp14_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp14_node1.exe: mp14_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,11 +7,11 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
noinst_PROGRAMS = mp14_node2
|
||||
mp14_node2_SOURCES = mp14_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp14_node2_SOURCES += ../../../support/init.c
|
||||
noinst_PROGRAMS = mp14_node2.exe
|
||||
mp14_node2_exe_SOURCES = mp14_node2.adb ../mptest.adb config.h ../mptest.ads
|
||||
mp14_node2_exe_SOURCES += ../../../support/init.c
|
||||
|
||||
mp14_node2$(EXEEXT): mp14_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
mp14_node2.exe: mp14_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -6,14 +6,14 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
SUBDIRS = node1 node2
|
||||
#include $(top_srcdir)/ada.am
|
||||
|
||||
#mptest$(EXEEXT): mptest.adb
|
||||
#mptest.exe: mptest.adb
|
||||
# $(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
#if EXPADA
|
||||
#noinst_PROGRAMS = mptest
|
||||
#endif
|
||||
|
||||
#mptest_SOURCES = mptest.adb mptest.ads
|
||||
#mptest_exe_SOURCES = mptest.adb mptest.ads
|
||||
|
||||
#EXTRA_DIST += node1/mptest-per_node_configuration.adb
|
||||
|
||||
|
||||
@@ -7,14 +7,14 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
node1$(EXEEXT): ../mptest.adb init.o
|
||||
node1.exe: ../mptest.adb init.o
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.o: ../../../support/init.c
|
||||
$(COMPILE.c) -DNODE_NUMBER=1 -I$(srcdir)/.. -c $<
|
||||
|
||||
if EXPADA
|
||||
noinst_PROGRAMS = node1
|
||||
noinst_PROGRAMS = node1.exe
|
||||
endif
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -7,17 +7,17 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
AM_ADAFLAGS += -I$(srcdir)/..
|
||||
|
||||
node2$(EXEEXT): ../mptest.adb init.o
|
||||
node2.exe: ../mptest.adb init.o
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.o: ../../../support/init.c
|
||||
$(COMPILE.c) -DNODE_NUMBER=2 -I$(srcdir)/.. -c $<
|
||||
|
||||
if EXPADA
|
||||
noinst_PROGRAMS = node2
|
||||
noinst_PROGRAMS = node2.exe
|
||||
endif
|
||||
|
||||
node2_SOURCES = mptest-per_node_configuration.adb
|
||||
node2_exe_SOURCES = mptest-per_node_configuration.adb
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
dist_scn_DATA = base_mp-node2.scn
|
||||
|
||||
@@ -5,15 +5,15 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
base_sp$(EXEEXT): base_sp.adb init.$(OBJEXT)
|
||||
base_sp.exe: base_sp.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.$(OBJEXT): ../../support/init.c
|
||||
$(COMPILE.c) -I$(srcdir) -c $<
|
||||
|
||||
noinst_PROGRAMS = base_sp
|
||||
noinst_PROGRAMS = base_sp.exe
|
||||
|
||||
base_sp_SOURCES = base_sp.adb config.h sptest.adb sptest.ads
|
||||
base_sp_exe_SOURCES = base_sp.adb config.h sptest.adb sptest.ads
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
dist_scn_DATA = base_sp.scn
|
||||
|
||||
@@ -5,15 +5,15 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
hello$(EXEEXT): hello.adb init.$(OBJEXT)
|
||||
hello.exe: hello.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.$(OBJEXT): ../../support/init.c
|
||||
$(COMPILE.c) -I$(srcdir) -c $<
|
||||
|
||||
noinst_PROGRAMS = hello
|
||||
noinst_PROGRAMS = hello.exe
|
||||
|
||||
hello_SOURCES = hello.adb config.h sptest.adb sptest.ads
|
||||
hello_exe_SOURCES = hello.adb config.h sptest.adb sptest.ads
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
dist_scn_DATA = hello.scn
|
||||
|
||||
@@ -5,15 +5,15 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
nsecs$(EXEEXT): nsecs.adb init.$(OBJEXT)
|
||||
nsecs.exe: nsecs.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.$(OBJEXT): ../../support/init.c
|
||||
$(COMPILE.c) -I$(srcdir) -c $<
|
||||
|
||||
noinst_PROGRAMS = nsecs
|
||||
noinst_PROGRAMS = nsecs.exe
|
||||
|
||||
nsecs_SOURCES = nsecs.adb config.h sptest.adb sptest.ads
|
||||
nsecs_exe_SOURCES = nsecs.adb config.h sptest.adb sptest.ads
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
dist_scn_DATA = nsecs.scn
|
||||
|
||||
@@ -5,15 +5,15 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
ticker$(EXEEXT): ticker.adb init.$(OBJEXT)
|
||||
ticker.exe: ticker.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.$(OBJEXT): ../../support/init.c
|
||||
$(COMPILE.c) -I$(srcdir) -c $<
|
||||
|
||||
noinst_PROGRAMS = ticker
|
||||
noinst_PROGRAMS = ticker.exe
|
||||
|
||||
ticker_SOURCES = ticker.adb config.h sptest.adb sptest.ads
|
||||
ticker_exe_SOURCES = ticker.adb config.h sptest.adb sptest.ads
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
dist_scn_DATA = ticker.scn
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp01
|
||||
sp01_SOURCES = sp01.adb config.h sptest.adb sptest.ads
|
||||
sp01_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp01.exe
|
||||
sp01_exe_SOURCES = sp01.adb config.h sptest.adb sptest.ads
|
||||
sp01_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp01$(EXEEXT): sp01.adb init.$(OBJEXT)
|
||||
sp01.exe: sp01.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp02
|
||||
sp02_SOURCES = sp02.adb config.h sptest.adb sptest.ads
|
||||
sp02_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp02.exe
|
||||
sp02_exe_SOURCES = sp02.adb config.h sptest.adb sptest.ads
|
||||
sp02_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp02$(EXEEXT): sp02.adb init.$(OBJEXT)
|
||||
sp02.exe: sp02.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp03
|
||||
sp03_SOURCES = sp03.adb config.h sptest.adb sptest.ads
|
||||
sp03_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp03.exe
|
||||
sp03_exe_SOURCES = sp03.adb config.h sptest.adb sptest.ads
|
||||
sp03_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp03$(EXEEXT): sp03.adb init.$(OBJEXT)
|
||||
sp03.exe: sp03.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp04
|
||||
sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
|
||||
sp04_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp04.exe
|
||||
sp04_exe_SOURCES = sp04.adb config.h sptest.adb sptest.ads
|
||||
sp04_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp04$(EXEEXT): sp04.adb init.$(OBJEXT)
|
||||
sp04.exe: sp04.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp05
|
||||
sp05_SOURCES = sp05.adb config.h sptest.adb sptest.ads
|
||||
sp05_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp05.exe
|
||||
sp05_exe_SOURCES = sp05.adb config.h sptest.adb sptest.ads
|
||||
sp05_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp05$(EXEEXT): sp05.adb init.$(OBJEXT)
|
||||
sp05.exe: sp05.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp06
|
||||
sp06_SOURCES = sp06.adb config.h sptest.adb sptest.ads
|
||||
sp06_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp06.exe
|
||||
sp06_exe_SOURCES = sp06.adb config.h sptest.adb sptest.ads
|
||||
sp06_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp06$(EXEEXT): sp06.adb init.$(OBJEXT)
|
||||
sp06.exe: sp06.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,12 +5,12 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp07
|
||||
noinst_PROGRAMS = sp07.exe
|
||||
|
||||
sp07_SOURCES = sp07.adb config.h sptest.adb sptest.ads
|
||||
sp07_SOURCES += ../../support/init.c
|
||||
sp07_exe_SOURCES = sp07.adb config.h sptest.adb sptest.ads
|
||||
sp07_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp07$(EXEEXT): sp07.adb init.$(OBJEXT)
|
||||
sp07.exe: sp07.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp08
|
||||
sp08_SOURCES = sp08.adb config.h sptest.adb sptest.ads
|
||||
sp08_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp08.exe
|
||||
sp08_exe_SOURCES = sp08.adb config.h sptest.adb sptest.ads
|
||||
sp08_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp08$(EXEEXT): sp08.adb init.$(OBJEXT)
|
||||
sp08.exe: sp08.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -9,12 +9,12 @@ include $(top_srcdir)/ada.am
|
||||
# handling can be verified in the binding.
|
||||
AM_ADAFLAGS += -gnatp
|
||||
|
||||
noinst_PROGRAMS = sp09
|
||||
noinst_PROGRAMS = sp09.exe
|
||||
|
||||
sp09_SOURCES = sp09.adb config.h sptest.adb sptest.ads
|
||||
sp09_SOURCES += ../../support/init.c
|
||||
sp09_exe_SOURCES = sp09.adb config.h sptest.adb sptest.ads
|
||||
sp09_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp09$(EXEEXT): sp09.adb init.$(OBJEXT)
|
||||
sp09.exe: sp09.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp11
|
||||
sp11_SOURCES = sp11.adb config.h sptest.adb sptest.ads
|
||||
sp11_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp11.exe
|
||||
sp11_exe_SOURCES = sp11.adb config.h sptest.adb sptest.ads
|
||||
sp11_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp11$(EXEEXT): sp11.adb init.$(OBJEXT)
|
||||
sp11.exe: sp11.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp12
|
||||
sp12_SOURCES = sp12.adb config.h sptest.adb sptest.ads
|
||||
sp12_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp12.exe
|
||||
sp12_exe_SOURCES = sp12.adb config.h sptest.adb sptest.ads
|
||||
sp12_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp12$(EXEEXT): sp12.adb init.$(OBJEXT)
|
||||
sp12.exe: sp12.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp13
|
||||
sp13_SOURCES = sp13.adb config.h sptest.adb sptest.ads
|
||||
sp13_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp13.exe
|
||||
sp13_exe_SOURCES = sp13.adb config.h sptest.adb sptest.ads
|
||||
sp13_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp13$(EXEEXT): sp13.adb init.$(OBJEXT)
|
||||
sp13.exe: sp13.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp14
|
||||
sp14_SOURCES = sp14.adb config.h sptest.adb sptest.ads
|
||||
sp14_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp14.exe
|
||||
sp14_exe_SOURCES = sp14.adb config.h sptest.adb sptest.ads
|
||||
sp14_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp14$(EXEEXT): sp14.adb init.$(OBJEXT)
|
||||
sp14.exe: sp14.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
@@ -5,11 +5,11 @@ include $(top_srcdir)/../../../testsuites/automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = sp15
|
||||
sp15_SOURCES = sp15.adb config.h sptest.adb sptest.ads
|
||||
sp15_SOURCES += ../../support/init.c
|
||||
noinst_PROGRAMS = sp15.exe
|
||||
sp15_exe_SOURCES = sp15.adb config.h sptest.adb sptest.ads
|
||||
sp15_exe_SOURCES += ../../support/init.c
|
||||
|
||||
sp15$(EXEEXT): sp15.adb init.$(OBJEXT)
|
||||
sp15.exe: sp15.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
scndir = $(rtems_ada_testsdir)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user