.AUTODEPEND

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


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

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


everything: tmakefil. echoes.exe prog.exe seqplay.exe moxctest.exe retune.exe

tmakefil.: makefile.
	copy makefile. tmakefil.


#               *List Macros*


echoesEXE_dependencies =  \
 echoes.obj \
 ..\..\lib\cmtlib.lib

#               *Explicit Rules*
echoes.exe: test.cfg $(echoesEXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
echoes.obj
echoes
		# no map file
..\..\lib\cmtlib.lib+
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
echoes.obj: test.cfg echoes.c 

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


#               *List Macros*


progEXE_dependencies =  \
 prog.obj \
 ..\..\lib\cmtlib.lib

#               *Explicit Rules*
prog.exe: test.cfg $(progEXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
prog.obj
prog
		# no map file
..\..\lib\cmtlib.lib+
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
prog.obj: test.cfg prog.c

#               *List Macros*


retuneEXE_dependencies =  \
 retune.obj \
 ..\..\lib\cmtlib.lib

#               *Explicit Rules*
retune.exe: test.cfg $(retuneEXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
retune.obj
retune
		# no map file
..\..\lib\cmtlib.lib+
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
retune.obj: test.cfg retune.c

#               *List Macros*


moxctestEXE_dependencies =  \
 moxctest.obj \
 ..\..\lib\cmtlib.lib

#               *Explicit Rules*
moxctest.exe: test.cfg $(moxctestEXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
moxctest.obj
moxctest
		# no map file
..\..\lib\cmtlib.lib+
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
moxctest.obj: test.cfg moxctest.c

#               *List Macros*


seqplayEXE_dependencies =  \
 handlers.obj \
 seqplay.obj \
 ..\..\lib\cmtlib.lib

#               *Explicit Rules*
seqplay.exe: test.cfg $(seqplayEXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
handlers.obj+
seqplay.obj
seqplay
		# no map file
..\..\lib\cmtlib.lib+
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
handlers.obj: test.cfg handlers.c

seqplay.obj: test.cfg seqplay.c



