.AUTODEPEND

#               *Translator Definitions*
CC = tcc +C200.CFG
TASM = TASM
TLIB = tlib
TLINK = tlink
LIBPATH = \TC\LIB
INCLUDEPATH = ..\..\..\..\LIB;\TC\INCLUDE


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

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

current: everything

everything: tmakefil. c200.exe c201.exe

tmakefil.: makefile.
	copy makefile. tmakefil.

#               *List Macros*


c200EXE_dependencies =  \
 c200.obj \
 c200asc.obj \
 c200fio.obj \
 c200key.obj \
 c200sco.obj \
 c200m000.obj \
 c200m001.obj \
 c200m002.obj \
 c200ran.obj \
 ..\..\..\..\lib\cmtlib.lib

#               *Explicit Rules*
c200.exe: c200.cfg $(c200EXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
c200.obj+
c200asc.obj+
c200fio.obj+
c200key.obj+
c200sco.obj+
c200m000.obj+
c200m001.obj+
c200m002.obj+
c200ran.obj
c200
		# no map file
..\..\..\..\lib\cmtlib.lib+
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
c200.obj: c200.cfg c200.c 

c200asc.obj: c200.cfg c200asc.c 

c200fio.obj: c200.cfg c200fio.c 

c200key.obj: c200.cfg c200key.c 

c200sco.obj: c200.cfg c200sco.c 

c200m000.obj: c200.cfg c200m000.c 

c200m001.obj: c200.cfg c200m001.c 

c200m002.obj: c200.cfg c200m002.c 

c200ran.obj: c200.cfg c200ran.c 

#               *Compiler Configuration File*
c200.cfg: makefile.
  copy &&|
-ml
-v
-vi
-w-ret
-w-nci
-w-inl
-wpin
-w-par
-wcln
-w-cpt
-w-dup
-w-pia
-wsig
-wnod
-w-ill
-w-sus
-wucp
-w-ext
-w-ias
-w-ibc
-w-pre
-w-nst
-I$(INCLUDEPATH)
-L$(LIBPATH)
| c200.cfg

c201EXE_dependencies =  \
 c200.obj \
 c200asc.obj \
 c200fio.obj \
 c200key.obj \
 c200m000.obj \
 c201m001.obj \
 c200m002.obj \
 c200ran.obj \
 c200sco.obj \
 ..\..\..\..\lib\cmtlib.lib

#               *Explicit Rules*
c201.exe: c200.cfg $(c201EXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
c200.obj+
c200asc.obj+
c200fio.obj+
c200key.obj+
c200m000.obj+
c201m001.obj+
c200m002.obj+
c200ran.obj+
c200sco.obj
c201
		# no map file
..\..\..\..\lib\cmtlib.lib+
emu.lib+
mathl.lib+
cl.lib
|

