Revision 469 (by ahitrov, 2014/12/24 13:57:26) Moving Contenido to Apache 2

##############################################################################
# $HeadURL: http://svn.dev.rambler.ru/Contenido/trunk/ports/GNUmakefile $
# $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $
###############################################################################

MAKE_RECURSE =			${MAKE} -s MFLAGS= MAKEFLAGS= MAKELEVEL=

%:
	@for PORT in `find ./all/ -type d -mindepth 1 -maxdepth 1 |			\
		grep -v .svn | sort -f `; do						\
		cd $${PORT}								\
		&& ${MAKE_RECURSE} $@							\
		&& cd ../..;								\
	done