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