]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/make/Stepmake.make
release: 1.0.3
[lilypond.git] / stepmake / make / Stepmake.make
index a1e6cdbe922fce6501f67393f7d47227b73ddf7f..078bc3749e41a2540fed55a5902eacdceed099a1 100644 (file)
@@ -15,6 +15,22 @@ endif
 
 include $(depth)/$(configuration).make
 
+ifdef CONFIGSUFFIX
+outdir=out-$(CONFIGSUFFIX)
+else
+outdir=out
+endif
+
+
 stepdir = $(depth)/$(stepmake)/stepmake
 -include $(stepdir)/Include.make
+MAKEFILES := Generic $(MAKEFILES) 
+
+include $(addprefix $(stepdir)/,$(addsuffix _vars.make, $(MAKEFILES))) 
+include $(addprefix $(depth)/make/,$(addsuffix _vars.make, $(LOCALMAKEFILES))) 
+include $(addprefix $(stepdir)/,$(addsuffix _rules.make, $(MAKEFILES))) 
+include $(addprefix $(depth)/make/,$(addsuffix _rules.make, $(LOCALMAKEFILES))) 
+include $(addprefix $(stepdir)/,$(addsuffix _targets.make, $(MAKEFILES))) 
+include $(addprefix $(depth)/make/,$(addsuffix _targets.make, $(LOCALMAKEFILES))) 
+