]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/musicxml/GNUmakefile
MusicXML: do not dist ily files twice.
[lilypond.git] / input / regression / musicxml / GNUmakefile
index 53ecd0eca35432d8101ea9f485b2bef414a288f5..1bd76c5f17391a35326f52bb7919a02dce8ad97d 100644 (file)
@@ -3,6 +3,16 @@ depth = ../../..
 STEPMAKE_TEMPLATES=documentation texinfo tex
 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml
 
+TITLE=Lilypond musicxml2ly Regression Tests
+
+
+ILY_FILES = $(call src-wildcard,*.ily)
+EXTRA_OUT_LY_FILES = ${ILY_FILES:%.ily=$(outdir)/%.ly}
+
+
 include $(depth)/make/stepmake.make
 TITLE=Lilypond musicxml2ly Regression Tests
 
+.SUFFIXES: .ily
+$(outdir)/%.ly: %.ily
+       ln -f $< $@