X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmusicxml%2FGNUmakefile;h=92f44b68176f0d052b3e2cc248567b94728829f4;hb=9297d452a178b71c25218959c963e46a94b9b4b6;hp=ae9d27a768ec517dad8c0cca4b6506580ce2ade5;hpb=34f50771ec53f5afbc49923833c32013f25fa1c2;p=lilypond.git diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index ae9d27a768..92f44b6817 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -3,8 +3,17 @@ 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} +EXTRA_DIST_FILES += $(ILY_FILES) + + include $(depth)/make/stepmake.make TITLE=Lilypond musicxml2ly Regression Tests -MXL_FILES := $(call src-wildcard,*.mxl) -EXTRA_DIST_FILES += $(MXL_FILES) +.SUFFIXES: .ily +$(outdir)/%.ly: %.ily + ln -f $< $@