]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/GNUmakefile
patch::: 1.4.1.jcn3
[lilypond.git] / input / GNUmakefile
index 2ea52dadf89f1219313ff3fe773e1e16da1e9a41..d94dff4e60b156f635b148a8fe25324d7c9ca072 100644 (file)
@@ -2,15 +2,18 @@
 
 depth = ..
 
-SUBDIRS=test bugs tutorial
+SUBDIRS=bugs test regression tutorial no-notation ascii-art
 
-examples=trip  star-spangled-banner paddy
-flexamples=
+examples=trip  star-spangled-banner paddy twinkle nereides
 
-LOCALSTEPMAKE_TEMPLATES=mutopia
+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 $<
+
+