summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/tmtests/ChangeLog34
-rw-r--r--c/src/tests/tmtests/tm01/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm02/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm03/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm04/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm05/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm06/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm07/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm08/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm09/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm10/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm11/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm12/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm13/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm14/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm15/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm16/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm17/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm18/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm19/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm20/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm21/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm22/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm23/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm24/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm25/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm26/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm27/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm28/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tm29/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tmck/Makefile.am2
-rw-r--r--c/src/tests/tmtests/tmoverhd/Makefile.am2
-rw-r--r--testsuites/tmtests/ChangeLog34
-rw-r--r--testsuites/tmtests/tm01/Makefile.am2
-rw-r--r--testsuites/tmtests/tm02/Makefile.am2
-rw-r--r--testsuites/tmtests/tm03/Makefile.am2
-rw-r--r--testsuites/tmtests/tm04/Makefile.am2
-rw-r--r--testsuites/tmtests/tm05/Makefile.am2
-rw-r--r--testsuites/tmtests/tm06/Makefile.am2
-rw-r--r--testsuites/tmtests/tm07/Makefile.am2
-rw-r--r--testsuites/tmtests/tm08/Makefile.am2
-rw-r--r--testsuites/tmtests/tm09/Makefile.am2
-rw-r--r--testsuites/tmtests/tm10/Makefile.am2
-rw-r--r--testsuites/tmtests/tm11/Makefile.am2
-rw-r--r--testsuites/tmtests/tm12/Makefile.am2
-rw-r--r--testsuites/tmtests/tm13/Makefile.am2
-rw-r--r--testsuites/tmtests/tm14/Makefile.am2
-rw-r--r--testsuites/tmtests/tm15/Makefile.am2
-rw-r--r--testsuites/tmtests/tm16/Makefile.am2
-rw-r--r--testsuites/tmtests/tm17/Makefile.am2
-rw-r--r--testsuites/tmtests/tm18/Makefile.am2
-rw-r--r--testsuites/tmtests/tm19/Makefile.am2
-rw-r--r--testsuites/tmtests/tm20/Makefile.am2
-rw-r--r--testsuites/tmtests/tm21/Makefile.am2
-rw-r--r--testsuites/tmtests/tm22/Makefile.am2
-rw-r--r--testsuites/tmtests/tm23/Makefile.am2
-rw-r--r--testsuites/tmtests/tm24/Makefile.am2
-rw-r--r--testsuites/tmtests/tm25/Makefile.am2
-rw-r--r--testsuites/tmtests/tm26/Makefile.am2
-rw-r--r--testsuites/tmtests/tm27/Makefile.am2
-rw-r--r--testsuites/tmtests/tm28/Makefile.am2
-rw-r--r--testsuites/tmtests/tm29/Makefile.am2
-rw-r--r--testsuites/tmtests/tmck/Makefile.am2
-rw-r--r--testsuites/tmtests/tmoverhd/Makefile.am2
64 files changed, 130 insertions, 62 deletions
diff --git a/c/src/tests/tmtests/ChangeLog b/c/src/tests/tmtests/ChangeLog
index 785f7819ba..7e2be07a31 100644
--- a/c/src/tests/tmtests/ChangeLog
+++ b/c/src/tests/tmtests/ChangeLog
@@ -1,3 +1,37 @@
+2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
+
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* Per PR47 add support for buffered test output. This involved
diff --git a/c/src/tests/tmtests/tm01/Makefile.am b/c/src/tests/tmtests/tm01/Makefile.am
index 8fb5d29a4d..04dedac091 100644
--- a/c/src/tests/tmtests/tm01/Makefile.am
+++ b/c/src/tests/tmtests/tm01/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm01
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm02/Makefile.am b/c/src/tests/tmtests/tm02/Makefile.am
index 759a1b2bb5..8513519fa5 100644
--- a/c/src/tests/tmtests/tm02/Makefile.am
+++ b/c/src/tests/tmtests/tm02/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm02
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm03/Makefile.am b/c/src/tests/tmtests/tm03/Makefile.am
index aa08317446..29f6b54a33 100644
--- a/c/src/tests/tmtests/tm03/Makefile.am
+++ b/c/src/tests/tmtests/tm03/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm03
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm04/Makefile.am b/c/src/tests/tmtests/tm04/Makefile.am
index f4fdf7e0cd..d4313de041 100644
--- a/c/src/tests/tmtests/tm04/Makefile.am
+++ b/c/src/tests/tmtests/tm04/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm04
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm05/Makefile.am b/c/src/tests/tmtests/tm05/Makefile.am
index 393c2f5360..6549cf559d 100644
--- a/c/src/tests/tmtests/tm05/Makefile.am
+++ b/c/src/tests/tmtests/tm05/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm05
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm06/Makefile.am b/c/src/tests/tmtests/tm06/Makefile.am
index 4d99c43cd8..be0366717d 100644
--- a/c/src/tests/tmtests/tm06/Makefile.am
+++ b/c/src/tests/tmtests/tm06/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm06
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm07/Makefile.am b/c/src/tests/tmtests/tm07/Makefile.am
index 9663b94ded..4b57c489e8 100644
--- a/c/src/tests/tmtests/tm07/Makefile.am
+++ b/c/src/tests/tmtests/tm07/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm07
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm08/Makefile.am b/c/src/tests/tmtests/tm08/Makefile.am
index f880ca5f1f..970e1ec081 100644
--- a/c/src/tests/tmtests/tm08/Makefile.am
+++ b/c/src/tests/tmtests/tm08/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm08
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm09/Makefile.am b/c/src/tests/tmtests/tm09/Makefile.am
index 79b843ef67..07b3edc320 100644
--- a/c/src/tests/tmtests/tm09/Makefile.am
+++ b/c/src/tests/tmtests/tm09/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm09
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm10/Makefile.am b/c/src/tests/tmtests/tm10/Makefile.am
index f0ea158bf0..c6fd9709de 100644
--- a/c/src/tests/tmtests/tm10/Makefile.am
+++ b/c/src/tests/tmtests/tm10/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm10
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm11/Makefile.am b/c/src/tests/tmtests/tm11/Makefile.am
index c69ae35d8a..7649ad9c53 100644
--- a/c/src/tests/tmtests/tm11/Makefile.am
+++ b/c/src/tests/tmtests/tm11/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm11
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm12/Makefile.am b/c/src/tests/tmtests/tm12/Makefile.am
index 2cb1e6d005..cb2348d40f 100644
--- a/c/src/tests/tmtests/tm12/Makefile.am
+++ b/c/src/tests/tmtests/tm12/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm12
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm13/Makefile.am b/c/src/tests/tmtests/tm13/Makefile.am
index 0fb330c277..fd5f9e33c0 100644
--- a/c/src/tests/tmtests/tm13/Makefile.am
+++ b/c/src/tests/tmtests/tm13/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm13
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm14/Makefile.am b/c/src/tests/tmtests/tm14/Makefile.am
index 31a285381d..533ff4882a 100644
--- a/c/src/tests/tmtests/tm14/Makefile.am
+++ b/c/src/tests/tmtests/tm14/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm14
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm15/Makefile.am b/c/src/tests/tmtests/tm15/Makefile.am
index 8010e27482..aef4cb102b 100644
--- a/c/src/tests/tmtests/tm15/Makefile.am
+++ b/c/src/tests/tmtests/tm15/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm15
MANAGERS = io event
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm16/Makefile.am b/c/src/tests/tmtests/tm16/Makefile.am
index e92529df8b..8fdf786685 100644
--- a/c/src/tests/tmtests/tm16/Makefile.am
+++ b/c/src/tests/tmtests/tm16/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm16
MANAGERS = io event
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm17/Makefile.am b/c/src/tests/tmtests/tm17/Makefile.am
index 454c893d10..1c7e56493f 100644
--- a/c/src/tests/tmtests/tm17/Makefile.am
+++ b/c/src/tests/tmtests/tm17/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm17
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm18/Makefile.am b/c/src/tests/tmtests/tm18/Makefile.am
index d8d837f061..2ba5855ec4 100644
--- a/c/src/tests/tmtests/tm18/Makefile.am
+++ b/c/src/tests/tmtests/tm18/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm18
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm19/Makefile.am b/c/src/tests/tmtests/tm19/Makefile.am
index 77d47e60bd..46a96d5043 100644
--- a/c/src/tests/tmtests/tm19/Makefile.am
+++ b/c/src/tests/tmtests/tm19/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm19
MANAGERS = io signal
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm20/Makefile.am b/c/src/tests/tmtests/tm20/Makefile.am
index 437d5d0165..2206a27fda 100644
--- a/c/src/tests/tmtests/tm20/Makefile.am
+++ b/c/src/tests/tmtests/tm20/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm20
MANAGERS = io partition region
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm21/Makefile.am b/c/src/tests/tmtests/tm21/Makefile.am
index 999073bbd8..2a03ddd14c 100644
--- a/c/src/tests/tmtests/tm21/Makefile.am
+++ b/c/src/tests/tmtests/tm21/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm21
MANAGERS = io dpmem message partition region semaphore rate_monotonic timer
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm22/Makefile.am b/c/src/tests/tmtests/tm22/Makefile.am
index 24c3467d0d..b79c01627e 100644
--- a/c/src/tests/tmtests/tm22/Makefile.am
+++ b/c/src/tests/tmtests/tm22/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm22
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm23/Makefile.am b/c/src/tests/tmtests/tm23/Makefile.am
index 594c10f4eb..fe163d203e 100644
--- a/c/src/tests/tmtests/tm23/Makefile.am
+++ b/c/src/tests/tmtests/tm23/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm23
MANAGERS = io event timer
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm24/Makefile.am b/c/src/tests/tmtests/tm24/Makefile.am
index d67a0a3e88..40e874d3ac 100644
--- a/c/src/tests/tmtests/tm24/Makefile.am
+++ b/c/src/tests/tmtests/tm24/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm24
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm25/Makefile.am b/c/src/tests/tmtests/tm25/Makefile.am
index accbcdb9a2..e825bd1833 100644
--- a/c/src/tests/tmtests/tm25/Makefile.am
+++ b/c/src/tests/tmtests/tm25/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm25
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm26/Makefile.am b/c/src/tests/tmtests/tm26/Makefile.am
index ad3e5216f9..fcc6639183 100644
--- a/c/src/tests/tmtests/tm26/Makefile.am
+++ b/c/src/tests/tmtests/tm26/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm26
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h fptest.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm27/Makefile.am b/c/src/tests/tmtests/tm27/Makefile.am
index 9618bd0c1a..caa63165ad 100644
--- a/c/src/tests/tmtests/tm27/Makefile.am
+++ b/c/src/tests/tmtests/tm27/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm27
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm28/Makefile.am b/c/src/tests/tmtests/tm28/Makefile.am
index 14797a6beb..7aeac29ab9 100644
--- a/c/src/tests/tmtests/tm28/Makefile.am
+++ b/c/src/tests/tmtests/tm28/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm28
MANAGERS = io dpmem
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tm29/Makefile.am b/c/src/tests/tmtests/tm29/Makefile.am
index 7a41dcefef..bde99d7ee0 100644
--- a/c/src/tests/tmtests/tm29/Makefile.am
+++ b/c/src/tests/tmtests/tm29/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm29
MANAGERS = io rate_monotonic
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tmck/Makefile.am b/c/src/tests/tmtests/tmck/Makefile.am
index bd7a4ab751..f50fab9f2f 100644
--- a/c/src/tests/tmtests/tmck/Makefile.am
+++ b/c/src/tests/tmtests/tmck/Makefile.am
@@ -8,7 +8,7 @@ TEST = tmck
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/tmtests/tmoverhd/Makefile.am b/c/src/tests/tmtests/tmoverhd/Makefile.am
index 4dde0d40ff..70c8eb3d0b 100644
--- a/c/src/tests/tmtests/tmoverhd/Makefile.am
+++ b/c/src/tests/tmtests/tmoverhd/Makefile.am
@@ -8,7 +8,7 @@ TEST = tmoverhd
MANAGERS = io
C_FILES = testtask.c empty.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h dumrtems.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog
index 785f7819ba..7e2be07a31 100644
--- a/testsuites/tmtests/ChangeLog
+++ b/testsuites/tmtests/ChangeLog
@@ -1,3 +1,37 @@
+2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
+ * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
+
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* Per PR47 add support for buffered test output. This involved
diff --git a/testsuites/tmtests/tm01/Makefile.am b/testsuites/tmtests/tm01/Makefile.am
index 8fb5d29a4d..04dedac091 100644
--- a/testsuites/tmtests/tm01/Makefile.am
+++ b/testsuites/tmtests/tm01/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm01
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm02/Makefile.am b/testsuites/tmtests/tm02/Makefile.am
index 759a1b2bb5..8513519fa5 100644
--- a/testsuites/tmtests/tm02/Makefile.am
+++ b/testsuites/tmtests/tm02/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm02
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm03/Makefile.am b/testsuites/tmtests/tm03/Makefile.am
index aa08317446..29f6b54a33 100644
--- a/testsuites/tmtests/tm03/Makefile.am
+++ b/testsuites/tmtests/tm03/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm03
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm04/Makefile.am b/testsuites/tmtests/tm04/Makefile.am
index f4fdf7e0cd..d4313de041 100644
--- a/testsuites/tmtests/tm04/Makefile.am
+++ b/testsuites/tmtests/tm04/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm04
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm05/Makefile.am b/testsuites/tmtests/tm05/Makefile.am
index 393c2f5360..6549cf559d 100644
--- a/testsuites/tmtests/tm05/Makefile.am
+++ b/testsuites/tmtests/tm05/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm05
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm06/Makefile.am b/testsuites/tmtests/tm06/Makefile.am
index 4d99c43cd8..be0366717d 100644
--- a/testsuites/tmtests/tm06/Makefile.am
+++ b/testsuites/tmtests/tm06/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm06
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm07/Makefile.am b/testsuites/tmtests/tm07/Makefile.am
index 9663b94ded..4b57c489e8 100644
--- a/testsuites/tmtests/tm07/Makefile.am
+++ b/testsuites/tmtests/tm07/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm07
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm08/Makefile.am b/testsuites/tmtests/tm08/Makefile.am
index f880ca5f1f..970e1ec081 100644
--- a/testsuites/tmtests/tm08/Makefile.am
+++ b/testsuites/tmtests/tm08/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm08
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm09/Makefile.am b/testsuites/tmtests/tm09/Makefile.am
index 79b843ef67..07b3edc320 100644
--- a/testsuites/tmtests/tm09/Makefile.am
+++ b/testsuites/tmtests/tm09/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm09
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm10/Makefile.am b/testsuites/tmtests/tm10/Makefile.am
index f0ea158bf0..c6fd9709de 100644
--- a/testsuites/tmtests/tm10/Makefile.am
+++ b/testsuites/tmtests/tm10/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm10
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm11/Makefile.am b/testsuites/tmtests/tm11/Makefile.am
index c69ae35d8a..7649ad9c53 100644
--- a/testsuites/tmtests/tm11/Makefile.am
+++ b/testsuites/tmtests/tm11/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm11
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm12/Makefile.am b/testsuites/tmtests/tm12/Makefile.am
index 2cb1e6d005..cb2348d40f 100644
--- a/testsuites/tmtests/tm12/Makefile.am
+++ b/testsuites/tmtests/tm12/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm12
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm13/Makefile.am b/testsuites/tmtests/tm13/Makefile.am
index 0fb330c277..fd5f9e33c0 100644
--- a/testsuites/tmtests/tm13/Makefile.am
+++ b/testsuites/tmtests/tm13/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm13
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm14/Makefile.am b/testsuites/tmtests/tm14/Makefile.am
index 31a285381d..533ff4882a 100644
--- a/testsuites/tmtests/tm14/Makefile.am
+++ b/testsuites/tmtests/tm14/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm14
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm15/Makefile.am b/testsuites/tmtests/tm15/Makefile.am
index 8010e27482..aef4cb102b 100644
--- a/testsuites/tmtests/tm15/Makefile.am
+++ b/testsuites/tmtests/tm15/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm15
MANAGERS = io event
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm16/Makefile.am b/testsuites/tmtests/tm16/Makefile.am
index e92529df8b..8fdf786685 100644
--- a/testsuites/tmtests/tm16/Makefile.am
+++ b/testsuites/tmtests/tm16/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm16
MANAGERS = io event
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm17/Makefile.am b/testsuites/tmtests/tm17/Makefile.am
index 454c893d10..1c7e56493f 100644
--- a/testsuites/tmtests/tm17/Makefile.am
+++ b/testsuites/tmtests/tm17/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm17
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm18/Makefile.am b/testsuites/tmtests/tm18/Makefile.am
index d8d837f061..2ba5855ec4 100644
--- a/testsuites/tmtests/tm18/Makefile.am
+++ b/testsuites/tmtests/tm18/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm18
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm19/Makefile.am b/testsuites/tmtests/tm19/Makefile.am
index 77d47e60bd..46a96d5043 100644
--- a/testsuites/tmtests/tm19/Makefile.am
+++ b/testsuites/tmtests/tm19/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm19
MANAGERS = io signal
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm20/Makefile.am b/testsuites/tmtests/tm20/Makefile.am
index 437d5d0165..2206a27fda 100644
--- a/testsuites/tmtests/tm20/Makefile.am
+++ b/testsuites/tmtests/tm20/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm20
MANAGERS = io partition region
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm21/Makefile.am b/testsuites/tmtests/tm21/Makefile.am
index 999073bbd8..2a03ddd14c 100644
--- a/testsuites/tmtests/tm21/Makefile.am
+++ b/testsuites/tmtests/tm21/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm21
MANAGERS = io dpmem message partition region semaphore rate_monotonic timer
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm22/Makefile.am b/testsuites/tmtests/tm22/Makefile.am
index 24c3467d0d..b79c01627e 100644
--- a/testsuites/tmtests/tm22/Makefile.am
+++ b/testsuites/tmtests/tm22/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm22
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm23/Makefile.am b/testsuites/tmtests/tm23/Makefile.am
index 594c10f4eb..fe163d203e 100644
--- a/testsuites/tmtests/tm23/Makefile.am
+++ b/testsuites/tmtests/tm23/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm23
MANAGERS = io event timer
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm24/Makefile.am b/testsuites/tmtests/tm24/Makefile.am
index d67a0a3e88..40e874d3ac 100644
--- a/testsuites/tmtests/tm24/Makefile.am
+++ b/testsuites/tmtests/tm24/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm24
MANAGERS = io message
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm25/Makefile.am b/testsuites/tmtests/tm25/Makefile.am
index accbcdb9a2..e825bd1833 100644
--- a/testsuites/tmtests/tm25/Makefile.am
+++ b/testsuites/tmtests/tm25/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm25
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm26/Makefile.am b/testsuites/tmtests/tm26/Makefile.am
index ad3e5216f9..fcc6639183 100644
--- a/testsuites/tmtests/tm26/Makefile.am
+++ b/testsuites/tmtests/tm26/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm26
MANAGERS = io semaphore
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h fptest.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm27/Makefile.am b/testsuites/tmtests/tm27/Makefile.am
index 9618bd0c1a..caa63165ad 100644
--- a/testsuites/tmtests/tm27/Makefile.am
+++ b/testsuites/tmtests/tm27/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm27
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm28/Makefile.am b/testsuites/tmtests/tm28/Makefile.am
index 14797a6beb..7aeac29ab9 100644
--- a/testsuites/tmtests/tm28/Makefile.am
+++ b/testsuites/tmtests/tm28/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm28
MANAGERS = io dpmem
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tm29/Makefile.am b/testsuites/tmtests/tm29/Makefile.am
index 7a41dcefef..bde99d7ee0 100644
--- a/testsuites/tmtests/tm29/Makefile.am
+++ b/testsuites/tmtests/tm29/Makefile.am
@@ -8,7 +8,7 @@ TEST = tm29
MANAGERS = io rate_monotonic
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tmck/Makefile.am b/testsuites/tmtests/tmck/Makefile.am
index bd7a4ab751..f50fab9f2f 100644
--- a/testsuites/tmtests/tmck/Makefile.am
+++ b/testsuites/tmtests/tmck/Makefile.am
@@ -8,7 +8,7 @@ TEST = tmck
MANAGERS = io
C_FILES = task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/tmtests/tmoverhd/Makefile.am b/testsuites/tmtests/tmoverhd/Makefile.am
index 4dde0d40ff..70c8eb3d0b 100644
--- a/testsuites/tmtests/tmoverhd/Makefile.am
+++ b/testsuites/tmtests/tmoverhd/Makefile.am
@@ -8,7 +8,7 @@ TEST = tmoverhd
MANAGERS = io
C_FILES = testtask.c empty.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h dumrtems.h
noinst_HEADERS = $(H_FILES)