From db8f598d56951cf43f22a5e325e0d23c8f7559f9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 26 Apr 2021 14:00:41 +0200 Subject: build: Remove old build system Close #3250. Close #4081. --- testsuites/benchmarks/Makefile.am | 46 --------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 testsuites/benchmarks/Makefile.am (limited to 'testsuites/benchmarks/Makefile.am') diff --git a/testsuites/benchmarks/Makefile.am b/testsuites/benchmarks/Makefile.am deleted file mode 100644 index 8b49c40fa1..0000000000 --- a/testsuites/benchmarks/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -# -# Benchmarks -# - -ACLOCAL_AMFLAGS = -I ../aclocal - -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(top_srcdir)/../automake/compile.am - -benchmarks = -benchmark_screens = -benchmark_docs = - -support_includes = -I$(top_srcdir)/../support/include - -if TEST_dhrystone -benchmarks += dhrystone -benchmark_screens += dhrystone/dhrystone.scn -benchmark_docs += dhrystone/dhrystone.doc -dhrystone_SOURCES = dhrystone/init.c dhrystone/dhry_1.c \ - dhrystone/dhry_2.c -dhrystone_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_dhrystone) \ - $(support_includes) -endif - -if TEST_linpack -benchmarks += linpack -benchmark_screens += linpack/linpack.scn -benchmark_docs += linpack/linpack.doc -linpack_SOURCES = linpack/init.c linpack/linpack-pc.c -linpack_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_linpack) \ - $(support_includes) -linpack_LDADD = -lm $(LDADD) -endif - -if TEST_whetstone -benchmarks += whetstone -benchmark_screens += whetstone/whetstone.scn -benchmark_docs += whetstone/whetstone.doc -whetstone_SOURCES = whetstone/init.c whetstone/whetstone.c -whetstone_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_whetstone) \ - $(support_includes) -whetstone_LDADD = -lm $(LDADD) -endif - -noinst_PROGRAMS = $(benchmarks) -- cgit v1.2.3