home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = bcc +LZWOUT.CFG
- TASM = TASM
- TLINK = tlink
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- # *List Macros*
-
-
- EXE_dependencies = \
- lzwout.obj
-
- # *Explicit Rules*
- lzwout.exe: lzwout.cfg $(EXE_dependencies)
- $(TLINK) /x/c/P-/LC:\BORLANDC\LIB @&&|
- c0s.obj+
- lzwout.obj
- lzwout
- # no map file
- lzwsbc.lib+
- emu.lib+
- maths.lib+
- cs.lib
- |
-
-
- # *Individual File Dependencies*
- lzwout.obj: lzwout.c
-
- # *Compiler Configuration File*
- lzwout.cfg: lzwoutb.mak
- copy &&|
- -G
- -O
- -Z
- -H=LZWOUT.SYM
- -IC:\BORLANDC\INCLUDE;C:\OTHERINC
- -LC:\BORLANDC\LIB
- -DTURBO
- -P.CPP
- | lzwout.cfg
-
-