summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
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/psxtests
parent2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3d5483771c21619e164e5a5cc308802027785dcc.tar.bz2
Eliminate _exe_/.exe.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psx01/Makefile.am14
-rw-r--r--testsuites/psxtests/psx02/Makefile.am14
-rw-r--r--testsuites/psxtests/psx03/Makefile.am14
-rw-r--r--testsuites/psxtests/psx04/Makefile.am14
-rw-r--r--testsuites/psxtests/psx05/Makefile.am14
-rw-r--r--testsuites/psxtests/psx06/Makefile.am14
-rw-r--r--testsuites/psxtests/psx07/Makefile.am14
-rw-r--r--testsuites/psxtests/psx08/Makefile.am14
-rw-r--r--testsuites/psxtests/psx09/Makefile.am14
-rw-r--r--testsuites/psxtests/psx10/Makefile.am14
-rw-r--r--testsuites/psxtests/psx11/Makefile.am14
-rw-r--r--testsuites/psxtests/psx12/Makefile.am14
-rw-r--r--testsuites/psxtests/psx13/Makefile.am14
-rw-r--r--testsuites/psxtests/psx14/Makefile.am14
-rw-r--r--testsuites/psxtests/psxbarrier01/Makefile.am16
-rw-r--r--testsuites/psxtests/psxcancel/Makefile.am14
-rw-r--r--testsuites/psxtests/psxchroot01/Makefile.am14
-rw-r--r--testsuites/psxtests/psxcleanup/Makefile.am14
-rw-r--r--testsuites/psxtests/psxenosys/Makefile.am14
-rw-r--r--testsuites/psxtests/psxfatal01/Makefile.am14
-rw-r--r--testsuites/psxtests/psxfatal02/Makefile.am14
-rw-r--r--testsuites/psxtests/psxfile01/Makefile.am14
-rw-r--r--testsuites/psxtests/psxkey01/Makefile.am14
-rw-r--r--testsuites/psxtests/psxmount/Makefile.am14
-rw-r--r--testsuites/psxtests/psxmsgq01/Makefile.am14
-rw-r--r--testsuites/psxtests/psxmsgq02/Makefile.am14
-rw-r--r--testsuites/psxtests/psxrdwrv/Makefile.am14
-rw-r--r--testsuites/psxtests/psxreaddir/Makefile.am14
-rw-r--r--testsuites/psxtests/psxrwlock01/Makefile.am16
-rw-r--r--testsuites/psxtests/psxsem01/Makefile.am14
-rw-r--r--testsuites/psxtests/psxsignal01/Makefile.am14
-rw-r--r--testsuites/psxtests/psxspin01/Makefile.am16
-rw-r--r--testsuites/psxtests/psxstat/Makefile.am14
-rw-r--r--testsuites/psxtests/psxsysconf/Makefile.am14
-rw-r--r--testsuites/psxtests/psxtime/Makefile.am14
-rw-r--r--testsuites/psxtests/psxtimer01/Makefile.am14
-rw-r--r--testsuites/psxtests/psxtimer02/Makefile.am14
-rw-r--r--testsuites/psxtests/psxualarm/Makefile.am14
38 files changed, 269 insertions, 269 deletions
diff --git a/testsuites/psxtests/psx01/Makefile.am b/testsuites/psxtests/psx01/Makefile.am
index 638f1f59cf..40911591f3 100644
--- a/testsuites/psxtests/psx01/Makefile.am
+++ b/testsuites/psxtests/psx01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx01.exe
-psx01_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx01
+psx01_SOURCES = init.c task.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx01.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx01_exe_OBJECTS) $(psx01_exe_LDADD)
-LINK_LIBS = $(psx01_exe_LDLIBS)
+LINK_OBJS = $(psx01_OBJECTS) $(psx01_LDADD)
+LINK_LIBS = $(psx01_LDLIBS)
-psx01.exe$(EXEEXT): $(psx01_exe_OBJECTS) $(psx01_exe_DEPENDENCIES)
- @rm -f psx01.exe$(EXEEXT)
+psx01$(EXEEXT): $(psx01_OBJECTS) $(psx01_DEPENDENCIES)
+ @rm -f psx01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx02/Makefile.am b/testsuites/psxtests/psx02/Makefile.am
index 2dc0d54129..d47b564eb6 100644
--- a/testsuites/psxtests/psx02/Makefile.am
+++ b/testsuites/psxtests/psx02/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx02.exe
-psx02_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx02
+psx02_SOURCES = init.c task.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx02.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx02_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx02_exe_OBJECTS) $(psx02_exe_LDADD)
-LINK_LIBS = $(psx02_exe_LDLIBS)
+LINK_OBJS = $(psx02_OBJECTS) $(psx02_LDADD)
+LINK_LIBS = $(psx02_LDLIBS)
-psx02.exe$(EXEEXT): $(psx02_exe_OBJECTS) $(psx02_exe_DEPENDENCIES)
- @rm -f psx02.exe$(EXEEXT)
+psx02$(EXEEXT): $(psx02_OBJECTS) $(psx02_DEPENDENCIES)
+ @rm -f psx02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx03/Makefile.am b/testsuites/psxtests/psx03/Makefile.am
index 3d74745134..aed0b946a7 100644
--- a/testsuites/psxtests/psx03/Makefile.am
+++ b/testsuites/psxtests/psx03/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx03.exe
-psx03_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx03
+psx03_SOURCES = init.c task.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx03.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx03_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx03_exe_OBJECTS) $(psx03_exe_LDADD)
-LINK_LIBS = $(psx03_exe_LDLIBS)
+LINK_OBJS = $(psx03_OBJECTS) $(psx03_LDADD)
+LINK_LIBS = $(psx03_LDLIBS)
-psx03.exe$(EXEEXT): $(psx03_exe_OBJECTS) $(psx03_exe_DEPENDENCIES)
- @rm -f psx03.exe$(EXEEXT)
+psx03$(EXEEXT): $(psx03_OBJECTS) $(psx03_DEPENDENCIES)
+ @rm -f psx03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx04/Makefile.am b/testsuites/psxtests/psx04/Makefile.am
index 424af74777..1ae6abaebf 100644
--- a/testsuites/psxtests/psx04/Makefile.am
+++ b/testsuites/psxtests/psx04/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx04.exe
-psx04_exe_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx04
+psx04_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx04.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx04_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx04_exe_OBJECTS) $(psx04_exe_LDADD)
-LINK_LIBS = $(psx04_exe_LDLIBS)
+LINK_OBJS = $(psx04_OBJECTS) $(psx04_LDADD)
+LINK_LIBS = $(psx04_LDLIBS)
-psx04.exe$(EXEEXT): $(psx04_exe_OBJECTS) $(psx04_exe_DEPENDENCIES)
- @rm -f psx04.exe$(EXEEXT)
+psx04$(EXEEXT): $(psx04_OBJECTS) $(psx04_DEPENDENCIES)
+ @rm -f psx04$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx05/Makefile.am b/testsuites/psxtests/psx05/Makefile.am
index 8b81c779e6..206c4cd9fc 100644
--- a/testsuites/psxtests/psx05/Makefile.am
+++ b/testsuites/psxtests/psx05/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx05.exe
-psx05_exe_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx05
+psx05_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx05.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx05_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx05_exe_OBJECTS) $(psx05_exe_LDADD)
-LINK_LIBS = $(psx05_exe_LDLIBS)
+LINK_OBJS = $(psx05_OBJECTS) $(psx05_LDADD)
+LINK_LIBS = $(psx05_LDLIBS)
-psx05.exe$(EXEEXT): $(psx05_exe_OBJECTS) $(psx05_exe_DEPENDENCIES)
- @rm -f psx05.exe$(EXEEXT)
+psx05$(EXEEXT): $(psx05_OBJECTS) $(psx05_DEPENDENCIES)
+ @rm -f psx05$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx06/Makefile.am b/testsuites/psxtests/psx06/Makefile.am
index 044f5df0f2..a5850654e2 100644
--- a/testsuites/psxtests/psx06/Makefile.am
+++ b/testsuites/psxtests/psx06/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx06.exe
-psx06_exe_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx06
+psx06_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx06.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx06_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx06_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx06_exe_OBJECTS) $(psx06_exe_LDADD)
-LINK_LIBS = $(psx06_exe_LDLIBS)
+LINK_OBJS = $(psx06_OBJECTS) $(psx06_LDADD)
+LINK_LIBS = $(psx06_LDLIBS)
-psx06.exe$(EXEEXT): $(psx06_exe_OBJECTS) $(psx06_exe_DEPENDENCIES)
- @rm -f psx06.exe$(EXEEXT)
+psx06$(EXEEXT): $(psx06_OBJECTS) $(psx06_DEPENDENCIES)
+ @rm -f psx06$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx07/Makefile.am b/testsuites/psxtests/psx07/Makefile.am
index f2f31127af..9169743b90 100644
--- a/testsuites/psxtests/psx07/Makefile.am
+++ b/testsuites/psxtests/psx07/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx07.exe
-psx07_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx07
+psx07_SOURCES = init.c task.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx07.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx07_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx07_exe_OBJECTS) $(psx07_exe_LDADD)
-LINK_LIBS = $(psx07_exe_LDLIBS)
+LINK_OBJS = $(psx07_OBJECTS) $(psx07_LDADD)
+LINK_LIBS = $(psx07_LDLIBS)
-psx07.exe$(EXEEXT): $(psx07_exe_OBJECTS) $(psx07_exe_DEPENDENCIES)
- @rm -f psx07.exe$(EXEEXT)
+psx07$(EXEEXT): $(psx07_OBJECTS) $(psx07_DEPENDENCIES)
+ @rm -f psx07$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx08/Makefile.am b/testsuites/psxtests/psx08/Makefile.am
index 0d0cadbc25..4d28da8a6c 100644
--- a/testsuites/psxtests/psx08/Makefile.am
+++ b/testsuites/psxtests/psx08/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx08.exe
-psx08_exe_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx08
+psx08_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx08.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx08_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx08_exe_OBJECTS) $(psx08_exe_LDADD)
-LINK_LIBS = $(psx08_exe_LDLIBS)
+LINK_OBJS = $(psx08_OBJECTS) $(psx08_LDADD)
+LINK_LIBS = $(psx08_LDLIBS)
-psx08.exe$(EXEEXT): $(psx08_exe_OBJECTS) $(psx08_exe_DEPENDENCIES)
- @rm -f psx08.exe$(EXEEXT)
+psx08$(EXEEXT): $(psx08_OBJECTS) $(psx08_DEPENDENCIES)
+ @rm -f psx08$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx09/Makefile.am b/testsuites/psxtests/psx09/Makefile.am
index 9c802fff54..1450ce3dee 100644
--- a/testsuites/psxtests/psx09/Makefile.am
+++ b/testsuites/psxtests/psx09/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx09.exe
-psx09_exe_SOURCES = init.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx09
+psx09_SOURCES = init.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx09.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx09_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx09_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx09_exe_OBJECTS) $(psx09_exe_LDADD)
-LINK_LIBS = $(psx09_exe_LDLIBS)
+LINK_OBJS = $(psx09_OBJECTS) $(psx09_LDADD)
+LINK_LIBS = $(psx09_LDLIBS)
-psx09.exe$(EXEEXT): $(psx09_exe_OBJECTS) $(psx09_exe_DEPENDENCIES)
- @rm -f psx09.exe$(EXEEXT)
+psx09$(EXEEXT): $(psx09_OBJECTS) $(psx09_DEPENDENCIES)
+ @rm -f psx09$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx10/Makefile.am b/testsuites/psxtests/psx10/Makefile.am
index ee5f0c93f4..e4b787a124 100644
--- a/testsuites/psxtests/psx10/Makefile.am
+++ b/testsuites/psxtests/psx10/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx10.exe
-psx10_exe_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx10
+psx10_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx10.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx10_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx10_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx10_exe_OBJECTS) $(psx10_exe_LDADD)
-LINK_LIBS = $(psx10_exe_LDLIBS)
+LINK_OBJS = $(psx10_OBJECTS) $(psx10_LDADD)
+LINK_LIBS = $(psx10_LDLIBS)
-psx10.exe$(EXEEXT): $(psx10_exe_OBJECTS) $(psx10_exe_DEPENDENCIES)
- @rm -f psx10.exe$(EXEEXT)
+psx10$(EXEEXT): $(psx10_OBJECTS) $(psx10_DEPENDENCIES)
+ @rm -f psx10$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx11/Makefile.am b/testsuites/psxtests/psx11/Makefile.am
index 1fee1af3bd..d5e5ff821e 100644
--- a/testsuites/psxtests/psx11/Makefile.am
+++ b/testsuites/psxtests/psx11/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx11.exe
-psx11_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx11
+psx11_SOURCES = init.c task.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx11.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx11_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx11_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx11_exe_OBJECTS) $(psx11_exe_LDADD)
-LINK_LIBS = $(psx11_exe_LDLIBS)
+LINK_OBJS = $(psx11_OBJECTS) $(psx11_LDADD)
+LINK_LIBS = $(psx11_LDLIBS)
-psx11.exe$(EXEEXT): $(psx11_exe_OBJECTS) $(psx11_exe_DEPENDENCIES)
- @rm -f psx11.exe$(EXEEXT)
+psx11$(EXEEXT): $(psx11_OBJECTS) $(psx11_DEPENDENCIES)
+ @rm -f psx11$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx12/Makefile.am b/testsuites/psxtests/psx12/Makefile.am
index 6095d0d684..c52875f437 100644
--- a/testsuites/psxtests/psx12/Makefile.am
+++ b/testsuites/psxtests/psx12/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx12.exe
-psx12_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx12
+psx12_SOURCES = init.c task.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx12.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx12_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx12_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx12_exe_OBJECTS) $(psx12_exe_LDADD)
-LINK_LIBS = $(psx12_exe_LDLIBS)
+LINK_OBJS = $(psx12_OBJECTS) $(psx12_LDADD)
+LINK_LIBS = $(psx12_LDLIBS)
-psx12.exe$(EXEEXT): $(psx12_exe_OBJECTS) $(psx12_exe_DEPENDENCIES)
- @rm -f psx12.exe$(EXEEXT)
+psx12$(EXEEXT): $(psx12_OBJECTS) $(psx12_DEPENDENCIES)
+ @rm -f psx12$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx13/Makefile.am b/testsuites/psxtests/psx13/Makefile.am
index 12cd768d04..898f8f2bf5 100644
--- a/testsuites/psxtests/psx13/Makefile.am
+++ b/testsuites/psxtests/psx13/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx13.exe
-psx13_exe_SOURCES = main.c test.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psx13
+psx13_SOURCES = main.c test.c ../include/pmacros.h
dist_rtems_tests_DATA = psx13.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx13_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx13_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx13_exe_OBJECTS) $(psx13_exe_LDADD)
-LINK_LIBS = $(psx13_exe_LDLIBS)
+LINK_OBJS = $(psx13_OBJECTS) $(psx13_LDADD)
+LINK_LIBS = $(psx13_LDLIBS)
-psx13.exe$(EXEEXT): $(psx13_exe_OBJECTS) $(psx13_exe_DEPENDENCIES)
- @rm -f psx13.exe$(EXEEXT)
+psx13$(EXEEXT): $(psx13_OBJECTS) $(psx13_DEPENDENCIES)
+ @rm -f psx13$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psx14/Makefile.am b/testsuites/psxtests/psx14/Makefile.am
index e90eb2e1a1..ccbe9c3ffd 100644
--- a/testsuites/psxtests/psx14/Makefile.am
+++ b/testsuites/psxtests/psx14/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psx14.exe
-psx14_exe_SOURCES = init.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psx14
+psx14_SOURCES = init.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psx14.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psx14_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psx14_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psx14_exe_OBJECTS) $(psx14_exe_LDADD)
-LINK_LIBS = $(psx14_exe_LDLIBS)
+LINK_OBJS = $(psx14_OBJECTS) $(psx14_LDADD)
+LINK_LIBS = $(psx14_LDLIBS)
-psx14.exe$(EXEEXT): $(psx14_exe_OBJECTS) $(psx14_exe_DEPENDENCIES)
- @rm -f psx14.exe$(EXEEXT)
+psx14$(EXEEXT): $(psx14_OBJECTS) $(psx14_DEPENDENCIES)
+ @rm -f psx14$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxbarrier01/Makefile.am b/testsuites/psxtests/psxbarrier01/Makefile.am
index 27c5687409..8101eaed53 100644
--- a/testsuites/psxtests/psxbarrier01/Makefile.am
+++ b/testsuites/psxtests/psxbarrier01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxbarrier01.exe
-psxbarrier01_exe_SOURCES = main.c test.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psxbarrier01
+psxbarrier01_SOURCES = main.c test.c ../include/pmacros.h
scndir = $(rtems_testsdir)
dist_scn_DATA = psxbarrier01.scn
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxbarrier01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxbarrier01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxbarrier01_exe_OBJECTS) $(psxbarrier01_exe_LDADD)
-LINK_LIBS = $(psxbarrier01_exe_LDLIBS)
+LINK_OBJS = $(psxbarrier01_OBJECTS) $(psxbarrier01_LDADD)
+LINK_LIBS = $(psxbarrier01_LDLIBS)
-psxbarrier01.exe$(EXEEXT): $(psxbarrier01_exe_OBJECTS) \
- $(psxbarrier01_exe_DEPENDENCIES)
- @rm -f psxbarrier01.exe$(EXEEXT)
+psxbarrier01$(EXEEXT): $(psxbarrier01_OBJECTS) \
+ $(psxbarrier01_DEPENDENCIES)
+ @rm -f psxbarrier01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxcancel/Makefile.am b/testsuites/psxtests/psxcancel/Makefile.am
index 61b030fc2c..4a7fb9b1a1 100644
--- a/testsuites/psxtests/psxcancel/Makefile.am
+++ b/testsuites/psxtests/psxcancel/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxcancel.exe
-psxcancel_exe_SOURCES = init.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psxcancel
+psxcancel_SOURCES = init.c ../include/pmacros.h
dist_rtems_tests_DATA = psxcancel.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxcancel_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxcancel_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxcancel_exe_OBJECTS) $(psxcancel_exe_LDADD)
-LINK_LIBS = $(psxcancel_exe_LDLIBS)
+LINK_OBJS = $(psxcancel_OBJECTS) $(psxcancel_LDADD)
+LINK_LIBS = $(psxcancel_LDLIBS)
-psxcancel.exe$(EXEEXT): $(psxcancel_exe_OBJECTS) $(psxcancel_exe_DEPENDENCIES)
- @rm -f psxcancel.exe$(EXEEXT)
+psxcancel$(EXEEXT): $(psxcancel_OBJECTS) $(psxcancel_DEPENDENCIES)
+ @rm -f psxcancel$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxchroot01/Makefile.am b/testsuites/psxtests/psxchroot01/Makefile.am
index 40eef3f6c9..2ec0c436a4 100644
--- a/testsuites/psxtests/psxchroot01/Makefile.am
+++ b/testsuites/psxtests/psxchroot01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxchroot01.exe
-psxchroot01_exe_SOURCES = main.c test.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psxchroot01
+psxchroot01_SOURCES = main.c test.c ../include/pmacros.h
dist_rtems_tests_DATA = psxchroot01.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxchroot01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxchroot01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxchroot01_exe_OBJECTS) $(psxchroot01_exe_LDADD)
-LINK_LIBS = $(psxchroot01_exe_LDLIBS)
+LINK_OBJS = $(psxchroot01_OBJECTS) $(psxchroot01_LDADD)
+LINK_LIBS = $(psxchroot01_LDLIBS)
-psxchroot01.exe$(EXEEXT): $(psxchroot01_exe_OBJECTS) $(psxchroot01_exe_DEPENDENCIES)
- @rm -f psxchroot01.exe$(EXEEXT)
+psxchroot01$(EXEEXT): $(psxchroot01_OBJECTS) $(psxchroot01_DEPENDENCIES)
+ @rm -f psxchroot01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxcleanup/Makefile.am b/testsuites/psxtests/psxcleanup/Makefile.am
index 915e9dc659..ec4d111c7c 100644
--- a/testsuites/psxtests/psxcleanup/Makefile.am
+++ b/testsuites/psxtests/psxcleanup/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxcleanup.exe
-psxcleanup_exe_SOURCES = psxcleanup.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psxcleanup
+psxcleanup_SOURCES = psxcleanup.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psxcleanup.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxcleanup_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxcleanup_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxcleanup_exe_OBJECTS) $(psxcleanup_exe_LDADD)
-LINK_LIBS = $(psxcleanup_exe_LDLIBS)
+LINK_OBJS = $(psxcleanup_OBJECTS) $(psxcleanup_LDADD)
+LINK_LIBS = $(psxcleanup_LDLIBS)
-psxcleanup.exe$(EXEEXT): $(psxcleanup_exe_OBJECTS) $(psxcleanup_exe_DEPENDENCIES)
- @rm -f psxcleanup.exe$(EXEEXT)
+psxcleanup$(EXEEXT): $(psxcleanup_OBJECTS) $(psxcleanup_DEPENDENCIES)
+ @rm -f psxcleanup$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxenosys/Makefile.am b/testsuites/psxtests/psxenosys/Makefile.am
index a3bccd7508..6649f65c1d 100644
--- a/testsuites/psxtests/psxenosys/Makefile.am
+++ b/testsuites/psxtests/psxenosys/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxenosys.exe
-psxenosys_exe_SOURCES = init.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psxenosys
+psxenosys_SOURCES = init.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psxenosys.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxenosys_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxenosys_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxenosys_exe_OBJECTS) $(psxenosys_exe_LDADD)
-LINK_LIBS = $(psxenosys_exe_LDLIBS)
+LINK_OBJS = $(psxenosys_OBJECTS) $(psxenosys_LDADD)
+LINK_LIBS = $(psxenosys_LDLIBS)
-psxenosys.exe$(EXEEXT): $(psxenosys_exe_OBJECTS) $(psxenosys_exe_DEPENDENCIES)
- @rm -f psxenosys.exe$(EXEEXT)
+psxenosys$(EXEEXT): $(psxenosys_OBJECTS) $(psxenosys_DEPENDENCIES)
+ @rm -f psxenosys$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxfatal01/Makefile.am b/testsuites/psxtests/psxfatal01/Makefile.am
index fc04980ea6..d6adbda05f 100644
--- a/testsuites/psxtests/psxfatal01/Makefile.am
+++ b/testsuites/psxtests/psxfatal01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxfatal01.exe
-psxfatal01_exe_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h
+rtems_tests_PROGRAMS = psxfatal01
+psxfatal01_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h
dist_rtems_tests_DATA = psxfatal01.scn
@@ -13,15 +13,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxfatal01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxfatal01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxfatal01_exe_OBJECTS) $(psxfatal01_exe_LDADD)
-LINK_LIBS = $(psxfatal01_exe_LDLIBS)
+LINK_OBJS = $(psxfatal01_OBJECTS) $(psxfatal01_LDADD)
+LINK_LIBS = $(psxfatal01_LDLIBS)
-psxfatal01.exe$(EXEEXT): $(psxfatal01_exe_OBJECTS) $(psxfatal01_exe_DEPENDENCIES)
- @rm -f psxfatal01.exe$(EXEEXT)
+psxfatal01$(EXEEXT): $(psxfatal01_OBJECTS) $(psxfatal01_DEPENDENCIES)
+ @rm -f psxfatal01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxfatal02/Makefile.am b/testsuites/psxtests/psxfatal02/Makefile.am
index c1b5008552..28fe2389d5 100644
--- a/testsuites/psxtests/psxfatal02/Makefile.am
+++ b/testsuites/psxtests/psxfatal02/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxfatal02.exe
-psxfatal02_exe_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h
+rtems_tests_PROGRAMS = psxfatal02
+psxfatal02_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h
dist_rtems_tests_DATA = psxfatal02.scn
@@ -13,15 +13,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxfatal02_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxfatal02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxfatal02_exe_OBJECTS) $(psxfatal02_exe_LDADD)
-LINK_LIBS = $(psxfatal02_exe_LDLIBS)
+LINK_OBJS = $(psxfatal02_OBJECTS) $(psxfatal02_LDADD)
+LINK_LIBS = $(psxfatal02_LDLIBS)
-psxfatal02.exe$(EXEEXT): $(psxfatal02_exe_OBJECTS) $(psxfatal02_exe_DEPENDENCIES)
- @rm -f psxfatal02.exe$(EXEEXT)
+psxfatal02$(EXEEXT): $(psxfatal02_OBJECTS) $(psxfatal02_DEPENDENCIES)
+ @rm -f psxfatal02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxfile01/Makefile.am b/testsuites/psxtests/psxfile01/Makefile.am
index a6caffa442..519d7b81b1 100644
--- a/testsuites/psxtests/psxfile01/Makefile.am
+++ b/testsuites/psxtests/psxfile01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxfile01.exe
-psxfile01_exe_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psxfile01
+psxfile01_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
dist_rtems_tests_DATA = psxfile01.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxfile01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxfile01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxfile01_exe_OBJECTS) $(psxfile01_exe_LDADD)
-LINK_LIBS = $(psxfile01_exe_LDLIBS)
+LINK_OBJS = $(psxfile01_OBJECTS) $(psxfile01_LDADD)
+LINK_LIBS = $(psxfile01_LDLIBS)
-psxfile01.exe$(EXEEXT): $(psxfile01_exe_OBJECTS) $(psxfile01_exe_DEPENDENCIES)
- @rm -f psxfile01.exe$(EXEEXT)
+psxfile01$(EXEEXT): $(psxfile01_OBJECTS) $(psxfile01_DEPENDENCIES)
+ @rm -f psxfile01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxkey01/Makefile.am b/testsuites/psxtests/psxkey01/Makefile.am
index 6abd282e29..6755b25d6c 100644
--- a/testsuites/psxtests/psxkey01/Makefile.am
+++ b/testsuites/psxtests/psxkey01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxkey01.exe
-psxkey01_exe_SOURCES = init.c task.c system.h ../include/pmacros.h \
+rtems_tests_PROGRAMS = psxkey01
+psxkey01_SOURCES = init.c task.c system.h ../include/pmacros.h \
../../support/src/test_support.c
@@ -15,16 +15,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxkey01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxkey01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxkey01_exe_OBJECTS) $(psxkey01_exe_LDADD)
-LINK_LIBS = $(psxkey01_exe_LDLIBS)
+LINK_OBJS = $(psxkey01_OBJECTS) $(psxkey01_LDADD)
+LINK_LIBS = $(psxkey01_LDLIBS)
-psxkey01.exe$(EXEEXT): $(psxkey01_exe_OBJECTS) $(psxkey01_exe_DEPENDENCIES)
- @rm -f psxkey01.exe$(EXEEXT)
+psxkey01$(EXEEXT): $(psxkey01_OBJECTS) $(psxkey01_DEPENDENCIES)
+ @rm -f psxkey01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxmount/Makefile.am b/testsuites/psxtests/psxmount/Makefile.am
index c03cf60261..205297f5c9 100644
--- a/testsuites/psxtests/psxmount/Makefile.am
+++ b/testsuites/psxtests/psxmount/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxmount.exe
-psxmount_exe_SOURCES = main.c test.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psxmount
+psxmount_SOURCES = main.c test.c ../include/pmacros.h
dist_rtems_tests_DATA = psxmount.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxmount_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxmount_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxmount_exe_OBJECTS) $(psxmount_exe_LDADD)
-LINK_LIBS = $(psxmount_exe_LDLIBS)
+LINK_OBJS = $(psxmount_OBJECTS) $(psxmount_LDADD)
+LINK_LIBS = $(psxmount_LDLIBS)
-psxmount.exe$(EXEEXT): $(psxmount_exe_OBJECTS) $(psxmount_exe_DEPENDENCIES)
- @rm -f psxmount.exe$(EXEEXT)
+psxmount$(EXEEXT): $(psxmount_OBJECTS) $(psxmount_DEPENDENCIES)
+ @rm -f psxmount$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxmsgq01/Makefile.am b/testsuites/psxtests/psxmsgq01/Makefile.am
index 384c56a469..41ca0afb16 100644
--- a/testsuites/psxtests/psxmsgq01/Makefile.am
+++ b/testsuites/psxtests/psxmsgq01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxmsgq01.exe
-psxmsgq01_exe_SOURCES = init.c system.h ../include/pmacros.h \
+rtems_tests_PROGRAMS = psxmsgq01
+psxmsgq01_SOURCES = init.c system.h ../include/pmacros.h \
../../support/src/test_support.c
@@ -15,16 +15,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxmsgq01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxmsgq01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxmsgq01_exe_OBJECTS) $(psxmsgq01_exe_LDADD)
-LINK_LIBS = $(psxmsgq01_exe_LDLIBS)
+LINK_OBJS = $(psxmsgq01_OBJECTS) $(psxmsgq01_LDADD)
+LINK_LIBS = $(psxmsgq01_LDLIBS)
-psxmsgq01.exe$(EXEEXT): $(psxmsgq01_exe_OBJECTS) $(psxmsgq01_exe_DEPENDENCIES)
- @rm -f psxmsgq01.exe$(EXEEXT)
+psxmsgq01$(EXEEXT): $(psxmsgq01_OBJECTS) $(psxmsgq01_DEPENDENCIES)
+ @rm -f psxmsgq01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxmsgq02/Makefile.am b/testsuites/psxtests/psxmsgq02/Makefile.am
index 61afdb8418..7d50113cfb 100644
--- a/testsuites/psxtests/psxmsgq02/Makefile.am
+++ b/testsuites/psxtests/psxmsgq02/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxmsgq02.exe
-psxmsgq02_exe_SOURCES = init.c system.h ../include/pmacros.h \
+rtems_tests_PROGRAMS = psxmsgq02
+psxmsgq02_SOURCES = init.c system.h ../include/pmacros.h \
../../support/src/test_support.c
dist_rtems_tests_DATA = psxmsgq02.scn
@@ -14,16 +14,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxmsgq02_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxmsgq02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxmsgq02_exe_OBJECTS) $(psxmsgq02_exe_LDADD)
-LINK_LIBS = $(psxmsgq02_exe_LDLIBS)
+LINK_OBJS = $(psxmsgq02_OBJECTS) $(psxmsgq02_LDADD)
+LINK_LIBS = $(psxmsgq02_LDLIBS)
-psxmsgq02.exe$(EXEEXT): $(psxmsgq02_exe_OBJECTS) $(psxmsgq02_exe_DEPENDENCIES)
- @rm -f psxmsgq02.exe$(EXEEXT)
+psxmsgq02$(EXEEXT): $(psxmsgq02_OBJECTS) $(psxmsgq02_DEPENDENCIES)
+ @rm -f psxmsgq02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxrdwrv/Makefile.am b/testsuites/psxtests/psxrdwrv/Makefile.am
index dc199c4601..6fc46278bd 100644
--- a/testsuites/psxtests/psxrdwrv/Makefile.am
+++ b/testsuites/psxtests/psxrdwrv/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxrdwrv.exe
-psxrdwrv_exe_SOURCES = main.c test.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psxrdwrv
+psxrdwrv_SOURCES = main.c test.c ../include/pmacros.h
dist_rtems_tests_DATA = psxrdwrv.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxrdwrv_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxrdwrv_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxrdwrv_exe_OBJECTS) $(psxrdwrv_exe_LDADD)
-LINK_LIBS = $(psxrdwrv_exe_LDLIBS)
+LINK_OBJS = $(psxrdwrv_OBJECTS) $(psxrdwrv_LDADD)
+LINK_LIBS = $(psxrdwrv_LDLIBS)
-psxrdwrv.exe$(EXEEXT): $(psxrdwrv_exe_OBJECTS) $(psxrdwrv_exe_DEPENDENCIES)
- @rm -f psxrdwrv.exe$(EXEEXT)
+psxrdwrv$(EXEEXT): $(psxrdwrv_OBJECTS) $(psxrdwrv_DEPENDENCIES)
+ @rm -f psxrdwrv$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxreaddir/Makefile.am b/testsuites/psxtests/psxreaddir/Makefile.am
index dad53db111..87a1184d0a 100644
--- a/testsuites/psxtests/psxreaddir/Makefile.am
+++ b/testsuites/psxtests/psxreaddir/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxreaddir.exe
-psxreaddir_exe_SOURCES = main.c test.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psxreaddir
+psxreaddir_SOURCES = main.c test.c ../include/pmacros.h
dist_rtems_tests_DATA = psxreaddir.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxreaddir_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxreaddir_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxreaddir_exe_OBJECTS) $(psxreaddir_exe_LDADD)
-LINK_LIBS = $(psxreaddir_exe_LDLIBS)
+LINK_OBJS = $(psxreaddir_OBJECTS) $(psxreaddir_LDADD)
+LINK_LIBS = $(psxreaddir_LDLIBS)
-psxreaddir.exe$(EXEEXT): $(psxreaddir_exe_OBJECTS) $(psxreaddir_exe_DEPENDENCIES)
- @rm -f psxreaddir.exe$(EXEEXT)
+psxreaddir$(EXEEXT): $(psxreaddir_OBJECTS) $(psxreaddir_DEPENDENCIES)
+ @rm -f psxreaddir$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxrwlock01/Makefile.am b/testsuites/psxtests/psxrwlock01/Makefile.am
index 3780b8d1dd..186a8f5d29 100644
--- a/testsuites/psxtests/psxrwlock01/Makefile.am
+++ b/testsuites/psxtests/psxrwlock01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxrwlock01.exe
-psxrwlock01_exe_SOURCES = main.c test.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psxrwlock01
+psxrwlock01_SOURCES = main.c test.c ../include/pmacros.h
scndir = $(rtems_testsdir)
dist_scn_DATA = psxrwlock01.scn
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxrwlock01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxrwlock01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxrwlock01_exe_OBJECTS) $(psxrwlock01_exe_LDADD)
-LINK_LIBS = $(psxrwlock01_exe_LDLIBS)
+LINK_OBJS = $(psxrwlock01_OBJECTS) $(psxrwlock01_LDADD)
+LINK_LIBS = $(psxrwlock01_LDLIBS)
-psxrwlock01.exe$(EXEEXT): $(psxrwlock01_exe_OBJECTS) \
- $(psxrwlock01_exe_DEPENDENCIES)
- @rm -f psxrwlock01.exe$(EXEEXT)
+psxrwlock01$(EXEEXT): $(psxrwlock01_OBJECTS) \
+ $(psxrwlock01_DEPENDENCIES)
+ @rm -f psxrwlock01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxsem01/Makefile.am b/testsuites/psxtests/psxsem01/Makefile.am
index a578c7e7e0..1bcebd2f81 100644
--- a/testsuites/psxtests/psxsem01/Makefile.am
+++ b/testsuites/psxtests/psxsem01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxsem01.exe
-psxsem01_exe_SOURCES = init.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psxsem01
+psxsem01_SOURCES = init.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psxsem01.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxsem01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxsem01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxsem01_exe_OBJECTS) $(psxsem01_exe_LDADD)
-LINK_LIBS = $(psxsem01_exe_LDLIBS)
+LINK_OBJS = $(psxsem01_OBJECTS) $(psxsem01_LDADD)
+LINK_LIBS = $(psxsem01_LDLIBS)
-psxsem01.exe$(EXEEXT): $(psxsem01_exe_OBJECTS) $(psxsem01_exe_DEPENDENCIES)
- @rm -f psxsem01.exe$(EXEEXT)
+psxsem01$(EXEEXT): $(psxsem01_OBJECTS) $(psxsem01_DEPENDENCIES)
+ @rm -f psxsem01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxsignal01/Makefile.am b/testsuites/psxtests/psxsignal01/Makefile.am
index 3d3f6da530..f0bd180cc2 100644
--- a/testsuites/psxtests/psxsignal01/Makefile.am
+++ b/testsuites/psxtests/psxsignal01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxsignal01.exe
-psxsignal01_exe_SOURCES = init.c task1.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psxsignal01
+psxsignal01_SOURCES = init.c task1.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psxsignal01.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxsignal01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxsignal01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxsignal01_exe_OBJECTS) $(psxsignal01_exe_LDADD)
-LINK_LIBS = $(psxsignal01_exe_LDLIBS)
+LINK_OBJS = $(psxsignal01_OBJECTS) $(psxsignal01_LDADD)
+LINK_LIBS = $(psxsignal01_LDLIBS)
-psxsignal01.exe$(EXEEXT): $(psxsignal01_exe_OBJECTS) $(psxsignal01_exe_DEPENDENCIES)
- @rm -f psxsignal01.exe$(EXEEXT)
+psxsignal01$(EXEEXT): $(psxsignal01_OBJECTS) $(psxsignal01_DEPENDENCIES)
+ @rm -f psxsignal01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxspin01/Makefile.am b/testsuites/psxtests/psxspin01/Makefile.am
index 0fe4158d3c..ee232b3249 100644
--- a/testsuites/psxtests/psxspin01/Makefile.am
+++ b/testsuites/psxtests/psxspin01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxspin01.exe
-psxspin01_exe_SOURCES = main.c test.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psxspin01
+psxspin01_SOURCES = main.c test.c ../include/pmacros.h
scndir = $(rtems_testsdir)
dist_scn_DATA = psxspin01.scn
@@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxspin01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxspin01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxspin01_exe_OBJECTS) $(psxspin01_exe_LDADD)
-LINK_LIBS = $(psxspin01_exe_LDLIBS)
+LINK_OBJS = $(psxspin01_OBJECTS) $(psxspin01_LDADD)
+LINK_LIBS = $(psxspin01_LDLIBS)
-psxspin01.exe$(EXEEXT): $(psxspin01_exe_OBJECTS) \
- $(psxspin01_exe_DEPENDENCIES)
- @rm -f psxspin01.exe$(EXEEXT)
+psxspin01$(EXEEXT): $(psxspin01_OBJECTS) \
+ $(psxspin01_DEPENDENCIES)
+ @rm -f psxspin01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxstat/Makefile.am b/testsuites/psxtests/psxstat/Makefile.am
index c26b4aff5c..2e76209151 100644
--- a/testsuites/psxtests/psxstat/Makefile.am
+++ b/testsuites/psxtests/psxstat/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxstat.exe
-psxstat_exe_SOURCES = main.c test.c ../include/pmacros.h
+rtems_tests_PROGRAMS = psxstat
+psxstat_SOURCES = main.c test.c ../include/pmacros.h
dist_rtems_tests_DATA = psxstat.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxstat_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxstat_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxstat_exe_OBJECTS) $(psxstat_exe_LDADD)
-LINK_LIBS = $(psxstat_exe_LDLIBS)
+LINK_OBJS = $(psxstat_OBJECTS) $(psxstat_LDADD)
+LINK_LIBS = $(psxstat_LDLIBS)
-psxstat.exe$(EXEEXT): $(psxstat_exe_OBJECTS) $(psxstat_exe_DEPENDENCIES)
- @rm -f psxstat.exe$(EXEEXT)
+psxstat$(EXEEXT): $(psxstat_OBJECTS) $(psxstat_DEPENDENCIES)
+ @rm -f psxstat$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxsysconf/Makefile.am b/testsuites/psxtests/psxsysconf/Makefile.am
index 9872d05c50..3708737802 100644
--- a/testsuites/psxtests/psxsysconf/Makefile.am
+++ b/testsuites/psxtests/psxsysconf/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxsysconf.exe
-psxsysconf_exe_SOURCES = init.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psxsysconf
+psxsysconf_SOURCES = init.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psxsysconf.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxsysconf_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxsysconf_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxsysconf_exe_OBJECTS) $(psxsysconf_exe_LDADD)
-LINK_LIBS = $(psxsysconf_exe_LDLIBS)
+LINK_OBJS = $(psxsysconf_OBJECTS) $(psxsysconf_LDADD)
+LINK_LIBS = $(psxsysconf_LDLIBS)
-psxsysconf.exe$(EXEEXT): $(psxsysconf_exe_OBJECTS) $(psxsysconf_exe_DEPENDENCIES)
- @rm -f psxsysconf.exe$(EXEEXT)
+psxsysconf$(EXEEXT): $(psxsysconf_OBJECTS) $(psxsysconf_DEPENDENCIES)
+ @rm -f psxsysconf$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxtime/Makefile.am b/testsuites/psxtests/psxtime/Makefile.am
index b0d1963977..d1f23beb61 100644
--- a/testsuites/psxtests/psxtime/Makefile.am
+++ b/testsuites/psxtests/psxtime/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxtime.exe
-psxtime_exe_SOURCES = main.c test.c
+rtems_tests_PROGRAMS = psxtime
+psxtime_SOURCES = main.c test.c
dist_rtems_tests_DATA = psxtime.scn
@@ -13,15 +13,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxtime_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxtime_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxtime_exe_OBJECTS) $(psxtime_exe_LDADD)
-LINK_LIBS = $(psxtime_exe_LDLIBS)
+LINK_OBJS = $(psxtime_OBJECTS) $(psxtime_LDADD)
+LINK_LIBS = $(psxtime_LDLIBS)
-psxtime.exe$(EXEEXT): $(psxtime_exe_OBJECTS) $(psxtime_exe_DEPENDENCIES)
- @rm -f psxtime.exe$(EXEEXT)
+psxtime$(EXEEXT): $(psxtime_OBJECTS) $(psxtime_DEPENDENCIES)
+ @rm -f psxtime$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxtimer01/Makefile.am b/testsuites/psxtests/psxtimer01/Makefile.am
index 8e3000588d..5a2f096ca8 100644
--- a/testsuites/psxtests/psxtimer01/Makefile.am
+++ b/testsuites/psxtests/psxtimer01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxtimer01.exe
-psxtimer01_exe_SOURCES = psxtimer.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psxtimer01
+psxtimer01_SOURCES = psxtimer.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psxtimer01.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxtimer01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxtimer01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxtimer01_exe_OBJECTS) $(psxtimer01_exe_LDADD)
-LINK_LIBS = $(psxtimer01_exe_LDLIBS)
+LINK_OBJS = $(psxtimer01_OBJECTS) $(psxtimer01_LDADD)
+LINK_LIBS = $(psxtimer01_LDLIBS)
-psxtimer01.exe$(EXEEXT): $(psxtimer01_exe_OBJECTS) $(psxtimer01_exe_DEPENDENCIES)
- @rm -f psxtimer01.exe$(EXEEXT)
+psxtimer01$(EXEEXT): $(psxtimer01_OBJECTS) $(psxtimer01_DEPENDENCIES)
+ @rm -f psxtimer01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxtimer02/Makefile.am b/testsuites/psxtests/psxtimer02/Makefile.am
index d3acc0aac1..fb1bbe713f 100644
--- a/testsuites/psxtests/psxtimer02/Makefile.am
+++ b/testsuites/psxtests/psxtimer02/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxtimer02.exe
-psxtimer02_exe_SOURCES = psxtimer.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psxtimer02
+psxtimer02_SOURCES = psxtimer.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psxtimer02.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxtimer02_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxtimer02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxtimer02_exe_OBJECTS) $(psxtimer02_exe_LDADD)
-LINK_LIBS = $(psxtimer02_exe_LDLIBS)
+LINK_OBJS = $(psxtimer02_OBJECTS) $(psxtimer02_LDADD)
+LINK_LIBS = $(psxtimer02_LDLIBS)
-psxtimer02.exe$(EXEEXT): $(psxtimer02_exe_OBJECTS) $(psxtimer02_exe_DEPENDENCIES)
- @rm -f psxtimer02.exe$(EXEEXT)
+psxtimer02$(EXEEXT): $(psxtimer02_OBJECTS) $(psxtimer02_DEPENDENCIES)
+ @rm -f psxtimer02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/psxtests/psxualarm/Makefile.am b/testsuites/psxtests/psxualarm/Makefile.am
index 302dc621f7..581172aca8 100644
--- a/testsuites/psxtests/psxualarm/Makefile.am
+++ b/testsuites/psxtests/psxualarm/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = psxualarm.exe
-psxualarm_exe_SOURCES = init.c system.h ../include/pmacros.h
+rtems_tests_PROGRAMS = psxualarm
+psxualarm_SOURCES = init.c system.h ../include/pmacros.h
dist_rtems_tests_DATA = psxualarm.scn
@@ -13,16 +13,16 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxualarm_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+psxualarm_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxualarm_exe_OBJECTS) $(psxualarm_exe_LDADD)
-LINK_LIBS = $(psxulaarm_exe_LDLIBS)
+LINK_OBJS = $(psxualarm_OBJECTS) $(psxualarm_LDADD)
+LINK_LIBS = $(psxulaarm_LDLIBS)
-psxualarm.exe$(EXEEXT): $(psxualarm_exe_OBJECTS) $(psxualarm_exe_DEPENDENCIES)
- @rm -f psxualarm.exe$(EXEEXT)
+psxualarm$(EXEEXT): $(psxualarm_OBJECTS) $(psxualarm_DEPENDENCIES)
+ @rm -f psxualarm$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am