]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Makefile
patch::: 1.0.3.jcn1: kleine vix
[lilypond.git] / mutopia / J.S.Bach / Makefile
index 5de850e7e8b331bceb71fbc4cedc1025314c9836..1c0dfadef2cbc4a812c1724ead6ef4e728a1a136 100644 (file)
@@ -1,29 +1,13 @@
 # mutopia/J.S.Bach/Makefile
 
-# subdir level:
-#
 depth = ../..
-#
 
-# descent order into subdirectories:
-#
-SUBDIRS = 
-# 
+SUBDIRS = Petites-Preludes Solo-Cello-Suites 
+EXTRA_DIST_FILES=
 
-# generic stuff/Makefile
-#
-include ./$(depth)/make/Include.make
-#
-#
 
-# list of distribution files:
-# 
-LYFILES = $(wildcard *.ly)
-TEXFILES = $(wildcard *.tex)
-M4FILES = $(wildcard *.m4)
-DISTFILES = Makefile $(LYFILES) $(TEXFILES) $(M4FILES)
-#
+LOCALMAKEFILES=Mutopia
+examples=wtk1-fugue2
 
-OUTFILES = $(addprefix $(outdir)/,$(M4FILES:%.m4=%))
+include $(depth)/make/Stepmake.make
 
-all: $(OUTFILES)