File: makefile.msc

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 (313 lines) | stat: -rw-r--r-- 9,264 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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
#
#   Makefile for dvips.  Edit this first part of the file.
#
#   First, the things that absolutely must be edited for your system.

# modified for MSC 6.00A with dmake on OS/2.
#  by hankedr@mail.auburn.edu
# 17th February 1994
# from makefile.emx
#  by rjl@monu1.cc.monash.edu.au

# If using HPFS you may need to type 'nmake fixup' to truncate names.
# If using NDMAKE 4.5 under MS-DOS, PKPATH needs %% changed to %.
# If using Borland MAKER under MS-DOS, all paths need \\ changed to \\\\.

# compiler
CC = cl -nologo -AL

# Define BIND to create bound OS/2 and DOS executables
BIND= bind $@ /n DOSMAKEPIPE DOSCWAIT

# Utility programs for "make install"
CP = cp
RM = rm

# All DIRs must use a single \ as a directory separator.
# All PATHs must use \\ as a directory separator
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 = $(DRIVE)\\texfonts\\pixel.lj\\%ddpi\\%f.%p
PKPATH = $(DRIVE)\\texfonts\\pixel.lj\\%%ddpi\\%%f.%%p

# the default path to search for VF files (usually omits `.')
# VFPATH = c:\\texfonts\\vf
VFPATH = $(DRIVE)\\texfonts\\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 = c:\\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 -DFONTLIB -DDEFRES=300 -DHAVE_GETCWD

# OPT = -J -W2 -Zi
OPT = -J 

# LFLAGS = -Lp -Zi -Od
LFLAGS = -Lp setargv$O -link /NOE

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

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

# define the c-compiler flag
# -DOS2 for OS/2 and MS-DOS with EMX extender or MSC
SYS = -DOS2 -UMSDOS

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

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

PATHS = -DCREATIONDATE \
	-DTFMPATH=\"$(TFMPATH)\" \
	-DPKPATH=\"$(PKPATH)\" \
	-DVFPATH=\"$(VFPATH)\" \
	-DHEADERPATH=\"$(HEADERPATH)\" \
	-DCONFIGPATH=\"$(CONFIGPATH)\" \
	-DCONFIGFILE=\"$(CONFIGFILE)\" \
	-DFONTSUBDIRPATH=\"$(FONTSUBDIRPATH)\" \
	-DFIGPATH=\"$(FIGPATH)\" \
	-DFLIPATH=\"$(FLIPATH)\" \
	-DFLINAME=\"$(FLINAME)\" 

CFLAGS = $(OPT) $(SYS) $(SECURE) $(EMTEX) $(DEFS)

SRC =   dospecia.c dviinput.c fontdef.c  loadfont.c dvips.c    tfmload.c \
	download.c prescan.c  scanpage.c skippage.c output.c   scalewid.c \
	dosectio.c dopage.c   resident.c search.c   unpack.c   drawPS.c \
	header.c   makefont.c repack.c   virtualf.c dpicheck.c finclude.c \
	pprescan.c papersiz.c flib.c     color.c    bbox.c     emspecia.c

OBJ =   dospecia$O dviinput$O fontdef$O  loadfont$O dvips$O \
        tfmload$O  download$O prescan$O  scanpage$O skippage$O \
        output$O   scalewid$O dosectio$O dopage$O   resident$O \
        search$O   unpack$O   drawPS$O   header$O   makefont$O repack$O \
        virtualf$O dpicheck$O finclude$O \
        pprescan$O papersiz$O flib$O     color$O    bbox$O     emspecia$O

all : afm2tfm.exe dvips16.exe tex.pro texps.pro texc.pro \
   special.pro finclude.pro color.pro crop.pro

# default rules

O = .obj 

.SUFFIXES: $O .c

.c$O: 
	$(CC) -c $(CFLAGS) $(PATHS) $<

dvips16.exe: $(OBJ)
	$(CC) -o $@ $(OBJ) pc\dvips16.def $(LFLAGS)
	$(BIND)


