.AUTODEPEND

#		*Translator Definitions*
CC = bcc +TIMERTST.CFG
TASM = TASM
TLIB = tlib
TLINK = tlink
LIBPATH = C:\BC\LIB;C:\BC\OWL\LIB;C:\BC\CLASSLIB\LIB
INCLUDEPATH = C:\BC\INCLUDE;C:\BC\OWL\INCLUDE;C:\BC\CLASSLIB\INCLUDE


#		*Implicit Rules*
.c.obj:
  $(CC) -c {$< }

.cpp.obj:
  $(CC) -c {$< }

#		*List Macros*


EXE_dependencies =  \
 objcallb.obj \
 otimer.obj \
 timertst.obj \
 timertst.def

#		*Explicit Rules*
timertst.exe: timertst.cfg $(EXE_dependencies)
  $(TLINK) /v/x/c/P-/C/Twe/L$(LIBPATH) @&&|
c0wm.obj+
objcallb.obj+
otimer.obj+
timertst.obj
timertst
		# no map file
tclassm.lib+
owlwm.lib+
import.lib+
cwm.lib
timertst.def
|
  RC  timertst.exe


#		*Individual File Dependencies*
objcallb.obj: timertst.cfg objcallb.cpp 

otimer.obj: timertst.cfg otimer.cpp 

timertst.obj: timertst.cfg timertst.cpp 

#		*Compiler Configuration File*
timertst.cfg: makefile.
  copy &&|
-mm
-2
-f-
-v
-WS
-vi-
-wpro
-weas
-wpre
-I$(INCLUDEPATH)
-L$(LIBPATH)
-DWIN31;STRICT
| timertst.cfg


