From 3206879f06e7e74abe0593d53a67e6cccab4bd18 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 9 Apr 2018 13:41:08 +1000 Subject: testsuite/mptests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382 --- testsuites/mptests/mp08/node1/Makefile.am | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 testsuites/mptests/mp08/node1/Makefile.am (limited to 'testsuites/mptests/mp08/node1/Makefile.am') diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am deleted file mode 100644 index c2857cba3a..0000000000 --- a/testsuites/mptests/mp08/node1/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -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 - -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(top_srcdir)/../automake/compile.am -include $(top_srcdir)/../automake/leaf.am - -AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. - -AM_CPPFLAGS += -I$(top_srcdir)/../support/include - -LINK_OBJS = $(mp08_node1_OBJECTS) -LINK_LIBS = $(mp08_node1_LDLIBS) - -mp08-node1$(EXEEXT): $(mp08_node1_OBJECTS) $(mp08_node1_DEPENDENCIES) - @rm -f mp08-node1$(EXEEXT) - $(make-exe) - -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3