]> git.donarmstrong.com Git - lilypond.git/blob - make/mutopia-rules.make
(FileLink): new class. collect
[lilypond.git] / make / mutopia-rules.make
1
2
3 $(outdir)/%.ly: %.ly
4         ln -f $< $@
5
6 $(outdir)/%.ly: %.abc
7 #which file to show here -- abc seems more cute?
8         ln -f $< $@
9
10 $(outdir)/%.ly: %.abc
11         $(PYTHON) $(ABC2LY) --strict -o $@ $<
12
13 # hmm. notdir builds src-dir builds?
14 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly
15         cd $(outdir); $(LILYPOND_BINARY) --pdf --png -ddump-signatures -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<)
16         touch $(outdir)/$(basename $(notdir $<)).png
17
18 $(outdir)/%.ly: %.ly
19         cp $< $@
20
21