.AUTODEPEND

#               *Translator Definitions*
CC = tcc +UTIL.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: step.exe repitch.exe packer.exe unpacker.exe \
	tuning.exe tmakefil.

tmakefil.: makefile.
	copy makefile. tmakefil.


#               *List Macros*


StepEXE_dependencies =  \
 step.obj

#               *Explicit Rules*
step.exe: util.cfg $(StepEXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
step.obj
step
		# no map file
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
step.obj: util.cfg step.c

#               *Compiler Configuration File*
util.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)
| util.cfg


.AUTODEPEND

#               *List Macros*


PackerEXE_dependencies =  \
 packer.obj \
 convert.obj

#               *Explicit Rules*
packer.exe: util.cfg $(PackerEXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
packer.obj+
convert.obj
packer
		# no map file
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
packer.obj: util.cfg packer.c

convert.obj: util.cfg convert.c

#               *List Macros*


unpackerEXE_dependencies =  \
 convert.obj \
 unpacker.obj

#               *Explicit Rules*
unpacker.exe: util.cfg $(unpackerEXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
convert.obj+
unpacker.obj
unpacker
		# no map file
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
unpacker.obj: util.cfg unpacker.c

#               *List Macros*


tuningEXE_dependencies =  \
 tuning.obj \
 ..\..\lib\cmtlib.lib

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


#               *Individual File Dependencies*
tuning.obj: util.cfg tuning.c

#               *List Macros*


repitchEXE_dependencies =  \
 repitch.obj \
 ..\..\lib\cmtlib.lib

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


#               *Individual File Dependencies*
repitch.obj: util.cfg repitch.c

#               *List Macros*


adasetupEXE_dependencies =  \
 adasetup.obj

#               *Explicit Rules*
adasetup.exe: util.cfg $(adasetupEXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
adasetup.obj
adasetup
		# no map file
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
adasetup.obj: util.cfg adasetup.c

infileEXE_dependencies =  \
 infile.obj

#               *Explicit Rules*
infile.exe: util.cfg $(infileEXE_dependencies)
  $(TLINK) /v/x/c/L$(LIBPATH) @&&|
c0l.obj+
infile.obj
infile
		# no map file
emu.lib+
mathl.lib+
cl.lib
|


#               *Individual File Dependencies*
infile.obj: util.cfg infile.c

