summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests
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/itrontests
parent2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3d5483771c21619e164e5a5cc308802027785dcc.tar.bz2
Eliminate _exe_/.exe.
Diffstat (limited to '')
-rw-r--r--testsuites/itrontests/itronhello/Makefile.am14
-rw-r--r--testsuites/itrontests/itronmbf01/Makefile.am14
-rw-r--r--testsuites/itrontests/itronmbox01/Makefile.am14
-rw-r--r--testsuites/itrontests/itronsem01/Makefile.am14
-rw-r--r--testsuites/itrontests/itrontask01/Makefile.am14
-rw-r--r--testsuites/itrontests/itrontask02/Makefile.am14
-rw-r--r--testsuites/itrontests/itrontask03/Makefile.am14
-rw-r--r--testsuites/itrontests/itrontask04/Makefile.am14
-rw-r--r--testsuites/itrontests/itrontime01/Makefile.am14
9 files changed, 63 insertions, 63 deletions
diff --git a/testsuites/itrontests/itronhello/Makefile.am b/testsuites/itrontests/itronhello/Makefile.am
index b5d7d54c98..9ad8162204 100644
--- a/testsuites/itrontests/itronhello/Makefile.am
+++ b/testsuites/itrontests/itronhello/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = itronhello.exe
-itronhello_exe_SOURCES = init.c system.h
+rtems_tests_PROGRAMS = itronhello
+itronhello_SOURCES = init.c system.h
dist_rtems_tests_DATA = itronhello.scn
dist_rtems_tests_DATA += itronhello.doc
@@ -14,15 +14,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-itronhello_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+itronhello_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(itronhello_exe_OBJECTS) $(itronhello_exe_LDADD)
-LINK_LIBS = $(itronhello_exe_LDLIBS)
+LINK_OBJS = $(itronhello_OBJECTS) $(itronhello_LDADD)
+LINK_LIBS = $(itronhello_LDLIBS)
-itronhello.exe$(EXEEXT): $(itronhello_exe_OBJECTS) $(itronhello_exe_DEPENDENCIES)
- @rm -f itronhello.exe$(EXEEXT)
+itronhello$(EXEEXT): $(itronhello_OBJECTS) $(itronhello_DEPENDENCIES)
+ @rm -f itronhello$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/itrontests/itronmbf01/Makefile.am b/testsuites/itrontests/itronmbf01/Makefile.am
index fa1ffbdcb6..7c784d07e7 100644
--- a/testsuites/itrontests/itronmbf01/Makefile.am
+++ b/testsuites/itrontests/itronmbf01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = itronmbf01.exe
-itronmbf01_exe_SOURCES = init.c system.h
+rtems_tests_PROGRAMS = itronmbf01
+itronmbf01_SOURCES = init.c system.h
dist_rtems_tests_DATA = itronmbf01.scn
dist_rtems_tests_DATA += itronmbf01.doc
@@ -14,15 +14,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-itronmbf01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+itronmbf01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(itronmbf01_exe_OBJECTS) $(itronmbf01_exe_LDADD)
-LINK_LIBS = $(itronmbf01_exe_LDLIBS)
+LINK_OBJS = $(itronmbf01_OBJECTS) $(itronmbf01_LDADD)
+LINK_LIBS = $(itronmbf01_LDLIBS)
-itronmbf01.exe$(EXEEXT): $(itronmbf01_exe_OBJECTS) $(itronmbf01_exe_DEPENDENCIES)
- @rm -f itronmbf01.exe$(EXEEXT)
+itronmbf01$(EXEEXT): $(itronmbf01_OBJECTS) $(itronmbf01_DEPENDENCIES)
+ @rm -f itronmbf01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/itrontests/itronmbox01/Makefile.am b/testsuites/itrontests/itronmbox01/Makefile.am
index 8a7e2fbeea..31cc5216eb 100644
--- a/testsuites/itrontests/itronmbox01/Makefile.am
+++ b/testsuites/itrontests/itronmbox01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = itronmbox01.exe
-itronmbox01_exe_SOURCES = init.c system.h
+rtems_tests_PROGRAMS = itronmbox01
+itronmbox01_SOURCES = init.c system.h
dist_rtems_tests_DATA = itronmbox01.scn
dist_rtems_tests_DATA += itronmbox01.doc
@@ -14,15 +14,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-itronmbox01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+itronmbox01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(itronmbox01_exe_OBJECTS) $(itronmbox01_exe_LDADD)
-LINK_LIBS = $(itronmbox01_exe_LDLIBS)
+LINK_OBJS = $(itronmbox01_OBJECTS) $(itronmbox01_LDADD)
+LINK_LIBS = $(itronmbox01_LDLIBS)
-itronmbox01.exe$(EXEEXT): $(itronmbox01_exe_OBJECTS) $(itronmbox01_exe_DEPENDENCIES)
- @rm -f itronmbox01.exe$(EXEEXT)
+itronmbox01$(EXEEXT): $(itronmbox01_OBJECTS) $(itronmbox01_DEPENDENCIES)
+ @rm -f itronmbox01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/itrontests/itronsem01/Makefile.am b/testsuites/itrontests/itronsem01/Makefile.am
index e26cf7d33a..a303ff0c06 100644
--- a/testsuites/itrontests/itronsem01/Makefile.am
+++ b/testsuites/itrontests/itronsem01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = itronsem01.exe
-itronsem01_exe_SOURCES = init.c system.h
+rtems_tests_PROGRAMS = itronsem01
+itronsem01_SOURCES = init.c system.h
dist_rtems_tests_DATA = itronsem01.scn
dist_rtems_tests_DATA += itronsem01.doc
@@ -14,15 +14,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-itronsem01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+itronsem01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(itronsem01_exe_OBJECTS) $(itronsem01_exe_LDADD)
-LINK_LIBS = $(itronsem01_exe_LDLIBS)
+LINK_OBJS = $(itronsem01_OBJECTS) $(itronsem01_LDADD)
+LINK_LIBS = $(itronsem01_LDLIBS)
-itronsem01.exe$(EXEEXT): $(itronsem01_exe_OBJECTS) $(itronsem01_exe_DEPENDENCIES)
- @rm -f itronsem01.exe$(EXEEXT)
+itronsem01$(EXEEXT): $(itronsem01_OBJECTS) $(itronsem01_DEPENDENCIES)
+ @rm -f itronsem01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/itrontests/itrontask01/Makefile.am b/testsuites/itrontests/itrontask01/Makefile.am
index 21ba64d682..57ff06cb17 100644
--- a/testsuites/itrontests/itrontask01/Makefile.am
+++ b/testsuites/itrontests/itrontask01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = itrontask01.exe
-itrontask01_exe_SOURCES = init.c task1.c system.h
+rtems_tests_PROGRAMS = itrontask01
+itrontask01_SOURCES = init.c task1.c system.h
dist_rtems_tests_DATA = itrontask01.scn
dist_rtems_tests_DATA += itrontask01.doc
@@ -14,15 +14,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-itrontask01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+itrontask01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(itrontask01_exe_OBJECTS) $(itrontask01_exe_LDADD)
-LINK_LIBS = $(itrontask01_exe_LDLIBS)
+LINK_OBJS = $(itrontask01_OBJECTS) $(itrontask01_LDADD)
+LINK_LIBS = $(itrontask01_LDLIBS)
-itrontask01.exe$(EXEEXT): $(itrontask01_exe_OBJECTS) $(itrontask01_exe_DEPENDENCIES)
- @rm -f itrontask01.exe$(EXEEXT)
+itrontask01$(EXEEXT): $(itrontask01_OBJECTS) $(itrontask01_DEPENDENCIES)
+ @rm -f itrontask01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/itrontests/itrontask02/Makefile.am b/testsuites/itrontests/itrontask02/Makefile.am
index d5a0313423..4ce8357798 100644
--- a/testsuites/itrontests/itrontask02/Makefile.am
+++ b/testsuites/itrontests/itrontask02/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = itrontask02.exe
-itrontask02_exe_SOURCES = init.c dormant.c system.h
+rtems_tests_PROGRAMS = itrontask02
+itrontask02_SOURCES = init.c dormant.c system.h
dist_rtems_tests_DATA = itrontask02.scn
dist_rtems_tests_DATA += itrontask02.doc
@@ -14,15 +14,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-itrontask02_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+itrontask02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(itrontask02_exe_OBJECTS) $(itrontask02_exe_LDADD)
-LINK_LIBS = $(itrontask02_exe_LDLIBS)
+LINK_OBJS = $(itrontask02_OBJECTS) $(itrontask02_LDADD)
+LINK_LIBS = $(itrontask02_LDLIBS)
-itrontask02.exe$(EXEEXT): $(itrontask02_exe_OBJECTS) $(itrontask02_exe_DEPENDENCIES)
- @rm -f itrontask02.exe$(EXEEXT)
+itrontask02$(EXEEXT): $(itrontask02_OBJECTS) $(itrontask02_DEPENDENCIES)
+ @rm -f itrontask02$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/itrontests/itrontask03/Makefile.am b/testsuites/itrontests/itrontask03/Makefile.am
index 9d8d5f79d6..5d4a514977 100644
--- a/testsuites/itrontests/itrontask03/Makefile.am
+++ b/testsuites/itrontests/itrontask03/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = itrontask03.exe
-itrontask03_exe_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h
+rtems_tests_PROGRAMS = itrontask03
+itrontask03_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h
dist_rtems_tests_DATA = itrontask03.scn
dist_rtems_tests_DATA += itrontask03.doc
@@ -14,15 +14,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-itrontask03_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+itrontask03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(itrontask03_exe_OBJECTS) $(itrontask03_exe_LDADD)
-LINK_LIBS = $(itrontask03_exe_LDLIBS)
+LINK_OBJS = $(itrontask03_OBJECTS) $(itrontask03_LDADD)
+LINK_LIBS = $(itrontask03_LDLIBS)
-itrontask03.exe$(EXEEXT): $(itrontask03_exe_OBJECTS) $(itrontask03_exe_DEPENDENCIES)
- @rm -f itrontask03.exe$(EXEEXT)
+itrontask03$(EXEEXT): $(itrontask03_OBJECTS) $(itrontask03_DEPENDENCIES)
+ @rm -f itrontask03$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/itrontests/itrontask04/Makefile.am b/testsuites/itrontests/itrontask04/Makefile.am
index 0f08d07d0a..9d9673b19e 100644
--- a/testsuites/itrontests/itrontask04/Makefile.am
+++ b/testsuites/itrontests/itrontask04/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = itrontask04.exe
-itrontask04_exe_SOURCES = init.c task1.c task2.c task3.c system.h
+rtems_tests_PROGRAMS = itrontask04
+itrontask04_SOURCES = init.c task1.c task2.c task3.c system.h
dist_rtems_tests_DATA = itrontask04.scn
dist_rtems_tests_DATA += itrontask04.doc
@@ -14,15 +14,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-itrontask04_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+itrontask04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(itrontask04_exe_OBJECTS) $(itrontask04_exe_LDADD)
-LINK_LIBS = $(itrontask04_exe_LDLIBS)
+LINK_OBJS = $(itrontask04_OBJECTS) $(itrontask04_LDADD)
+LINK_LIBS = $(itrontask04_LDLIBS)
-itrontask04.exe$(EXEEXT): $(itrontask04_exe_OBJECTS) $(itrontask04_exe_DEPENDENCIES)
- @rm -f itrontask04.exe$(EXEEXT)
+itrontask04$(EXEEXT): $(itrontask04_OBJECTS) $(itrontask04_DEPENDENCIES)
+ @rm -f itrontask04$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/itrontests/itrontime01/Makefile.am b/testsuites/itrontests/itrontime01/Makefile.am
index 6a4c37a1f4..61654d861f 100644
--- a/testsuites/itrontests/itrontime01/Makefile.am
+++ b/testsuites/itrontests/itrontime01/Makefile.am
@@ -4,8 +4,8 @@
MANAGERS = all
-rtems_tests_PROGRAMS = itrontime01.exe
-itrontime01_exe_SOURCES = init.c system.h
+rtems_tests_PROGRAMS = itrontime01
+itrontime01_SOURCES = init.c system.h
dist_rtems_tests_DATA = itrontime01.scn
dist_rtems_tests_DATA += itrontime01.doc
@@ -14,15 +14,15 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-itrontime01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
+itrontime01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(itrontime01_exe_OBJECTS) $(itrontime01_exe_LDADD)
-LINK_LIBS = $(itrontime01_exe_LDLIBS)
+LINK_OBJS = $(itrontime01_OBJECTS) $(itrontime01_LDADD)
+LINK_LIBS = $(itrontime01_LDLIBS)
-itrontime01.exe$(EXEEXT): $(itrontime01_exe_OBJECTS) $(itrontime01_exe_DEPENDENCIES)
- @rm -f itrontime01.exe$(EXEEXT)
+itrontime01$(EXEEXT): $(itrontime01_OBJECTS) $(itrontime01_DEPENDENCIES)
+ @rm -f itrontime01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am