# This file is reverse included. Don't forward in that case. ifeq '${MAKEFILE_LIST}' ' Makefile' .DEFAULT_GOAL=.default-target-wrapper # The documentation for ${MAKECMDGOALS} says "Note that this variable # should be used only in special circumstances." # If you do not understand *exactly* why I do this instead of # %::;${MAKE}, stay away from this code. You have been warned. .default-target-wrapper ${MAKECMDGOALS}: .all-target-wrapper .all-target-wrapper: ${MAKE} -rRf ${SRC_DIR}/real.make ${MAKECMDGOALS} endif