From: fred Date: Sun, 24 Mar 2002 20:05:25 +0000 (+0000) Subject: lilypond-0.1.44 X-Git-Tag: release/1.5.59~3456 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aca542945105640d450ba15b9e61be6f1a5a3502;p=lilypond.git lilypond-0.1.44 --- diff --git a/make/Rules.make b/make/Rules.make index bf8ac3e004..a5ea5760d5 100644 --- a/make/Rules.make +++ b/make/Rules.make @@ -37,6 +37,9 @@ $(outdir)/%.cc: %.l # could be faster: # $(FLEX) -8 -Cf -t $< > $@ +$(outdir)/%: %.m4 + $(M4) $< > $@ + # outdirs: # # ?$(outdir)/%.dep: diff --git a/mutopia/J.S.Bach/Makefile b/mutopia/J.S.Bach/Makefile index a96c8f6bb2..5de850e7e8 100644 --- a/mutopia/J.S.Bach/Makefile +++ b/mutopia/J.S.Bach/Makefile @@ -1,13 +1,15 @@ -# mutopia/j.s.bach/Makefile +# mutopia/J.S.Bach/Makefile - -# descent order into subdirectories: -# -SUBDIRS = # subdir level: # depth = ../.. # + +# descent order into subdirectories: +# +SUBDIRS = +# + # generic stuff/Makefile # include ./$(depth)/make/Include.make @@ -18,6 +20,10 @@ include ./$(depth)/make/Include.make # LYFILES = $(wildcard *.ly) TEXFILES = $(wildcard *.tex) -DISTFILES = Makefile $(LYFILES) $(TEXFILES) $(wildcard *.m4) +M4FILES = $(wildcard *.m4) +DISTFILES = Makefile $(LYFILES) $(TEXFILES) $(M4FILES) # +OUTFILES = $(addprefix $(outdir)/,$(M4FILES:%.m4=%)) + +all: $(OUTFILES)