summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/tests/psxtests/ChangeLog27
-rw-r--r--c/src/tests/psxtests/psx01/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx02/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx03/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx04/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx05/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx06/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx07/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx08/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx09/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx10/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx11/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx12/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psx13/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxcancel/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxchroot01/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxfile01/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxhdrs/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxmount/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxmsgq01/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxreaddir/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxsem01/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxstat/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxtime/Makefile.am2
-rw-r--r--c/src/tests/psxtests/psxtimer/Makefile.am2
-rw-r--r--testsuites/psxtests/ChangeLog27
-rw-r--r--testsuites/psxtests/psx01/Makefile.am2
-rw-r--r--testsuites/psxtests/psx02/Makefile.am2
-rw-r--r--testsuites/psxtests/psx03/Makefile.am2
-rw-r--r--testsuites/psxtests/psx04/Makefile.am2
-rw-r--r--testsuites/psxtests/psx05/Makefile.am2
-rw-r--r--testsuites/psxtests/psx06/Makefile.am2
-rw-r--r--testsuites/psxtests/psx07/Makefile.am2
-rw-r--r--testsuites/psxtests/psx08/Makefile.am2
-rw-r--r--testsuites/psxtests/psx09/Makefile.am2
-rw-r--r--testsuites/psxtests/psx10/Makefile.am2
-rw-r--r--testsuites/psxtests/psx11/Makefile.am2
-rw-r--r--testsuites/psxtests/psx12/Makefile.am2
-rw-r--r--testsuites/psxtests/psx13/Makefile.am2
-rw-r--r--testsuites/psxtests/psxcancel/Makefile.am2
-rw-r--r--testsuites/psxtests/psxchroot01/Makefile.am2
-rw-r--r--testsuites/psxtests/psxfile01/Makefile.am2
-rw-r--r--testsuites/psxtests/psxhdrs/Makefile.am2
-rw-r--r--testsuites/psxtests/psxmount/Makefile.am2
-rw-r--r--testsuites/psxtests/psxmsgq01/Makefile.am2
-rw-r--r--testsuites/psxtests/psxreaddir/Makefile.am2
-rw-r--r--testsuites/psxtests/psxsem01/Makefile.am2
-rw-r--r--testsuites/psxtests/psxstat/Makefile.am2
-rw-r--r--testsuites/psxtests/psxtime/Makefile.am2
-rw-r--r--testsuites/psxtests/psxtimer/Makefile.am2
50 files changed, 102 insertions, 48 deletions
diff --git a/c/src/tests/psxtests/ChangeLog b/c/src/tests/psxtests/ChangeLog
index bc18cb5c01..5feebda9c0 100644
--- a/c/src/tests/psxtests/ChangeLog
+++ b/c/src/tests/psxtests/ChangeLog
@@ -1,3 +1,30 @@
+2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxtimer/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/psxtests/psx01/Makefile.am b/c/src/tests/psxtests/psx01/Makefile.am
index ca48692a84..2462265c1e 100644
--- a/c/src/tests/psxtests/psx01/Makefile.am
+++ b/c/src/tests/psxtests/psx01/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx01
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx02/Makefile.am b/c/src/tests/psxtests/psx02/Makefile.am
index c9e3d43228..fcbe5f1f16 100644
--- a/c/src/tests/psxtests/psx02/Makefile.am
+++ b/c/src/tests/psxtests/psx02/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx02
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx03/Makefile.am b/c/src/tests/psxtests/psx03/Makefile.am
index abb4bf1171..2d411447de 100644
--- a/c/src/tests/psxtests/psx03/Makefile.am
+++ b/c/src/tests/psxtests/psx03/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx03
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx04/Makefile.am b/c/src/tests/psxtests/psx04/Makefile.am
index 3791111a1a..1f4ee8a0a6 100644
--- a/c/src/tests/psxtests/psx04/Makefile.am
+++ b/c/src/tests/psxtests/psx04/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx04
MANAGERS = all
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
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/psxtests/psx05/Makefile.am b/c/src/tests/psxtests/psx05/Makefile.am
index ed5eb0d482..df33acdc01 100644
--- a/c/src/tests/psxtests/psx05/Makefile.am
+++ b/c/src/tests/psxtests/psx05/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx05
MANAGERS = all
C_FILES = init.c task.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
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/psxtests/psx06/Makefile.am b/c/src/tests/psxtests/psx06/Makefile.am
index 0928204b27..68f1f4d05b 100644
--- a/c/src/tests/psxtests/psx06/Makefile.am
+++ b/c/src/tests/psxtests/psx06/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx06
MANAGERS = all
C_FILES = init.c task.c task2.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/psxtests/psx07/Makefile.am b/c/src/tests/psxtests/psx07/Makefile.am
index 0237a99db6..d1b09bea48 100644
--- a/c/src/tests/psxtests/psx07/Makefile.am
+++ b/c/src/tests/psxtests/psx07/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx07
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx08/Makefile.am b/c/src/tests/psxtests/psx08/Makefile.am
index 4579715349..221c16f184 100644
--- a/c/src/tests/psxtests/psx08/Makefile.am
+++ b/c/src/tests/psxtests/psx08/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx08
MANAGERS = all
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
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/psxtests/psx09/Makefile.am b/c/src/tests/psxtests/psx09/Makefile.am
index ecbad79533..0868614d03 100644
--- a/c/src/tests/psxtests/psx09/Makefile.am
+++ b/c/src/tests/psxtests/psx09/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx09
MANAGERS = all
C_FILES = init.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/psxtests/psx10/Makefile.am b/c/src/tests/psxtests/psx10/Makefile.am
index 065e475738..384deae56e 100644
--- a/c/src/tests/psxtests/psx10/Makefile.am
+++ b/c/src/tests/psxtests/psx10/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx10
MANAGERS = all
C_FILES = init.c task.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
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/psxtests/psx11/Makefile.am b/c/src/tests/psxtests/psx11/Makefile.am
index 7e2e4ce704..d6c25e50cc 100644
--- a/c/src/tests/psxtests/psx11/Makefile.am
+++ b/c/src/tests/psxtests/psx11/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx11
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx12/Makefile.am b/c/src/tests/psxtests/psx12/Makefile.am
index 7b24ae3f23..c10bff0e73 100644
--- a/c/src/tests/psxtests/psx12/Makefile.am
+++ b/c/src/tests/psxtests/psx12/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx12
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx13/Makefile.am b/c/src/tests/psxtests/psx13/Makefile.am
index c47d87f500..3ef5eb2e7a 100644
--- a/c/src/tests/psxtests/psx13/Makefile.am
+++ b/c/src/tests/psxtests/psx13/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx13
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/c/src/tests/psxtests/psxcancel/Makefile.am b/c/src/tests/psxtests/psxcancel/Makefile.am
index 0991f3409e..095c2a1ba7 100644
--- a/c/src/tests/psxtests/psxcancel/Makefile.am
+++ b/c/src/tests/psxtests/psxcancel/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxcancel
MANAGERS = all
C_FILES = init.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES =
noinst_HEADERS = $(H_FILES)
diff --git a/c/src/tests/psxtests/psxchroot01/Makefile.am b/c/src/tests/psxtests/psxchroot01/Makefile.am
index 90c70823bb..496a61afa7 100644
--- a/c/src/tests/psxtests/psxchroot01/Makefile.am
+++ b/c/src/tests/psxtests/psxchroot01/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxchroot01
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/c/src/tests/psxtests/psxfile01/Makefile.am b/c/src/tests/psxtests/psxfile01/Makefile.am
index 6c17d6f002..6245d6c7c5 100644
--- a/c/src/tests/psxtests/psxfile01/Makefile.am
+++ b/c/src/tests/psxtests/psxfile01/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxfile01
MANAGERS = all
C_FILES = main.c test.c test_cat.c test_extend.c test_write.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/c/src/tests/psxtests/psxhdrs/Makefile.am b/c/src/tests/psxtests/psxhdrs/Makefile.am
index 4f281dc1aa..9271945d1b 100644
--- a/c/src/tests/psxtests/psxhdrs/Makefile.am
+++ b/c/src/tests/psxtests/psxhdrs/Makefile.am
@@ -24,7 +24,7 @@ C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c \
time04.c time05.c time06.c time07.c time08.c time09.c time10.c time11.c \
time12.c time13.c timer01.c timer02.c timer03.c timer04.c timer05.c \
timer06.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
SRCS = $(C_FILES)
OBJS = $(C_O_FILES)
diff --git a/c/src/tests/psxtests/psxmount/Makefile.am b/c/src/tests/psxtests/psxmount/Makefile.am
index 10b5f3a7be..84158cdee7 100644
--- a/c/src/tests/psxtests/psxmount/Makefile.am
+++ b/c/src/tests/psxtests/psxmount/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxmount
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/c/src/tests/psxtests/psxmsgq01/Makefile.am b/c/src/tests/psxtests/psxmsgq01/Makefile.am
index 81f1ae205e..9a0707bc0d 100644
--- a/c/src/tests/psxtests/psxmsgq01/Makefile.am
+++ b/c/src/tests/psxtests/psxmsgq01/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxmsgq01
MANAGERS = all
C_FILES = init.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/psxtests/psxreaddir/Makefile.am b/c/src/tests/psxtests/psxreaddir/Makefile.am
index 2019e2d790..83a54faed2 100644
--- a/c/src/tests/psxtests/psxreaddir/Makefile.am
+++ b/c/src/tests/psxtests/psxreaddir/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxreaddir
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/c/src/tests/psxtests/psxsem01/Makefile.am b/c/src/tests/psxtests/psxsem01/Makefile.am
index 7d71e5a5a4..6e97638a5b 100644
--- a/c/src/tests/psxtests/psxsem01/Makefile.am
+++ b/c/src/tests/psxtests/psxsem01/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxsem01
MANAGERS = all
C_FILES = init.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/psxtests/psxstat/Makefile.am b/c/src/tests/psxtests/psxstat/Makefile.am
index a33da8cd08..9823ed9fb3 100644
--- a/c/src/tests/psxtests/psxstat/Makefile.am
+++ b/c/src/tests/psxtests/psxstat/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxstat
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/c/src/tests/psxtests/psxtime/Makefile.am b/c/src/tests/psxtests/psxtime/Makefile.am
index 8326f34c2b..630b47025f 100644
--- a/c/src/tests/psxtests/psxtime/Makefile.am
+++ b/c/src/tests/psxtests/psxtime/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxtime
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/c/src/tests/psxtests/psxtimer/Makefile.am b/c/src/tests/psxtests/psxtimer/Makefile.am
index 1a09a4df54..e6ddd611fc 100644
--- a/c/src/tests/psxtests/psxtimer/Makefile.am
+++ b/c/src/tests/psxtests/psxtimer/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxtimer
MANAGERS = all
C_FILES = psxtimer.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/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index bc18cb5c01..5feebda9c0 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,30 @@
+2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * psxtimer/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/psxtests/psx01/Makefile.am b/testsuites/psxtests/psx01/Makefile.am
index ca48692a84..2462265c1e 100644
--- a/testsuites/psxtests/psx01/Makefile.am
+++ b/testsuites/psxtests/psx01/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx01
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx02/Makefile.am b/testsuites/psxtests/psx02/Makefile.am
index c9e3d43228..fcbe5f1f16 100644
--- a/testsuites/psxtests/psx02/Makefile.am
+++ b/testsuites/psxtests/psx02/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx02
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx03/Makefile.am b/testsuites/psxtests/psx03/Makefile.am
index abb4bf1171..2d411447de 100644
--- a/testsuites/psxtests/psx03/Makefile.am
+++ b/testsuites/psxtests/psx03/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx03
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx04/Makefile.am b/testsuites/psxtests/psx04/Makefile.am
index 3791111a1a..1f4ee8a0a6 100644
--- a/testsuites/psxtests/psx04/Makefile.am
+++ b/testsuites/psxtests/psx04/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx04
MANAGERS = all
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
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/psxtests/psx05/Makefile.am b/testsuites/psxtests/psx05/Makefile.am
index ed5eb0d482..df33acdc01 100644
--- a/testsuites/psxtests/psx05/Makefile.am
+++ b/testsuites/psxtests/psx05/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx05
MANAGERS = all
C_FILES = init.c task.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
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/psxtests/psx06/Makefile.am b/testsuites/psxtests/psx06/Makefile.am
index 0928204b27..68f1f4d05b 100644
--- a/testsuites/psxtests/psx06/Makefile.am
+++ b/testsuites/psxtests/psx06/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx06
MANAGERS = all
C_FILES = init.c task.c task2.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/psxtests/psx07/Makefile.am b/testsuites/psxtests/psx07/Makefile.am
index 0237a99db6..d1b09bea48 100644
--- a/testsuites/psxtests/psx07/Makefile.am
+++ b/testsuites/psxtests/psx07/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx07
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx08/Makefile.am b/testsuites/psxtests/psx08/Makefile.am
index 4579715349..221c16f184 100644
--- a/testsuites/psxtests/psx08/Makefile.am
+++ b/testsuites/psxtests/psx08/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx08
MANAGERS = all
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
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/psxtests/psx09/Makefile.am b/testsuites/psxtests/psx09/Makefile.am
index ecbad79533..0868614d03 100644
--- a/testsuites/psxtests/psx09/Makefile.am
+++ b/testsuites/psxtests/psx09/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx09
MANAGERS = all
C_FILES = init.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/psxtests/psx10/Makefile.am b/testsuites/psxtests/psx10/Makefile.am
index 065e475738..384deae56e 100644
--- a/testsuites/psxtests/psx10/Makefile.am
+++ b/testsuites/psxtests/psx10/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx10
MANAGERS = all
C_FILES = init.c task.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
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/psxtests/psx11/Makefile.am b/testsuites/psxtests/psx11/Makefile.am
index 7e2e4ce704..d6c25e50cc 100644
--- a/testsuites/psxtests/psx11/Makefile.am
+++ b/testsuites/psxtests/psx11/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx11
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx12/Makefile.am b/testsuites/psxtests/psx12/Makefile.am
index 7b24ae3f23..c10bff0e73 100644
--- a/testsuites/psxtests/psx12/Makefile.am
+++ b/testsuites/psxtests/psx12/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx12
MANAGERS = all
C_FILES = init.c task.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/psxtests/psx13/Makefile.am b/testsuites/psxtests/psx13/Makefile.am
index c47d87f500..3ef5eb2e7a 100644
--- a/testsuites/psxtests/psx13/Makefile.am
+++ b/testsuites/psxtests/psx13/Makefile.am
@@ -8,7 +8,7 @@ TEST = psx13
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxcancel/Makefile.am b/testsuites/psxtests/psxcancel/Makefile.am
index 0991f3409e..095c2a1ba7 100644
--- a/testsuites/psxtests/psxcancel/Makefile.am
+++ b/testsuites/psxtests/psxcancel/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxcancel
MANAGERS = all
C_FILES = init.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES =
noinst_HEADERS = $(H_FILES)
diff --git a/testsuites/psxtests/psxchroot01/Makefile.am b/testsuites/psxtests/psxchroot01/Makefile.am
index 90c70823bb..496a61afa7 100644
--- a/testsuites/psxtests/psxchroot01/Makefile.am
+++ b/testsuites/psxtests/psxchroot01/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxchroot01
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxfile01/Makefile.am b/testsuites/psxtests/psxfile01/Makefile.am
index 6c17d6f002..6245d6c7c5 100644
--- a/testsuites/psxtests/psxfile01/Makefile.am
+++ b/testsuites/psxtests/psxfile01/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxfile01
MANAGERS = all
C_FILES = main.c test.c test_cat.c test_extend.c test_write.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxhdrs/Makefile.am b/testsuites/psxtests/psxhdrs/Makefile.am
index 4f281dc1aa..9271945d1b 100644
--- a/testsuites/psxtests/psxhdrs/Makefile.am
+++ b/testsuites/psxtests/psxhdrs/Makefile.am
@@ -24,7 +24,7 @@ C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c \
time04.c time05.c time06.c time07.c time08.c time09.c time10.c time11.c \
time12.c time13.c timer01.c timer02.c timer03.c timer04.c timer05.c \
timer06.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
SRCS = $(C_FILES)
OBJS = $(C_O_FILES)
diff --git a/testsuites/psxtests/psxmount/Makefile.am b/testsuites/psxtests/psxmount/Makefile.am
index 10b5f3a7be..84158cdee7 100644
--- a/testsuites/psxtests/psxmount/Makefile.am
+++ b/testsuites/psxtests/psxmount/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxmount
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxmsgq01/Makefile.am b/testsuites/psxtests/psxmsgq01/Makefile.am
index 81f1ae205e..9a0707bc0d 100644
--- a/testsuites/psxtests/psxmsgq01/Makefile.am
+++ b/testsuites/psxtests/psxmsgq01/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxmsgq01
MANAGERS = all
C_FILES = init.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/psxtests/psxreaddir/Makefile.am b/testsuites/psxtests/psxreaddir/Makefile.am
index 2019e2d790..83a54faed2 100644
--- a/testsuites/psxtests/psxreaddir/Makefile.am
+++ b/testsuites/psxtests/psxreaddir/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxreaddir
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxsem01/Makefile.am b/testsuites/psxtests/psxsem01/Makefile.am
index 7d71e5a5a4..6e97638a5b 100644
--- a/testsuites/psxtests/psxsem01/Makefile.am
+++ b/testsuites/psxtests/psxsem01/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxsem01
MANAGERS = all
C_FILES = init.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/psxtests/psxstat/Makefile.am b/testsuites/psxtests/psxstat/Makefile.am
index a33da8cd08..9823ed9fb3 100644
--- a/testsuites/psxtests/psxstat/Makefile.am
+++ b/testsuites/psxtests/psxstat/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxstat
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxtime/Makefile.am b/testsuites/psxtests/psxtime/Makefile.am
index 8326f34c2b..630b47025f 100644
--- a/testsuites/psxtests/psxtime/Makefile.am
+++ b/testsuites/psxtests/psxtime/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxtime
MANAGERS = all
C_FILES = main.c test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
+C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxtimer/Makefile.am b/testsuites/psxtests/psxtimer/Makefile.am
index 1a09a4df54..e6ddd611fc 100644
--- a/testsuites/psxtests/psxtimer/Makefile.am
+++ b/testsuites/psxtests/psxtimer/Makefile.am
@@ -8,7 +8,7 @@ TEST = psxtimer
MANAGERS = all
C_FILES = psxtimer.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)