summaryrefslogtreecommitdiff
path: root/src/benchmarks
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-05-26 18:30:54 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-06-18 08:56:34 +0200
commit639869703f3e8b0ce34d83b523ff611e85cfd93b (patch)
treedc72c59b87a83d02758ae81f979a25e21b226a8b /src/benchmarks
parent4f8e15c16c4f68b6fae8708b177ce672daefc59c (diff)
downloadefl-639869703f3e8b0ce34d83b523ff611e85cfd93b.tar.gz
autotools: REMOVAL!
Get your seatbelt fastend! It is happening! AUTOTOOLS IS GONE NOW! All praise to meson! This time the final version, ci has been adjusted, and now does not try anymore to build a removed buildsystem. However, the scripts in there need cleaning up. Differential Revision: https://phab.enlightenment.org/D9027
Diffstat (limited to 'src/benchmarks')
-rw-r--r--src/benchmarks/eina/Makefile.am60
-rw-r--r--src/benchmarks/eo/Makefile.am36
-rw-r--r--src/benchmarks/evas/Makefile.am35
3 files changed, 0 insertions, 131 deletions
diff --git a/src/benchmarks/eina/Makefile.am b/src/benchmarks/eina/Makefile.am
deleted file mode 100644
index da6ceb913d..0000000000
--- a/src/benchmarks/eina/Makefile.am
+++ /dev/null
@@ -1,60 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-AM_CPPFLAGS = \
--I$(top_builddir)/src/lib/efl \
--I$(top_srcdir)/src/lib/eina \
--I$(top_builddir)/src/lib/eina \
--DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \
--DCITYHASH_BENCH \
--DEINA_ENABLE_BENCH_E17 \
-@EINA_CFLAGS@ \
-@GLIB_CFLAGS@
-
-EXTRA_PROGRAMS = eina_bench
-
-benchmark: eina_bench libcity.la
-
-eina_bench_SOURCES = \
-eina_bench.c \
-eina_bench_sort.c \
-eina_bench_hash.c \
-eina_bench_crc_hash.c \
-eina_bench_stringshare.c \
-eina_bench_convert.c \
-eina_bench_mempool.c \
-eina_bench_stringshare_e17.c \
-eina_bench_array.c \
-eina_bench_rectangle_pool.c \
-ecore_list.c \
-ecore_strings.c \
-ecore_hash.c \
-ecore_sheap.c \
-evas_hash.c \
-evas_list.c \
-evas_mempool.c \
-evas_object_list.c \
-evas_stringshare.c \
-eina_bench_quad.c \
-eina_bench.h \
-Ecore_Data.h \
-Evas_Data.h \
-evas_mempool.h
-
-EXTRA_LTLIBRARIES = libcity.la
-libcity_la_SOURCES = city.cc city.h
-
-nodist_EXTRA_eina_bench_SOURCES = dummy.cc
-eina_bench_LDADD = \
-$(top_builddir)/src/lib/eina/libeina.la \
-libcity.la \
-@GLIB_LIBS@ \
-@EINA_LDFLAGS@
-
-EXTRA_DIST = strlog
-
-clean-local:
- rm -rf *.gcno ..\#..\#src\#*.gcov *.gcda
-
-if ALWAYS_BUILD_EXAMPLES
-noinst_PROGRAMS = $(EXTRA_PROGRAMS)
-endif
diff --git a/src/benchmarks/eo/Makefile.am b/src/benchmarks/eo/Makefile.am
deleted file mode 100644
index a2aac483f0..0000000000
--- a/src/benchmarks/eo/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-
-MAINTAINERCLEANFILES = Makefile.in
-
-AM_CPPFLAGS = \
--I$(top_builddir)/src/lib/efl \
--I$(top_srcdir)/src/lib/eina \
--I$(top_srcdir)/src/lib/eo \
--I$(top_builddir)/src/lib/eina \
--I$(top_builddir)/src/lib/eo \
-@EO_CFLAGS@
-
-EXTRA_PROGRAMS = eo_bench
-
-benchmark: eo_bench
-
-eo_bench_SOURCES = \
-class_simple.c \
-class_simple.h \
-eo_bench.c \
-eo_bench.h \
-eo_bench_callbacks.c \
-eo_bench_eo_do.c \
-eo_bench_eo_add.c
-
-eo_bench_LDADD = \
-$(top_builddir)/src/lib/eo/libeo.la \
-$(top_builddir)/src/lib/eina/libeina.la \
-@EO_LDFLAGS@ \
--lpthread
-
-clean-local:
- rm -rf *.gcno ..\#..\#src\#*.gcov *.gcda
-
-if ALWAYS_BUILD_EXAMPLES
-noinst_PROGRAMS = $(EXTRA_PROGRAMS)
-endif
diff --git a/src/benchmarks/evas/Makefile.am b/src/benchmarks/evas/Makefile.am
deleted file mode 100644
index 80ce560fc2..0000000000
--- a/src/benchmarks/evas/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-AM_CPPFLAGS = \
--I$(top_builddir)/src/lib/efl \
--I$(top_srcdir)/src/lib/eina \
--I$(top_builddir)/src/lib/eina \
--I$(top_srcdir)/src/modules/evas/engines/buffer \
--DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \
--DTESTS_SRC_DIR=\"$(abs_top_srcdir)/src/tests/evas\" \
-@EVAS_CFLAGS@
-
-EXTRA_PROGRAMS = evas_bench
-
-benchmark: evas_bench
-
-evas_bench_SOURCES = \
-evas_bench.c \
-evas_bench_loader.c \
-evas_bench_saver.c \
-evas_bench.h
-
-nodist_EXTRA_evas_bench_SOURCES = dummy.cc
-evas_bench_LDADD = \
-$(top_builddir)/src/lib/evas/libevas.la \
-$(top_builddir)/src/lib/eina/libeina.la \
-@EVAS_LDFLAGS@
-
-EXTRA_DIST =
-
-clean-local:
- rm -rf *.gcno ..\#..\#src\#*.gcov *.gcda
-
-if ALWAYS_BUILD_EXAMPLES
-noinst_PROGRAMS = $(EXTRA_PROGRAMS)
-endif