clean up benchmark and example rules.

- they have no 'all' rule, keep out of SUBDIRS

 - they depend on 'all-am', the non-recursive target that builds everything.

 - they do not need a directory on its own to declare nothing.x



SVN revision: 82689
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-12 07:38:26 +00:00
parent 66791fc191
commit 847b831002
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = eina eo eet evas ecore eio edbus ephysics edje emotion ethumb
.PHONY: examples install-examples
examples:
@for d in $(SUBDIRS); do \
$(MAKE) $(AM_MAKEFLAGS) -C "$$d" examples || exit 0; \
done
install-examples:
@for d in $(SUBDIRS); do \
$(MAKE) $(AM_MAKEFLAGS) -C "$$d" install-examples || exit 0; \
done