home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / make-3.75-bin.lha / info / make.info (.txt) next >
GNU Info File  |  1996-10-12  |  5KB  |  274 lines

  1. This is Info file make.info, produced by Makeinfo-1.64 from the input
  2. file /ade-src/fsf/make/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.51, last updated 9 May 1996, of `The GNU Make
  7. Manual', for `make', Version 3.75 Beta.
  8.    Copyright (C) 1988, '89, '90, '91, '92, '93, '94, '95, '96
  9. Free Software 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: 1159
  23. make.info-2: 50917
  24. make.info-3: 98093
  25. make.info-4: 147571
  26. make.info-5: 196879
  27. make.info-6: 244610
  28. make.info-7: 286300
  29. make.info-8: 322883
  30. Tag Table:
  31. (Indirect)
  32. Node: Top
  33. Node: Overview
  34. 12028
  35. Node: Preparing
  36. 12965
  37. Node: Reading
  38. 13920
  39. Node: Bugs
  40. 14842
  41. Node: Introduction
  42. 16279
  43. Node: Rule Introduction
  44. 17866
  45. Node: Simple Makefile
  46. 19575
  47. Node: How Make Works
  48. 23188
  49. Node: Variables Simplify
  50. 25676
  51. Node: make Deduces
  52. 27882
  53. Node: Combine By Dependency
  54. 29629
  55. Node: Cleanup
  56. 30657
  57. Node: Makefiles
  58. 32067
  59. Node: Makefile Contents
  60. 32764
  61. Node: Makefile Names
  62. 35024
  63. Node: Include
  64. 36626
  65. Node: MAKEFILES Variable
  66. 40139
  67. Node: Remaking Makefiles
  68. 41641
  69. Node: Overriding Makefiles
  70. 45459
  71. Node: Rules
  72. 47482
  73. Node: Rule Example
  74. 50082
  75. Node: Rule Syntax
  76. 50917
  77. Node: Wildcards
  78. 53126
  79. Node: Wildcard Examples
  80. 54636
  81. Node: Wildcard Pitfall
  82. 55871
  83. Node: Wildcard Function
  84. 57121
  85. Node: Directory Search
  86. 58902
  87. Node: General Search
  88. 59962
  89. Node: Selective Search
  90. 61480
  91. Node: Commands/Search
  92. 64400
  93. Node: Implicit/Search
  94. 65740
  95. Node: Libraries/Search
  96. 66675
  97. Node: Phony Targets
  98. 67744
  99. Node: Force Targets
  100. 71089
  101. Node: Empty Targets
  102. 72126
  103. Node: Special Targets
  104. 73386
  105. Node: Multiple Targets
  106. 77888
  107. Node: Multiple Rules
  108. 79755
  109. Node: Static Pattern
  110. 81838
  111. Node: Static Usage
  112. 82478
  113. Node: Static versus Implicit
  114. 86132
  115. Node: Double-Colon
  116. 87863
  117. Node: Automatic Dependencies
  118. 89393
  119. Node: Commands
  120. 93475
  121. Node: Echoing
  122. 95167
  123. Node: Execution
  124. 96425
  125. Node: Parallel
  126. 98093
  127. Node: Errors
  128. 101408
  129. Node: Interrupts
  130. 105044
  131. Node: Recursion
  132. 106625
  133. Node: MAKE Variable
  134. 107911
  135. Node: Variables/Recursion
  136. 109869
  137. Node: Options/Recursion
  138. 114832
  139. Node: -w Option
  140. 119435
  141. Node: Sequences
  142. 120421
  143. Node: Empty Commands
  144. 123416
  145. Node: Using Variables
  146. 124584
  147. Node: Reference
  148. 127568
  149. Node: Flavors
  150. 129113
  151. Node: Advanced
  152. 134430
  153. Node: Substitution Refs
  154. 134930
  155. Node: Computed Names
  156. 136457
  157. Node: Values
  158. 141027
  159. Node: Setting
  160. 141944
  161. Node: Appending
  162. 143653
  163. Node: Override Directive
  164. 147571
  165. Node: Defining
  166. 148950
  167. Node: Environment
  168. 150948
  169. Node: Conditionals
  170. 153076
  171. Node: Conditional Example
  172. 153785
  173. Node: Conditional Syntax
  174. 156351
  175. Node: Testing Flags
  176. 161097
  177. Node: Functions
  178. 162194
  179. Node: Syntax of Functions
  180. 163192
  181. Node: Text Functions
  182. 165329
  183. Node: Filename Functions
  184. 172083
  185. Node: Foreach Function
  186. 177204
  187. Node: Origin Function
  188. 180410
  189. Node: Shell Function
  190. 183635
  191. Node: Running
  192. 185012
  193. Node: Makefile Arguments
  194. 187000
  195. Node: Goals
  196. 187695
  197. Node: Instead of Execution
  198. 191697
  199. Node: Avoiding Compilation
  200. 194978
  201. Node: Overriding
  202. 196879
  203. Node: Testing
  204. 199167
  205. Node: Options Summary
  206. 201044
  207. Node: Implicit Rules
  208. 207854
  209. Node: Using Implicit
  210. 210000
  211. Node: Catalogue of Rules
  212. 213487
  213. Node: Implicit Variables
  214. 222468
  215. Node: Chained Rules
  216. 226594
  217. Node: Pattern Rules
  218. 230587
  219. Node: Pattern Intro
  220. 232115
  221. Node: Pattern Examples
  222. 234926
  223. Node: Automatic
  224. 236719
  225. Node: Pattern Match
  226. 243006
  227. Node: Match-Anything Rules
  228. 244610
  229. Node: Canceling Rules
  230. 248469
  231. Node: Last Resort
  232. 249172
  233. Node: Suffix Rules
  234. 251009
  235. Node: Search Algorithm
  236. 254716
  237. Node: Archives
  238. 258212
  239. Node: Archive Members
  240. 258907
  241. Node: Archive Update
  242. 260486
  243. Node: Archive Symbols
  244. 262402
  245. Node: Archive Pitfalls
  246. 263601
  247. Node: Archive Suffix Rules
  248. 264317
  249. Node: Features
  250. 265857
  251. Node: Missing
  252. 274299
  253. Node: Makefile Conventions
  254. 278628
  255. Node: Makefile Basics
  256. 279134
  257. Node: Utilities in Makefiles
  258. 281600
  259. Node: Command Variables
  260. 283469
  261. Node: Directory Variables
  262. 286300
  263. Node: Standard Targets
  264. 296864
  265. Node: Quick Reference
  266. 306618
  267. Node: Complex Makefile
  268. 314216
  269. Node: Concept Index
  270. 322883
  271. Node: Name Index
  272. 362029
  273. End Tag Table
  274.