]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/Makefile
release: 1.0.3
[lilypond.git] / input / Makefile
index 45c1320de0647d00f69863e772e0b5b74dbbdec2..90fade98c1a4058cec78c2249e0b6ad7ee327c98 100644 (file)
@@ -1,25 +1,16 @@
 # input/Makefile
 
-# subdir level:
-#
 depth = ..
-#
 
-build = ./$(depth)/lily/$(outdir)/.build
+SUBDIRS=test bugs
 
-# generic stuff/Makefile
-#
-include ./$(depth)/make/Include.make
-#
+examples=example-3 twinkle-pop praeludium-fuga-E twinkle
+flexamples=example-1 example-2
 
-# list of distribution files:
-# 
-LYFILES = $(wildcard *.ly)
-TEXFILES = $(wildcard *.tex)
-M4FILES = $(wildcard *.m4)
-DISTFILES = Makefile TODO $(LYFILES) $(TEXFILES) $(wildcard *.m4)
-#
+LOCALMAKEFILES=Mutopia
 
-OUTFILES = $(addprefix $(outdir)/,$(M4FILES:%.m4=%))
 
-all: $(OUTFILES)
+include $(depth)/make/Stepmake.make 
+
+local-check: $(addsuffix .dvi, $(addprefix $(outdir)/, $(examples)))
+