]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/musicxml/GNUmakefile
Merge branch 'origin'
[lilypond.git] / input / regression / musicxml / GNUmakefile
index 92f44b68176f0d052b3e2cc248567b94728829f4..4890e0b6b3385f0d9b0ee931ab870f8e03a38b63 100644 (file)
@@ -6,14 +6,11 @@ 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}
-EXTRA_DIST_FILES += $(ILY_FILES)
+# Urgh, how can I do two replacements at once without messing up the order of the list?
+TMP = $(sort $(MUSICXML_FILES) $(MUSICMXL_FILES) $(TEXINFO_SOURCES) )
+TMP1 = ${TMP:%.xml=$(outdir)/%.ly}
+COLLATED_FILES = ${TMP1:%.mxl=$(outdir)/%.ly}
 
 
 include $(depth)/make/stepmake.make
 TITLE=Lilypond musicxml2ly Regression Tests
-
-.SUFFIXES: .ily
-$(outdir)/%.ly: %.ily
-       ln -f $< $@