forked from Imagelibrary/rtems
testsuites/ada: Introduce init.c files
Provide an init.c for each Ada test instead of the #include <config.h> magic which works only due to hand crafted include paths. Update #3818.
This commit is contained in:
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp01_ada_mp01_node1
|
||||
mp01_ada_mp01_node1_SOURCES = mp01_node1.adb ../mptest.adb config.h
|
||||
mp01_ada_mp01_node1_SOURCES += ../mptest.ads
|
||||
mp01_ada_mp01_node1_SOURCES += ../../../support/init.c
|
||||
mp01_ada_mp01_node1_SOURCES += init.c
|
||||
|
||||
mp01_ada_mp01_node1$(EXEEXT): mp01_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp01_ada_mp01_node2
|
||||
mp01_ada_mp01_node2_SOURCES = mp01_node2.adb ../mptest.adb config.h
|
||||
mp01_ada_mp01_node2_SOURCES += ../mptest.ads
|
||||
mp01_ada_mp01_node2_SOURCES += ../../../support/init.c
|
||||
mp01_ada_mp01_node2_SOURCES += init.c
|
||||
|
||||
mp01_ada_mp01_node2$(EXEEXT): mp01_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp03_ada_mp03_node1
|
||||
mp03_ada_mp03_node1_SOURCES = mp03_node1.adb ../mptest.adb config.h
|
||||
mp03_ada_mp03_node1_SOURCES += ../mptest.ads
|
||||
mp03_ada_mp03_node1_SOURCES += ../../../support/init.c
|
||||
mp03_ada_mp03_node1_SOURCES += init.c
|
||||
|
||||
mp03_ada_mp03_node1$(EXEEXT): mp03_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp03_ada_mp03_node2
|
||||
mp03_ada_mp03_node2_SOURCES = mp03_node2.adb ../mptest.adb config.h
|
||||
mp03_ada_mp03_node2_SOURCES += ../mptest.ads
|
||||
mp03_ada_mp03_node2_SOURCES += ../../../support/init.c
|
||||
mp03_ada_mp03_node2_SOURCES += init.c
|
||||
|
||||
mp03_ada_mp03_node2$(EXEEXT): mp03_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp04_ada_mp04_node1
|
||||
mp04_ada_mp04_node1_SOURCES = mp04_node1.adb ../mptest.adb config.h
|
||||
mp04_ada_mp04_node1_SOURCES += ../mptest.ads
|
||||
mp04_ada_mp04_node1_SOURCES += ../../../support/init.c
|
||||
mp04_ada_mp04_node1_SOURCES += init.c
|
||||
|
||||
mp04_ada_mp04_node1$(EXEEXT): mp04_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp04_ada_mp04_node2
|
||||
mp04_ada_mp04_node2_SOURCES = mp04_node2.adb ../mptest.adb config.h
|
||||
mp04_ada_mp04_node2_SOURCES += ../mptest.ads
|
||||
mp04_ada_mp04_node2_SOURCES += ../../../support/init.c
|
||||
mp04_ada_mp04_node2_SOURCES += init.c
|
||||
|
||||
mp04_ada_mp04_node2$(EXEEXT): mp04_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp05_ada_mp05_node1
|
||||
mp05_ada_mp05_node1_SOURCES = mp05_node1.adb ../mptest.adb config.h
|
||||
mp05_ada_mp05_node1_SOURCES += ../mptest.ads
|
||||
mp05_ada_mp05_node1_SOURCES += ../../../support/init.c
|
||||
mp05_ada_mp05_node1_SOURCES += init.c
|
||||
|
||||
mp05_ada_mp05_node1$(EXEEXT): mp05_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp05_ada_mp05_node2
|
||||
mp05_ada_mp05_node2_SOURCES = mp05_node2.adb ../mptest.adb config.h
|
||||
mp05_ada_mp05_node2_SOURCES += ../mptest.ads
|
||||
mp05_ada_mp05_node2_SOURCES += ../../../support/init.c
|
||||
mp05_ada_mp05_node2_SOURCES += init.c
|
||||
|
||||
mp05_ada_mp05_node2$(EXEEXT): mp05_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp06_ada_mp06_node1
|
||||
mp06_ada_mp06_node1_SOURCES = mp06_node1.adb ../mptest.adb config.h
|
||||
mp06_ada_mp06_node1_SOURCES += ../mptest.ads
|
||||
mp06_ada_mp06_node1_SOURCES += ../../../support/init.c
|
||||
mp06_ada_mp06_node1_SOURCES += init.c
|
||||
|
||||
mp06_ada_mp06_node1$(EXEEXT): mp06_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp06_ada_mp06_node2
|
||||
mp06_ada_mp06_node2_SOURCES = mp06_node2.adb ../mptest.adb config.h
|
||||
mp06_ada_mp06_node2_SOURCES += ../mptest.ads
|
||||
mp06_ada_mp06_node2_SOURCES += ../../../support/init.c
|
||||
mp06_ada_mp06_node2_SOURCES += init.c
|
||||
|
||||
mp06_ada_mp06_node2$(EXEEXT): mp06_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp07_ada_mp07_node1
|
||||
mp07_ada_mp07_node1_SOURCES = mp07_node1.adb ../mptest.adb config.h
|
||||
mp07_ada_mp07_node1_SOURCES += ../mptest.ads
|
||||
mp07_ada_mp07_node1_SOURCES += ../../../support/init.c
|
||||
mp07_ada_mp07_node1_SOURCES += init.c
|
||||
|
||||
mp07_ada_mp07_node1$(EXEEXT): mp07_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp07_ada_mp07_node2
|
||||
mp07_ada_mp07_node2_SOURCES = mp07_node2.adb ../mptest.adb config.h
|
||||
mp07_ada_mp07_node2_SOURCES += ../mptest.ads
|
||||
mp07_ada_mp07_node2_SOURCES += ../../../support/init.c
|
||||
mp07_ada_mp07_node2_SOURCES += init.c
|
||||
|
||||
mp07_ada_mp07_node2$(EXEEXT): mp07_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp08_ada_mp08_node1
|
||||
mp08_ada_mp08_node1_SOURCES = mp08_node1.adb ../mptest.adb config.h
|
||||
mp08_ada_mp08_node1_SOURCES += ../mptest.ads
|
||||
mp08_ada_mp08_node1_SOURCES += ../../../support/init.c
|
||||
mp08_ada_mp08_node1_SOURCES += init.c
|
||||
|
||||
mp08_ada_mp08_node1$(EXEEXT): mp08_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp08_ada_mp08_node2
|
||||
mp08_ada_mp08_node2_SOURCES = mp08_node2.adb ../mptest.adb config.h
|
||||
mp08_ada_mp08_node2_SOURCES += ../mptest.ads
|
||||
mp08_ada_mp08_node2_SOURCES += ../../../support/init.c
|
||||
mp08_ada_mp08_node2_SOURCES += init.c
|
||||
|
||||
mp08_ada_mp08_node2$(EXEEXT): mp08_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp09_ada_mp09_node1
|
||||
mp09_ada_mp09_node1_SOURCES = mp09_node1.adb ../mptest.adb config.h
|
||||
mp09_ada_mp09_node1_SOURCES += ../mptest.ads
|
||||
mp09_ada_mp09_node1_SOURCES += ../../../support/init.c
|
||||
mp09_ada_mp09_node1_SOURCES += init.c
|
||||
|
||||
mp09_ada_mp09_node1$(EXEEXT): mp09_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp09_ada_mp09_node2
|
||||
mp09_ada_mp09_node2_SOURCES = mp09_node2.adb ../mptest.adb config.h
|
||||
mp09_ada_mp09_node2_SOURCES += ../mptest.ads
|
||||
mp09_ada_mp09_node2_SOURCES += ../../../support/init.c
|
||||
mp09_ada_mp09_node2_SOURCES += init.c
|
||||
|
||||
mp09_ada_mp09_node2$(EXEEXT): mp09_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp10_ada_mp10_node1
|
||||
mp10_ada_mp10_node1_SOURCES = mp10_node1.adb ../mptest.adb config.h
|
||||
mp10_ada_mp10_node1_SOURCES += ../mptest.ads
|
||||
mp10_ada_mp10_node1_SOURCES += ../../../support/init.c
|
||||
mp10_ada_mp10_node1_SOURCES += init.c
|
||||
|
||||
mp10_ada_mp10_node1$(EXEEXT): mp10_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp10_ada_mp10_node2
|
||||
mp10_ada_mp10_node2_SOURCES = mp10_node2.adb ../mptest.adb config.h
|
||||
mp10_ada_mp10_node2_SOURCES += ../mptest.ads
|
||||
mp10_ada_mp10_node2_SOURCES += ../../../support/init.c
|
||||
mp10_ada_mp10_node2_SOURCES += init.c
|
||||
|
||||
mp10_ada_mp10_node2$(EXEEXT): mp10_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp11_ada_mp11_node1
|
||||
mp11_ada_mp11_node1_SOURCES = mp11_node1.adb ../mptest.adb config.h
|
||||
mp11_ada_mp11_node1_SOURCES += ../mptest.ads
|
||||
mp11_ada_mp11_node1_SOURCES += ../../../support/init.c
|
||||
mp11_ada_mp11_node1_SOURCES += init.c
|
||||
|
||||
mp11_ada_mp11_node1$(EXEEXT): mp11_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp11_ada_mp11_node2
|
||||
mp11_ada_mp11_node2_SOURCES = mp11_node2.adb ../mptest.adb config.h
|
||||
mp11_ada_mp11_node2_SOURCES += ../mptest.ads
|
||||
mp11_ada_mp11_node2_SOURCES += ../../../support/init.c
|
||||
mp11_ada_mp11_node2_SOURCES += init.c
|
||||
|
||||
mp11_ada_mp11_node2$(EXEEXT): mp11_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp12_ada_mp12_node1
|
||||
mp12_ada_mp12_node1_SOURCES = mp12_node1.adb ../mptest.adb config.h
|
||||
mp12_ada_mp12_node1_SOURCES += ../mptest.ads
|
||||
mp12_ada_mp12_node1_SOURCES += ../../../support/init.c
|
||||
mp12_ada_mp12_node1_SOURCES += init.c
|
||||
|
||||
mp12_ada_mp12_node1$(EXEEXT): mp12_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp12_ada_mp12_node2
|
||||
mp12_ada_mp12_node2_SOURCES = mp12_node2.adb ../mptest.adb config.h
|
||||
mp12_ada_mp12_node2_SOURCES += ../mptest.ads
|
||||
mp12_ada_mp12_node2_SOURCES += ../../../support/init.c
|
||||
mp12_ada_mp12_node2_SOURCES += init.c
|
||||
|
||||
mp12_ada_mp12_node2$(EXEEXT): mp12_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp13_ada_mp13_node1
|
||||
mp13_ada_mp13_node1_SOURCES = mp13_node1.adb ../mptest.adb config.h
|
||||
mp13_ada_mp13_node1_SOURCES += ../mptest.ads
|
||||
mp13_ada_mp13_node1_SOURCES += ../../../support/init.c
|
||||
mp13_ada_mp13_node1_SOURCES += init.c
|
||||
|
||||
mp13_ada_mp13_node1$(EXEEXT): mp13_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp13_ada_mp13_node2
|
||||
mp13_ada_mp13_node2_SOURCES = mp13_node2.adb ../mptest.adb config.h
|
||||
mp13_ada_mp13_node2_SOURCES += ../mptest.ads
|
||||
mp13_ada_mp13_node2_SOURCES += ../../../support/init.c
|
||||
mp13_ada_mp13_node2_SOURCES += init.c
|
||||
|
||||
mp13_ada_mp13_node2$(EXEEXT): mp13_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp14_ada_mp14_node1
|
||||
mp14_ada_mp14_node1_SOURCES = mp14_node1.adb ../mptest.adb config.h
|
||||
mp14_ada_mp14_node1_SOURCES += ../mptest.ads
|
||||
mp14_ada_mp14_node1_SOURCES += ../../../support/init.c
|
||||
mp14_ada_mp14_node1_SOURCES += init.c
|
||||
|
||||
mp14_ada_mp14_node1$(EXEEXT): mp14_node1.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/..
|
||||
noinst_PROGRAMS = mp14_ada_mp14_node2
|
||||
mp14_ada_mp14_node2_SOURCES = mp14_node2.adb ../mptest.adb config.h
|
||||
mp14_ada_mp14_node2_SOURCES += ../mptest.ads
|
||||
mp14_ada_mp14_node2_SOURCES += ../../../support/init.c
|
||||
mp14_ada_mp14_node2_SOURCES += init.c
|
||||
|
||||
mp14_ada_mp14_node2$(EXEEXT): mp14_node2.adb ../mptest.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
* Put the overrides of default configuration parameters here.
|
||||
*/
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -6,7 +6,7 @@ include $(top_srcdir)/ada.am
|
||||
ada_base_sp$(EXEEXT): base_sp.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.$(OBJEXT): ../../support/init.c
|
||||
init.$(OBJEXT): init.c
|
||||
$(COMPILE.c) $(AM_CPPFLAGS) -I$(srcdir) -c $<
|
||||
|
||||
noinst_PROGRAMS = ada_base_sp
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA BASE SP"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -6,7 +6,7 @@ include $(top_srcdir)/ada.am
|
||||
ada_hello$(EXEEXT): hello.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.$(OBJEXT): ../../support/init.c
|
||||
init.$(OBJEXT): init.c
|
||||
$(COMPILE.c) $(AM_CPPFLAGS) -I$(srcdir) -c $<
|
||||
|
||||
noinst_PROGRAMS = ada_hello
|
||||
|
||||
@@ -28,6 +28,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA HELLO"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -6,7 +6,7 @@ include $(top_srcdir)/ada.am
|
||||
ada_nsecs$(EXEEXT): nsecs.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.$(OBJEXT): ../../support/init.c
|
||||
init.$(OBJEXT): init.c
|
||||
$(COMPILE.c) $(AM_CPPFLAGS) -I$(srcdir) -c $<
|
||||
|
||||
noinst_PROGRAMS = ada_nsecs
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA NSECS"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -6,7 +6,7 @@ include $(top_srcdir)/ada.am
|
||||
ada_ticker$(EXEEXT): ticker.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.$(OBJEXT): ../../support/init.c
|
||||
init.$(OBJEXT): init.c
|
||||
$(COMPILE.c) $(AM_CPPFLAGS) -I$(srcdir) -c $<
|
||||
|
||||
noinst_PROGRAMS = ada_ticker
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA TICKER"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp01
|
||||
ada_sp01_SOURCES = sp01.adb config.h sptest.adb sptest.ads
|
||||
ada_sp01_SOURCES += ../../support/init.c
|
||||
ada_sp01_SOURCES += init.c
|
||||
|
||||
ada_sp01$(EXEEXT): sp01.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA SP 1"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp02
|
||||
ada_sp02_SOURCES = sp02.adb config.h sptest.adb sptest.ads
|
||||
ada_sp02_SOURCES += ../../support/init.c
|
||||
ada_sp02_SOURCES += init.c
|
||||
|
||||
ada_sp02$(EXEEXT): sp02.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA SP 2"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp03
|
||||
ada_sp03_SOURCES = sp03.adb config.h sptest.adb sptest.ads
|
||||
ada_sp03_SOURCES += ../../support/init.c
|
||||
ada_sp03_SOURCES += init.c
|
||||
|
||||
ada_sp03$(EXEEXT): sp03.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA SP 3"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp04
|
||||
ada_sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
|
||||
ada_sp04_SOURCES += ../../support/init.c
|
||||
ada_sp04_SOURCES += init.c
|
||||
|
||||
ada_sp04$(EXEEXT): sp04.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -28,6 +28,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA SP 4"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp05
|
||||
ada_sp05_SOURCES = sp05.adb config.h sptest.adb sptest.ads
|
||||
ada_sp05_SOURCES += ../../support/init.c
|
||||
ada_sp05_SOURCES += init.c
|
||||
|
||||
ada_sp05$(EXEEXT): sp05.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA SP 5"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp06
|
||||
ada_sp06_SOURCES = sp06.adb config.h sptest.adb sptest.ads
|
||||
ada_sp06_SOURCES += ../../support/init.c
|
||||
ada_sp06_SOURCES += init.c
|
||||
|
||||
ada_sp06$(EXEEXT): sp06.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA SP 6"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -6,7 +6,7 @@ include $(top_srcdir)/ada.am
|
||||
noinst_PROGRAMS = ada_sp07
|
||||
|
||||
ada_sp07_SOURCES = sp07.adb config.h sptest.adb sptest.ads
|
||||
ada_sp07_SOURCES += ../../support/init.c
|
||||
ada_sp07_SOURCES += init.c
|
||||
|
||||
ada_sp07$(EXEEXT): sp07.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -28,6 +28,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA SP 7"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp08
|
||||
ada_sp08_SOURCES = sp08.adb config.h sptest.adb sptest.ads
|
||||
ada_sp08_SOURCES += ../../support/init.c
|
||||
ada_sp08_SOURCES += init.c
|
||||
|
||||
ada_sp08$(EXEEXT): sp08.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
|
||||
#define ADA_TEST_NAME "ADA SP 8"
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -10,7 +10,7 @@ AM_ADAFLAGS += -gnatp
|
||||
noinst_PROGRAMS = ada_sp09
|
||||
|
||||
ada_sp09_SOURCES = sp09.adb config.h sptest.adb sptest.ads
|
||||
ada_sp09_SOURCES += ../../support/init.c
|
||||
ada_sp09_SOURCES += init.c
|
||||
|
||||
ada_sp09$(EXEEXT): sp09.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -33,6 +33,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp11
|
||||
ada_sp11_SOURCES = sp11.adb config.h sptest.adb sptest.ads
|
||||
ada_sp11_SOURCES += ../../support/init.c
|
||||
ada_sp11_SOURCES += init.c
|
||||
|
||||
ada_sp11$(EXEEXT): sp11.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp12
|
||||
ada_sp12_SOURCES = sp12.adb config.h sptest.adb sptest.ads
|
||||
ada_sp12_SOURCES += ../../support/init.c
|
||||
ada_sp12_SOURCES += init.c
|
||||
|
||||
ada_sp12$(EXEEXT): sp12.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp13
|
||||
ada_sp13_SOURCES = sp13.adb config.h sptest.adb sptest.ads
|
||||
ada_sp13_SOURCES += ../../support/init.c
|
||||
ada_sp13_SOURCES += init.c
|
||||
|
||||
ada_sp13$(EXEEXT): sp13.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
|
||||
|
||||
noinst_PROGRAMS = ada_sp14
|
||||
ada_sp14_SOURCES = sp14.adb config.h sptest.adb sptest.ads
|
||||
ada_sp14_SOURCES += ../../support/init.c
|
||||
ada_sp14_SOURCES += init.c
|
||||
|
||||
ada_sp14$(EXEEXT): sp14.adb init.$(OBJEXT)
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
|
||||
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
|
||||
|
||||
#include <rtems/confdefs.h>
|
||||
#include "../../support/initimpl.h"
|
||||
|
||||
/* end of include file */
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user