summaryrefslogtreecommitdiffstats
path: root/c/src/tests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 04:49:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 04:49:45 +0000
commitd822540ec606a40a4bbcf3960d669fc371466000 (patch)
tree1acfd03a1179cc3a62c13f943d2e8e56307abfda /c/src/tests
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d822540ec606a40a4bbcf3960d669fc371466000.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mp01/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp01/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp02/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp02/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp03/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp03/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp04/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp04/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp05/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp05/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp06/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp06/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp07/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp07/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp08/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp08/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp09/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp09/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp10/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp10/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp11/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp11/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp12/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp12/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp13/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp13/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp14/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp14/node2/Makefile.am: Use $(OBJEXT) instead of .o.
Diffstat (limited to 'c/src/tests')
-rw-r--r--c/src/tests/mptests/ChangeLog31
-rw-r--r--c/src/tests/mptests/mp01/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp01/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp02/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp02/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp03/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp03/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp04/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp04/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp05/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp05/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp06/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp06/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp07/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp07/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp08/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp08/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp09/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp09/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp10/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp10/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp11/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp11/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp12/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp12/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp13/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp13/node2/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp14/node1/Makefile.am2
-rw-r--r--c/src/tests/mptests/mp14/node2/Makefile.am2
29 files changed, 59 insertions, 28 deletions
diff --git a/c/src/tests/mptests/ChangeLog b/c/src/tests/mptests/ChangeLog
index 842ba5a366..f1c04fbd3b 100644
--- a/c/src/tests/mptests/ChangeLog
+++ b/c/src/tests/mptests/ChangeLog
@@ -1,3 +1,34 @@
+2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * mp01/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp01/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp02/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp02/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp03/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp03/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp04/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp04/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp05/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp05/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp06/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp06/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp07/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp07/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp08/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp08/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp09/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp09/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp10/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp10/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp11/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp11/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp12/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp12/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp13/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp13/node2/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp14/node1/Makefile.am: Use $(OBJEXT) instead of .o.
+ * mp14/node2/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/mptests/mp01/node1/Makefile.am b/c/src/tests/mptests/mp01/node1/Makefile.am
index 4225fc5e23..10fd3b09e2 100644
--- a/c/src/tests/mptests/mp01/node1/Makefile.am
+++ b/c/src/tests/mptests/mp01/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp01/node2/Makefile.am b/c/src/tests/mptests/mp01/node2/Makefile.am
index 16b2a27d41..6c3259a8df 100644
--- a/c/src/tests/mptests/mp01/node2/Makefile.am
+++ b/c/src/tests/mptests/mp01/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp02/node1/Makefile.am b/c/src/tests/mptests/mp02/node1/Makefile.am
index 8876dae1a8..04081b910c 100644
--- a/c/src/tests/mptests/mp02/node1/Makefile.am
+++ b/c/src/tests/mptests/mp02/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp02/node2/Makefile.am b/c/src/tests/mptests/mp02/node2/Makefile.am
index ee04e3b30c..5815c167b1 100644
--- a/c/src/tests/mptests/mp02/node2/Makefile.am
+++ b/c/src/tests/mptests/mp02/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp03/node1/Makefile.am b/c/src/tests/mptests/mp03/node1/Makefile.am
index 7a8668fa9d..704f4062cd 100644
--- a/c/src/tests/mptests/mp03/node1/Makefile.am
+++ b/c/src/tests/mptests/mp03/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp timer event
C_FILES = init.c task1.c delay.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp03/node2/Makefile.am b/c/src/tests/mptests/mp03/node2/Makefile.am
index d38393b4b7..b6e28cf5f5 100644
--- a/c/src/tests/mptests/mp03/node2/Makefile.am
+++ b/c/src/tests/mptests/mp03/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp timer event
C_FILES = init.c delay.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp04/node1/Makefile.am b/c/src/tests/mptests/mp04/node1/Makefile.am
index 89d4a55f1d..91a97ca4cd 100644
--- a/c/src/tests/mptests/mp04/node1/Makefile.am
+++ b/c/src/tests/mptests/mp04/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp04/node2/Makefile.am b/c/src/tests/mptests/mp04/node2/Makefile.am
index 63f4185243..fc6dc1bec9 100644
--- a/c/src/tests/mptests/mp04/node2/Makefile.am
+++ b/c/src/tests/mptests/mp04/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp05/node1/Makefile.am b/c/src/tests/mptests/mp05/node1/Makefile.am
index c5e3d21b76..7562caa7b9 100644
--- a/c/src/tests/mptests/mp05/node1/Makefile.am
+++ b/c/src/tests/mptests/mp05/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp signal timer
C_FILES = init.c asr.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp05/node2/Makefile.am b/c/src/tests/mptests/mp05/node2/Makefile.am
index 575b0f7b73..e2b2e2e0ea 100644
--- a/c/src/tests/mptests/mp05/node2/Makefile.am
+++ b/c/src/tests/mptests/mp05/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp signal timer
C_FILES = init.c asr.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp06/node1/Makefile.am b/c/src/tests/mptests/mp06/node1/Makefile.am
index 11089a8012..aada10be37 100644
--- a/c/src/tests/mptests/mp06/node1/Makefile.am
+++ b/c/src/tests/mptests/mp06/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp event timer
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp06/node2/Makefile.am b/c/src/tests/mptests/mp06/node2/Makefile.am
index 6de6545dec..227953c6bb 100644
--- a/c/src/tests/mptests/mp06/node2/Makefile.am
+++ b/c/src/tests/mptests/mp06/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp event timer
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp07/node1/Makefile.am b/c/src/tests/mptests/mp07/node1/Makefile.am
index 75b52335cc..35834ac52c 100644
--- a/c/src/tests/mptests/mp07/node1/Makefile.am
+++ b/c/src/tests/mptests/mp07/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp event timer
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp07/node2/Makefile.am b/c/src/tests/mptests/mp07/node2/Makefile.am
index 749c0bb330..901a7abca6 100644
--- a/c/src/tests/mptests/mp07/node2/Makefile.am
+++ b/c/src/tests/mptests/mp07/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp event timer
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp08/node1/Makefile.am b/c/src/tests/mptests/mp08/node1/Makefile.am
index 7903247238..0fb608a7b0 100644
--- a/c/src/tests/mptests/mp08/node1/Makefile.am
+++ b/c/src/tests/mptests/mp08/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp semaphore
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp08/node2/Makefile.am b/c/src/tests/mptests/mp08/node2/Makefile.am
index decd2eaa86..09509e76b6 100644
--- a/c/src/tests/mptests/mp08/node2/Makefile.am
+++ b/c/src/tests/mptests/mp08/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp semaphore
C_FILES = init.c task1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp09/node1/Makefile.am b/c/src/tests/mptests/mp09/node1/Makefile.am
index 50d256a0cb..edc57eef0d 100644
--- a/c/src/tests/mptests/mp09/node1/Makefile.am
+++ b/c/src/tests/mptests/mp09/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message
C_FILES = init.c task1.c recvmsg.c sendmsg.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp09/node2/Makefile.am b/c/src/tests/mptests/mp09/node2/Makefile.am
index 03cd85a211..10642b9623 100644
--- a/c/src/tests/mptests/mp09/node2/Makefile.am
+++ b/c/src/tests/mptests/mp09/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message
C_FILES = init.c task1.c recvmsg.c sendmsg.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp10/node1/Makefile.am b/c/src/tests/mptests/mp10/node1/Makefile.am
index 33deeb77cd..5a1c94014d 100644
--- a/c/src/tests/mptests/mp10/node1/Makefile.am
+++ b/c/src/tests/mptests/mp10/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message semaphore
C_FILES = init.c task1.c task2.c task3.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp10/node2/Makefile.am b/c/src/tests/mptests/mp10/node2/Makefile.am
index 6c3108d14d..6c18ff3dc6 100644
--- a/c/src/tests/mptests/mp10/node2/Makefile.am
+++ b/c/src/tests/mptests/mp10/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message semaphore
C_FILES = init.c task1.c task2.c task3.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp11/node1/Makefile.am b/c/src/tests/mptests/mp11/node1/Makefile.am
index d7bbf27a22..af1ca83605 100644
--- a/c/src/tests/mptests/mp11/node1/Makefile.am
+++ b/c/src/tests/mptests/mp11/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message partition semaphore
C_FILES = init.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp11/node2/Makefile.am b/c/src/tests/mptests/mp11/node2/Makefile.am
index 9db2320754..be01c89b14 100644
--- a/c/src/tests/mptests/mp11/node2/Makefile.am
+++ b/c/src/tests/mptests/mp11/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message partition semaphore
C_FILES = init.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp12/node1/Makefile.am b/c/src/tests/mptests/mp12/node1/Makefile.am
index 54dc4aa00a..7989522b79 100644
--- a/c/src/tests/mptests/mp12/node1/Makefile.am
+++ b/c/src/tests/mptests/mp12/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp partition
C_FILES = init.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp12/node2/Makefile.am b/c/src/tests/mptests/mp12/node2/Makefile.am
index aa133f9d55..f84bdf7372 100644
--- a/c/src/tests/mptests/mp12/node2/Makefile.am
+++ b/c/src/tests/mptests/mp12/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp partition
C_FILES = init.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp13/node1/Makefile.am b/c/src/tests/mptests/mp13/node1/Makefile.am
index efbea78c40..63a5259ac0 100644
--- a/c/src/tests/mptests/mp13/node1/Makefile.am
+++ b/c/src/tests/mptests/mp13/node1/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message semaphore
C_FILES = init.c task1.c task2.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp13/node2/Makefile.am b/c/src/tests/mptests/mp13/node2/Makefile.am
index 425beaca5b..362ca1173f 100644
--- a/c/src/tests/mptests/mp13/node2/Makefile.am
+++ b/c/src/tests/mptests/mp13/node2/Makefile.am
@@ -12,7 +12,7 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp message semaphore
C_FILES = init.c task1.c task2.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp14/node1/Makefile.am b/c/src/tests/mptests/mp14/node1/Makefile.am
index 5d3e0991b5..ee76355882 100644
--- a/c/src/tests/mptests/mp14/node1/Makefile.am
+++ b/c/src/tests/mptests/mp14/node1/Makefile.am
@@ -13,7 +13,7 @@ MANAGERS = io mp event partition semaphore timer message
C_FILES = exit.c init.c delay.c evtask1.c evtmtask.c pttask1.c smtask1.c \
msgtask1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
diff --git a/c/src/tests/mptests/mp14/node2/Makefile.am b/c/src/tests/mptests/mp14/node2/Makefile.am
index af35f20647..4ce2a84899 100644
--- a/c/src/tests/mptests/mp14/node2/Makefile.am
+++ b/c/src/tests/mptests/mp14/node2/Makefile.am
@@ -13,7 +13,7 @@ MANAGERS = io mp event partition semaphore timer message
C_FILES = exit.c init.c delay.c evtask1.c evtmtask.c pttask1.c smtask1.c \
msgtask1.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h