# The following may be useful in adapting this makefile to DOS
# LINK = link
# LINKOPT = /NOE /NOD:llibce.lib llibcep.lib, pc\dvips16.def
# 
# link.rsp: pc/makefile.msc
# 	echo dospecia$O + > link.rsp
# 	echo dviinput$O + >>link.rsp
# 	echo fontdef$O  + >>link.rsp
# 	echo loadfont$O + >>link.rsp
# 	echo dvips$O    + >>link.rsp
# 	echo tfmload$O  + >>link.rsp
# 	echo download$O + >>link.rsp
# 	echo prescan$O  + >>link.rsp
# 	echo scanpage$O + >>link.rsp
# 	echo skippage$O + >>link.rsp
# 	echo output$O   + >>link.rsp
# 	echo scalewid$O + >>link.rsp
# 	echo dosectio$O + >>link.rsp
# 	echo dopage$O   + >>link.rsp
# 	echo resident$O + >>link.rsp
# 	echo search$O   + >>link.rsp
# 	echo unpack$O   + >>link.rsp
# 	echo drawPS$O   + >>link.rsp
# 	echo header$O   + >>link.rsp
# 	echo makefont$O + >>link.rsp
# 	echo repack$O   + >>link.rsp
# 	echo virtualf$O + >>link.rsp
# 	echo dpicheck$O + >>link.rsp
# 	echo finclude$O + >>link.rsp
# 	echo pprescan$O + >>link.rsp
# 	echo papersiz$O + >>link.rsp
# 	echo flib$O     + >>link.rsp
# 	echo color$O    + >>link.rsp
# 	echo bbox$O     + >>link.rsp
# 	echo emspecia$O + >>link.rsp
# 	echo setargv$O, dvips16.exe,, + >>link.rsp
# 	echo $(LINKOPT) >>link.rsp

afm2tfm.exe: afm2tfm.c 
	$(CC) $(CFLAGS) afm2tfm.c -o $@ pc\afm2tfm.def $(LFLAGS)
	$(BIND)

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

squeeze.exe : squeeze.c
	$(CC) $(CFLAGS) squeeze.c -o $@ pc\squeeze.def $(LFLAGS)
	$(BIND)

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

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

texc.lpr: tex.lpr
	@echo This does "texc.scr tex.lpro texc.lpro" on Unix
	@echo For MSDOS or OS/2, copy tex.lpro 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.lpr 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 dvips16.exe pc/maketexp.bat pc/maketexp.cmd \
	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)
	$(CP) afm2tfm.exe $(BINDIR)\afm2tfm.exe
	$(CP) dvips16.exe $(BINDIR)\dvips16.exe
	$(CP) pc\maketexp.bat $(BINDIR)\maketexp.bat
	$(CP) pc\maketexp.cmd $(BINDIR)\maketexp.cmd
	$(CP) tex.pro $(HEADERDIR)
	$(CP) texc.pro $(HEADERDIR)
	$(CP) texps.pro $(HEADERDIR)
	$(CP) special.pro $(HEADERDIR)
	$(CP) finclude.pro $(HEADERDIR)
	$(CP) color.pro $(HEADERDIR)
	$(CP) crop.pro $(HEADERDIR)
	$(CP) pc\config.ps $(CONFIGDIR)\$(CONFIGFILE)
	$(CP) psfonts.map $(CONFIGDIR)
	$(CP) epsf.tex $(TEXMACRODIR)
	$(CP) epsf.sty $(TEXMACRODIR)
	$(CP) rotate.tex $(TEXMACRODIR)
	$(CP) rotate.sty $(TEXMACRODIR)
	$(CP) colordvi.sty $(TEXMACRODIR)
	$(CP) colordvi.tex $(TEXMACRODIR)
	$(CP) blackdvi.sty $(TEXMACRODIR)
	$(CP) blackdvi.tex $(TEXMACRODIR)
	$(CP) dvips.tex $(TEXMACRODIR)
	$(CP) dvipsmac.tex $(TEXMACRODIR)
	$(CP) pc\dvips.doc $(MANDIR)
	$(CP) pc\afm2tfm.doc $(MANDIR)

veryclean :
	-$(RM) *.obj
	-$(RM) dvips16.exe
	-$(RM) squeeze.exe
	-$(RM) afm2tfm.exe
	-$(RM) *.pro

clean :
	-$(RM) *.obj
	-$(RM) squeeze.exe

	
fixup:
	-rename dosection.c   dosectio.c
	-rename dospecial.c   dospecia.c
	-rename emspecial.c   emspecia.c
	-rename scalewidth.c  scalewid.c
	-rename virtualfont.c virtualf.c
	-rename tex.lpro      tex.lpr
	-rename texc.lpro     texc.lpr
	-rename texps.lpro    texps.lpr
	-rename special.lpro  special.lpr
	-rename finclude.lpro finclude.lpr
	-rename color.lpro    color.lpr
	-rename crop.lpro     crop.lpr