From 33a6f8385ea6a39528a240d626c52a0cb630bae1 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:26:41 +0000 Subject: [PATCH] lilypond-1.0.12 --- make/mutopia-inclusions.make | 9 +++++++++ make/stepmake.make | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 make/mutopia-inclusions.make 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) -- 2.39.5