X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmusicxml-vars.make;h=84dc36446b65cdb3dd6761518e1a4b1251936b03;hb=HEAD;hp=ecfd1a07cc54cd1188daa193c431b576071d894a;hpb=9c38bae54ca897e769174786659886382a405786;p=lilypond.git diff --git a/make/musicxml-vars.make b/make/musicxml-vars.make index ecfd1a07cc..84dc36446b 100644 --- a/make/musicxml-vars.make +++ b/make/musicxml-vars.make @@ -1,17 +1,6 @@ # rules for directories with MusicXML files. -# empty - -# UGH UGH -include $(make-dir)/lilypond-vars.make - -# huh ? these are for documentation?! -MUSICXML_FILES := $(call src-wildcard,*.xml) -# LY_FILES=$(addprefix $(outdir)/, $(addsuffix .ly, $(MUSICXML_FILE))) -# LY_FILES = $(MUSICXML_FILES:%.xml=$(outdir)/%.ly) -LY_FILES = $(MUSICXML_FILES:%.xml=$(outdir)/%.ly) - - -OUT_FILES = $(LY_FILES) - -EXTRA_DIST_FILES +=$(MUSICXML_FILES) +MUSICXML_FILES = $(call src-wildcard,*.xml) +MUSICMXL_FILES = $(call src-wildcard,*.mxl) # Allow .mxl for compressed files +OUT_LY_FILES = $(sort ${MUSICXML_FILES:%.xml=$(outdir)/%.ly} ${MUSICMXL_FILES:%.mxl=$(outdir)/%.ly}) +OUT_FILES = $(OUT_LY_FILES)