]> git.donarmstrong.com Git - lilypond.git/blob - input/GNUmakefile
96a399cfa5712dca15343ec59e506fd7c078658b
[lilypond.git] / input / GNUmakefile
1 depth = ..
2
3 SUBDIRS=test regression tutorial no-notation ascii-art template mutopia sondag-morgen
4
5 # nereides is tweaked a lot, can't do (read webpage)
6 examples=trip star-spangled-banner paddy twinkle font20
7 examples+=size11 size13 size16 size20 size23 size26
8
9 LOCALSTEPMAKE_TEMPLATES=ly mutopia
10 EXTRA_DIST_FILES=paddy.abc
11
12 include $(depth)/make/stepmake.make 
13
14 local-check: $(addsuffix .dvi, $(addprefix $(outdir)/, $(examples)))
15
16 $(outdir)/nereides.ly: les-nereides.ly
17         cpp -P -traditional -o $@ -DFAKE_GRACE $<
18
19