--- /dev/null
+# 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)
+
--- /dev/null
+# mutopia/Makefile
+
+# subdir level:
+#
+depth = ../..
+#
+# generic stuff/Makefile
+#
+include ./$(depth)/make/Mutopia.make
--- /dev/null
+# mutopia/J.S.Bach/Makefile
+
+# subdir level:
+#
+depth = ../..
+#
+
+# descent order into subdirectories:
+#
+SUBDIRS =
+#
+
+# generic stuff/Makefile
+#
+include ./$(depth)/make/Mutopia.make
+#
--- /dev/null
+# 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