]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.57
authorfred <fred>
Sun, 24 Mar 2002 20:08:45 +0000 (20:08 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:08:45 +0000 (20:08 +0000)
make/Mutopia.make [new file with mode: 0644]
mutopia/Coriolan/Makefile [new file with mode: 0644]
mutopia/J.S.Bach/Makefile [new file with mode: 0644]
mutopia/Makefile [new file with mode: 0644]

diff --git a/make/Mutopia.make b/make/Mutopia.make
new file mode 100644 (file)
index 0000000..ec12e05
--- /dev/null
@@ -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 (file)
index 0000000..40ce58e
--- /dev/null
@@ -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 (file)
index 0000000..018f98a
--- /dev/null
@@ -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 (file)
index 0000000..0137e29
--- /dev/null
@@ -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