From df05761e72b16978fe42c890a09ea6beb6daea8a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:12:15 +0000 Subject: [PATCH] lilypond-1.0.1 --- input/Makefile | 12 ++++++------ input/bugs/Makefile | 11 ++++------- mutopia/W.A.Mozart/Makefile | 19 ++++--------------- 3 files changed, 14 insertions(+), 28 deletions(-) diff --git a/input/Makefile b/input/Makefile index 07f36f84d1..b557d18d4b 100644 --- a/input/Makefile +++ b/input/Makefile @@ -1,14 +1,14 @@ # input/Makefile -# subdir level: -# depth = .. -# SUBDIRS=test bugs -include $(depth)/make/Mutopia.make +include $(depth)/make/Stepmake.make +include $(make-dir)/Mutopia.make -examples=twinkle-pop praeludium-fuga-E twinkle +examples=example-3 twinkle-pop praeludium-fuga-E twinkle +flexamples=example-1 example-2 + +include $(stepdir)/WWW.make -include $(depth)/make/WWW.make diff --git a/input/bugs/Makefile b/input/bugs/Makefile index a221caa99d..369ff9045a 100644 --- a/input/bugs/Makefile +++ b/input/bugs/Makefile @@ -1,14 +1,11 @@ -# input/Makefile +# input/bugs/Makefile -# subdir level: -# depth = ../.. -# - -include $(depth)/make/Mutopia.make +include $(depth)/make/Stepmake.make +include $(make-dir)/Mutopia.make examples= #beam-bug slur-bug #why would we want to demo Lily's errors? -include $(depth)/make/WWW.make +include $(stepdir)/WWW.make diff --git a/mutopia/W.A.Mozart/Makefile b/mutopia/W.A.Mozart/Makefile index 3eafd9f141..92a284a431 100644 --- a/mutopia/W.A.Mozart/Makefile +++ b/mutopia/W.A.Mozart/Makefile @@ -1,21 +1,10 @@ +# mutopia/W.A.Mozart -# subdir level: -# depth = ../.. -# -EXTRA_DISTFILES= - -# descent order into subdirectories: -# -SUBDIRS = -# - -# generic stuff/Makefile -# -include ./$(depth)/make/Mutopia.make -# +include $(depth)/make/Stepmake.make +include $(make-dir)/Mutopia.make examples=cadenza -include $(depth)/make/WWW.make +include $(stepdir)/WWW.make -- 2.39.5