File: makefile.tc

package info (click to toggle)
dvipsk-ja 5.94a%2Bjp1.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,824 kB
  • ctags: 4,012
  • sloc: ansic: 37,736; sh: 7,192; makefile: 620; perl: 365; csh: 47; awk: 35
file content (282 lines) | stat: -rw-r--r-- 8,354 bytes parent folder | download | duplicates (16)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
#
#   Makefile for dvips.  Edit this first part of the file.
#
#   First, the things that absolutely must be edited for your system.

# modified for Borland C 3.1 on MS-DOS by rjl@monu1.cc.monash.edu.au
# 17th February 1994

# compiler directory
CCDIR = c:\borlandc
# compiler and linker
CC = $(CCDIR)\bin\bcc
LINK = $(CCDIR)\bin\tlink
INCLUDE = $(CCDIR)\include
LIB =$(CCDIR)\lib
# For Windows application WIN = win
# Note that printf("%f",d) didn't work on Windows 3.0, BCC 3.0, 286 & 287
# and is fixed in BCC 3.1.
#WIN = win


# All DIRs must use a single \ as a directory separator.
# All PATHs must use \\\\ as a directory separator and must use \; not ;
DRIVE = c:
TEXDIR = $(DRIVE)\emtex
TEXPATH = $(DRIVE)\\\\emtex

# the default path to search for TFM files 
# (this usually is identical to TeX's defaultfontpath, which omits `.')
# (private fonts are given an explicit directory, which overrides the path)
# TFMPATH = c:\\\\emtex\\\\tfm
TFMPATH = $(TEXPATH)\\\\tfm

# the default path to search for PK files (usually omits `.')
# Don't forget to add the directory that
# MakeTeXPK puts the files!  (In this case, /LocalLibrary/Fonts...)
# PKPATH = c:\\\\texfonts\\\\pixel.lj\\\\%ddpi\\\\%f.%p
PKPATH = $(TEXPATH)\\\\pixel.lj\\\\%ddpi\\\\%f.%p

# the default path to search for VF files (usually omits `.')
# VFPATH = c:\\\\texfonts\\\\vf
VFPATH = $(TEXPATH)\\\\vf

# additional directories in which to search for subdirectories to find
# both tfm and pk files
FONTSUBDIRPATH = 

# where the config files go
# CONFIGDIR = c:\emtex\ps
CONFIGDIR = $(TEXDIR)\ps

# the default path to search for config files
# CONFIGPATH = .\;c:\\\\emtex\\\\ps
CONFIGPATH = .\;$(TEXPATH)\\\\ps

# the name of your config file
# CONFIGFILE = config.ps
CONFIGFILE = config.ps

# where the header PS files go
# HEADERDIR = c:\emtex\ps
HEADERDIR = $(TEXDIR)\ps

# the default path to search for header files
# HEADERPATH = .\;c:\\\\emtex\\\\ps
HEADERPATH = .\;$(TEXPATH)\\\\ps

# where epsf.tex and rotate.tex go (usually the TeX macros directory)
# TEXMACRODIR = c:\emtex\texinput
TEXMACROPARENTDIR = $(TEXDIR)\texinput
TEXMACRODIR = $(TEXDIR)\texinput\dvips

# the default path to search for epsf and psfiles
# (usually the same as TeX's defaultinputpath)
# FIGPATH = .\;..\;c:\\\\emtex\\\\texinput
FIGPATH = .\;..\;$(TEXPATH)\\\\texinput

# the default path to search for emTeX font libraries
# FLIPATH = c:\\\\texfonts
FLIPATH = $(DRIVE)\\\\texfonts

# the names of emTeX font libraries
# FLINAME = lj_0\;lj_h\;lj_1\;lj_2\;lj_3\;lj_4\;lj_5a\;lj_5b\;lj_sli
FLINAME = lj_0\;lj_h\;lj_1\;lj_2\;lj_3\;lj_4\;lj_5a\;lj_5b\;lj_sli

