From 3d5483771c21619e164e5a5cc308802027785dcc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 3 Apr 2009 12:55:13 +0000 Subject: Eliminate _exe_/.exe. --- testsuites/mptests/mp05/node1/Makefile.am | 14 +++++++------- testsuites/mptests/mp05/node2/Makefile.am | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'testsuites/mptests/mp05') diff --git a/testsuites/mptests/mp05/node1/Makefile.am b/testsuites/mptests/mp05/node1/Makefile.am index f8b014c491..d4dc09fa08 100644 --- a/testsuites/mptests/mp05/node1/Makefile.am +++ b/testsuites/mptests/mp05/node1/Makefile.am @@ -4,8 +4,8 @@ MANAGERS = all -rtems_tests_PROGRAMS = mp05-node1.exe -mp05_node1_exe_SOURCES = ../init.c ../asr.c ../task1.c ../system.h +rtems_tests_PROGRAMS = mp05-node1 +mp05_node1_SOURCES = ../init.c ../asr.c ../task1.c ../system.h dist_rtems_tests_DATA = mp05-node1.scn dist_rtems_tests_DATA += mp05-node1.doc @@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -mp05_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) +mp05_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(mp05_node1_exe_OBJECTS) $(mp05_node1_exe_LDADD) -LINK_LIBS = $(mp05_node1_exe_LDLIBS) +LINK_OBJS = $(mp05_node1_OBJECTS) $(mp05_node1_LDADD) +LINK_LIBS = $(mp05_node1_LDLIBS) -mp05-node1.exe$(EXEEXT): $(mp05_node1_exe_OBJECTS) $(mp05_node1_exe_DEPENDENCIES) - @rm -f mp05-node1.exe$(EXEEXT) +mp05-node1$(EXEEXT): $(mp05_node1_OBJECTS) $(mp05_node1_DEPENDENCIES) + @rm -f mp05-node1$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am diff --git a/testsuites/mptests/mp05/node2/Makefile.am b/testsuites/mptests/mp05/node2/Makefile.am index 5a9ae06c47..c9281f7670 100644 --- a/testsuites/mptests/mp05/node2/Makefile.am +++ b/testsuites/mptests/mp05/node2/Makefile.am @@ -4,8 +4,8 @@ MANAGERS = all -rtems_tests_PROGRAMS = mp05-node2.exe -mp05_node2_exe_SOURCES = ../init.c ../asr.c ../task1.c ../system.h +rtems_tests_PROGRAMS = mp05-node2 +mp05_node2_SOURCES = ../init.c ../asr.c ../task1.c ../system.h dist_rtems_tests_DATA = mp05-node2.scn dist_rtems_tests_DATA += mp05-node2.doc @@ -14,17 +14,17 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -mp05_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) +mp05_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(mp05_node2_exe_OBJECTS) $(mp05_node2_exe_LDADD) -LINK_LIBS = $(mp05_node2_exe_LDLIBS) +LINK_OBJS = $(mp05_node2_OBJECTS) $(mp05_node2_LDADD) +LINK_LIBS = $(mp05_node2_LDLIBS) -mp05-node2.exe$(EXEEXT): $(mp05_node2_exe_OBJECTS) $(mp05_node2_exe_DEPENDENCIES) - @rm -f mp05-node2.exe$(EXEEXT) +mp05-node2$(EXEEXT): $(mp05_node2_OBJECTS) $(mp05_node2_DEPENDENCIES) + @rm -f mp05-node2$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3