]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/GNUmakefile
MusicXML: distribute *.broken too.
[lilypond.git] / input / regression / musicxml / GNUmakefile
1 depth = ../../..
2
3 STEPMAKE_TEMPLATES=documentation texinfo tex
4 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml
5
6 TITLE=Lilypond musicxml2ly Regression Tests
7
8
9 ILY_FILES = $(call src-wildcard,*.ily)
10 EXTRA_OUT_LY_FILES = ${ILY_FILES:%.ily=$(outdir)/%.ly}
11 EXTRA_DIST_FILES += $(call src-wildcard,*.broken)
12
13 include $(depth)/make/stepmake.make
14 TITLE=Lilypond musicxml2ly Regression Tests
15
16 .SUFFIXES: .ily
17 $(outdir)/%.ly: %.ily
18         ln -f $< $@