home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9TXT / ZE32V270.ZIP / FGREP.MA_ / FGREP.MA
Text File  |  1997-07-16  |  1KB  |  81 lines

  1. #
  2. # Borland C++ IDE generated makefile
  3. # Generated 15/07/97 at 23:11:22 
  4. #
  5. .AUTODEPEND
  6.  
  7.  
  8. #
  9. # Borland C++ tools
  10. #
  11. IMPLIB  = Implib
  12. BCC32   = Bcc32 +BccW32.cfg 
  13. BCC32I  = Bcc32i +BccW32.cfg 
  14. TLINK32 = TLink32
  15. TLIB    = TLib
  16. BRC32   = Brc32
  17. TASM32  = Tasm32
  18. #
  19. # IDE macros
  20. #
  21.  
  22.  
  23. #
  24. # Options
  25. #
  26. IDE_LinkFLAGS32 =  -LE:\BC45\LIB
  27. LinkerLocalOptsAtC32_fgrep32dexe =  -LD:\BC5\LIB -Tpe -ap -c
  28. ResLocalOptsAtC32_fgrep32dexe = 
  29. BLocalOptsAtC32_fgrep32dexe = 
  30. CompInheritOptsAt_fgrep32dexe = -ID:\BC5\INCLUDE; 
  31. LinkerInheritOptsAt_fgrep32dexe = -x
  32. LinkerOptsAt_fgrep32dexe = $(LinkerLocalOptsAtC32_fgrep32dexe)
  33. ResOptsAt_fgrep32dexe = $(ResLocalOptsAtC32_fgrep32dexe)
  34. BOptsAt_fgrep32dexe = $(BLocalOptsAtC32_fgrep32dexe)
  35.  
  36. #
  37. # Dependency List
  38. #
  39. Dep_fgrep32 = \
  40.    fgrep32.exe
  41.  
  42. fgrep32 : BccW32.cfg $(Dep_fgrep32)
  43.   echo MakeNode
  44.  
  45. Dep_fgrep32dexe = \
  46.    grep.obj
  47.  
  48. fgrep32.exe : $(Dep_fgrep32dexe)
  49.   $(TLINK32) @&&|
  50.  /v $(IDE_LinkFLAGS32) $(LinkerOptsAt_fgrep32dexe) $(LinkerInheritOptsAt_fgrep32dexe) +
  51. D:\BC5\LIB\c0x32.obj+
  52. grep.obj
  53. $<,$*
  54. D:\BC5\LIB\import32.lib+
  55. D:\BC5\LIB\cw32.lib
  56.  
  57.  
  58.  
  59. |
  60. grep.obj :  grep.c
  61.   $(BCC32) -P- -c @&&|
  62.  $(CompOptsAt_fgrep32dexe) $(CompInheritOptsAt_fgrep32dexe) -o$@ grep.c
  63. |
  64.  
  65. # Compiler configuration file
  66. BccW32.cfg : 
  67.    Copy &&|
  68. -w
  69. -R
  70. -v
  71. -vi
  72. -H
  73. -H=fgrep.csm
  74. -v-
  75. -R-
  76. -k-
  77. -WC
  78. | $@
  79.  
  80.  
  81.