summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-04-03 12:55:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-04-03 12:55:13 +0000
commit3d5483771c21619e164e5a5cc308802027785dcc (patch)
treee5517f30599b1c7b69c80a159ccae6851146508e /testsuites/tmtests
parent2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3d5483771c21619e164e5a5cc308802027785dcc.tar.bz2
Eliminate _exe_/.exe.
Diffstat (limited to 'testsuites/tmtests')
-rw-r--r--testsuites/tmtests/tm01/Makefile.am14
-rw-r--r--testsuites/tmtests/tm02/Makefile.am14
-rw-r--r--testsuites/tmtests/tm03/Makefile.am14
-rw-r--r--testsuites/tmtests/tm04/Makefile.am14
-rw-r--r--testsuites/tmtests/tm05/Makefile.am14
-rw-r--r--testsuites/tmtests/tm06/Makefile.am14
-rw-r--r--testsuites/tmtests/tm07/Makefile.am14
-rw-r--r--testsuites/tmtests/tm08/Makefile.am14
-rw-r--r--testsuites/tmtests/tm09/Makefile.am14
-rw-r--r--testsuites/tmtests/tm10/Makefile.am14
-rw-r--r--testsuites/tmtests/tm11/Makefile.am14
-rw-r--r--testsuites/tmtests/tm12/Makefile.am14
-rw-r--r--testsuites/tmtests/tm13/Makefile.am14
-rw-r--r--testsuites/tmtests/tm14/Makefile.am14
-rw-r--r--testsuites/tmtests/tm15/Makefile.am14
-rw-r--r--testsuites/tmtests/tm16/Makefile.am14
-rw-r--r--testsuites/tmtests/tm17/Makefile.am14
-rw-r--r--testsuites/tmtests/tm18/Makefile.am14
-rw-r--r--testsuites/tmtests/tm19/Makefile.am14
-rw-r--r--testsuites/tmtests/tm20/Makefile.am14
-rw-r--r--testsuites/tmtests/tm21/Makefile.am14
-rw-r--r--testsuites/tmtests/tm22/Makefile.am14
-rw-r--r--testsuites/tmtests/tm23/Makefile.am14
-rw-r--r--testsuites/tmtests/tm24/Makefile.am14
-rw-r--r--testsuites/tmtests/tm25/Makefile.am14
-rw-r--r--testsuites/tmtests/tm26/Makefile.am14
-rw-r--r--testsuites/tmtests/tm27/Makefile.am14
-rw-r--r--testsuites/tmtests/tm28/Makefile.am14
-rw-r--r--testsuites/tmtests/tm29/Makefile.am14
-rw-r--r--testsuites/tmtests/tmck/Makefile.am14
-rw-r--r--testsuites/tmtests/tmoverhd/Makefile.am14
31 files changed, 217 insertions, 217 deletions
diff --git a/testsuites/tmtests/tm01/Makefile.am b/testsuites/tmtests/tm01/Makefile.am
index c60232a077..c15892de41 100644
--- a/testsuites/tmtests/tm01/Makefile.am
+++ b/testsuites/tmtests/tm01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm01.exe
-tm01_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm01
+tm01_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm01.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm01_exe_OBJECTS) $(tm01_exe_LDADD)
-LINK_LIBS = $(tm01_exe_LDLIBS)
+LINK_OBJS = $(tm01_OBJECTS) $(tm01_LDADD)
+LINK_LIBS = $(tm01_LDLIBS)
-tm01.exe$(EXEEXT): $(tm01_exe_OBJECTS) $(tm01_exe_DEPENDENCIES)
- @rm -f tm01.exe$(EXEEXT)
+tm01$(EXEEXT): $(tm01_OBJECTS) $(tm01_DEPENDENCIES)
+ @rm -f tm01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm02/Makefile.am b/testsuites/tmtests/tm02/Makefile.am
index b849babdb5..5d3488b5a6 100644
--- a/testsuites/tmtests/tm02/Makefile.am
+++ b/testsuites/tmtests/tm02/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm02.exe
-tm02_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm02
+tm02_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm02.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm02_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm02_exe_OBJECTS) $(tm02_exe_LDADD)
-LINK_LIBS = $(tm02_exe_LDLIBS)
+LINK_OBJS = $(tm02_OBJECTS) $(tm02_LDADD)
+LINK_LIBS = $(tm02_LDLIBS)
-tm02.exe$(EXEEXT): $(tm02_exe_OBJECTS) $(tm02_exe_DEPENDENCIES)
- @rm -f tm02.exe$(EXEEXT)
+tm02$(EXEEXT): $(tm02_OBJECTS) $(tm02_DEPENDENCIES)
+ @rm -f tm02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm03/Makefile.am b/testsuites/tmtests/tm03/Makefile.am
index 388473ddde..97542514bf 100644
--- a/testsuites/tmtests/tm03/Makefile.am
+++ b/testsuites/tmtests/tm03/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm03.exe
-tm03_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm03
+tm03_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm03.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm03_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm03_exe_OBJECTS) $(tm03_exe_LDADD)
-LINK_LIBS = $(tm03_exe_LDLIBS)
+LINK_OBJS = $(tm03_OBJECTS) $(tm03_LDADD)
+LINK_LIBS = $(tm03_LDLIBS)
-tm03.exe$(EXEEXT): $(tm03_exe_OBJECTS) $(tm03_exe_DEPENDENCIES)
- @rm -f tm03.exe$(EXEEXT)
+tm03$(EXEEXT): $(tm03_OBJECTS) $(tm03_DEPENDENCIES)
+ @rm -f tm03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm04/Makefile.am b/testsuites/tmtests/tm04/Makefile.am
index 347ff1c114..260ed87f64 100644
--- a/testsuites/tmtests/tm04/Makefile.am
+++ b/testsuites/tmtests/tm04/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm04.exe
-tm04_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm04
+tm04_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm04.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm04_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm04_exe_OBJECTS) $(tm04_exe_LDADD)
-LINK_LIBS = $(tm04_exe_LDLIBS)
+LINK_OBJS = $(tm04_OBJECTS) $(tm04_LDADD)
+LINK_LIBS = $(tm04_LDLIBS)
-tm04.exe$(EXEEXT): $(tm04_exe_OBJECTS) $(tm04_exe_DEPENDENCIES)
- @rm -f tm04.exe$(EXEEXT)
+tm04$(EXEEXT): $(tm04_OBJECTS) $(tm04_DEPENDENCIES)
+ @rm -f tm04$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm05/Makefile.am b/testsuites/tmtests/tm05/Makefile.am
index f864e19bbb..79e1d8ef67 100644
--- a/testsuites/tmtests/tm05/Makefile.am
+++ b/testsuites/tmtests/tm05/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm05.exe
-tm05_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm05
+tm05_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm05.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm05_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm05_exe_OBJECTS) $(tm05_exe_LDADD)
-LINK_LIBS = $(tm05_exe_LDLIBS)
+LINK_OBJS = $(tm05_OBJECTS) $(tm05_LDADD)
+LINK_LIBS = $(tm05_LDLIBS)
-tm05.exe$(EXEEXT): $(tm05_exe_OBJECTS) $(tm05_exe_DEPENDENCIES)
- @rm -f tm05.exe$(EXEEXT)
+tm05$(EXEEXT): $(tm05_OBJECTS) $(tm05_DEPENDENCIES)
+ @rm -f tm05$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm06/Makefile.am b/testsuites/tmtests/tm06/Makefile.am
index 6a6e0db6fa..32c4160d88 100644
--- a/testsuites/tmtests/tm06/Makefile.am
+++ b/testsuites/tmtests/tm06/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm06.exe
-tm06_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm06
+tm06_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm06.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm06_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm06_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm06_exe_OBJECTS) $(tm06_exe_LDADD)
-LINK_LIBS = $(tm06_exe_LDLIBS)
+LINK_OBJS = $(tm06_OBJECTS) $(tm06_LDADD)
+LINK_LIBS = $(tm06_LDLIBS)
-tm06.exe$(EXEEXT): $(tm06_exe_OBJECTS) $(tm06_exe_DEPENDENCIES)
- @rm -f tm06.exe$(EXEEXT)
+tm06$(EXEEXT): $(tm06_OBJECTS) $(tm06_DEPENDENCIES)
+ @rm -f tm06$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm07/Makefile.am b/testsuites/tmtests/tm07/Makefile.am
index 5e92732660..2897065e19 100644
--- a/testsuites/tmtests/tm07/Makefile.am
+++ b/testsuites/tmtests/tm07/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm07.exe
-tm07_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm07
+tm07_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm07.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm07_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm07_exe_OBJECTS) $(tm07_exe_LDADD)
-LINK_LIBS = $(tm07_exe_LDLIBS)
+LINK_OBJS = $(tm07_OBJECTS) $(tm07_LDADD)
+LINK_LIBS = $(tm07_LDLIBS)
-tm07.exe$(EXEEXT): $(tm07_exe_OBJECTS) $(tm07_exe_DEPENDENCIES)
- @rm -f tm07.exe$(EXEEXT)
+tm07$(EXEEXT): $(tm07_OBJECTS) $(tm07_DEPENDENCIES)
+ @rm -f tm07$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm08/Makefile.am b/testsuites/tmtests/tm08/Makefile.am
index bf0876714c..541439e5ae 100644
--- a/testsuites/tmtests/tm08/Makefile.am
+++ b/testsuites/tmtests/tm08/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm08.exe
-tm08_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm08
+tm08_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm08.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm08_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm08_exe_OBJECTS) $(tm08_exe_LDADD)
-LINK_LIBS = $(tm08_exe_LDLIBS)
+LINK_OBJS = $(tm08_OBJECTS) $(tm08_LDADD)
+LINK_LIBS = $(tm08_LDLIBS)
-tm08.exe$(EXEEXT): $(tm08_exe_OBJECTS) $(tm08_exe_DEPENDENCIES)
- @rm -f tm08.exe$(EXEEXT)
+tm08$(EXEEXT): $(tm08_OBJECTS) $(tm08_DEPENDENCIES)
+ @rm -f tm08$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm09/Makefile.am b/testsuites/tmtests/tm09/Makefile.am
index f5950bedf6..648922ba15 100644
--- a/testsuites/tmtests/tm09/Makefile.am
+++ b/testsuites/tmtests/tm09/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io message semaphore
-rtems_tests_PROGRAMS = tm09.exe
-tm09_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm09
+tm09_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm09.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm09_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm09_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm09_exe_OBJECTS) $(tm09_exe_LDADD)
-LINK_LIBS = $(tm09_exe_LDLIBS)
+LINK_OBJS = $(tm09_OBJECTS) $(tm09_LDADD)
+LINK_LIBS = $(tm09_LDLIBS)
-tm09.exe$(EXEEXT): $(tm09_exe_OBJECTS) $(tm09_exe_DEPENDENCIES)
- @rm -f tm09.exe$(EXEEXT)
+tm09$(EXEEXT): $(tm09_OBJECTS) $(tm09_DEPENDENCIES)
+ @rm -f tm09$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm10/Makefile.am b/testsuites/tmtests/tm10/Makefile.am
index 18bac3de99..240b34437d 100644
--- a/testsuites/tmtests/tm10/Makefile.am
+++ b/testsuites/tmtests/tm10/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io message semaphore
-rtems_tests_PROGRAMS = tm10.exe
-tm10_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm10
+tm10_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm10.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm10_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm10_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm10_exe_OBJECTS) $(tm10_exe_LDADD)
-LINK_LIBS = $(tm10_exe_LDLIBS)
+LINK_OBJS = $(tm10_OBJECTS) $(tm10_LDADD)
+LINK_LIBS = $(tm10_LDLIBS)
-tm10.exe$(EXEEXT): $(tm10_exe_OBJECTS) $(tm10_exe_DEPENDENCIES)
- @rm -f tm10.exe$(EXEEXT)
+tm10$(EXEEXT): $(tm10_OBJECTS) $(tm10_DEPENDENCIES)
+ @rm -f tm10$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm11/Makefile.am b/testsuites/tmtests/tm11/Makefile.am
index 29442b3375..73f5c9678d 100644
--- a/testsuites/tmtests/tm11/Makefile.am
+++ b/testsuites/tmtests/tm11/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io message semaphore
-rtems_tests_PROGRAMS = tm11.exe
-tm11_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm11
+tm11_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm11.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm11_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm11_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm11_exe_OBJECTS) $(tm11_exe_LDADD)
-LINK_LIBS = $(tm11_exe_LDLIBS)
+LINK_OBJS = $(tm11_OBJECTS) $(tm11_LDADD)
+LINK_LIBS = $(tm11_LDLIBS)
-tm11.exe$(EXEEXT): $(tm11_exe_OBJECTS) $(tm11_exe_DEPENDENCIES)
- @rm -f tm11.exe$(EXEEXT)
+tm11$(EXEEXT): $(tm11_OBJECTS) $(tm11_DEPENDENCIES)
+ @rm -f tm11$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm12/Makefile.am b/testsuites/tmtests/tm12/Makefile.am
index 6ee4cec98a..5916cbca85 100644
--- a/testsuites/tmtests/tm12/Makefile.am
+++ b/testsuites/tmtests/tm12/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io message semaphore
-rtems_tests_PROGRAMS = tm12.exe
-tm12_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm12
+tm12_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm12.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm12_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm12_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm12_exe_OBJECTS) $(tm12_exe_LDADD)
-LINK_LIBS = $(tm12_exe_LDLIBS)
+LINK_OBJS = $(tm12_OBJECTS) $(tm12_LDADD)
+LINK_LIBS = $(tm12_LDLIBS)
-tm12.exe$(EXEEXT): $(tm12_exe_OBJECTS) $(tm12_exe_DEPENDENCIES)
- @rm -f tm12.exe$(EXEEXT)
+tm12$(EXEEXT): $(tm12_OBJECTS) $(tm12_DEPENDENCIES)
+ @rm -f tm12$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm13/Makefile.am b/testsuites/tmtests/tm13/Makefile.am
index 6b97895c9e..16e48a3fbc 100644
--- a/testsuites/tmtests/tm13/Makefile.am
+++ b/testsuites/tmtests/tm13/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io message semaphore
-rtems_tests_PROGRAMS = tm13.exe
-tm13_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm13
+tm13_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm13.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm13_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm13_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm13_exe_OBJECTS) $(tm13_exe_LDADD)
-LINK_LIBS = $(tm13_exe_LDLIBS)
+LINK_OBJS = $(tm13_OBJECTS) $(tm13_LDADD)
+LINK_LIBS = $(tm13_LDLIBS)
-tm13.exe$(EXEEXT): $(tm13_exe_OBJECTS) $(tm13_exe_DEPENDENCIES)
- @rm -f tm13.exe$(EXEEXT)
+tm13$(EXEEXT): $(tm13_OBJECTS) $(tm13_DEPENDENCIES)
+ @rm -f tm13$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm14/Makefile.am b/testsuites/tmtests/tm14/Makefile.am
index 9b9e0fb5be..048c9f7e28 100644
--- a/testsuites/tmtests/tm14/Makefile.am
+++ b/testsuites/tmtests/tm14/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io message semaphore
-rtems_tests_PROGRAMS = tm14.exe
-tm14_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm14
+tm14_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm14.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm14_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm14_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm14_exe_OBJECTS) $(tm14_exe_LDADD)
-LINK_LIBS = $(tm14_exe_LDLIBS)
+LINK_OBJS = $(tm14_OBJECTS) $(tm14_LDADD)
+LINK_LIBS = $(tm14_LDLIBS)
-tm14.exe$(EXEEXT): $(tm14_exe_OBJECTS) $(tm14_exe_DEPENDENCIES)
- @rm -f tm14.exe$(EXEEXT)
+tm14$(EXEEXT): $(tm14_OBJECTS) $(tm14_DEPENDENCIES)
+ @rm -f tm14$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm15/Makefile.am b/testsuites/tmtests/tm15/Makefile.am
index 84e1063b73..cdff1d8cc1 100644
--- a/testsuites/tmtests/tm15/Makefile.am
+++ b/testsuites/tmtests/tm15/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io event semaphore
-rtems_tests_PROGRAMS = tm15.exe
-tm15_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm15
+tm15_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm15.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm15_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm15_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm15_exe_OBJECTS) $(tm15_exe_LDADD)
-LINK_LIBS = $(tm15_exe_LDLIBS)
+LINK_OBJS = $(tm15_OBJECTS) $(tm15_LDADD)
+LINK_LIBS = $(tm15_LDLIBS)
-tm15.exe$(EXEEXT): $(tm15_exe_OBJECTS) $(tm15_exe_DEPENDENCIES)
- @rm -f tm15.exe$(EXEEXT)
+tm15$(EXEEXT): $(tm15_OBJECTS) $(tm15_DEPENDENCIES)
+ @rm -f tm15$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm16/Makefile.am b/testsuites/tmtests/tm16/Makefile.am
index 8cbb6f6217..f17eda1def 100644
--- a/testsuites/tmtests/tm16/Makefile.am
+++ b/testsuites/tmtests/tm16/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io event semaphore
-rtems_tests_PROGRAMS = tm16.exe
-tm16_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm16
+tm16_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm16.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm16_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm16_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm16_exe_OBJECTS) $(tm16_exe_LDADD)
-LINK_LIBS = $(tm16_exe_LDLIBS)
+LINK_OBJS = $(tm16_OBJECTS) $(tm16_LDADD)
+LINK_LIBS = $(tm16_LDLIBS)
-tm16.exe$(EXEEXT): $(tm16_exe_OBJECTS) $(tm16_exe_DEPENDENCIES)
- @rm -f tm16.exe$(EXEEXT)
+tm16$(EXEEXT): $(tm16_OBJECTS) $(tm16_DEPENDENCIES)
+ @rm -f tm16$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm17/Makefile.am b/testsuites/tmtests/tm17/Makefile.am
index 556665ebb9..5c32fc0072 100644
--- a/testsuites/tmtests/tm17/Makefile.am
+++ b/testsuites/tmtests/tm17/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm17.exe
-tm17_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm17
+tm17_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm17.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm17_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm17_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm17_exe_OBJECTS) $(tm17_exe_LDADD)
-LINK_LIBS = $(tm17_exe_LDLIBS)
+LINK_OBJS = $(tm17_OBJECTS) $(tm17_LDADD)
+LINK_LIBS = $(tm17_LDLIBS)
-tm17.exe$(EXEEXT): $(tm17_exe_OBJECTS) $(tm17_exe_DEPENDENCIES)
- @rm -f tm17.exe$(EXEEXT)
+tm17$(EXEEXT): $(tm17_OBJECTS) $(tm17_DEPENDENCIES)
+ @rm -f tm17$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm18/Makefile.am b/testsuites/tmtests/tm18/Makefile.am
index 9fbaba5997..3cb12fc5bc 100644
--- a/testsuites/tmtests/tm18/Makefile.am
+++ b/testsuites/tmtests/tm18/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm18.exe
-tm18_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm18
+tm18_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm18.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm18_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm18_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm18_exe_OBJECTS) $(tm18_exe_LDADD)
-LINK_LIBS = $(tm18_exe_LDLIBS)
+LINK_OBJS = $(tm18_OBJECTS) $(tm18_LDADD)
+LINK_LIBS = $(tm18_LDLIBS)
-tm18.exe$(EXEEXT): $(tm18_exe_OBJECTS) $(tm18_exe_DEPENDENCIES)
- @rm -f tm18.exe$(EXEEXT)
+tm18$(EXEEXT): $(tm18_OBJECTS) $(tm18_DEPENDENCIES)
+ @rm -f tm18$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm19/Makefile.am b/testsuites/tmtests/tm19/Makefile.am
index 4ca4bccdde..2abc876ab5 100644
--- a/testsuites/tmtests/tm19/Makefile.am
+++ b/testsuites/tmtests/tm19/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io signal semaphore
-rtems_tests_PROGRAMS = tm19.exe
-tm19_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm19
+tm19_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm19.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm19_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm19_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm19_exe_OBJECTS) $(tm19_exe_LDADD)
-LINK_LIBS = $(tm19_exe_LDLIBS)
+LINK_OBJS = $(tm19_OBJECTS) $(tm19_LDADD)
+LINK_LIBS = $(tm19_LDLIBS)
-tm19.exe$(EXEEXT): $(tm19_exe_OBJECTS) $(tm19_exe_DEPENDENCIES)
- @rm -f tm19.exe$(EXEEXT)
+tm19$(EXEEXT): $(tm19_OBJECTS) $(tm19_DEPENDENCIES)
+ @rm -f tm19$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm20/Makefile.am b/testsuites/tmtests/tm20/Makefile.am
index f49dbd0194..7427527f12 100644
--- a/testsuites/tmtests/tm20/Makefile.am
+++ b/testsuites/tmtests/tm20/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io partition region semaphore
-rtems_tests_PROGRAMS = tm20.exe
-tm20_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm20
+tm20_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm20.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm20_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm20_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm20_exe_OBJECTS) $(tm20_exe_LDADD)
-LINK_LIBS = $(tm20_exe_LDLIBS)
+LINK_OBJS = $(tm20_OBJECTS) $(tm20_LDADD)
+LINK_LIBS = $(tm20_LDLIBS)
-tm20.exe$(EXEEXT): $(tm20_exe_OBJECTS) $(tm20_exe_DEPENDENCIES)
- @rm -f tm20.exe$(EXEEXT)
+tm20$(EXEEXT): $(tm20_OBJECTS) $(tm20_DEPENDENCIES)
+ @rm -f tm20$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm21/Makefile.am b/testsuites/tmtests/tm21/Makefile.am
index e9d2f25c94..c197341d7d 100644
--- a/testsuites/tmtests/tm21/Makefile.am
+++ b/testsuites/tmtests/tm21/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io dpmem message partition region semaphore rate_monotonic timer
-rtems_tests_PROGRAMS = tm21.exe
-tm21_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm21
+tm21_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm21.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm21_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm21_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm21_exe_OBJECTS) $(tm21_exe_LDADD)
-LINK_LIBS = $(tm21_exe_LDLIBS)
+LINK_OBJS = $(tm21_OBJECTS) $(tm21_LDADD)
+LINK_LIBS = $(tm21_LDLIBS)
-tm21.exe$(EXEEXT): $(tm21_exe_OBJECTS) $(tm21_exe_DEPENDENCIES)
- @rm -f tm21.exe$(EXEEXT)
+tm21$(EXEEXT): $(tm21_OBJECTS) $(tm21_DEPENDENCIES)
+ @rm -f tm21$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm22/Makefile.am b/testsuites/tmtests/tm22/Makefile.am
index 0ba01482bb..a6197221ab 100644
--- a/testsuites/tmtests/tm22/Makefile.am
+++ b/testsuites/tmtests/tm22/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io message semaphore
-rtems_tests_PROGRAMS = tm22.exe
-tm22_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm22
+tm22_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm22.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm22_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm22_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm22_exe_OBJECTS) $(tm22_exe_LDADD)
-LINK_LIBS = $(tm22_exe_LDLIBS)
+LINK_OBJS = $(tm22_OBJECTS) $(tm22_LDADD)
+LINK_LIBS = $(tm22_LDLIBS)
-tm22.exe$(EXEEXT): $(tm22_exe_OBJECTS) $(tm22_exe_DEPENDENCIES)
- @rm -f tm22.exe$(EXEEXT)
+tm22$(EXEEXT): $(tm22_OBJECTS) $(tm22_DEPENDENCIES)
+ @rm -f tm22$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm23/Makefile.am b/testsuites/tmtests/tm23/Makefile.am
index 368379f268..dfdb9755ba 100644
--- a/testsuites/tmtests/tm23/Makefile.am
+++ b/testsuites/tmtests/tm23/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io event timer semaphore
-rtems_tests_PROGRAMS = tm23.exe
-tm23_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm23
+tm23_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm23.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm23_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm23_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm23_exe_OBJECTS) $(tm23_exe_LDADD)
-LINK_LIBS = $(tm23_exe_LDLIBS)
+LINK_OBJS = $(tm23_OBJECTS) $(tm23_LDADD)
+LINK_LIBS = $(tm23_LDLIBS)
-tm23.exe$(EXEEXT): $(tm23_exe_OBJECTS) $(tm23_exe_DEPENDENCIES)
- @rm -f tm23.exe$(EXEEXT)
+tm23$(EXEEXT): $(tm23_OBJECTS) $(tm23_DEPENDENCIES)
+ @rm -f tm23$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm24/Makefile.am b/testsuites/tmtests/tm24/Makefile.am
index 448b593ae9..150ee9eb61 100644
--- a/testsuites/tmtests/tm24/Makefile.am
+++ b/testsuites/tmtests/tm24/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io message semaphore
-rtems_tests_PROGRAMS = tm24.exe
-tm24_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm24
+tm24_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm24.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm24_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm24_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm24_exe_OBJECTS) $(tm24_exe_LDADD)
-LINK_LIBS = $(tm24_exe_LDLIBS)
+LINK_OBJS = $(tm24_OBJECTS) $(tm24_LDADD)
+LINK_LIBS = $(tm24_LDLIBS)
-tm24.exe$(EXEEXT): $(tm24_exe_OBJECTS) $(tm24_exe_DEPENDENCIES)
- @rm -f tm24.exe$(EXEEXT)
+tm24$(EXEEXT): $(tm24_OBJECTS) $(tm24_DEPENDENCIES)
+ @rm -f tm24$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm25/Makefile.am b/testsuites/tmtests/tm25/Makefile.am
index fae3c03c1e..672db6e770 100644
--- a/testsuites/tmtests/tm25/Makefile.am
+++ b/testsuites/tmtests/tm25/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore semaphore
-rtems_tests_PROGRAMS = tm25.exe
-tm25_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm25
+tm25_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm25.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm25_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm25_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm25_exe_OBJECTS) $(tm25_exe_LDADD)
-LINK_LIBS = $(tm25_exe_LDLIBS)
+LINK_OBJS = $(tm25_OBJECTS) $(tm25_LDADD)
+LINK_LIBS = $(tm25_LDLIBS)
-tm25.exe$(EXEEXT): $(tm25_exe_OBJECTS) $(tm25_exe_DEPENDENCIES)
- @rm -f tm25.exe$(EXEEXT)
+tm25$(EXEEXT): $(tm25_OBJECTS) $(tm25_DEPENDENCIES)
+ @rm -f tm25$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm26/Makefile.am b/testsuites/tmtests/tm26/Makefile.am
index 75870b5179..9c6e6d9d7d 100644
--- a/testsuites/tmtests/tm26/Makefile.am
+++ b/testsuites/tmtests/tm26/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore semaphore
-rtems_tests_PROGRAMS = tm26.exe
-tm26_exe_SOURCES = task1.c system.h fptest.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm26
+tm26_SOURCES = task1.c system.h fptest.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm26.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm26_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm26_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm26_exe_OBJECTS) $(tm26_exe_LDADD)
-LINK_LIBS = $(tm26_exe_LDLIBS)
+LINK_OBJS = $(tm26_OBJECTS) $(tm26_LDADD)
+LINK_LIBS = $(tm26_LDLIBS)
-tm26.exe$(EXEEXT): $(tm26_exe_OBJECTS) $(tm26_exe_DEPENDENCIES)
- @rm -f tm26.exe$(EXEEXT)
+tm26$(EXEEXT): $(tm26_OBJECTS) $(tm26_DEPENDENCIES)
+ @rm -f tm26$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm27/Makefile.am b/testsuites/tmtests/tm27/Makefile.am
index a15122633d..67ee7cfac2 100644
--- a/testsuites/tmtests/tm27/Makefile.am
+++ b/testsuites/tmtests/tm27/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tm27.exe
-tm27_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm27
+tm27_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm27.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm27_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm27_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm27_exe_OBJECTS) $(tm27_exe_LDADD)
-LINK_LIBS = $(tm27_exe_LDLIBS)
+LINK_OBJS = $(tm27_OBJECTS) $(tm27_LDADD)
+LINK_LIBS = $(tm27_LDLIBS)
-tm27.exe$(EXEEXT): $(tm27_exe_OBJECTS) $(tm27_exe_DEPENDENCIES)
- @rm -f tm27.exe$(EXEEXT)
+tm27$(EXEEXT): $(tm27_OBJECTS) $(tm27_DEPENDENCIES)
+ @rm -f tm27$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm28/Makefile.am b/testsuites/tmtests/tm28/Makefile.am
index 1edb9fdfc3..8322d9408d 100644
--- a/testsuites/tmtests/tm28/Makefile.am
+++ b/testsuites/tmtests/tm28/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io dpmem semaphore
-rtems_tests_PROGRAMS = tm28.exe
-tm28_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm28
+tm28_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm28.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm28_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm28_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm28_exe_OBJECTS) $(tm28_exe_LDADD)
-LINK_LIBS = $(tm28_exe_LDLIBS)
+LINK_OBJS = $(tm28_OBJECTS) $(tm28_LDADD)
+LINK_LIBS = $(tm28_LDLIBS)
-tm28.exe$(EXEEXT): $(tm28_exe_OBJECTS) $(tm28_exe_DEPENDENCIES)
- @rm -f tm28.exe$(EXEEXT)
+tm28$(EXEEXT): $(tm28_OBJECTS) $(tm28_DEPENDENCIES)
+ @rm -f tm28$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tm29/Makefile.am b/testsuites/tmtests/tm29/Makefile.am
index 94ca4d4ce8..155d8db076 100644
--- a/testsuites/tmtests/tm29/Makefile.am
+++ b/testsuites/tmtests/tm29/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io rate_monotonic semaphore
-rtems_tests_PROGRAMS = tm29.exe
-tm29_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tm29
+tm29_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tm29.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tm29_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tm29_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tm29_exe_OBJECTS) $(tm29_exe_LDADD)
-LINK_LIBS = $(tm29_exe_LDLIBS)
+LINK_OBJS = $(tm29_OBJECTS) $(tm29_LDADD)
+LINK_LIBS = $(tm29_LDLIBS)
-tm29.exe$(EXEEXT): $(tm29_exe_OBJECTS) $(tm29_exe_DEPENDENCIES)
- @rm -f tm29.exe$(EXEEXT)
+tm29$(EXEEXT): $(tm29_OBJECTS) $(tm29_DEPENDENCIES)
+ @rm -f tm29$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tmck/Makefile.am b/testsuites/tmtests/tmck/Makefile.am
index ffbb9d0f35..2e52f24a71 100644
--- a/testsuites/tmtests/tmck/Makefile.am
+++ b/testsuites/tmtests/tmck/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tmck.exe
-tmck_exe_SOURCES = task1.c system.h ../include/timesys.h \
+rtems_tests_PROGRAMS = tmck
+tmck_SOURCES = task1.c system.h ../include/timesys.h \
../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tmck.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tmck_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tmck_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tmck_exe_OBJECTS) $(tmck_exe_LDADD)
-LINK_LIBS = $(tmck_exe_LDLIBS)
+LINK_OBJS = $(tmck_OBJECTS) $(tmck_LDADD)
+LINK_LIBS = $(tmck_LDLIBS)
-tmck.exe$(EXEEXT): $(tmck_exe_OBJECTS) $(tmck_exe_DEPENDENCIES)
- @rm -f tmck.exe$(EXEEXT)
+tmck$(EXEEXT): $(tmck_OBJECTS) $(tmck_DEPENDENCIES)
+ @rm -f tmck$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmtests/tmoverhd/Makefile.am b/testsuites/tmtests/tmoverhd/Makefile.am
index cad1e97d38..1180e071ca 100644
--- a/testsuites/tmtests/tmoverhd/Makefile.am
+++ b/testsuites/tmtests/tmoverhd/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = io semaphore
-rtems_tests_PROGRAMS = tmoverhd.exe
-tmoverhd_exe_SOURCES = testtask.c empty.c system.h dumrtems.h \
+rtems_tests_PROGRAMS = tmoverhd
+tmoverhd_SOURCES = testtask.c empty.c system.h dumrtems.h \
../include/timesys.h ../../support/src/tmtests_empty_function.c
dist_rtems_tests_DATA = tmoverhd.doc
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-tmoverhd_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+tmoverhd_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(tmoverhd_exe_OBJECTS) $(tmoverhd_exe_LDADD)
-LINK_LIBS = $(tmoverhd_exe_LDLIBS)
+LINK_OBJS = $(tmoverhd_OBJECTS) $(tmoverhd_LDADD)
+LINK_LIBS = $(tmoverhd_LDLIBS)
-tmoverhd.exe$(EXEEXT): $(tmoverhd_exe_OBJECTS) $(tmoverhd_exe_DEPENDENCIES)
- @rm -f tmoverhd.exe$(EXEEXT)
+tmoverhd$(EXEEXT): $(tmoverhd_OBJECTS) $(tmoverhd_DEPENDENCIES)
+ @rm -f tmoverhd$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am