home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / mkmf / RCS / Makefile.bigcmdtop,v < prev    next >
Encoding:
Makefile  |  1992-06-10  |  3.6 KB  |  217 lines

  1. head     1.9;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.9
  10. date     92.06.10.13.04.47;  author jhh;  state Exp;
  11. branches ;
  12. next     1.8;
  13.  
  14. 1.8
  15. date     91.04.11.12.55.41;  author kupfer;  state Exp;
  16. branches ;
  17. next     1.7;
  18.  
  19. 1.7
  20. date     90.04.13.14.32.50;  author douglis;  state Exp;
  21. branches ;
  22. next     1.6;
  23.  
  24. 1.6
  25. date     89.10.09.21.28.52;  author rab;  state Exp;
  26. branches ;
  27. next     1.5;
  28.  
  29. 1.5
  30. date     89.08.18.11.21.57;  author douglis;  state Exp;
  31. branches ;
  32. next     1.4;
  33.  
  34. 1.4
  35. date     89.08.17.11.16.30;  author douglis;  state Exp;
  36. branches ;
  37. next     1.3;
  38.  
  39. 1.3
  40. date     88.12.28.17.06.13;  author ouster;  state Exp;
  41. branches ;
  42. next     1.2;
  43.  
  44. 1.2
  45. date     88.11.27.16.29.08;  author ouster;  state Exp;
  46. branches ;
  47. next     1.1;
  48.  
  49. 1.1
  50. date     88.09.09.17.43.51;  author ouster;  state Exp;
  51. branches ;
  52. next     ;
  53.  
  54.  
  55. desc
  56. @@
  57.  
  58.  
  59. 1.9
  60. log
  61. @make sure all makefiles include TYPE
  62. @
  63. text
  64. @#
  65. # Prototype Makefile for the topmost directory of a command that is
  66. # divided into multiple subdirectories.  When makes are invoked here,
  67. # this Makefile arranges for most of them to be passed on to each
  68. # of its subdirectories.
  69. #
  70. # This Makefile is automatically generated.
  71. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  72. #
  73. # Generated from @@(TEMPLATE)
  74. # @@(DATE)
  75. #
  76. # For more information, refer to the mkmf manual page.
  77. #
  78. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.8 91/04/11 12:55:41 kupfer Exp $ SPRITE (Berkeley)
  79. #
  80. # Allow mkmf
  81.  
  82. MACHINES    = @@(MACHINES)
  83. MANPAGES    = @@(MANPAGES)
  84. NAME        = @@(NAME)
  85. SUBDIRS        = @@(SUBDIRS)
  86. SYSMAKEFILE    = bigcmdtop.mk
  87. TYPE        = @@(TYPE)
  88. DISTDIR        ?= @@(DISTDIR)
  89. #include    <settm.mk>
  90.  
  91.  
  92. #if exists(local.mk)
  93. #include    "local.mk"
  94. #else
  95. #include    <$(SYSMAKEFILE)>
  96. #endif
  97.  
  98. # Any dependencies for subdirectory linked.o files go here.
  99. @
  100.  
  101.  
  102. 1.8
  103. log
  104. @Flush DEFTARGET: the default target is now determined by a pmake
  105. library file.
  106. @
  107. text
  108. @d15 1
  109. a15 1
  110. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.7 90/04/13 14:32:50 douglis Exp Locker: kupfer $ SPRITE (Berkeley)
  111. d23 1
  112. a23 1
  113. #include    <settm.mk>
  114. d26 1
  115. a27 1
  116. SYSMAKEFILE    = bigcmdtop.mk
  117. @
  118.  
  119.  
  120. 1.7
  121. log
  122. @added comment about linked.o dependencies.
  123. @
  124. text
  125. @d15 1
  126. a15 1
  127. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.6 89/10/09 21:28:52 rab Exp Locker: douglis $ SPRITE (Berkeley)
  128. d23 1
  129. a23 1
  130. TM                ?= @@(DEFTARGET)
  131. @
  132.  
  133.  
  134. 1.6
  135. log
  136. @Modifications for distribution.
  137. @
  138. text
  139. @d15 1
  140. a15 1
  141. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.5 89/08/18 11:21:57 douglis Exp Locker: rab $ SPRITE (Berkeley)
  142. d34 2
  143. @
  144.  
  145.  
  146. 1.5
  147. log
  148. @another change for TM -- use single machine if it exists, else \ds3100
  149. @
  150. text
  151. @d15 1
  152. a15 1
  153. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.3 88/12/28 17:06:13 ouster Exp Locker: douglis $ SPRITE (Berkeley)
  154. d25 1
  155. @
  156.  
  157.  
  158. 1.4
  159. log
  160. @removed DEFTARGET -- we use $MACHINE now
  161. @
  162. text
  163. @d23 1
  164. a23 1
  165. TM                ?= $(MACHINE)
  166. @
  167.  
  168.  
  169. 1.3
  170. log
  171. @Replace INSTALLDIR and INSTALLMAN with TYPE.
  172. @
  173. text
  174. @d15 1
  175. a15 1
  176. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.2 88/11/27 16:29:08 ouster Exp Locker: ouster $ SPRITE (Berkeley)
  177. d23 1
  178. a23 1
  179. TM                ?= @@(DEFTARGET)
  180. @
  181.  
  182.  
  183. 1.2
  184. log
  185. @Various changes to replace old C library entirely with new C library.
  186. @
  187. text
  188. @d15 1
  189. a15 1
  190. # $Header: /sprite/lib/mkmf/RCS/Makefile.bigcmdtop,v 1.1 88/09/09 17:43:51 ouster Exp Locker: ouster $ SPRITE (Berkeley)
  191. a18 2
  192. INSTALLDIR    = @@(INSTALLDIR)
  193. INSTALLMAN    = @@(INSTALLMAN)
  194. d24 1
  195. @
  196.  
  197.  
  198. 1.1
  199. log
  200. @Initial revision
  201. @
  202. text
  203. @d15 1
  204. a15 1
  205. # $Header: Makefile.biglibtop,v 1.1 88/08/20 12:58:42 ouster Exp $ SPRITE (Berkeley)
  206. d19 4
  207. a23 2
  208. MACHINES    = @@(MACHINES)
  209. TM                 ?= @@(DEFTARGET)
  210. d25 1
  211. a25 4
  212. CC        = gcc
  213.  
  214. INSTALLDIR    = @@(INSTALLDIR)
  215. LINTDIR        = @@(LINTDIR)
  216. @
  217.