3 $(outdir)/%.ly.txt: %.ly
6 $(outdir)/%.ly.txt: $(outdir)/%.ly
9 $(outdir)/%.ly.txt: %.abc
10 #which file to show here -- abc seems more cute?
14 $(PYTHON) $(ABC2LY) --strict -o $@ $<
16 # hmm. notdir builds srcdir builds?
17 $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly
18 cd $(outdir); $(LILYPOND) --pdf --ps --png -I $(shell pwd)/ $(notdir $<)
19 touch $(outdir)/$(basename $(notdir $<)).png