summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm17/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 13:45:48 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:24:54 +1000
commitcc14545ed97d7fc03d2a6066f1700cb23fb02877 (patch)
tree9dda5f99a23733bf81459a26f7244792d676fdad /testsuites/tmtests/tm17/Makefile.am
parenttestsuite/sptests: Merged nested Makefile.am files into one Makefile.am (diff)
downloadrtems-cc14545ed97d7fc03d2a6066f1700cb23fb02877.tar.bz2
testsuite/tmtests: Merged nested Makefile.am files into one Makefile.am
This change is part of the testsuite Makefile.am reorganization. Update #3382
Diffstat (limited to 'testsuites/tmtests/tm17/Makefile.am')
-rw-r--r--testsuites/tmtests/tm17/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/testsuites/tmtests/tm17/Makefile.am b/testsuites/tmtests/tm17/Makefile.am
deleted file mode 100644
index ee20e7fa4e..0000000000
--- a/testsuites/tmtests/tm17/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-
-rtems_tests_PROGRAMS = tm17
-tm17_SOURCES = task1.c system.h ../include/timesys.h \
- ../../support/src/tmtests_empty_function.c
-
-dist_rtems_tests_DATA = tm17.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 = $(tm17_OBJECTS)
-LINK_LIBS = $(tm17_LDLIBS)
-
-tm17$(EXEEXT): $(tm17_OBJECTS) $(tm17_DEPENDENCIES)
- @rm -f tm17$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am