# change -DDEFRES=300 or whatever is required
#    if the default resolution is not 300 dpi,
# add -DDEBUG to turn on debugging capability
# add -DTPIC for tpic support
# add -DFONTLIB to search font libraries
# add -DSEARCH_SUBDIRECTORIES to search the FONTSUBDIRPATH.
# add -DHAVE_GETCWD if you have getcwd (relevant only for subdir searching)
# add -DCREATIONDATE if your system has a working time() and you want dated files
#   If you define FONTLIB, make sure to also give definitions to
#   FLIPATH and FLINAME.
#
DEFS= -DTPIC -DDEBUG -DDEFRES=300 -DFONTLIB -DHAVE_GETCWD -DCREATIONDATE

# these options to produce debug map
OPT = -M -y -v
#OPT = 
  
LINKOPT = /l /m /s /v /c
#LINKOPT = /c /x

# If you are compiling dvips for suid or other privileges, you will
# definitely want to define the following symbol; else don't.
# SECURE = -DSECURE

# If you want EMTEX specials, define the following.
EMTEX = -DEMTEX

# for SYSV (and friends which use <string.h> instead of <strings.h>)
# define the c-compiler flag
# -DMSDOS for MS-DOS systems
SYS = -DMSDOS

# where the installed binary goes
# BINDIR = c:\emtex
BINDIR = $(DRIVE)\emtex

# where the manual page goes
# MANDIR = c:\emtex\doc
MANDIR = $(DRIVE)\emtex\doc

#MSDOS sets all paths in turboc.cfg
CFLAGS = $(DEFS) $(OPT) $(SYS) $(SECURE) $(EMTEX) $(DEFPFMT)

SRC = dospecial.c dviinput.c fontdef.c loadfont.c dvips.c tfmload.c \
	download.c prescan.c scanpage.c skippage.c output.c scalewidth.c \
	dosection.c dopage.c resident.c search.c unpack.c drawPS.c \
	header.c makefont.c repack.c virtualfont.c dpicheck.c finclude.c \
	pprescan.c papersiz.c flib.c color.c bbox.c emspecial.c

OBJ = dospecial.obj dviinput.obj fontdef.obj loadfont.obj dvips.obj \
        tfmload.obj download.obj prescan.obj scanpage.obj skippage.obj \
        output.obj scalewidth.obj dosection.obj dopage.obj resident.obj \
        search.obj unpack.obj drawPS.obj header.obj makefont.obj repack.obj \
        virtualfont.obj dpicheck.obj finclude.obj papersiz.obj flib.obj \
        pprescan.obj color.obj bbox.obj emspecial.obj

all : afm2tfm.exe dvips$(WIN).exe tex.pro texps.pro texc.pro special.pro \
      finclude.pro color.pro crop.pro

# default rules

.c.obj:  
!if $d(WIN)
	$(CC) -c -ml -w-pro -W { $< }
!else
	$(CC) -c -f -ml -w-pro { $< }
!endif

dvips.exe : $(OBJ)
	$(LINK) $(LINKOPT) @&&!
$(LIB)\C0l +
$(OBJ) +
,dvips ,dvips, +
$(LIB)\emu +
$(LIB)\mathl +
$(LIB)\cl 
!

winmain.obj: pc\winmain.c
	$(CC) -c -ml -w-pro -W -owinmain.obj pc\winmain.c

dvipswin.exe : $(OBJ) winmain.obj pc\dvipswin.rc pc\dvipswin.def
	$(LINK) /Twe $(LINKOPT) @&&!
$(LIB)\C0wl +
winmain.obj +
$(OBJ) +
,dvipswin ,dvipswin, +
$(LIB)\mathwl +
$(LIB)\import +
$(LIB)\cwl, + 
pc\dvipswin.def
!
	$(CCDIR)\bin\brc -30 -i$(INCLUDE) pc\dvipswin.rc dvipswin.exe

afm2tfm.exe: afm2tfm.c turboc.cfg
	$(CC) -mc -w-pro -w-pia afm2tfm.c 

