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/mp08/node1/Makefile.am | 14 +++++++------- testsuites/mptests/mp08/node2/Makefile.am | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'testsuites/mptests/mp08') diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am index 4f89389e36..3cb9604f0f 100644 --- a/testsuites/mptests/mp08/node1/Makefile.am +++ b/testsuites/mptests/mp08/node1/Makefile.am @@ -4,8 +4,8 @@ MANAGERS = all -rtems_tests_PROGRAMS = mp08-node1.exe -mp08_node1_exe_SOURCES = ../init.c ../task1.c ../system.h +rtems_tests_PROGRAMS = mp08-node1 +mp08_node1_SOURCES = ../init.c ../task1.c ../system.h dist_rtems_tests_DATA = mp08-node1.scn dist_rtems_tests_DATA += mp08-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 -mp08_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) +mp08_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 = $(mp08_node1_exe_OBJECTS) $(mp08_node1_exe_LDADD) -LINK_LIBS = $(mp08_node1_exe_LDLIBS) +LINK_OBJS = $(mp08_node1_OBJECTS) $(mp08_node1_LDADD) +LINK_LIBS = $(mp08_node1_LDLIBS) -mp08-node1.exe$(EXEEXT): $(mp08_node1_exe_OBJECTS) $(mp08_node1_exe_DEPENDENCIES) - @rm -f mp08-node1.exe$(EXEEXT) +mp08-node1$(EXEEXT): $(mp08_node1_OBJECTS) $(mp08_node1_DEPENDENCIES) + @rm -f mp08-node1$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am index 49829915da..75052dd8be 100644 --- a/testsuites/mptests/mp08/node2/Makefile.am +++ b/testsuites/mptests/mp08/node2/Makefile.am @@ -4,8 +4,8 @@ MANAGERS = all -rtems_tests_PROGRAMS = mp08-node2.exe -mp08_node2_exe_SOURCES = ../init.c ../task1.c ../system.h +rtems_tests_PROGRAMS = mp08-node2 +mp08_node2_SOURCES = ../init.c ../task1.c ../system.h dist_rtems_tests_DATA = mp08-node2.scn dist_rtems_tests_DATA += mp08-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 -mp08_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) +mp08_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 = $(mp08_node2_exe_OBJECTS) $(mp08_node2_exe_LDADD) -LINK_LIBS = $(mp08_node2_exe_LDLIBS) +LINK_OBJS = $(mp08_node2_OBJECTS) $(mp08_node2_LDADD) +LINK_LIBS = $(mp08_node2_LDLIBS) -mp08-node2.exe$(EXEEXT): $(mp08_node2_exe_OBJECTS) $(mp08_node2_exe_DEPENDENCIES) - @rm -f mp08-node2.exe$(EXEEXT) +mp08-node2$(EXEEXT): $(mp08_node2_OBJECTS) $(mp08_node2_DEPENDENCIES) + @rm -f mp08-node2$(EXEEXT) $(make-exe) include $(top_srcdir)/../automake/local.am -- cgit v1.2.3