home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / EXTRAS / UUCODE / UUPC / TEST / UPC12ES4.ZIP / UTIL / util.mak < prev    next >
Encoding:
Text File  |  1993-11-20  |  2.2 KB  |  94 lines

  1. # *--------------------------------------------------------------------*
  2. # *     u t i l . m a k                                                *
  3. # *                                                                    *
  4. # *   Changes Copyright (c) 1989-1993 by Kendra Electronic             *
  5. # *   Wonderworks.                                                     *
  6. # *                                                                    *
  7. # *   All rights reserved except those explicitly granted by the       *
  8. # *   UUPC/extended license agreement.                                 *
  9. # *--------------------------------------------------------------------*
  10.  
  11. #     $Id: util.mak 1.5 1993/11/21 04:46:03 ahd Exp $
  12. #
  13. #     Revision history:
  14. #     $Log: util.mak $
  15. # Revision 1.5  1993/11/21  04:46:03  ahd
  16. # Normalize OS/2 build of NOVRSTRK
  17. #
  18. # Revision 1.4  1993/09/27  00:44:27  ahd
  19. # Correct build of small .com files.
  20. #
  21. # Revision 1.3  1993/09/20  04:36:42  ahd
  22. # TCP/IP support from Dave Watt
  23. # 't' protocol support
  24. # BC++ 1.0 for OS/2 support
  25. #
  26. # Revision 1.2  1993/07/31  16:21:21  ahd
  27. # Windows 3.x support
  28. #
  29.  
  30. !include $(UUPCDEFS)
  31.  
  32. !if $(NDEBUG)
  33. LINKOPT=$(LINKOPTN)
  34. !else
  35. LINKOPT=$(LINKOPTD)
  36. !endif
  37.  
  38. .path.c = $(UTIL)
  39.  
  40. .c.obj:
  41.   $(CC) $(CCX) -I$:{ $<}
  42.  
  43. .c.com:
  44.         $(CC) -c- -mt -lt -v- $(CCX) -n$(SRC) $< $(UUPCLIB)
  45.         del $(@:.com=.obj)
  46.  
  47. fmt$(PSUFFIX).exe:  $(UUPCCFG) $(OBJ)\fmt.obj $(LIBRARIES)
  48.         $(LINKER) $(LINKOPT) @&&|
  49. $(STARTUP)+
  50. $(OBJ)\fmt.obj
  51. $<
  52. $(MAP)
  53. $(LIBRARY)
  54. |
  55. !if !$d(__OS2__)
  56.         tdstrip -s $<
  57. !endif
  58.  
  59. gensig$(PSUFFIX).exe:  $(UUPCCFG) $(OBJ)\gensig.obj $(LIBRARIES)
  60.         $(LINKER) $(LINKOPT) @&&|
  61. $(STARTUP)+
  62. $(OBJ)\gensig.obj
  63. $<
  64. $(MAP)
  65. $(LIBRARY)
  66. |
  67. !if !$d(__OS2__)
  68.         tdstrip -s $<
  69. !endif
  70.  
  71. novrstr$(PSUFFIX).exe:  $(UUPCCFG) $(OBJ)\novrstrk.obj $(LIBRARIES)
  72.         $(LINKER) $(LINKOPT) @&&|
  73. $(STARTUP)+
  74. $(OBJ)\novrstrk.obj
  75. $<
  76. $(MAP)
  77. $(LIBRARY)
  78. |
  79. !if !$d(__OS2__)
  80.         tdstrip -s $<
  81. !endif
  82.  
  83. uupoll$(PSUFFIX).exe: $(UUPCCFG)     $(OBJ)\uupoll.obj $(LIBRARIES)
  84.         $(LINKER) $(LINKOPT) @&&|
  85. $(STARTUP)+
  86. $(OBJ)\uupoll.obj
  87. $<
  88. $(MAP)
  89. $(LIBRARY)
  90. |
  91. !if !$d(__OS2__)
  92.         tdstrip -s $<
  93. !endif
  94.