home *** CD-ROM | disk | FTP | other *** search
- #
- # Makefile for TesSeRact (Microsoft make)
- #
- # Invoke as 'MAKE MAKE2'
-
- VERSION=1.10
-
- ASS=MASM /DMASM /W2
-
- AFLAGS=/Ml /DVER='$(VERSION)' /I. /I$(INCLUDE) /V /B63
-
- .asm.obj:
- $(ASS) $(MASM) $(AFLAGS) $* $(DB3);
-
- all: tess.lib tess_asm.obj tess_bp.obj tess_end.obj
-
- tsint2f.obj: tsint2f.asm tess.inc
-
- tspopup.obj: tspopup.asm tess.inc
-
- tsutil.obj: tsutil.asm tess.inc
-
- tshot.obj: tshot.asm tess.inc
-
- tsint8.obj: tsint8.asm tess.inc
-
- tsint9.obj: tsint9.asm tess.inc
-
- tsint13.obj: tsint13.asm tess.inc
-
- tsint16.obj: tsint16.asm tess.inc
-
- tsint1c.obj: tsint1c.asm tess.inc
-
- tsint21.obj: tsint21.asm tess.inc
-
- tsint24.obj: tsint24.asm tess.inc
-
- tsint28.obj: tsint28.asm tess.inc
-
- tsinit.obj: tsinit.asm tess.inc
-
- tsgetdat.obj: tsgetdat.asm tess.inc
-
- tssethot.obj: tssethot.asm tess.inc
-
- tschkres.obj: tschkres.asm tess.inc
-
- tsenatsr.obj: tsenatsr.asm tess.inc
-
- tsdistsr.obj: tsdistsr.asm tess.inc
-
- tscaltsr.obj: tscaltsr.asm tess.inc
-
- tssetsta.obj: tssetsta.asm tess.inc
-
- tsgetsta.obj: tsgetsta.asm tess.inc
-
- tsreltsr.obj: tsreltsr.asm tess.inc
-
- tsgetpop.obj: tsgetpop.asm tess.inc
-
- tsstack.obj: tsstack.asm tess.inc
-
- tsdobeep.obj: tsdobeep.asm tess.inc
-
- tsrestsr.obj: tsrestsr.asm tess.inc
-
- tschkhot.obj: tschkhot.asm tess.inc
-
- tsgetpar.obj: tsgetpar.asm tess.inc
-
- tsuser24.obj: tsuser24.asm tess.inc
-
- tsstukbd.obj: tsstukbd.asm tess.inc
-
- tstrigpo.obj: tstrigpo.asm tess.inc
-
- tstrigbg.obj: tstrigbg.asm tess.inc
-
- dummy1.obj: dummy1.asm tess.inc
-
- dummy2.obj: dummy2.asm tess.inc
-
- dummy3.obj: dummy3.asm tess.inc
-
- dummy4.obj: dummy4.asm tess.inc
-
- dummy5.obj: dummy5.asm tess.inc
-
- dummy6.obj: dummy6.asm tess.inc
-
- tess.lib: make2.lb tsint2f.obj tspopup.obj tsutil.obj tshot.obj \
- tsint8.obj tsint9.obj tsint13.obj tsint16.obj tsint1c.obj \
- tsint21.obj tsint24.obj tsint28.obj tsinit.obj tsgetdat.obj \
- tssethot.obj tschkres.obj tsenatsr.obj tsdistsr.obj \
- tscaltsr.obj tssetsta.obj tsgetsta.obj tsreltsr.obj \
- tsgetpop.obj tsstack.obj tsdobeep.obj tsrestsr.obj \
- tschkhot.obj tsgetpar.obj tsuser24.obj tsstukbd.obj \
- tstrigpo.obj tstrigbg.obj dummy1.obj dummy2.obj \
- ummy3.obj dummy4.obj dummy5.obj dummy6.obj
- erase tess.lib
- lib @make2.lb
-
- tess_asm.obj: tess_asm.asm tess.lib
-
- tess_bp.obj: tess_bp.asm tess.lib
-
- tess_end.obj: tess_end.asm tess.lib
-
-