summaryrefslogblamecommitdiff
path: root/Makefile.in
blob: 01592ac097ca2a789028f5fbecc233e09ff0572c (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                     
     
# 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