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