X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmusicxml-vars.make;fp=make%2Fmusicxml-vars.make;h=ecfd1a07cc54cd1188daa193c431b576071d894a;hb=9c38bae54ca897e769174786659886382a405786;hp=0000000000000000000000000000000000000000;hpb=2f7533a4a73cb1f1d91ff97a469877f935025adf;p=lilypond.git diff --git a/make/musicxml-vars.make b/make/musicxml-vars.make new file mode 100644 index 0000000000..ecfd1a07cc --- /dev/null +++ b/make/musicxml-vars.make @@ -0,0 +1,17 @@ +# 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)