]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/stepmake.make
release: 1.0.17
[lilypond.git] / make / stepmake.make
index 835f6907a4fa21de789a015cccdda0c14adc3a49..44f7d3e405a28891596547a2591aff5ec3d1c048 100644 (file)
@@ -31,6 +31,11 @@ LOCALSTEPMAKE_TEMPLATES:= generic $(LOCALSTEPMAKE_TEMPLATES)
 
 all:
 
+-include $(addprefix $(depth)/make/,$(addsuffix -inclusions.make, $(LOCALSTEPMAKE_TEMPLATES)))
+
+-include $(addprefix $(stepdir)/,$(addsuffix -inclusions.make, $(STEPMAKE_TEMPLATES)))
+
+
 include $(addprefix $(stepdir)/,$(addsuffix -vars.make, $(STEPMAKE_TEMPLATES)))
 
 # ugh. need to do this because of PATH :=$(topdir)/..:$(PATH)