]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Makefile
release: 0.1.44
[lilypond.git] / mutopia / J.S.Bach / Makefile
index a96c8f6bb232a40a0a57c04efee860c4a1f288a6..5de850e7e8b331bceb71fbc4cedc1025314c9836 100644 (file)
@@ -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)