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/tmck/Makefile.am | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 testsuites/tmtests/tmck/Makefile.am (limited to 'testsuites/tmtests/tmck') diff --git a/testsuites/tmtests/tmck/Makefile.am b/testsuites/tmtests/tmck/Makefile.am deleted file mode 100644 index a76ce4863b..0000000000 --- a/testsuites/tmtests/tmck/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ - -rtems_tests_PROGRAMS = tmck -tmck_SOURCES = task1.c system.h ../include/timesys.h \ - ../../support/src/tmtests_empty_function.c - -dist_rtems_tests_DATA = tmck.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 - -LINK_OBJS = $(tmck_OBJECTS) -LINK_LIBS = $(tmck_LDLIBS) - -tmck$(EXEEXT): $(tmck_OBJECTS) $(tmck_DEPENDENCIES) - @rm -f tmck$(EXEEXT) - $(make-exe) - -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3