3 include $(depth
)/make
/Toplevel_version.make
5 # Don't try to outsmart us, you puny computer!
7 MAKE
:=$(MAKE
) --no-builtin-rules
13 configuration
=config-
$(config
)
16 include $(depth
)/$(configuration
).make
19 outdir
=out-
$(CONFIGSUFFIX
)
26 stepdir
= $(depth
)/$(stepmake
)/stepmake
27 include $(stepdir
)/Include.make
29 MAKEFILES
:= Generic
$(MAKEFILES
)
31 include $(addprefix $(stepdir
)/,$(addsuffix _vars.make
, $(MAKEFILES
)))
32 include $(addprefix $(depth
)/make
/,$(addsuffix _vars.make
, $(LOCALMAKEFILES
)))
33 include $(addprefix $(stepdir
)/,$(addsuffix _rules.make
, $(MAKEFILES
)))
34 include $(addprefix $(depth
)/make
/,$(addsuffix _rules.make
, $(LOCALMAKEFILES
)))
35 include $(addprefix $(stepdir
)/,$(addsuffix _targets.make
, $(MAKEFILES
)))
36 include $(addprefix $(depth
)/make
/,$(addsuffix _targets.make
, $(LOCALMAKEFILES
)))
39 $(depth
)/$(configuration
).make
: $(depth
)/configure
40 @echo
"**************************************"
41 @echo
"configure changed! You should probably reconfigure manually."
42 @echo
"**************************************"
43 (cd
$(depth
); .
/config.status
)