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