]> git.donarmstrong.com Git - lilypond.git/blob - make/mutopia-vars.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / make / mutopia-vars.make
1
2 # UGH UGH
3 include $(make-dir)/lilypond-vars.make
4
5 # LY_FILES is defined the LY make template.
6
7 SCORE_LY_FILES = $(shell cd $(src-dir) && fgrep -l score *.ly)
8
9 ILY_FILES = $(call src-wildcard,*.ily)
10
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)))
18
19 html_subdirs=$(addprefix --subdirs ,$(SUBDIRS))
20
21
22 name-stem= $(notdir $(basename $<))
23
24 score_ps = $(addprefix $(outdir)/, $(addsuffix .ps.gz, $(SCORE_LY_FILES)))