# ******************   trwin Make File (.Mak)        ********************
#
#  Generated by GPF (Gui Programming Facility) Version 1.3 Level(01)
#
# Program Name  : trwin
# DataBase Name : No
# Date and Time : Sat Jul 31 22:17:59 1993
# Program Level : 1.0
# Copyright     : Andy Yuen
#
# **********************************************************************
CC = ztc
Option = -2 -a1 -bx -c -ml -W2 -x -Jm
AllObj  = \
	trmgr.obj trfns.obj trsmt.obj trmsg.obj

.c.obj:
                $(CC) $(Option) $<

.cpp.obj:
                $(CC) $(Option) $<

trmgr.exe:      $(AllObj) trmgr.res
		link @trmgr.l
		Rc trmgr.res trmgr.exe

trmgr.obj:	trmgr.c trfns.h

trfns.obj:	trfns.c trfns.h trsmt.h

trsmt.obj:	trsmt.cpp trsmt.h trmsg.h

trmgr.Res:      trmgr.Rc
		Rc -r trmgr.Rc

