]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/GNUmakefile
Merge branch 'master' into nested-bookparts
[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 += $(ILY_FILES)
12
13
14 include $(depth)/make/stepmake.make
15 TITLE=Lilypond musicxml2ly Regression Tests
16
17 .SUFFIXES: .ily
18 $(outdir)/%.ly: %.ily
19         ln -f $< $@