summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 7cee1c5767148c511540755459723a38fc853998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = lib include modules tests examples scripts

MAINTAINERCLEANFILES = Makefile.in

.PHONY: benchmark

if EFL_ENABLE_BENCHMARK

benchmark: all
	cd tests && make eina_bench

else

benchmark:
	@echo "reconfigure with --enable-benchmark"

endif