From: fred Date: Sun, 24 Mar 2002 20:08:45 +0000 (+0000) Subject: lilypond-0.1.57 X-Git-Tag: release/1.5.59~3263 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b7d74fb5d42c9986afeae91d53f795b4aa33d5cc;p=lilypond.git lilypond-0.1.57 --- diff --git a/make/Mutopia.make b/make/Mutopia.make new file mode 100644 index 0000000000..ec12e0599a --- /dev/null +++ b/make/Mutopia.make @@ -0,0 +1,14 @@ +# list of distribution files: +# + +include $(depth)/make/Include.make +LYFILES = $(wildcard *.ly) +TEXFILES = $(wildcard *.tex) +M4FILES = $(wildcard *.m4) +DISTFILES = Makefile $(LYFILES) $(TEXFILES) $(wildcard *.m4) +# + +OUTFILES = $(addprefix $(outdir)/,$(M4FILES:%.m4=%)) + +all: $(OUTFILES) + diff --git a/mutopia/Coriolan/Makefile b/mutopia/Coriolan/Makefile new file mode 100644 index 0000000000..40ce58e198 --- /dev/null +++ b/mutopia/Coriolan/Makefile @@ -0,0 +1,9 @@ +# mutopia/Makefile + +# subdir level: +# +depth = ../.. +# +# generic stuff/Makefile +# +include ./$(depth)/make/Mutopia.make diff --git a/mutopia/J.S.Bach/Makefile b/mutopia/J.S.Bach/Makefile new file mode 100644 index 0000000000..018f98af67 --- /dev/null +++ b/mutopia/J.S.Bach/Makefile @@ -0,0 +1,16 @@ +# mutopia/J.S.Bach/Makefile + +# subdir level: +# +depth = ../.. +# + +# descent order into subdirectories: +# +SUBDIRS = +# + +# generic stuff/Makefile +# +include ./$(depth)/make/Mutopia.make +# diff --git a/mutopia/Makefile b/mutopia/Makefile new file mode 100644 index 0000000000..0137e29946 --- /dev/null +++ b/mutopia/Makefile @@ -0,0 +1,15 @@ +# mutopia/Makefile + +# subdir level: +# +depth = .. +# + +# descent order into subdirectories: +# +SUBDIRS = J.S.Bach Coriolan +EXTRA_DISTFILES += TODO +# +# generic stuff/Makefile +# +include ./$(depth)/make/Mutopia.make