.AUTODEPEND

#               *Translator Definitions*
CC = tcc +smq.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. smqin.exe smqout.exe

tmakefil.: makefile.
	copy makefile. bmakefil.


#               *List Macros*


smqinEXE_dependencies =  \
 ..\..\..\lib\cmtlib.lib \
 smqhandl.obj \
 smqindem.obj


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


#               *Individual File Dependencies*
smqhandl.obj: smq.cfg smqhandl.c

smqindem.obj: smq.cfg smqindem.c

smqoutde.obj: smq.cfg smqoutde.c


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

#               *List Macros*


smqoutEXE_dependencies =  \
 smqhandl.obj \
 smqoutde.obj \
 ..\..\..\lib\cmtlib.lib

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


