From: fred Date: Sun, 19 Jul 1998 12:37:43 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5895 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c61036fd9e0d5b31d8634fc19034a755f5fb3961;p=lilypond.git lilypond-1.0.1 --- diff --git a/make/Stepmake.make b/make/Stepmake.make new file mode 100644 index 0000000000..883b34e040 --- /dev/null +++ b/make/Stepmake.make @@ -0,0 +1,26 @@ +# make/Stepmake.make + +include $(depth)/make/Toplevel_version.make + +# Don't try to outsmart us, you puny computer! +ifeq (0,${MAKELEVEL}) + MAKE:=$(MAKE) --no-builtin-rules +endif + +ifndef config + configuration=config +else + configuration=config-$(config) +endif + +include $(depth)/$(configuration).make + +stepdir = $(depth)/$(stepmake)/stepmake +include $(stepdir)/Include.make + +# ugh. +$(depth)/$(configuration).make: $(depth)/configure + @echo "**************************************" + @echo "configure changed! You should probably reconfigure manually." + @echo "**************************************" + (cd $(depth); ./config.status)