X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusicxml%2FGNUmakefile;h=0373860e6c8222ec23463a08ce184cfe8d7a40ba;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=ec647d85079d052b9ae5b3de558105274d6a75cc;hpb=c790b5919ec06fb292e380a2d3d7856e86f16417;p=lilypond.git diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index ec647d8507..0373860e6c 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -3,6 +3,23 @@ depth = ../../.. STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc musicxml + + +# 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=Lilypon musicxml2ly Regression Tests + +TITLE=Unofficial MusicXML test suite +TEST_SUITE_VERSION=0.1 + +local-WWW-2: zip + +zip: $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip + +$(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip: $(MUSICXML_FILES) $(MUSICMXL_FILES) + $(ZIP) -r $@ $(MUSICXML_FILES) $(MUSICMXL_FILES)