summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-20 07:08:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-20 07:08:29 +0000
commit5fd5e5275f37635212a8d6c8e5026a02f62a9ffb (patch)
tree1fb25d0f9bd7b78a46245670368fb388e5f3cb6a /c/src/ada-tests/samples
parent2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5fd5e5275f37635212a8d6c8e5026a02f62a9ffb.tar.bz2
2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, mptests/Makefile.am, mptests/mp01/Makefile.am, mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am, samples/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/ticker/Makefile.am, sptests/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/sp21/Makefile.am, sptests/sp22/Makefile.am, sptests/sp23/Makefile.am, sptests/sp24/Makefile.am, sptests/sp25/Makefile.am, sptests/spsize/Makefile.am, support/Makefile.am, tmtests/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: Pick up am-fragments from ../tests/automake.
Diffstat (limited to 'c/src/ada-tests/samples')
-rw-r--r--c/src/ada-tests/samples/Makefile.am4
-rw-r--r--c/src/ada-tests/samples/base_mp/Makefile.am6
-rw-r--r--c/src/ada-tests/samples/base_mp/node1/Makefile.am4
-rw-r--r--c/src/ada-tests/samples/base_mp/node2/Makefile.am4
-rw-r--r--c/src/ada-tests/samples/base_sp/Makefile.am4
-rw-r--r--c/src/ada-tests/samples/hello/Makefile.am4
-rw-r--r--c/src/ada-tests/samples/ticker/Makefile.am4
7 files changed, 15 insertions, 15 deletions
diff --git a/c/src/ada-tests/samples/Makefile.am b/c/src/ada-tests/samples/Makefile.am
index 512bf021c0..bf6bcb7a9e 100644
--- a/c/src/ada-tests/samples/Makefile.am
+++ b/c/src/ada-tests/samples/Makefile.am
@@ -7,5 +7,5 @@ SUBDIRS += base_mp
endif
-include $(top_srcdir)/../../../automake/subdirs.am
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../tests/automake/subdirs.am
+include $(top_srcdir)/../tests/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 2349541b6c..80536820a4 100644
--- a/c/src/ada-tests/samples/base_mp/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/Makefile.am
@@ -1,8 +1,8 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
-include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../tests/automake/compile.am
+include $(top_srcdir)/../tests/automake/subdirs.am
SUBDIRS = node1 node2
#include $(top_srcdir)/ada.am
@@ -22,4 +22,4 @@ SUBDIRS = node1 node2
#EXTRA_DIST += node2/base_mp.scn
#EXTRA_DIST += node2/mptest-per_node_configuration.adb
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../tests/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
index 6687d4cc5f..bb4968f8f4 100644
--- a/c/src/ada-tests/samples/base_mp/node1/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/node1/Makefile.am
@@ -3,7 +3,7 @@
NODE=1
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../tests/automake/compile.am
include $(top_srcdir)/ada.am
@@ -21,4 +21,4 @@ endif
EXTRA_DIST = base_mp.scn
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../tests/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
index aa818980d6..af1adff162 100644
--- a/c/src/ada-tests/samples/base_mp/node2/Makefile.am
+++ b/c/src/ada-tests/samples/base_mp/node2/Makefile.am
@@ -3,7 +3,7 @@
NODE=2
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../tests/automake/compile.am
include $(top_srcdir)/ada.am
@@ -23,4 +23,4 @@ node2_SOURCES = mptest-per_node_configuration.adb
EXTRA_DIST = base_mp.scn
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../tests/automake/local.am
diff --git a/c/src/ada-tests/samples/base_sp/Makefile.am b/c/src/ada-tests/samples/base_sp/Makefile.am
index a549034d3b..d1c6c85104 100644
--- a/c/src/ada-tests/samples/base_sp/Makefile.am
+++ b/c/src/ada-tests/samples/base_sp/Makefile.am
@@ -1,7 +1,7 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../tests/automake/compile.am
include $(top_srcdir)/ada.am
@@ -18,4 +18,4 @@ config.h sptest.adb sptest.ads
EXTRA_DIST = base_sp.scn
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../tests/automake/local.am
diff --git a/c/src/ada-tests/samples/hello/Makefile.am b/c/src/ada-tests/samples/hello/Makefile.am
index 466c003289..1aef31614a 100644
--- a/c/src/ada-tests/samples/hello/Makefile.am
+++ b/c/src/ada-tests/samples/hello/Makefile.am
@@ -1,7 +1,7 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../tests/automake/compile.am
include $(top_srcdir)/ada.am
@@ -18,4 +18,4 @@ config.h sptest.adb sptest.ads
EXTRA_DIST = hello.scn
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../tests/automake/local.am
diff --git a/c/src/ada-tests/samples/ticker/Makefile.am b/c/src/ada-tests/samples/ticker/Makefile.am
index abd5ed4953..061dc6ad49 100644
--- a/c/src/ada-tests/samples/ticker/Makefile.am
+++ b/c/src/ada-tests/samples/ticker/Makefile.am
@@ -1,7 +1,7 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
+include $(top_srcdir)/../tests/automake/compile.am
include $(top_srcdir)/ada.am
@@ -18,4 +18,4 @@ config.h sptest.adb sptest.ads
EXTRA_DIST = ticker.scn
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../tests/automake/local.am