Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
[lilypond.git] / make / mutopia-rules.make
blob82bc3ee13ce6c978fa99e3ea922f3942bf2a6519
1 $(outdir)/%.ly: %.ly
2 cp $< $@
4 $(outdir)/%.ily: %.ily
5 cp $< $@
7 $(outdir)/%.ly: %.abc
8 #which file to show here -- abc seems more cute?
9 cp $< $@
11 $(outdir)/%.ly: %.abc
12 $(PYTHON) $(ABC2LY) --strict -o $@ $<
14 # hmm. notdir builds src-dir builds?
15 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly $(INIT_LY_SOURCES) $(SCHEME_SOURCES)
16 cd $(outdir); $(LILYPOND_BINARY) --pdf --png -dlog-file="'$(basename $(notdir $<)).log" -ddump-signatures -danti-alias-factor=2 -ddelete-intermediate-files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<)
17 touch $(outdir)/$(basename $(notdir $<)).png