From acdc144bdfa0ac3d854a987e8e7251337a402ab1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Nov 2005 08:25:58 +0000 Subject: Expand tmtests.am. --- testsuites/tmtests/tm01/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm02/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm03/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm04/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm05/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm06/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm07/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm08/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm09/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm10/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm11/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm12/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm13/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm14/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm15/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm16/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm17/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm18/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm19/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm20/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm21/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm22/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm23/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm24/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm25/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm26/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm27/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm28/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tm29/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tmck/Makefile.am | 14 +++++++++++++- testsuites/tmtests/tmoverhd/Makefile.am | 14 +++++++++++++- 31 files changed, 403 insertions(+), 31 deletions(-) (limited to 'testsuites') diff --git a/testsuites/tmtests/tm01/Makefile.am b/testsuites/tmtests/tm01/Makefile.am index d6d6106d5b..064eec846a 100644 --- a/testsuites/tmtests/tm01/Makefile.am +++ b/testsuites/tmtests/tm01/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm02/Makefile.am b/testsuites/tmtests/tm02/Makefile.am index 3df60bec03..6c5eab356b 100644 --- a/testsuites/tmtests/tm02/Makefile.am +++ b/testsuites/tmtests/tm02/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm03/Makefile.am b/testsuites/tmtests/tm03/Makefile.am index 15d810cdae..9138bde56d 100644 --- a/testsuites/tmtests/tm03/Makefile.am +++ b/testsuites/tmtests/tm03/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm04/Makefile.am b/testsuites/tmtests/tm04/Makefile.am index c1525196c3..73fa0f3a39 100644 --- a/testsuites/tmtests/tm04/Makefile.am +++ b/testsuites/tmtests/tm04/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm05/Makefile.am b/testsuites/tmtests/tm05/Makefile.am index fd009cfc5e..1fc452465c 100644 --- a/testsuites/tmtests/tm05/Makefile.am +++ b/testsuites/tmtests/tm05/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm06/Makefile.am b/testsuites/tmtests/tm06/Makefile.am index a526295ed6..ced225a3cd 100644 --- a/testsuites/tmtests/tm06/Makefile.am +++ b/testsuites/tmtests/tm06/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm07/Makefile.am b/testsuites/tmtests/tm07/Makefile.am index 8427b29c5c..66044e51de 100644 --- a/testsuites/tmtests/tm07/Makefile.am +++ b/testsuites/tmtests/tm07/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm08/Makefile.am b/testsuites/tmtests/tm08/Makefile.am index 9a8a480f97..ecf5434c26 100644 --- a/testsuites/tmtests/tm08/Makefile.am +++ b/testsuites/tmtests/tm08/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm09/Makefile.am b/testsuites/tmtests/tm09/Makefile.am index 4d90994d46..64f5bbfafa 100644 --- a/testsuites/tmtests/tm09/Makefile.am +++ b/testsuites/tmtests/tm09/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm10/Makefile.am b/testsuites/tmtests/tm10/Makefile.am index 050233aae5..1d39da5e99 100644 --- a/testsuites/tmtests/tm10/Makefile.am +++ b/testsuites/tmtests/tm10/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm11/Makefile.am b/testsuites/tmtests/tm11/Makefile.am index 5f5041ed0e..57375521b0 100644 --- a/testsuites/tmtests/tm11/Makefile.am +++ b/testsuites/tmtests/tm11/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm12/Makefile.am b/testsuites/tmtests/tm12/Makefile.am index 82584dab1d..939d9a838c 100644 --- a/testsuites/tmtests/tm12/Makefile.am +++ b/testsuites/tmtests/tm12/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm13/Makefile.am b/testsuites/tmtests/tm13/Makefile.am index 36f9552ae8..6468abae94 100644 --- a/testsuites/tmtests/tm13/Makefile.am +++ b/testsuites/tmtests/tm13/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm14/Makefile.am b/testsuites/tmtests/tm14/Makefile.am index f4d3300b78..360abd7858 100644 --- a/testsuites/tmtests/tm14/Makefile.am +++ b/testsuites/tmtests/tm14/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm15/Makefile.am b/testsuites/tmtests/tm15/Makefile.am index a04bedac45..984e1f8a5b 100644 --- a/testsuites/tmtests/tm15/Makefile.am +++ b/testsuites/tmtests/tm15/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm16/Makefile.am b/testsuites/tmtests/tm16/Makefile.am index 853c9f75bc..578d1153f2 100644 --- a/testsuites/tmtests/tm16/Makefile.am +++ b/testsuites/tmtests/tm16/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm17/Makefile.am b/testsuites/tmtests/tm17/Makefile.am index 61063a207e..33e7b11358 100644 --- a/testsuites/tmtests/tm17/Makefile.am +++ b/testsuites/tmtests/tm17/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm18/Makefile.am b/testsuites/tmtests/tm18/Makefile.am index b430c5d5bb..9dcb927196 100644 --- a/testsuites/tmtests/tm18/Makefile.am +++ b/testsuites/tmtests/tm18/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm19/Makefile.am b/testsuites/tmtests/tm19/Makefile.am index 7a7ad814b6..0a16d7af72 100644 --- a/testsuites/tmtests/tm19/Makefile.am +++ b/testsuites/tmtests/tm19/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm20/Makefile.am b/testsuites/tmtests/tm20/Makefile.am index e11f79bca4..ee5d5ec76f 100644 --- a/testsuites/tmtests/tm20/Makefile.am +++ b/testsuites/tmtests/tm20/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm21/Makefile.am b/testsuites/tmtests/tm21/Makefile.am index 138bfbd08b..791f3fb0c5 100644 --- a/testsuites/tmtests/tm21/Makefile.am +++ b/testsuites/tmtests/tm21/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm22/Makefile.am b/testsuites/tmtests/tm22/Makefile.am index 14183530c4..3acf5d2051 100644 --- a/testsuites/tmtests/tm22/Makefile.am +++ b/testsuites/tmtests/tm22/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm23/Makefile.am b/testsuites/tmtests/tm23/Makefile.am index 834f2449b3..7cbe36727e 100644 --- a/testsuites/tmtests/tm23/Makefile.am +++ b/testsuites/tmtests/tm23/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm24/Makefile.am b/testsuites/tmtests/tm24/Makefile.am index ea6e8ea72e..42ed9a965a 100644 --- a/testsuites/tmtests/tm24/Makefile.am +++ b/testsuites/tmtests/tm24/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm25/Makefile.am b/testsuites/tmtests/tm25/Makefile.am index c4eae98a55..047f3a1656 100644 --- a/testsuites/tmtests/tm25/Makefile.am +++ b/testsuites/tmtests/tm25/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm26/Makefile.am b/testsuites/tmtests/tm26/Makefile.am index 76d416b7dc..b5d66d83e2 100644 --- a/testsuites/tmtests/tm26/Makefile.am +++ b/testsuites/tmtests/tm26/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm27/Makefile.am b/testsuites/tmtests/tm27/Makefile.am index 581e1dca89..16bf1950b0 100644 --- a/testsuites/tmtests/tm27/Makefile.am +++ b/testsuites/tmtests/tm27/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm28/Makefile.am b/testsuites/tmtests/tm28/Makefile.am index 8fff0345d8..e047c6df7a 100644 --- a/testsuites/tmtests/tm28/Makefile.am +++ b/testsuites/tmtests/tm28/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tm29/Makefile.am b/testsuites/tmtests/tm29/Makefile.am index c16a99a871..af01c2084a 100644 --- a/testsuites/tmtests/tm29/Makefile.am +++ b/testsuites/tmtests/tm29/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tmck/Makefile.am b/testsuites/tmtests/tmck/Makefile.am index d4abd3437f..a90c9f05db 100644 --- a/testsuites/tmtests/tmck/Makefile.am +++ b/testsuites/tmtests/tmck/Makefile.am @@ -19,7 +19,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += diff --git a/testsuites/tmtests/tmoverhd/Makefile.am b/testsuites/tmtests/tmoverhd/Makefile.am index 2ff8450327..0db6b259cd 100644 --- a/testsuites/tmtests/tmoverhd/Makefile.am +++ b/testsuites/tmtests/tmoverhd/Makefile.am @@ -18,7 +18,19 @@ PGM = ${ARCH}/$(TEST).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -include $(top_srcdir)/tmtests.am + +project_bspdir=$(PROJECT_ROOT) + +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) + +$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) + $(INSTALL_PROGRAM) $< $@ + +TMPINSTALL_FILES = $(project_bspdir)/tests/$(TEST).exe + +$(PGM): ${ARCH}/$(dirstamp) # # (OPTIONAL) Add local stuff here using += -- cgit v1.2.3