1f08c3bdfSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later 2f08c3bdfSopenharmony_ci# Ngie Cooper, June 2010 3f08c3bdfSopenharmony_ci 4f08c3bdfSopenharmony_ci.PHONY: all clean distclean-makefiles install test 5f08c3bdfSopenharmony_ciall clean distclean-makefiles install test: 6f08c3bdfSopenharmony_ci @for dir in `ls -d */Makefile 2>/dev/null | sed -e 's,/Makefile$$,,g'`; do \ 7f08c3bdfSopenharmony_ci $(MAKE) -C $$dir $@; \ 8f08c3bdfSopenharmony_ci done 9