]> git.donarmstrong.com Git - lilypond.git/blob - make/mutopia-rules.make
release: 1.1.69
[lilypond.git] / make / mutopia-rules.make
1
2
3 $(outdir)/%.gif: $(outdir)/%.ps
4         sh $(buildscripts)/ps-to-gifs.sh $<
5         -mv $(name-stem)-page*.gif $(outdir)/
6         touch $@
7
8 $(outdir)/%.png: $(outdir)/%.ps
9         sh $(buildscripts)/ps-to-pngs.sh $<
10         -mv $(name-stem)-page*.png $(outdir)/
11         touch $@
12
13 $(outdir)/%.ly.txt: %.ly
14         ln -f $< $@
15
16 $(outdir)/%.fly.txt: %.fly
17         ln -f $< $@
18
19 $(outdir)/%.ly.txt: %.abc
20 #which file to show here -- abc seems more cute?
21         ln -f $< $@
22
23 $(outdir)/%.ly: %.abc
24         $(PYTHON) $(depth)/scripts/abc2ly.py -o $@ $< 
25
26 $(outdir)/%.dvi: $(outdir)/%.ly
27         $(PYTHON) $(depth)/scripts/ly2dvi.py -o $(outdir)  $< 
28         -mv $(basename $(<F)).midi $(outdir)
29         
30 # don't junk intermediate .dvi files.  They're easier to view than
31 # .ps or .gif
32 .PRECIOUS: $(outdir)/%.dvi
33
34 $(outdir)/%.dvi: %.ly
35         $(PYTHON) $(depth)/scripts/ly2dvi.py -o $(outdir)  $< 
36         -mv $(basename $<).midi $(outdir)
37
38 $(outdir)/%.dvi: %.fly
39         $(PYTHON) $(depth)/scripts/ly2dvi.py -o $(outdir)  $< 
40         -mv $(basename $<).midi $(outdir)