From 33a105fb69b1398294e304790c2eb7017f188d1e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 May 2012 11:08:48 -0500 Subject: Revert: Remove CVS Ids See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details. --- c/src/ada-tests/mptests/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp01/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp01/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp01/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp02/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp02/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp02/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp03/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp03/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp03/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp04/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp04/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp04/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp05/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp05/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp05/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp06/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp06/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp06/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp07/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp07/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp07/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp08/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp08/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp08/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp09/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp09/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp09/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp10/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp10/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp10/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp11/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp11/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp11/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp12/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp12/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp12/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp13/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp13/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp13/node2/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp14/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp14/node1/Makefile.am | 2 ++ c/src/ada-tests/mptests/mp14/node2/Makefile.am | 2 ++ 43 files changed, 86 insertions(+) (limited to 'c/src/ada-tests/mptests') diff --git a/c/src/ada-tests/mptests/Makefile.am b/c/src/ada-tests/mptests/Makefile.am index c99687e283..f81551f3e8 100644 --- a/c/src/ada-tests/mptests/Makefile.am +++ b/c/src/ada-tests/mptests/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = SUBDIRS += mp01 SUBDIRS += mp02 diff --git a/c/src/ada-tests/mptests/mp01/Makefile.am b/c/src/ada-tests/mptests/mp01/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp01/Makefile.am +++ b/c/src/ada-tests/mptests/mp01/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp01/node1/Makefile.am b/c/src/ada-tests/mptests/mp01/node1/Makefile.am index 9a8744105d..b8f6dc00b0 100644 --- a/c/src/ada-tests/mptests/mp01/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp01/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp01/node2/Makefile.am b/c/src/ada-tests/mptests/mp01/node2/Makefile.am index 1f25556519..245a0e19e9 100644 --- a/c/src/ada-tests/mptests/mp01/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp01/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp02/Makefile.am b/c/src/ada-tests/mptests/mp02/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp02/Makefile.am +++ b/c/src/ada-tests/mptests/mp02/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp02/node1/Makefile.am b/c/src/ada-tests/mptests/mp02/node1/Makefile.am index 3d25f17684..2017d8a72d 100644 --- a/c/src/ada-tests/mptests/mp02/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp02/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp02/node2/Makefile.am b/c/src/ada-tests/mptests/mp02/node2/Makefile.am index 877cb51869..3d74850f2d 100644 --- a/c/src/ada-tests/mptests/mp02/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp02/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp03/Makefile.am b/c/src/ada-tests/mptests/mp03/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp03/Makefile.am +++ b/c/src/ada-tests/mptests/mp03/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp03/node1/Makefile.am b/c/src/ada-tests/mptests/mp03/node1/Makefile.am index 859fdb3702..b63d8c1540 100644 --- a/c/src/ada-tests/mptests/mp03/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp03/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp03/node2/Makefile.am b/c/src/ada-tests/mptests/mp03/node2/Makefile.am index b7088eb4a7..75736010be 100644 --- a/c/src/ada-tests/mptests/mp03/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp03/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp04/Makefile.am b/c/src/ada-tests/mptests/mp04/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp04/Makefile.am +++ b/c/src/ada-tests/mptests/mp04/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp04/node1/Makefile.am b/c/src/ada-tests/mptests/mp04/node1/Makefile.am index 221ec1a2b8..16453ed7e7 100644 --- a/c/src/ada-tests/mptests/mp04/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp04/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp04/node2/Makefile.am b/c/src/ada-tests/mptests/mp04/node2/Makefile.am index 377564a460..4932243b78 100644 --- a/c/src/ada-tests/mptests/mp04/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp04/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp05/Makefile.am b/c/src/ada-tests/mptests/mp05/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp05/Makefile.am +++ b/c/src/ada-tests/mptests/mp05/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp05/node1/Makefile.am b/c/src/ada-tests/mptests/mp05/node1/Makefile.am index be025c259b..51b8b24319 100644 --- a/c/src/ada-tests/mptests/mp05/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp05/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp05/node2/Makefile.am b/c/src/ada-tests/mptests/mp05/node2/Makefile.am index 8f4be962ff..8af1f3db8f 100644 --- a/c/src/ada-tests/mptests/mp05/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp05/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp06/Makefile.am b/c/src/ada-tests/mptests/mp06/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp06/Makefile.am +++ b/c/src/ada-tests/mptests/mp06/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp06/node1/Makefile.am b/c/src/ada-tests/mptests/mp06/node1/Makefile.am index d5e2cd3671..edb9ba4bd9 100644 --- a/c/src/ada-tests/mptests/mp06/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp06/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp06/node2/Makefile.am b/c/src/ada-tests/mptests/mp06/node2/Makefile.am index 47c3d13d67..95278aec03 100644 --- a/c/src/ada-tests/mptests/mp06/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp06/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp07/Makefile.am b/c/src/ada-tests/mptests/mp07/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp07/Makefile.am +++ b/c/src/ada-tests/mptests/mp07/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp07/node1/Makefile.am b/c/src/ada-tests/mptests/mp07/node1/Makefile.am index 540e28f956..361df5e9c5 100644 --- a/c/src/ada-tests/mptests/mp07/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp07/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp07/node2/Makefile.am b/c/src/ada-tests/mptests/mp07/node2/Makefile.am index 9ef989f01f..e3663221ee 100644 --- a/c/src/ada-tests/mptests/mp07/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp07/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp08/Makefile.am b/c/src/ada-tests/mptests/mp08/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp08/Makefile.am +++ b/c/src/ada-tests/mptests/mp08/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp08/node1/Makefile.am b/c/src/ada-tests/mptests/mp08/node1/Makefile.am index 4e007f25a9..314d14d661 100644 --- a/c/src/ada-tests/mptests/mp08/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp08/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp08/node2/Makefile.am b/c/src/ada-tests/mptests/mp08/node2/Makefile.am index 5a804c32e4..a61e89d2d2 100644 --- a/c/src/ada-tests/mptests/mp08/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp08/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp09/Makefile.am b/c/src/ada-tests/mptests/mp09/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp09/Makefile.am +++ b/c/src/ada-tests/mptests/mp09/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp09/node1/Makefile.am b/c/src/ada-tests/mptests/mp09/node1/Makefile.am index bf40a63d59..272b640d5b 100644 --- a/c/src/ada-tests/mptests/mp09/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp09/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp09/node2/Makefile.am b/c/src/ada-tests/mptests/mp09/node2/Makefile.am index b4b631cda2..2627859ad3 100644 --- a/c/src/ada-tests/mptests/mp09/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp09/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp10/Makefile.am b/c/src/ada-tests/mptests/mp10/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp10/Makefile.am +++ b/c/src/ada-tests/mptests/mp10/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp10/node1/Makefile.am b/c/src/ada-tests/mptests/mp10/node1/Makefile.am index 49a7eadab7..eccf99ca3f 100644 --- a/c/src/ada-tests/mptests/mp10/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp10/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp10/node2/Makefile.am b/c/src/ada-tests/mptests/mp10/node2/Makefile.am index 11e8f53b29..dab6337642 100644 --- a/c/src/ada-tests/mptests/mp10/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp10/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp11/Makefile.am b/c/src/ada-tests/mptests/mp11/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp11/Makefile.am +++ b/c/src/ada-tests/mptests/mp11/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp11/node1/Makefile.am b/c/src/ada-tests/mptests/mp11/node1/Makefile.am index e791c4f219..c0c198dda1 100644 --- a/c/src/ada-tests/mptests/mp11/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp11/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp11/node2/Makefile.am b/c/src/ada-tests/mptests/mp11/node2/Makefile.am index a216808867..38de152d31 100644 --- a/c/src/ada-tests/mptests/mp11/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp11/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp12/Makefile.am b/c/src/ada-tests/mptests/mp12/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp12/Makefile.am +++ b/c/src/ada-tests/mptests/mp12/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp12/node1/Makefile.am b/c/src/ada-tests/mptests/mp12/node1/Makefile.am index 22eb8b7ea6..46d095532a 100644 --- a/c/src/ada-tests/mptests/mp12/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp12/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp12/node2/Makefile.am b/c/src/ada-tests/mptests/mp12/node2/Makefile.am index 889f100010..63a7021691 100644 --- a/c/src/ada-tests/mptests/mp12/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp12/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp13/Makefile.am b/c/src/ada-tests/mptests/mp13/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp13/Makefile.am +++ b/c/src/ada-tests/mptests/mp13/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp13/node1/Makefile.am b/c/src/ada-tests/mptests/mp13/node1/Makefile.am index aa80acd467..d55d4aea4f 100644 --- a/c/src/ada-tests/mptests/mp13/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp13/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp13/node2/Makefile.am b/c/src/ada-tests/mptests/mp13/node2/Makefile.am index c28ec60bb2..50e7f68257 100644 --- a/c/src/ada-tests/mptests/mp13/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp13/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp14/Makefile.am b/c/src/ada-tests/mptests/mp14/Makefile.am index 0ad1000d4d..037d3ad7cb 100644 --- a/c/src/ada-tests/mptests/mp14/Makefile.am +++ b/c/src/ada-tests/mptests/mp14/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + SUBDIRS = node1 node2 include $(top_srcdir)/../../../testsuites/automake/subdirs.am diff --git a/c/src/ada-tests/mptests/mp14/node1/Makefile.am b/c/src/ada-tests/mptests/mp14/node1/Makefile.am index 0dc8f8be52..0236d0cf08 100644 --- a/c/src/ada-tests/mptests/mp14/node1/Makefile.am +++ b/c/src/ada-tests/mptests/mp14/node1/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am diff --git a/c/src/ada-tests/mptests/mp14/node2/Makefile.am b/c/src/ada-tests/mptests/mp14/node2/Makefile.am index 30d2cf8c3f..48f6bcae2a 100644 --- a/c/src/ada-tests/mptests/mp14/node2/Makefile.am +++ b/c/src/ada-tests/mptests/mp14/node2/Makefile.am @@ -1,3 +1,5 @@ +## $Id$ + include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../testsuites/automake/compile.am -- cgit v1.2.3