diff options
author | caro <caro> | 2012-09-09 07:03:17 +0000 |
---|---|---|
committer | caro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2012-09-09 07:03:17 +0000 |
commit | 32c6d90a471cb6ca4de11ee1391374089d53bdff (patch) | |
tree | 75f757e97e06ecf53c3af8df2e955c5c59d3f9d3 /src/Makefile.am | |
parent | 6320d5b5e08c0a24cdc351bc0e2ad9b00daf870a (diff) | |
download | eobj-32c6d90a471cb6ca4de11ee1391374089d53bdff.tar.gz eobj-32c6d90a471cb6ca4de11ee1391374089d53bdff.tar.bz2 eobj-32c6d90a471cb6ca4de11ee1391374089d53bdff.zip |
Eo: more dos2unix
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76350 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 849ab41..b6a0867 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,18 +1,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
+ +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 |