2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* tm27/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm26/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm24/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm16/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm18/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm02/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm10/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm11/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm15/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm19/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm04/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm17/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm28/Makefile.am: include leaf.am instead of leaf.cfg.
	* tmck/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm08/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm12/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm03/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm13/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm29/Makefile.am: include leaf.am instead of leaf.cfg.
	* tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm20/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm09/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm01/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm21/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm07/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm25/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm22/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm06/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm05/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm14/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm23/Makefile.am: include leaf.am instead of leaf.cfg.
This commit is contained in:
Joel Sherrill
2001-09-19 17:22:19 +00:00
parent b1b5b41458
commit 5dfa8c1e44
64 changed files with 130 additions and 62 deletions

View File

@@ -1,3 +1,37 @@
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm27/Makefile.am: include leaf.am instead of leaf.cfg.
* tm26/Makefile.am: include leaf.am instead of leaf.cfg.
* tm24/Makefile.am: include leaf.am instead of leaf.cfg.
* tm16/Makefile.am: include leaf.am instead of leaf.cfg.
* tm18/Makefile.am: include leaf.am instead of leaf.cfg.
* tm02/Makefile.am: include leaf.am instead of leaf.cfg.
* tm10/Makefile.am: include leaf.am instead of leaf.cfg.
* tm11/Makefile.am: include leaf.am instead of leaf.cfg.
* tm15/Makefile.am: include leaf.am instead of leaf.cfg.
* tm19/Makefile.am: include leaf.am instead of leaf.cfg.
* tm04/Makefile.am: include leaf.am instead of leaf.cfg.
* tm17/Makefile.am: include leaf.am instead of leaf.cfg.
* tm28/Makefile.am: include leaf.am instead of leaf.cfg.
* tmck/Makefile.am: include leaf.am instead of leaf.cfg.
* tm08/Makefile.am: include leaf.am instead of leaf.cfg.
* tm12/Makefile.am: include leaf.am instead of leaf.cfg.
* tm03/Makefile.am: include leaf.am instead of leaf.cfg.
* tm13/Makefile.am: include leaf.am instead of leaf.cfg.
* tm29/Makefile.am: include leaf.am instead of leaf.cfg.
* tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
* tm20/Makefile.am: include leaf.am instead of leaf.cfg.
* tm09/Makefile.am: include leaf.am instead of leaf.cfg.
* tm01/Makefile.am: include leaf.am instead of leaf.cfg.
* tm21/Makefile.am: include leaf.am instead of leaf.cfg.
* tm07/Makefile.am: include leaf.am instead of leaf.cfg.
* tm25/Makefile.am: include leaf.am instead of leaf.cfg.
* tm22/Makefile.am: include leaf.am instead of leaf.cfg.
* tm06/Makefile.am: include leaf.am instead of leaf.cfg.
* tm05/Makefile.am: include leaf.am instead of leaf.cfg.
* tm14/Makefile.am: include leaf.am instead of leaf.cfg.
* tm23/Makefile.am: include leaf.am instead of leaf.cfg.
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -1,3 +1,37 @@
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm27/Makefile.am: include leaf.am instead of leaf.cfg.
* tm26/Makefile.am: include leaf.am instead of leaf.cfg.
* tm24/Makefile.am: include leaf.am instead of leaf.cfg.
* tm16/Makefile.am: include leaf.am instead of leaf.cfg.
* tm18/Makefile.am: include leaf.am instead of leaf.cfg.
* tm02/Makefile.am: include leaf.am instead of leaf.cfg.
* tm10/Makefile.am: include leaf.am instead of leaf.cfg.
* tm11/Makefile.am: include leaf.am instead of leaf.cfg.
* tm15/Makefile.am: include leaf.am instead of leaf.cfg.
* tm19/Makefile.am: include leaf.am instead of leaf.cfg.
* tm04/Makefile.am: include leaf.am instead of leaf.cfg.
* tm17/Makefile.am: include leaf.am instead of leaf.cfg.
* tm28/Makefile.am: include leaf.am instead of leaf.cfg.
* tmck/Makefile.am: include leaf.am instead of leaf.cfg.
* tm08/Makefile.am: include leaf.am instead of leaf.cfg.
* tm12/Makefile.am: include leaf.am instead of leaf.cfg.
* tm03/Makefile.am: include leaf.am instead of leaf.cfg.
* tm13/Makefile.am: include leaf.am instead of leaf.cfg.
* tm29/Makefile.am: include leaf.am instead of leaf.cfg.
* tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
* tm20/Makefile.am: include leaf.am instead of leaf.cfg.
* tm09/Makefile.am: include leaf.am instead of leaf.cfg.
* tm01/Makefile.am: include leaf.am instead of leaf.cfg.
* tm21/Makefile.am: include leaf.am instead of leaf.cfg.
* tm07/Makefile.am: include leaf.am instead of leaf.cfg.
* tm25/Makefile.am: include leaf.am instead of leaf.cfg.
* tm22/Makefile.am: include leaf.am instead of leaf.cfg.
* tm06/Makefile.am: include leaf.am instead of leaf.cfg.
* tm05/Makefile.am: include leaf.am instead of leaf.cfg.
* tm14/Makefile.am: include leaf.am instead of leaf.cfg.
* tm23/Makefile.am: include leaf.am instead of leaf.cfg.
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#

View File

@@ -26,7 +26,7 @@ PGM = ${ARCH}/$(TEST).exe
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../automake/compile.am
include $(RTEMS_ROOT)/make/leaf.cfg
include $(top_srcdir)/../../../../automake/leaf.am
include $(top_srcdir)/tmtests.am
#