home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c019 / 3.ddi / LZWLIB11 / LZWOUTB.MAK < prev    next >
Encoding:
Text File  |  1992-03-19  |  692 b   |  53 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = bcc +LZWOUT.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. #        *List Macros*
  17.  
  18.  
  19. EXE_dependencies =  \
  20.   lzwout.obj
  21.  
  22. #        *Explicit Rules*
  23. lzwout.exe: lzwout.cfg $(EXE_dependencies)
  24.   $(TLINK) /x/c/P-/LC:\BORLANDC\LIB @&&|
  25. c0s.obj+
  26. lzwout.obj
  27. lzwout
  28.         # no map file
  29. lzwsbc.lib+
  30. emu.lib+
  31. maths.lib+
  32. cs.lib
  33. |
  34.  
  35.  
  36. #        *Individual File Dependencies*
  37. lzwout.obj: lzwout.c 
  38.  
  39. #        *Compiler Configuration File*
  40. lzwout.cfg: lzwoutb.mak
  41.   copy &&|
  42. -G
  43. -O
  44. -Z
  45. -H=LZWOUT.SYM
  46. -IC:\BORLANDC\INCLUDE;C:\OTHERINC
  47. -LC:\BORLANDC\LIB
  48. -DTURBO
  49. -P.CPP
  50. | lzwout.cfg
  51.  
  52.  
  53.