turboc.cfg: pc\makefile.tc
	echo -I$(INCLUDE) > turboc.cfg
	echo -L$(LIB) >> turboc.cfg
	echo $(CFLAGS) >> turboc.cfg
	echo -DTFMPATH="$(TFMPATH)" >> turboc.cfg
	echo -DPKPATH="$(PKPATH)" >> turboc.cfg
	echo -DVFPATH="$(VFPATH)" >> turboc.cfg
	echo -DHEADERPATH="$(HEADERPATH)" >> turboc.cfg
	echo -DCONFIGPATH="$(CONFIGPATH)" >> turboc.cfg
	echo -DCONFIGFILE="$(CONFIGFILE)" >> turboc.cfg
	echo -DFONTSUBDIRPATH="$(FONTSUBDIRPATH)" >> turboc.cfg
	echo -DFIGPATH="$(FIGPATH)" >> turboc.cfg
	echo -DFLIPATH="$(FLIPATH)" >> turboc.cfg
	echo -DFLINAME="$(FLINAME)" >> turboc.cfg

$(OBJ) : dvips.h debug.h paths.h turboc.cfg

squeeze.exe : squeeze.c turboc.cfg
	$(CC) -mc -w-pro squeeze.c 

tex.pro : tex.lpr squeeze.exe
	squeeze tex.lpro  tex.pro

texc.pro: texc.lpr squeeze.exe
	squeeze texc.lpro texc.pro

texc.lpr: tex.lpr
	@echo This does "texc.scr tex.lpr texc.lpr" on Unix
	@echo For MSDOS, copy tex.lpr to texc.lpr
	@echo then edit texc.lpr to remove the code
        @echo for uncompressed fonts, and uncomment the
        @echo code for unpacking compressed fonts

texps.pro : texps.lpr squeeze.exe
	squeeze texps.lpro texps.pro

special.pro : special.lpr squeeze.exe
	squeeze special.lpr special.pro

finclude.pro: finclude.lpr squeeze.exe
	squeeze finclude.lpr finclude.pro

color.pro: color.lpr squeeze.exe
	squeeze color.lpr color.pro

crop.pro: crop.lpr squeeze.exe
	squeeze crop.lpr crop.pro

install : afm2tfm.exe dvips$(WIN).exe pc/maketexp.bat \
	tex.pro texc.pro texps.pro special.pro finclude.pro color.pro crop.pro \
	pc/config.ps psfonts.map epsf.tex epsf.sty rotate.tex rotate.sty \
	dvips.tex dvipsmac.tex colordvi.sty colordvi.tex blackdvi.sty \
	blackdvi.tex pc/dvips.doc pc/afm2tfm.doc
	mkdir $(BINDIR)
	mkdir $(HEADERDIR)
	mkdir $(CONFIGDIR)
	mkdir $(MANDIR)
	mkdir $(TEXMACROPARENTDIR)
	mkdir $(TEXMACRODIR)
	copy afm2tfm.exe $(BINDIR)\afm2tfm.exe
	copy dvips$(WIN).exe $(BINDIR)\dvips$(WIN).exe
 	copy pc\maketexp.bat $(BINDIR)\maketexp.bat
	copy tex.pro $(HEADERDIR)
	copy texc.pro $(HEADERDIR)
  	copy texps.pro $(HEADERDIR)
	copy special.pro $(HEADERDIR)
	copy finclude.pro $(HEADERDIR)
	copy color.pro $(HEADERDIR)
	copy crop.pro $(HEADERDIR)
	copy pc\config.ps $(CONFIGDIR)\$(CONFIGFILE)
	copy psfonts.map $(CONFIGDIR)
	copy epsf.tex $(TEXMACRODIR)
	copy epsf.sty $(TEXMACRODIR)
	copy rotate.tex $(TEXMACRODIR)
	copy rotate.sty $(TEXMACRODIR)
	copy colordvi.sty $(TEXMACRODIR)
	copy colordvi.tex $(TEXMACRODIR)
	copy blackdvi.sty $(TEXMACRODIR)
	copy blackdvi.tex $(TEXMACRODIR)
	copy dvips.tex $(TEXMACRODIR)
	copy dvipsmac.tex $(TEXMACRODIR)
	copy pc\dvips.doc $(MANDIR)
	copy pc\afm2tfm.doc $(MANDIR)


veryclean : clean
	del dvips.exe
	del dvipswin.exe
	del afm2tfm.exe
	del *.pro
	del turboc.cfg

clean :
	del *.obj
	del squeeze.exe
        del afm2tfm.map
        del dvips.map
        del dvipswin.map
        del squeeze.map
	del turboc.cfg