Fix #348.
[lilypond/mpolesky.git] / make / mutopia-vars.make
blob60add179f276542dc4f13cb854c7e10368711132
2 # UGH UGH
3 include $(make-dir)/lilypond-vars.make
5 # LY_FILES is defined the LY make template.
7 SCORE_LY_FILES = $(shell cd $(src-dir) && fgrep -l score *.ly)
9 ILY_FILES = $(call src-wildcard,*.ily)
11 ly_examples=$(addprefix $(outdir)/, $(addsuffix .ly, $(examples)))
12 ly_examples+= $(ILY_FILES:%.ily=$(outdir)/%.ily)
13 all_examples=$(examples)
14 ps_examples=$(addprefix $(outdir)/, $(addsuffix .ps.gz, $(all_examples)))
15 pdf_examples=$(addprefix $(outdir)/, $(addsuffix .pdf, $(all_examples)))
16 gif_examples=$(addprefix $(outdir)/, $(addsuffix .gif, $(all_examples)))
17 png_examples=$(addprefix $(outdir)/, $(addsuffix .png, $(all_examples)))
19 html_subdirs=$(addprefix --subdirs ,$(SUBDIRS))
22 name-stem= $(notdir $(basename $<))
24 score_ps = $(addprefix $(outdir)/, $(addsuffix .ps.gz, $(SCORE_LY_FILES)))