1f08c3bdfSopenharmony_ci# 2f08c3bdfSopenharmony_ci# Read COPYING for licensing details. 3f08c3bdfSopenharmony_ci# 4f08c3bdfSopenharmony_ci# Ngie Cooper, June 2010 5f08c3bdfSopenharmony_ci# 6f08c3bdfSopenharmony_ci 7f08c3bdfSopenharmony_ci.PHONY: all clean install test 8f08c3bdfSopenharmony_ciall clean install test: 9f08c3bdfSopenharmony_ci @for dir in `ls -d */Makefile 2>/dev/null | sed -e 's,/Makefile$$,,g'`; do \ 10f08c3bdfSopenharmony_ci $(MAKE) -C $$dir $@; \ 11f08c3bdfSopenharmony_ci done 12f08c3bdfSopenharmony_ci 13f08c3bdfSopenharmony_ci.PHONY: distclean-makefiles 14f08c3bdfSopenharmony_cidistclean-makefiles: 15f08c3bdfSopenharmony_ci @find */ -name 'Makefile*' | grep -v threads/Makefile | grep -v timers/Makefile | xargs rm -f 16