home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
i
/
iritsm3s.zip
/
poly3d-r
/
makefile.tc
< prev
next >
Wrap
Makefile
|
1992-01-26
|
783b
|
39 lines
#
# This make file is for the poly3d-r utility for Borland C++ 2.0
# (Using Ansi though).
#
# Only large model is created here.
#
# Gershon Elber, July 1990
#
# Works only on TC++ 1.0 make and up - swap out make before invoking command.
.SWAP
# Includes generic definitions.
!include "..\makeflag.dos"
OBJS = colortbl.obj evalcolr.obj poly3d-r.obj \
prepdata.obj scandata.obj
poly3d-r.exe: $(OBJS)
$(LNK) @&&!
$(TC_LIB_DIR)\c0l+
$(OBJS)
poly3d-r.exe
poly3d-r.map
$(LIBS)
!$(LFLAGS)
install: poly3d-r.exe
copy poly3d-r.exe $(BIN_DIR)
del poly3d-r.exe
copy poly3d-r.cfg $(BIN_DIR)
# Dependencies starts here - do not touch, generated automatically.
colortbl.obj: program.h
evalcolr.obj: program.h
poly3d-r.obj: program.h
prepdata.obj: program.h
scandata.obj: program.h