home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
postscpt
/
hpgl2ps.arc
/
HPGL2PS.MK
< prev
next >
Wrap
Text File
|
1989-08-09
|
629b
|
40 lines
# Define the extensions for the object and executable files.
# TURBO C Memory model
MM=l
# Define the compilation rules.
.c.obj:
tcc -m$(MM) -Ic:\tc\include -c $*
OBJ = hpgl2ps.obj
OBJC = changesi.obj \
circle.obj \
dxycom.obj \
end_draw.obj \
getopt.obj \
getval.obj \
hpglcom.obj \
linesize.obj \
linetype.obj \
manualfe.obj \
plotdot.obj \
plotinit.obj \
plotps.obj \
userdefc.obj \
ps_macro.obj \
rectangl.obj \
textps.obj \
viewport.obj \
plotcoor.obj \
tick.obj
hpgl2ps.exe: $(OBJ) $(OBJC) hpgl2ps.mk
tlink /m @hpgl2ps.tl
$(OBJC): defn.h hpgl2ps.mk
$(OBJ): ext.h hpgl2ps.mk