summaryrefslogtreecommitdiff
path: root/fonts/cm/utilityfonts/gf/gf240.makeall
blob: 3c5a48b430a3dec61175e9d84ee286609e3ec63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Makefile for utilityfonts 240 lines per inch fonts.
# developed by Pierre MacKay on the model of a file 
# contributed by John Ramsdell of the MITRE Corp., Bedford, MA.
#
# this is for the CanonLBP print engine. 

# Check these lines out for compatibility with your system
# Invoke this with make MF='mymf' MODE='mymode' to get special
# effects

TEX	= /usr/local
TEXBIN	= $(TEX)
MF	= wmf
MODE	= CanonLBP
CMDLINE	= $(TEXBIN)/$(MF) '\mode:=$(MODE);' 'batchmode;'

.SUFFIXES: .mf .240gf .263gf .288gf .346gf .415gf .498gf .597gf


.mf.240gf:
	$(CMDLINE) input $*

.mf.263gf:
	$(CMDLINE) 'mag:=magstep(0.5);' input $*

.mf.288gf:
	$(CMDLINE) 'mag:=magstep(1);' input $*

.mf.346gf:
	$(CMDLINE) 'mag:=magstep(2);' input $*

.mf.415gf:
	$(CMDLINE) 'mag:=magstep(3);' input $*

.mf.498gf:
	$(CMDLINE) 'mag:=magstep(4);' input $*

.mf.597gf:
	$(CMDLINE) 'mag:=magstep(5);' input $*


NOMAG	= logo10.240gf logo8.240gf logo9.240gf logobf10.240gf logosl10.240gf \
		manfnt.240gf 

MAGHALF	= logo10.263gf logo8.263gf logo9.263gf logobf10.263gf logosl10.263gf \
		manfnt.263gf 

MAGONE	= logo10.288gf logo8.288gf logo9.288gf logobf10.288gf logosl10.288gf \
		manfnt.288gf 

MAGTWO	= logo10.346gf logobf10.346gf logosl10.346gf 

MAGTHREE = logo10.415gf logo8.415gf logobf10.415gf logosl10.415gf \
		manfnt.415gf 

MAGFOUR = logo10.498gf logo8.498gf logobf10.498gf logosl10.498gf \
		manfnt.498gf 

MAGFIVE	= logo10.597gf logobf10.597gf logosl10.597gf 

FONTS = $(NOMAG) $(MAGHALF) $(MAGONE) $(MAGTWO) $(MAGTHREE) \
	$(MAGFOUR) $(MAGFIVE)

all:	$(FONTS)