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

MAINTAINERCLEANFILES = Makefile.in

.PHONY: benchmark

if EFL_ENABLE_BENCHMARK

benchmark: all
	cd tests && make eina_bench

else

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

endif