]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/GNUmakefile
patch::: 1.4.1.jcn3
[lilypond.git] / input / GNUmakefile
index 716a611a017de2bc31a96604588b72e15f95a9d7..d94dff4e60b156f635b148a8fe25324d7c9ca072 100644 (file)
@@ -2,15 +2,18 @@
 
 depth = ..
 
-SUBDIRS=test bugs
+SUBDIRS=bugs test regression tutorial no-notation ascii-art
 
-examples=example-3 twinkle-pop praeludium-fuga-E twinkle star-spangled-banner
-flexamples=example-1 example-2 
-
-LOCALSTEPMAKE_TEMPLATES=mutopia
+examples=trip  star-spangled-banner paddy twinkle nereides
 
+LOCALSTEPMAKE_TEMPLATES=ly mutopia
+EXTRA_DIST_FILES=paddy.abc
 
 include $(depth)/make/stepmake.make 
 
 local-check: $(addsuffix .dvi, $(addprefix $(outdir)/, $(examples)))
 
+$(outdir)/nereides.ly: les-nereides.ly
+       cpp -P -traditional -o $@ -DFAKE_GRACE $<
+
+