diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-09-16 21:15:43 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-09-16 21:15:43 +0000 |
commit | 103b912f667bc4bfb9318bef91ccf5f077ca6761 (patch) | |
tree | 149a86cf6e6c2c74e6342edbb43c406633b7d982 /Makefile.am | |
parent | c83143c8896752e139c82259e22c56715c313e7b (diff) | |
download | efl-103b912f667bc4bfb9318bef91ccf5f077ca6761.tar.gz efl-103b912f667bc4bfb9318bef91ccf5f077ca6761.tar.xz efl-103b912f667bc4bfb9318bef91ccf5f077ca6761.zip |
merge: and the eina examples
SVN revision: 76715
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 11052f092..1d9a508d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ endif pkgconfig_DATA += eina.pc -.PHONY: doc benchmark +.PHONY: doc benchmark examples install-examples # Documentation @@ -97,3 +97,16 @@ benchmark-e17: @$(MAKE) -C src benchmark-e17 @mkdir benchmark || true @cd benchmark && ../src/benchmarks/eina/eina_bench `date +%F_%s` + +# examples + +examples: + @$(MAKE) -C src examples + +install-examples: + @$(MAKE) -C src install-examples + +# cleaning + +clean-local: + rm -rf benchmark coverage |