home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / info / make.info (.txt) < prev    next >
GNU Info File  |  1994-11-12  |  5KB  |  274 lines

  1. This is Info file make.info, produced by Makeinfo-1.55 from the input
  2. file ./make.texinfo.
  3.    This file documents the GNU Make utility, which determines
  4. automatically which pieces of a large program need to be recompiled,
  5. and issues the commands to recompile them.
  6.    This is Edition 0.47, last updated 1 November 1994, of `The GNU Make
  7. Manual', for `make', Version 3.72 Beta.
  8.    Copyright (C) 1988, '89, '90, '91, '92, '93, '94 Free Software
  9. Foundation, Inc.
  10.    Permission is granted to make and distribute verbatim copies of this
  11. manual provided the copyright notice and this permission notice are
  12. preserved on all copies.
  13.    Permission is granted to copy and distribute modified versions of
  14. this manual under the conditions for verbatim copying, provided that
  15. the entire resulting derived work is distributed under the terms of a
  16. permission notice identical to this one.
  17.    Permission is granted to copy and distribute translations of this
  18. manual into another language, under the above conditions for modified
  19. versions, except that this permission notice may be stated in a
  20. translation approved by the Free Software Foundation.
  21. Indirect:
  22. make.info-1: 1138
  23. make.info-2: 50405
  24. make.info-3: 97832
  25. make.info-4: 147399
  26. make.info-5: 196703
  27. make.info-6: 243139
  28. make.info-7: 291375
  29. make.info-8: 316697
  30. Tag Table:
  31. (Indirect)
  32. Node: Top
  33. Node: Overview
  34. 12012
  35. Node: Preparing
  36. 12949
  37. Node: Reading
  38. 13904
  39. Node: Bugs
  40. 14826
  41. Node: Introduction
  42. 16694
  43. Node: Rule Introduction
  44. 18281
  45. Node: Simple Makefile
  46. 19990
  47. Node: How Make Works
  48. 23603
  49. Node: Variables Simplify
  50. 26101
  51. Node: make Deduces
  52. 28307
  53. Node: Combine By Dependency
  54. 30054
  55. Node: Cleanup
  56. 31082
  57. Node: Makefiles
  58. 32492
  59. Node: Makefile Contents
  60. 33189
  61. Node: Makefile Names
  62. 35449
  63. Node: Include
  64. 37051
  65. Node: MAKEFILES Variable
  66. 40462
  67. Node: Remaking Makefiles
  68. 41964
  69. Node: Overriding Makefiles
  70. 45782
  71. Node: Rules
  72. 47805
  73. Node: Rule Example
  74. 50405
  75. Node: Rule Syntax
  76. 51240
  77. Node: Wildcards
  78. 53449
  79. Node: Wildcard Examples
  80. 54959
  81. Node: Wildcard Pitfall
  82. 56194
  83. Node: Wildcard Function
  84. 57444
  85. Node: Directory Search
  86. 59225
  87. Node: General Search
  88. 60285
  89. Node: Selective Search
  90. 61803
  91. Node: Commands/Search
  92. 64723
  93. Node: Implicit/Search
  94. 66063
  95. Node: Libraries/Search
  96. 66998
  97. Node: Phony Targets
  98. 68067
  99. Node: Force Targets
  100. 71412
  101. Node: Empty Targets
  102. 72449
  103. Node: Special Targets
  104. 73709
  105. Node: Multiple Targets
  106. 77631
  107. Node: Multiple Rules
  108. 79498
  109. Node: Static Pattern
  110. 81581
  111. Node: Static Usage
  112. 82221
  113. Node: Static versus Implicit
  114. 85875
  115. Node: Double-Colon
  116. 87606
  117. Node: Automatic Dependencies
  118. 89136
  119. Node: Commands
  120. 93214
  121. Node: Echoing
  122. 94906
  123. Node: Execution
  124. 96164
  125. Node: Parallel
  126. 97832
  127. Node: Errors
  128. 101147
  129. Node: Interrupts
  130. 104783
  131. Node: Recursion
  132. 106364
  133. Node: MAKE Variable
  134. 107650
  135. Node: Variables/Recursion
  136. 109608
  137. Node: Options/Recursion
  138. 114571
  139. Node: -w Option
  140. 119263
  141. Node: Sequences
  142. 120249
  143. Node: Empty Commands
  144. 123244
  145. Node: Using Variables
  146. 124412
  147. Node: Reference
  148. 127396
  149. Node: Flavors
  150. 128941
  151. Node: Advanced
  152. 134258
  153. Node: Substitution Refs
  154. 134758
  155. Node: Computed Names
  156. 136285
  157. Node: Values
  158. 140855
  159. Node: Setting
  160. 141772
  161. Node: Appending
  162. 143481
  163. Node: Override Directive
  164. 147399
  165. Node: Defining
  166. 148778
  167. Node: Environment
  168. 150776
  169. Node: Conditionals
  170. 152904
  171. Node: Conditional Example
  172. 153613
  173. Node: Conditional Syntax
  174. 156179
  175. Node: Testing Flags
  176. 160925
  177. Node: Functions
  178. 162022
  179. Node: Syntax of Functions
  180. 163020
  181. Node: Text Functions
  182. 165157
  183. Node: Filename Functions
  184. 171911
  185. Node: Foreach Function
  186. 177032
  187. Node: Origin Function
  188. 180234
  189. Node: Shell Function
  190. 183459
  191. Node: Running
  192. 184836
  193. Node: Makefile Arguments
  194. 186824
  195. Node: Goals
  196. 187519
  197. Node: Instead of Execution
  198. 191521
  199. Node: Avoiding Compilation
  200. 194802
  201. Node: Overriding
  202. 196703
  203. Node: Testing
  204. 198991
  205. Node: Options Summary
  206. 200868
  207. Node: Implicit Rules
  208. 207678
  209. Node: Using Implicit
  210. 209824
  211. Node: Catalogue of Rules
  212. 213311
  213. Node: Implicit Variables
  214. 222292
  215. Node: Chained Rules
  216. 226418
  217. Node: Pattern Rules
  218. 229116
  219. Node: Pattern Intro
  220. 230644
  221. Node: Pattern Examples
  222. 233455
  223. Node: Automatic
  224. 235248
  225. Node: Pattern Match
  226. 241535
  227. Node: Match-Anything Rules
  228. 243139
  229. Node: Canceling Rules
  230. 246998
  231. Node: Last Resort
  232. 247701
  233. Node: Suffix Rules
  234. 249538
  235. Node: Search Algorithm
  236. 253245
  237. Node: Archives
  238. 256741
  239. Node: Archive Members
  240. 257436
  241. Node: Archive Update
  242. 259015
  243. Node: Archive Symbols
  244. 260931
  245. Node: Archive Pitfalls
  246. 262130
  247. Node: Archive Suffix Rules
  248. 262846
  249. Node: Features
  250. 264386
  251. Node: Missing
  252. 272738
  253. Node: Makefile Conventions
  254. 277067
  255. Node: Makefile Basics
  256. 277415
  257. Node: Utilities in Makefiles
  258. 279754
  259. Node: Standard Targets
  260. 281446
  261. Node: Command Variables
  262. 288550
  263. Node: Directory Variables
  264. 291375
  265. Node: Quick Reference
  266. 300432
  267. Node: Complex Makefile
  268. 308030
  269. Node: Concept Index
  270. 316697
  271. Node: Name Index
  272. 356261
  273. End Tag Table
  274.