efl/legacy/eobj/src/Makefile.am

19 lines
251 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = lib benchmarks examples
.PHONY: benchmark
if EFL_ENABLE_BENCHMARK
benchmark: all
cd benchamrks && make eo_bench
else
benchmark:
@echo "reconfigure with --enable-benchmark"
endif