X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-rules.make;h=82bc3ee13ce6c978fa99e3ea922f3942bf2a6519;hb=HEAD;hp=f31f882320ea523a26156be6f47d2e7dd88ab38a;hpb=b7e3626cf632670001a2e74af5083abafd32be55;p=lilypond.git diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index f31f882320..82bc3ee13c 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,35 +1,18 @@ +$(outdir)/%.ly: %.ly + cp $< $@ +$(outdir)/%.ily: %.ily + cp $< $@ -$(outdir)/%.gif: $(outdir)/%.ps - sh $(PS_TO_GIFS) $< - -mv $(name-stem)-page*.gif $(outdir)/ - touch $@ - -$(outdir)/%.png: $(outdir)/%.ps - sh $(PS_TO_PNGS) $< - -mv $(name-stem)-page*.png $(outdir)/ - touch $@ - -$(outdir)/%.ly.txt: %.ly - ln -f $< $@ - -$(outdir)/%.ly.txt: %.abc +$(outdir)/%.ly: %.abc #which file to show here -- abc seems more cute? - ln -f $< $@ + cp $< $@ $(outdir)/%.ly: %.abc - $(PYTHON) $(ABC2LY) -o $@ $< - -$(outdir)/%.dvi: $(outdir)/%.ly - $(PYTHON) $(LY2DVI) --outdir=$(outdir) --dependencies $< - -# don't junk intermediate .dvi files. They're easier to view than -# .ps or .png -.PRECIOUS: $(outdir)/%.dvi - -$(outdir)/%.dvi: %.ly - $(PYTHON) $(LY2DVI) --outdir=$(outdir) --dependencies $< + $(PYTHON) $(ABC2LY) --strict -o $@ $< -$(outdir)-$(PAPERSIZE)/%.dvi: %.ly - $(PYTHON) $(LY2DVI) --outdir=$(outdir)-$(PAPERSIZE) --dependencies --papersize=$(PAPERSIZE) $< +# hmm. notdir builds src-dir builds? +$(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly $(INIT_LY_SOURCES) $(SCHEME_SOURCES) + 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 $<) + touch $(outdir)/$(basename $(notdir $<)).png