# Makefile for Turbo C++ 1.0
# Place your library directory below

LIB=c:\prog\c\lib

plot3d.exe: plot.obj calc.obj plot3d.obj graph.obj
    tlink /c /x $(LIB)\c0h plot3d plot calc graph,plot3d,,\
         $(LIB)\graphics $(LIB)\emu $(LIB)\mathh $(LIB)\ch

.c.obj: 
    bcc -mh -c -G $*.c



