]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.12
authorfred <fred>
Tue, 26 Mar 2002 21:26:41 +0000 (21:26 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:26:41 +0000 (21:26 +0000)
make/mutopia-inclusions.make [new file with mode: 0644]
make/stepmake.make

diff --git a/make/mutopia-inclusions.make b/make/mutopia-inclusions.make
new file mode 100644 (file)
index 0000000..28636f7
--- /dev/null
@@ -0,0 +1,9 @@
+
+ifndef MUTOPIA_INCLUSIONS
+STEPMAKE_TEMPLATES := tex $(STEPMAKE_TEMPLATES)
+
+-include $(stepdir)/tex-inclusions
+MUTOPIA_INCLUSIONS=done
+
+
+endif
index 835f6907a4fa21de789a015cccdda0c14adc3a49..8dc7c4e1db770e7e89962f65b1364d2bda581903 100644 (file)
@@ -31,6 +31,11 @@ LOCALSTEPMAKE_TEMPLATES:= generic $(LOCALSTEPMAKE_TEMPLATES)
 
 all:
 
+-include $(addprefix $(depth)/make/,$(addsuffix -inclusions.make, $(LOCALSTEPMAKE_TEMPLATES)))
+
+-include $(addprefix $(depth)/make/,$(addsuffix -inclusions.make, $(STEPMAKE_TEMPLATES)))
+
+
 include $(addprefix $(stepdir)/,$(addsuffix -vars.make, $(STEPMAKE_TEMPLATES)))
 
 # ugh. need to do this because of PATH :=$(topdir)/..:$(PATH)