From 0c7ef52b60e481ef9b55d42346dca94efdc867a9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 2 Sep 2002 05:08:57 +0000 Subject: 2002-09-02 Ralf Corsepius * mptests/Makefile.am: New. * mptests/mp01/Makefile.am: New. * mptests/mp01/node1/Makefile.am: New. * mptests/mp01/node2/Makefile.am: New. * samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT). * samples/base_mp/node1/Makefile.am: New. * samples/base_mp/node2/Makefile.am: New. * configure.ac: Add mptests/mp01. Add samples/base_mp. --- c/src/ada-tests/ChangeLog | 11 +++++++++++ c/src/ada-tests/configure.ac | 24 +++++++++++++++++++---- c/src/ada-tests/mptests/Makefile.am | 20 +++++++++++++++++++ c/src/ada-tests/mptests/mp01/Makefile.am | 9 +++++++++ c/src/ada-tests/mptests/mp01/node1/Makefile.am | 21 ++++++++++++++++++++ c/src/ada-tests/mptests/mp01/node2/Makefile.am | 21 ++++++++++++++++++++ c/src/ada-tests/samples/base_mp/Makefile.am | 24 ++++++++++++----------- c/src/ada-tests/samples/base_mp/node1/Makefile.am | 21 ++++++++++++++++++++ c/src/ada-tests/samples/base_mp/node2/Makefile.am | 21 ++++++++++++++++++++ 9 files changed, 157 insertions(+), 15 deletions(-) create mode 100644 c/src/ada-tests/mptests/Makefile.am create mode 100644 c/src/ada-tests/mptests/mp01/Makefile.am create mode 100644 c/src/ada-tests/mptests/mp01/node1/Makefile.am create mode 100644 c/src/ada-tests/mptests/mp01/node2/Makefile.am create mode 100644 c/src/ada-tests/samples/base_mp/node1/Makefile.am create mode 100644 c/src/ada-tests/samples/base_mp/node2/Makefile.am (limited to 'c') diff --git a/c/src/ada-tests/ChangeLog b/c/src/ada-tests/ChangeLog index ea767cf76f..ea30185cec 100644 --- a/c/src/ada-tests/ChangeLog +++ b/c/src/ada-tests/ChangeLog @@ -1,3 +1,14 @@ +2002-09-02 Ralf Corsepius + + * mptests/Makefile.am: New. + * mptests/mp01/Makefile.am: New. + * mptests/mp01/node1/Makefile.am: New. + * mptests/mp01/node2/Makefile.am: New. + * samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT). + * samples/base_mp/node1/Makefile.am: New. + * samples/base_mp/node2/Makefile.am: New. + * configure.ac: Add mptests/mp01. Add samples/base_mp. + 2002-08-30 Ralf Corsepius * tmtests/tm20/Makefile.am: Remove EXPADA. diff --git a/c/src/ada-tests/configure.ac b/c/src/ada-tests/configure.ac index b47c220d75..2eb54d86d7 100644 --- a/c/src/ada-tests/configure.ac +++ b/c/src/ada-tests/configure.ac @@ -48,6 +48,8 @@ samples/hello/Makefile samples/ticker/Makefile samples/base_sp/Makefile samples/base_mp/Makefile +samples/base_mp/node1/Makefile +samples/base_mp/node2/Makefile ]) AC_CONFIG_FILES([ @@ -111,10 +113,24 @@ tmtests/tmck/Makefile tmtests/tmoverhd/Makefile ]) -#AC_CONFIG_FILES([ -#mptests/Makefile -#mptests/mp01/Makefile +AC_CONFIG_FILES([ +mptests/Makefile +mptests/mp01/Makefile +mptests/mp01/node1/Makefile +mptests/mp01/node2/Makefile +]) #mptests/mp02/Makefile -#]) +#mptests/mp03/Makefile +#mptests/mp04/Makefile +#mptests/mp05/Makefile +#mptests/mp06/Makefile +#mptests/mp07/Makefile +#mptests/mp08/Makefile +#mptests/mp09/Makefile +#mptests/mp10/Makefile +#mptests/mp11/Makefile +#mptests/mp12/Makefile +#mptests/mp13/Makefile +#mptests/mp14/Makefile AC_OUTPUT diff --git a/c/src/ada-tests/mptests/Makefile.am b/c/src/ada-tests/mptests/Makefile.am new file mode 100644 index 0000000000..7d306a7acf --- /dev/null +++ b/c/src/ada-tests/mptests/Makefile.am @@ -0,0 +1,20 @@ +## $Id$ + +SUBDIRS = +SUBDIRS += mp01 +#SUBDIRS += mp02 +#SUBDIRS += mp03 +#SUBDIRS += mp04 +#SUBDIRS += mp05 +#SUBDIRS += mp06 +#SUBDIRS += mp07 +#SUBDIRS += mp08 +#SUBDIRS += mp09 +#SUBDIRS += mp10 +#SUBDIRS += mp11 +#SUBDIRS += mp12 +#SUBDIRS += mp13 +#SUBDIRS += mp14 + +include $(top_srcdir)/../../../automake/subdirs.am +include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/ada-tests/mptests/mp01/Makefile.am b/c/src/ada-tests/mptests/mp01/Makefile.am new file mode 100644 index 0000000000..b18e7c3e57 --- /dev/null +++ b/c/src/ada-tests/mptests/mp01/Makefile.am @@ -0,0 +1,9 @@ +## $Id$ + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../automake/compile.am +include $(top_srcdir)/../../../automake/subdirs.am + +SUBDIRS = node1 node2 + +include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/ada-tests/mptests/mp01/node1/Makefile.am b/c/src/ada-tests/mptests/mp01/node1/Makefile.am new file mode 100644 index 0000000000..34d842b47b --- /dev/null +++ b/c/src/ada-tests/mptests/mp01/node1/Makefile.am @@ -0,0 +1,21 @@ +## $Id$ + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../automake/compile.am + +include $(top_srcdir)/ada.am + +AM_ADAFLAGS += -I$(srcdir)/.. + +node1$(EXEEXT): mptest-per_node_configuration.adb + $(GNATCOMPILE) -margs -a $< -o $@ + +if EXPADA +noinst_PROGRAMS = node1 +endif + +node1_SOURCES = mptest-per_node_configuration.adb + +EXTRA_DIST = base_mp.scn + +include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/ada-tests/mptests/mp01/node2/Makefile.am b/c/src/ada-tests/mptests/mp01/node2/Makefile.am new file mode 100644 index 0000000000..268f890831 --- /dev/null +++ b/c/src/ada-tests/mptests/mp01/node2/Makefile.am @@ -0,0 +1,21 @@ +## $Id$ + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../automake/compile.am + +include $(top_srcdir)/ada.am + +AM_ADAFLAGS += -I$(srcdir)/.. + +node2$(EXEEXT): mptest-per_node_configuration.adb + $(GNATCOMPILE) -margs -a $< -o $@ + +if EXPADA +noinst_PROGRAMS = node2 +endif + +node2_SOURCES = mptest-per_node_configuration.adb + +EXTRA_DIST = base_mp.scn + +include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/ada-tests/samples/base_mp/Makefile.am b/c/src/ada-tests/samples/base_mp/Makefile.am index cb241ea663..2349541b6c 100644 --- a/c/src/ada-tests/samples/base_mp/Makefile.am +++ b/c/src/ada-tests/samples/base_mp/Makefile.am @@ -2,22 +2,24 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../automake/compile.am +include $(top_srcdir)/../../../automake/subdirs.am -include $(top_srcdir)/ada.am +SUBDIRS = node1 node2 +#include $(top_srcdir)/ada.am -mptest$(EXEEXT): mptest.adb - $(GNATCOMPILE) -margs -a $< -o $@ +#mptest$(EXEEXT): mptest.adb +# $(GNATCOMPILE) -margs -a $< -o $@ -if EXPADA -noinst_PROGRAMS = mptest -endif +#if EXPADA +#noinst_PROGRAMS = mptest +#endif -mptest_SOURCES = mptest.adb mptest.ads +#mptest_SOURCES = mptest.adb mptest.ads -EXTRA_DIST = node1/base_mp.scn -EXTRA_DIST += node1/mptest-per_node_configuration.adb +#EXTRA_DIST = node1/base_mp.scn +#EXTRA_DIST += node1/mptest-per_node_configuration.adb -EXTRA_DIST += node2/base_mp.scn -EXTRA_DIST += node2/mptest-per_node_configuration.adb +#EXTRA_DIST += node2/base_mp.scn +#EXTRA_DIST += node2/mptest-per_node_configuration.adb include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/ada-tests/samples/base_mp/node1/Makefile.am b/c/src/ada-tests/samples/base_mp/node1/Makefile.am new file mode 100644 index 0000000000..34d842b47b --- /dev/null +++ b/c/src/ada-tests/samples/base_mp/node1/Makefile.am @@ -0,0 +1,21 @@ +## $Id$ + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../automake/compile.am + +include $(top_srcdir)/ada.am + +AM_ADAFLAGS += -I$(srcdir)/.. + +node1$(EXEEXT): mptest-per_node_configuration.adb + $(GNATCOMPILE) -margs -a $< -o $@ + +if EXPADA +noinst_PROGRAMS = node1 +endif + +node1_SOURCES = mptest-per_node_configuration.adb + +EXTRA_DIST = base_mp.scn + +include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/ada-tests/samples/base_mp/node2/Makefile.am b/c/src/ada-tests/samples/base_mp/node2/Makefile.am new file mode 100644 index 0000000000..268f890831 --- /dev/null +++ b/c/src/ada-tests/samples/base_mp/node2/Makefile.am @@ -0,0 +1,21 @@ +## $Id$ + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../automake/compile.am + +include $(top_srcdir)/ada.am + +AM_ADAFLAGS += -I$(srcdir)/.. + +node2$(EXEEXT): mptest-per_node_configuration.adb + $(GNATCOMPILE) -margs -a $< -o $@ + +if EXPADA +noinst_PROGRAMS = node2 +endif + +node2_SOURCES = mptest-per_node_configuration.adb + +EXTRA_DIST = base_mp.scn + +include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3