From: fred Date: Tue, 26 Mar 2002 21:26:41 +0000 (+0000) Subject: lilypond-1.0.12 X-Git-Tag: release/1.5.59~2863 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=33a6f8385ea6a39528a240d626c52a0cb630bae1;p=lilypond.git lilypond-1.0.12 --- diff --git a/make/mutopia-inclusions.make b/make/mutopia-inclusions.make new file mode 100644 index 0000000000..28636f7de0 --- /dev/null +++ b/make/mutopia-inclusions.make @@ -0,0 +1,9 @@ + +ifndef MUTOPIA_INCLUSIONS +STEPMAKE_TEMPLATES := tex $(STEPMAKE_TEMPLATES) + +-include $(stepdir)/tex-inclusions +MUTOPIA_INCLUSIONS=done + + +endif diff --git a/make/stepmake.make b/make/stepmake.make index 835f6907a4..8dc7c4e1db 100644 --- a/make/stepmake.make +++ b/make/stepmake.make @@ -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)