summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks/dhrystone
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 13:35:17 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:24:54 +1000
commit32f2629bb7a08f2c006dda792020aaa10a4f1649 (patch)
tree0cb807d590a83205b22eb2ac532d7ed1a3aae38d /testsuites/benchmarks/dhrystone
parenttestsuite: Autoconf test check support. (diff)
downloadrtems-32f2629bb7a08f2c006dda792020aaa10a4f1649.tar.bz2
testsuite/benchmarks: 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/benchmarks/dhrystone')
-rw-r--r--testsuites/benchmarks/dhrystone/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/testsuites/benchmarks/dhrystone/Makefile.am b/testsuites/benchmarks/dhrystone/Makefile.am
deleted file mode 100644
index 73b67212aa..0000000000
--- a/testsuites/benchmarks/dhrystone/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-rtems_tests_PROGRAMS = dhrystone
-dhrystone_SOURCES = init.c dhry_1.c dhry_2.c
-
-dist_rtems_tests_DATA = dhrystone.scn dhrystone.doc
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-AM_CFLAGS += -fno-inline -fno-builtin
-
-LINK_OBJS = $(dhrystone_OBJECTS)
-LINK_LIBS = $(dhrystone_LDLIBS)
-
-dhrystone$(EXEEXT): $(dhrystone_OBJECTS) $(dhrystone_DEPENDENCIES)
- @rm -f dhrystone$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am