home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / gnu / make-3.71-src.lha / src / amiga / make-3.71 / make.info (.txt) < prev    next >
GNU Info File  |  1994-05-17  |  5KB  |  272 lines

  1. This is Info file make.info, produced by Makeinfo-1.54 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.45, last updated 11 May 1994, of `The GNU Make
  7. Manual', for `make', Version 3.71 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: 1134
  23. make.info-2: 50397
  24. make.info-3: 100390
  25. make.info-4: 149105
  26. make.info-5: 199061
  27. make.info-6: 247456
  28. make.info-7: 294189
  29. make.info-8: 310259
  30. Tag Table:
  31. (Indirect)
  32. Node: Top
  33. Node: Overview
  34. 12004
  35. Node: Preparing
  36. 12941
  37. Node: Reading
  38. 13896
  39. Node: Bugs
  40. 14818
  41. Node: Introduction
  42. 16686
  43. Node: Rule Introduction
  44. 18273
  45. Node: Simple Makefile
  46. 19982
  47. Node: How Make Works
  48. 23595
  49. Node: Variables Simplify
  50. 26093
  51. Node: make Deduces
  52. 28299
  53. Node: Combine By Dependency
  54. 30046
  55. Node: Cleanup
  56. 31074
  57. Node: Makefiles
  58. 32484
  59. Node: Makefile Contents
  60. 33181
  61. Node: Makefile Names
  62. 35441
  63. Node: Include
  64. 37043
  65. Node: MAKEFILES Variable
  66. 40454
  67. Node: Remaking Makefiles
  68. 41956
  69. Node: Overriding Makefiles
  70. 45774
  71. Node: Rules
  72. 47797
  73. Node: Rule Example
  74. 50397
  75. Node: Rule Syntax
  76. 51232
  77. Node: Wildcards
  78. 53441
  79. Node: Wildcard Examples
  80. 54951
  81. Node: Wildcard Pitfall
  82. 56186
  83. Node: Wildcard Function
  84. 57436
  85. Node: Directory Search
  86. 59217
  87. Node: General Search
  88. 60277
  89. Node: Selective Search
  90. 61795
  91. Node: Commands/Search
  92. 64715
  93. Node: Implicit/Search
  94. 66055
  95. Node: Libraries/Search
  96. 66990
  97. Node: Phony Targets
  98. 68059
  99. Node: Force Targets
  100. 71404
  101. Node: Empty Targets
  102. 72441
  103. Node: Special Targets
  104. 73701
  105. Node: Multiple Targets
  106. 77282
  107. Node: Multiple Rules
  108. 79149
  109. Node: Static Pattern
  110. 81232
  111. Node: Static Usage
  112. 81872
  113. Node: Static versus Implicit
  114. 85526
  115. Node: Double-Colon
  116. 87257
  117. Node: Automatic Dependencies
  118. 88787
  119. Node: Commands
  120. 92609
  121. Node: Echoing
  122. 94170
  123. Node: Execution
  124. 95407
  125. Node: Parallel
  126. 97075
  127. Node: Errors
  128. 100390
  129. Node: Interrupts
  130. 103289
  131. Node: Recursion
  132. 104870
  133. Node: MAKE Variable
  134. 106156
  135. Node: Variables/Recursion
  136. 109247
  137. Node: Options/Recursion
  138. 114027
  139. Node: -w Option
  140. 117592
  141. Node: Sequences
  142. 118578
  143. Node: Empty Commands
  144. 121573
  145. Node: Using Variables
  146. 122741
  147. Node: Reference
  148. 125725
  149. Node: Flavors
  150. 127270
  151. Node: Advanced
  152. 132587
  153. Node: Substitution Refs
  154. 133087
  155. Node: Computed Names
  156. 134614
  157. Node: Values
  158. 139184
  159. Node: Setting
  160. 140101
  161. Node: Appending
  162. 141810
  163. Node: Override Directive
  164. 145728
  165. Node: Defining
  166. 147107
  167. Node: Environment
  168. 149105
  169. Node: Conditionals
  170. 151233
  171. Node: Conditional Example
  172. 151942
  173. Node: Conditional Syntax
  174. 154508
  175. Node: Testing Flags
  176. 159254
  177. Node: Functions
  178. 160351
  179. Node: Syntax of Functions
  180. 161349
  181. Node: Text Functions
  182. 163486
  183. Node: Filename Functions
  184. 170240
  185. Node: Foreach Function
  186. 175361
  187. Node: Origin Function
  188. 178563
  189. Node: Shell Function
  190. 181788
  191. Node: Running
  192. 183165
  193. Node: Makefile Arguments
  194. 185153
  195. Node: Goals
  196. 185848
  197. Node: Instead of Execution
  198. 189714
  199. Node: Avoiding Compilation
  200. 192995
  201. Node: Overriding
  202. 194896
  203. Node: Testing
  204. 197184
  205. Node: Options Summary
  206. 199061
  207. Node: Implicit Rules
  208. 205871
  209. Node: Using Implicit
  210. 208017
  211. Node: Catalogue of Rules
  212. 211504
  213. Node: Implicit Variables
  214. 220485
  215. Node: Chained Rules
  216. 224611
  217. Node: Pattern Rules
  218. 227309
  219. Node: Pattern Intro
  220. 228837
  221. Node: Pattern Examples
  222. 231648
  223. Node: Automatic
  224. 233441
  225. Node: Pattern Match
  226. 239453
  227. Node: Match-Anything Rules
  228. 241057
  229. Node: Canceling Rules
  230. 244916
  231. Node: Last Resort
  232. 245619
  233. Node: Suffix Rules
  234. 247456
  235. Node: Search Algorithm
  236. 251163
  237. Node: Archives
  238. 254659
  239. Node: Archive Members
  240. 255276
  241. Node: Archive Update
  242. 256855
  243. Node: Archive Symbols
  244. 258775
  245. Node: Archive Suffix Rules
  246. 259974
  247. Node: Features
  248. 261512
  249. Node: Missing
  250. 269799
  251. Node: Makefile Conventions
  252. 274128
  253. Node: Makefile Basics
  254. 274476
  255. Node: Utilities in Makefiles
  256. 276362
  257. Node: Standard Targets
  258. 277793
  259. Node: Command Variables
  260. 284897
  261. Node: Directory Variables
  262. 287722
  263. Node: Quick Reference
  264. 294189
  265. Node: Complex Makefile
  266. 301592
  267. Node: Concept Index
  268. 310259
  269. Node: Name Index
  270. 348949
  271. End Tag Table
  272.