1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
MAINTAINERCLEANFILES = Makefile.in SUBDIRS = lib benchmarks examples tests .PHONY: benchmark if EFL_ENABLE_BENCHMARK benchmark: all cd benchamrks && make eo_bench else benchmark: @echo "reconfigure with --enable-benchmark" endif