/[gzz]/manuscripts/AniFont/Makefile
ViewVC logotype

Diff of /manuscripts/AniFont/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by tjl, Fri Oct 17 18:17:37 2003 UTC revision 1.5 by tjl, Wed Oct 22 09:38:05 2003 UTC
# Line 1  Line 1 
1    GF4GOSNAPNAMES= \
2            aniso-gf4go-nearest.png  aniso-gf4go-bilinear.png  aniso-gf4go-trilinear.png \
3            aniso-gf4go-aniso-nearest.png  aniso-gf4go-trilinear-aniso.png  aniso-gf4go-aniso.png    \
4            aniso-gf4go-ortho-trilinear.png aniso-gf4go-ortho-stretchsquish.png
5    
6  anifont.ps: probe.1 probe.2 footprint.1 footprint.2 anifont.tex  LOOPSNAPBASES= \
7            aniso-font-trilinear aniso-font-lodbias aniso-font-horiz2 aniso-font-vert2
8    
9    SNAPDIR=../../libvob/snaps
10    
11    GF4GOSNAPSSOURCE:=$(GF4GOSNAPNAMES:%=../../libvob/snaps/%)
12    GF4GOSNAPS:=$(GF4GOSNAPNAMES:%=snaps/%)
13    GF4GOSNAPSPS:=$(GF4GOSNAPNAMES:%.png=snapsps/%.ps)
14    
15    
16    anifont.ps: probe.1 probe.2 footprint.1 footprint.2 anifont.tex $(GF4GOSNAPSPS) $(LOOPSNAPBASES:%=snapsps/%.ps)
17          latex anifont          latex anifont
18          BIBINPUTS=..:$$BIBINPUTS bibtex anifont          BIBINPUTS=..:$$BIBINPUTS bibtex anifont
19          latex anifont          latex anifont
# Line 11  probe.1 probe.2: probe.mp Line 25  probe.1 probe.2: probe.mp
25    
26  footprint.1: footprint.mp  footprint.1: footprint.mp
27          mpost footprint.mp          mpost footprint.mp
28    
29    
30    
31    gf4gosnaps:: $(GF4GOSNAPSPS)
32    
33    snapsps/%.ps: snaps/%.png
34            pngtopnm < $< | pnmtops > $@
35    
36    $(GF4GOSNAPS): $(GF4GOSNAPSSOURCE)
37            cp $(GF4GOSNAPSSOURCE) snaps/
38    
39    copyloopsnaps: $(LOOPSNAPBASES:%=../../libvob/snaps/%.png)
40            cp $(LOOPSNAPBASES:%=../../libvob/snaps/%.png) snaps
41    
42    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26