From cc14545ed97d7fc03d2a6066f1700cb23fb02877 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 9 Apr 2018 13:45:48 +1000 Subject: testsuite/tmtests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382 --- testsuites/tmtests/tm03/Makefile.am | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 testsuites/tmtests/tm03/Makefile.am (limited to 'testsuites/tmtests/tm03/Makefile.am') diff --git a/testsuites/tmtests/tm03/Makefile.am b/testsuites/tmtests/tm03/Makefile.am deleted file mode 100644 index 1f6d6fe689..0000000000 --- a/testsuites/tmtests/tm03/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ - -rtems_tests_PROGRAMS = tm03 -tm03_SOURCES = task1.c system.h ../include/timesys.h \ - ../../support/src/tmtests_empty_function.c - -dist_rtems_tests_DATA = tm03.doc - -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(top_srcdir)/../automake/compile.am -include $(top_srcdir)/../automake/leaf.am - - -OPERATION_COUNT = @OPERATION_COUNT@ -AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) -AM_CPPFLAGS += -I$(top_srcdir)/../support/include -AM_CPPFLAGS += -DTM03 - -LINK_OBJS = $(tm03_OBJECTS) -LINK_LIBS = $(tm03_LDLIBS) - -tm03$(EXEEXT): $(tm03_OBJECTS) $(tm03_DEPENDENCIES) - @rm -f tm03$(EXEEXT) - $(make-exe) - -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3