]> git.donarmstrong.com Git - lilypond.git/blob - input/GNUmakefile
patch::: 1.4.1.jcn3
[lilypond.git] / input / GNUmakefile
1 # input/Makefile
2
3 depth = ..
4
5 SUBDIRS=bugs test regression tutorial no-notation ascii-art
6
7 examples=trip  star-spangled-banner paddy twinkle nereides
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