OBJFILE = obj\txflog.obj obj\txfrmz.obj obj\txfetc.obj obj\txfex_p.obj obj\txform.obj obj\txform2.obj obj\txfswchk.obj obj\txffile.obj obj\txfhelp.obj obj\txfcfile.obj obj\txfbuf.obj obj\txfmain.obj 
VPATH=.;.\obj

txf.exe : $(OBJFILE)
	lcc @${-m -v2 -o $@ $# -lintlib }
#	copy txf.exe d:\tools\mopterm\fapx
#	lcc @${-v2 -o $@ $# -lnoexpand.obj -lintlib -ltinymain.obj}

.c.obj:
	lcc -v2 -c -o $@ $<

obj\txfmain.obj   : txfmain.c txf.h
obj\txflog.obj    : txflog.c
obj\txfrmz.obj    : txfrmz.c
obj\txfetc.obj    : txfetc.c
obj\txfex_p.obj   : txfex_p.c
obj\txform.obj    : txform.c
obj\txform2.obj   : txform2.c
obj\txfswchk.obj  : txfswchk.c
obj\txffile.obj   : txffile.c
obj\txfhelp.obj   : txfhelp.c
obj\txfcfile.obj  : txfcfile.c
obj\txfbuf.obj    : txfbuf.c
