From 5b6ea7a775020914c60d19bf0e57ca23c11f66e7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Sep 2000 16:05:46 +0000 Subject: 2000-09-04 Ralf Corsepius * mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Include compile.am --- testsuites/mptests/ChangeLog | 17 +++++++++++++++++ testsuites/mptests/mp01/node1/Makefile.am | 1 + testsuites/mptests/mp01/node2/Makefile.am | 1 + testsuites/mptests/mp02/node1/Makefile.am | 1 + testsuites/mptests/mp02/node2/Makefile.am | 1 + testsuites/mptests/mp03/node1/Makefile.am | 1 + testsuites/mptests/mp03/node2/Makefile.am | 1 + testsuites/mptests/mp04/node1/Makefile.am | 1 + testsuites/mptests/mp04/node2/Makefile.am | 1 + testsuites/mptests/mp05/node1/Makefile.am | 1 + testsuites/mptests/mp05/node2/Makefile.am | 1 + testsuites/mptests/mp06/node1/Makefile.am | 1 + testsuites/mptests/mp06/node2/Makefile.am | 1 + testsuites/mptests/mp07/node1/Makefile.am | 1 + testsuites/mptests/mp07/node2/Makefile.am | 1 + testsuites/mptests/mp08/node1/Makefile.am | 1 + testsuites/mptests/mp08/node2/Makefile.am | 1 + testsuites/mptests/mp09/node1/Makefile.am | 1 + testsuites/mptests/mp09/node2/Makefile.am | 1 + testsuites/mptests/mp10/node1/Makefile.am | 1 + testsuites/mptests/mp10/node2/Makefile.am | 1 + testsuites/mptests/mp11/node1/Makefile.am | 1 + testsuites/mptests/mp11/node2/Makefile.am | 1 + testsuites/mptests/mp12/node1/Makefile.am | 1 + testsuites/mptests/mp12/node2/Makefile.am | 1 + testsuites/mptests/mp13/node1/Makefile.am | 1 + testsuites/mptests/mp13/node2/Makefile.am | 1 + testsuites/mptests/mp14/node1/Makefile.am | 1 + testsuites/mptests/mp14/node2/Makefile.am | 1 + 29 files changed, 45 insertions(+) (limited to 'testsuites/mptests') diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog index caca6bf123..b5a4b4d474 100644 --- a/testsuites/mptests/ChangeLog +++ b/testsuites/mptests/ChangeLog @@ -1 +1,18 @@ + * mp01/node1/Makefile.am, mp01/node2/Makefile.am, + mp02/node1/Makefile.am, mp02/node2/Makefile.am, + mp03/node1/Makefile.am, mp03/node2/Makefile.am, + mp04/node1/Makefile.am, mp04/node2/Makefile.am, + mp05/node1/Makefile.am, mp05/node2/Makefile.am, + mp06/node1/Makefile.am, mp06/node2/Makefile.am, + mp07/node1/Makefile.am, mp07/node2/Makefile.am, + mp08/node1/Makefile.am, mp08/node2/Makefile.am, + mp09/node1/Makefile.am, mp09/node2/Makefile.am, + mp10/node1/Makefile.am, mp10/node2/Makefile.am, + mp11/node1/Makefile.am, mp11/node2/Makefile.am, + mp12/node1/Makefile.am, mp12/node2/Makefile.am, + mp13/node1/Makefile.am, mp13/node2/Makefile.am, + mp14/node1/Makefile.am, mp14/node2/Makefile.am: Include compile.am + +2000-08-10 Joel Sherrill + * ChangeLog: New file. diff --git a/testsuites/mptests/mp01/node1/Makefile.am b/testsuites/mptests/mp01/node1/Makefile.am index 006791ee11..a710939869 100644 --- a/testsuites/mptests/mp01/node1/Makefile.am +++ b/testsuites/mptests/mp01/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp01/node2/Makefile.am b/testsuites/mptests/mp01/node2/Makefile.am index 0e0a342b2d..f886587848 100644 --- a/testsuites/mptests/mp01/node2/Makefile.am +++ b/testsuites/mptests/mp01/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp02/node1/Makefile.am b/testsuites/mptests/mp02/node1/Makefile.am index 9349ba0029..4e36436ee1 100644 --- a/testsuites/mptests/mp02/node1/Makefile.am +++ b/testsuites/mptests/mp02/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp02/node2/Makefile.am b/testsuites/mptests/mp02/node2/Makefile.am index 9386b56482..2b728614ae 100644 --- a/testsuites/mptests/mp02/node2/Makefile.am +++ b/testsuites/mptests/mp02/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp03/node1/Makefile.am b/testsuites/mptests/mp03/node1/Makefile.am index 582fecb064..8ee6e4773f 100644 --- a/testsuites/mptests/mp03/node1/Makefile.am +++ b/testsuites/mptests/mp03/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp03/node2/Makefile.am b/testsuites/mptests/mp03/node2/Makefile.am index 4744e85e00..4ea5296e81 100644 --- a/testsuites/mptests/mp03/node2/Makefile.am +++ b/testsuites/mptests/mp03/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp04/node1/Makefile.am b/testsuites/mptests/mp04/node1/Makefile.am index e651e12c85..bd85901737 100644 --- a/testsuites/mptests/mp04/node1/Makefile.am +++ b/testsuites/mptests/mp04/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp04/node2/Makefile.am b/testsuites/mptests/mp04/node2/Makefile.am index 1e96e00a47..2e38b7637e 100644 --- a/testsuites/mptests/mp04/node2/Makefile.am +++ b/testsuites/mptests/mp04/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp05/node1/Makefile.am b/testsuites/mptests/mp05/node1/Makefile.am index 8b3d4c7982..f48a961334 100644 --- a/testsuites/mptests/mp05/node1/Makefile.am +++ b/testsuites/mptests/mp05/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp05/node2/Makefile.am b/testsuites/mptests/mp05/node2/Makefile.am index 2f36e9793f..fb293e3465 100644 --- a/testsuites/mptests/mp05/node2/Makefile.am +++ b/testsuites/mptests/mp05/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp06/node1/Makefile.am b/testsuites/mptests/mp06/node1/Makefile.am index 8046e76329..2fb8346043 100644 --- a/testsuites/mptests/mp06/node1/Makefile.am +++ b/testsuites/mptests/mp06/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp06/node2/Makefile.am b/testsuites/mptests/mp06/node2/Makefile.am index c97464e677..481ffbfa08 100644 --- a/testsuites/mptests/mp06/node2/Makefile.am +++ b/testsuites/mptests/mp06/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp07/node1/Makefile.am b/testsuites/mptests/mp07/node1/Makefile.am index 2cf3d2c56d..ba0ce8e9d6 100644 --- a/testsuites/mptests/mp07/node1/Makefile.am +++ b/testsuites/mptests/mp07/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp07/node2/Makefile.am b/testsuites/mptests/mp07/node2/Makefile.am index 2620068f27..8d3b42f1b0 100644 --- a/testsuites/mptests/mp07/node2/Makefile.am +++ b/testsuites/mptests/mp07/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am index 02bc0fa4dc..89cc5133ed 100644 --- a/testsuites/mptests/mp08/node1/Makefile.am +++ b/testsuites/mptests/mp08/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am index 44cce51174..0ac0414e56 100644 --- a/testsuites/mptests/mp08/node2/Makefile.am +++ b/testsuites/mptests/mp08/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp09/node1/Makefile.am b/testsuites/mptests/mp09/node1/Makefile.am index d2e175f363..6d7d74219f 100644 --- a/testsuites/mptests/mp09/node1/Makefile.am +++ b/testsuites/mptests/mp09/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am index 8b4c36d222..07c5325310 100644 --- a/testsuites/mptests/mp09/node2/Makefile.am +++ b/testsuites/mptests/mp09/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp10/node1/Makefile.am b/testsuites/mptests/mp10/node1/Makefile.am index c74d08bdc8..e374aa6bce 100644 --- a/testsuites/mptests/mp10/node1/Makefile.am +++ b/testsuites/mptests/mp10/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp10/node2/Makefile.am b/testsuites/mptests/mp10/node2/Makefile.am index f9202bbefa..5ce39065b7 100644 --- a/testsuites/mptests/mp10/node2/Makefile.am +++ b/testsuites/mptests/mp10/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp11/node1/Makefile.am b/testsuites/mptests/mp11/node1/Makefile.am index 83c85c864a..9e48057e94 100644 --- a/testsuites/mptests/mp11/node1/Makefile.am +++ b/testsuites/mptests/mp11/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp11/node2/Makefile.am b/testsuites/mptests/mp11/node2/Makefile.am index 01e208778e..23472a1c44 100644 --- a/testsuites/mptests/mp11/node2/Makefile.am +++ b/testsuites/mptests/mp11/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp12/node1/Makefile.am b/testsuites/mptests/mp12/node1/Makefile.am index c908401e87..71bd38d9b2 100644 --- a/testsuites/mptests/mp12/node1/Makefile.am +++ b/testsuites/mptests/mp12/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp12/node2/Makefile.am b/testsuites/mptests/mp12/node2/Makefile.am index d75f710f4e..9d7add839f 100644 --- a/testsuites/mptests/mp12/node2/Makefile.am +++ b/testsuites/mptests/mp12/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp13/node1/Makefile.am b/testsuites/mptests/mp13/node1/Makefile.am index a85de6898c..3eed76dba0 100644 --- a/testsuites/mptests/mp13/node1/Makefile.am +++ b/testsuites/mptests/mp13/node1/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp13/node2/Makefile.am b/testsuites/mptests/mp13/node2/Makefile.am index 0d09a9c642..a2ca5c86b0 100644 --- a/testsuites/mptests/mp13/node2/Makefile.am +++ b/testsuites/mptests/mp13/node2/Makefile.am @@ -26,6 +26,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp14/node1/Makefile.am b/testsuites/mptests/mp14/node1/Makefile.am index a8fa8f2da7..177e55cc8b 100644 --- a/testsuites/mptests/mp14/node1/Makefile.am +++ b/testsuites/mptests/mp14/node1/Makefile.am @@ -27,6 +27,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am diff --git a/testsuites/mptests/mp14/node2/Makefile.am b/testsuites/mptests/mp14/node2/Makefile.am index 2381489d1c..3a7aeca9ff 100644 --- a/testsuites/mptests/mp14/node2/Makefile.am +++ b/testsuites/mptests/mp14/node2/Makefile.am @@ -27,6 +27,7 @@ OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../automake/compile.am include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/mptests.am -- cgit v1.2.3