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.aux < prev    next >
Text File  |  1994-05-17  |  16KB  |  352 lines

  1. 'xrdef {Overview-title}{Overview of \code {make}}
  2. 'xrdef {Overview-pg}{1}
  3. 'xrdef {Overview-snt}{Chapter'tie1}
  4. 'xrdef {Reading-title}{How to Read This Manual}
  5. 'xrdef {Reading-pg}{1}
  6. 'xrdef {Reading-snt}{Section'tie1.1}
  7. 'xrdef {Bugs-title}{Problems and Bugs}
  8. 'xrdef {Bugs-pg}{2}
  9. 'xrdef {Bugs-snt}{Section'tie1.2}
  10. 'xrdef {Introduction-title}{An Introduction to Makefiles}
  11. 'xrdef {Introduction-pg}{5}
  12. 'xrdef {Introduction-snt}{Chapter'tie2}
  13. 'xrdef {Rule Introduction-title}{What a Rule Looks Like}
  14. 'xrdef {Rule Introduction-pg}{5}
  15. 'xrdef {Rule Introduction-snt}{Section'tie2.1}
  16. 'xrdef {Simple Makefile-title}{A Simple Makefile}
  17. 'xrdef {Simple Makefile-pg}{6}
  18. 'xrdef {Simple Makefile-snt}{Section'tie2.2}
  19. 'xrdef {How Make Works-title}{How \code {make} Processes a Makefile}
  20. 'xrdef {How Make Works-pg}{8}
  21. 'xrdef {How Make Works-snt}{Section'tie2.3}
  22. 'xrdef {Variables Simplify-title}{Variables Make Makefiles Simpler}
  23. 'xrdef {Variables Simplify-pg}{9}
  24. 'xrdef {Variables Simplify-snt}{Section'tie2.4}
  25. 'xrdef {make Deduces-title}{Letting \code {make} Deduce the Commands}
  26. 'xrdef {make Deduces-pg}{10}
  27. 'xrdef {make Deduces-snt}{Section'tie2.5}
  28. 'xrdef {Combine By Dependency-title}{Another Style of Makefile}
  29. 'xrdef {Combine By Dependency-pg}{11}
  30. 'xrdef {Combine By Dependency-snt}{Section'tie2.6}
  31. 'xrdef {Cleanup-title}{Rules for Cleaning the Directory}
  32. 'xrdef {Cleanup-pg}{12}
  33. 'xrdef {Cleanup-snt}{Section'tie2.7}
  34. 'xrdef {Makefiles-title}{Writing Makefiles}
  35. 'xrdef {Makefiles-pg}{13}
  36. 'xrdef {Makefiles-snt}{Chapter'tie3}
  37. 'xrdef {Makefile Contents-title}{What Makefiles Contain}
  38. 'xrdef {Makefile Contents-pg}{13}
  39. 'xrdef {Makefile Contents-snt}{Section'tie3.1}
  40. 'xrdef {Makefile Names-title}{What Name to Give Your Makefile}
  41. 'xrdef {Makefile Names-pg}{14}
  42. 'xrdef {Makefile Names-snt}{Section'tie3.2}
  43. 'xrdef {Include-title}{Including Other Makefiles}
  44. 'xrdef {Include-pg}{14}
  45. 'xrdef {Include-snt}{Section'tie3.3}
  46. 'xrdef {MAKEFILES Variable-title}{The Variable \code {MAKEFILES}}
  47. 'xrdef {MAKEFILES Variable-pg}{16}
  48. 'xrdef {MAKEFILES Variable-snt}{Section'tie3.4}
  49. 'xrdef {Remaking Makefiles-title}{How Makefiles Are Remade}
  50. 'xrdef {Remaking Makefiles-pg}{16}
  51. 'xrdef {Remaking Makefiles-snt}{Section'tie3.5}
  52. 'xrdef {Overriding Makefiles-title}{Overriding Part of Another Makefile}
  53. 'xrdef {Overriding Makefiles-pg}{18}
  54. 'xrdef {Overriding Makefiles-snt}{Section'tie3.6}
  55. 'xrdef {Rules-title}{Writing Rules}
  56. 'xrdef {Rules-pg}{19}
  57. 'xrdef {Rules-snt}{Chapter'tie4}
  58. 'xrdef {Rule Syntax-title}{Rule Syntax}
  59. 'xrdef {Rule Syntax-pg}{19}
  60. 'xrdef {Rule Syntax-snt}{Section'tie4.1}
  61. 'xrdef {Wildcards-title}{Using Wildcard Characters in File Names}
  62. 'xrdef {Wildcards-pg}{20}
  63. 'xrdef {Wildcards-snt}{Section'tie4.2}
  64. 'xrdef {Wildcard Examples-title}{Wildcard Examples}
  65. 'xrdef {Wildcard Examples-pg}{21}
  66. 'xrdef {Wildcard Examples-snt}{Section'tie4.2.1}
  67. 'xrdef {Wildcard Pitfall-title}{Pitfalls of Using Wildcards}
  68. 'xrdef {Wildcard Pitfall-pg}{22}
  69. 'xrdef {Wildcard Pitfall-snt}{Section'tie4.2.2}
  70. 'xrdef {Wildcard Function-title}{The Function \code {wildcard}}
  71. 'xrdef {Wildcard Function-pg}{22}
  72. 'xrdef {Wildcard Function-snt}{Section'tie4.2.3}
  73. 'xrdef {Directory Search-title}{Searching Directories for Dependencies}
  74. 'xrdef {Directory Search-pg}{23}
  75. 'xrdef {Directory Search-snt}{Section'tie4.3}
  76. 'xrdef {General Search-title}{\code {VPATH}: Search Path for All Dependencies}
  77. 'xrdef {General Search-pg}{23}
  78. 'xrdef {General Search-snt}{Section'tie4.3.1}
  79. 'xrdef {Selective Search-title}{The \code {vpath} Directive}
  80. 'xrdef {Selective Search-pg}{24}
  81. 'xrdef {Selective Search-snt}{Section'tie4.3.2}
  82. 'xrdef {Commands/Search-title}{Writing Shell Commands with Directory Search}
  83. 'xrdef {Commands/Search-pg}{26}
  84. 'xrdef {Commands/Search-snt}{Section'tie4.3.3}
  85. 'xrdef {Implicit/Search-title}{Directory Search and Implicit Rules}
  86. 'xrdef {Implicit/Search-pg}{27}
  87. 'xrdef {Implicit/Search-snt}{Section'tie4.3.4}
  88. 'xrdef {Libraries/Search-title}{Directory Search for Link Libraries}
  89. 'xrdef {Libraries/Search-pg}{27}
  90. 'xrdef {Libraries/Search-snt}{Section'tie4.3.5}
  91. 'xrdef {Phony Targets-title}{Phony Targets}
  92. 'xrdef {Phony Targets-pg}{28}
  93. 'xrdef {Phony Targets-snt}{Section'tie4.4}
  94. 'xrdef {Force Targets-title}{Rules without Commands or Dependencies}
  95. 'xrdef {Force Targets-pg}{30}
  96. 'xrdef {Force Targets-snt}{Section'tie4.5}
  97. 'xrdef {Empty Targets-title}{Empty Target Files to Record Events}
  98. 'xrdef {Empty Targets-pg}{30}
  99. 'xrdef {Empty Targets-snt}{Section'tie4.6}
  100. 'xrdef {Special Targets-title}{Special Built-in Target Names}
  101. 'xrdef {Special Targets-pg}{31}
  102. 'xrdef {Special Targets-snt}{Section'tie4.7}
  103. 'xrdef {Multiple Targets-title}{Multiple Targets in a Rule}
  104. 'xrdef {Multiple Targets-pg}{32}
  105. 'xrdef {Multiple Targets-snt}{Section'tie4.8}
  106. 'xrdef {Multiple Rules-title}{Multiple Rules for One Target}
  107. 'xrdef {Multiple Rules-pg}{33}
  108. 'xrdef {Multiple Rules-snt}{Section'tie4.9}
  109. 'xrdef {Static Pattern-title}{Static Pattern Rules}
  110. 'xrdef {Static Pattern-pg}{34}
  111. 'xrdef {Static Pattern-snt}{Section'tie4.10}
  112. 'xrdef {Static Usage-title}{Syntax of Static Pattern Rules}
  113. 'xrdef {Static Usage-pg}{34}
  114. 'xrdef {Static Usage-snt}{Section'tie4.10.1}
  115. 'xrdef {Static versus Implicit-title}{Static Pattern Rules versus Implicit Rules}
  116. 'xrdef {Static versus Implicit-pg}{36}
  117. 'xrdef {Static versus Implicit-snt}{Section'tie4.10.2}
  118. 'xrdef {Double-Colon-title}{Double-Colon Rules}
  119. 'xrdef {Double-Colon-pg}{37}
  120. 'xrdef {Double-Colon-snt}{Section'tie4.11}
  121. 'xrdef {Automatic Dependencies-title}{Generating Dependencies Automatically}
  122. 'xrdef {Automatic Dependencies-pg}{37}
  123. 'xrdef {Automatic Dependencies-snt}{Section'tie4.12}
  124. 'xrdef {Commands-title}{Writing the Commands in Rules}
  125. 'xrdef {Commands-pg}{41}
  126. 'xrdef {Commands-snt}{Chapter'tie5}
  127. 'xrdef {Echoing-title}{Command Echoing}
  128. 'xrdef {Echoing-pg}{41}
  129. 'xrdef {Echoing-snt}{Section'tie5.1}
  130. 'xrdef {Execution-title}{Command Execution}
  131. 'xrdef {Execution-pg}{42}
  132. 'xrdef {Execution-snt}{Section'tie5.2}
  133. 'xrdef {Parallel-title}{Parallel Execution}
  134. 'xrdef {Parallel-pg}{42}
  135. 'xrdef {Parallel-snt}{Section'tie5.3}
  136. 'xrdef {Errors-title}{Errors in Commands}
  137. 'xrdef {Errors-pg}{44}
  138. 'xrdef {Errors-snt}{Section'tie5.4}
  139. 'xrdef {Interrupts-title}{Interrupting or Killing \code {make}}
  140. 'xrdef {Interrupts-pg}{45}
  141. 'xrdef {Interrupts-snt}{Section'tie5.5}
  142. 'xrdef {Recursion-title}{Recursive Use of \code {make}}
  143. 'xrdef {Recursion-pg}{46}
  144. 'xrdef {Recursion-snt}{Section'tie5.6}
  145. 'xrdef {MAKE Variable-title}{How the \code {MAKE} Variable Works}
  146. 'xrdef {MAKE Variable-pg}{46}
  147. 'xrdef {MAKE Variable-snt}{Section'tie5.6.1}
  148. 'xrdef {Variables/Recursion-title}{Communicating Variables to a Sub-\code {make}}
  149. 'xrdef {Variables/Recursion-pg}{47}
  150. 'xrdef {Variables/Recursion-snt}{Section'tie5.6.2}
  151. 'xrdef {Options/Recursion-title}{Communicating Options to a Sub-\code {make}}
  152. 'xrdef {Options/Recursion-pg}{50}
  153. 'xrdef {Options/Recursion-snt}{Section'tie5.6.3}
  154. 'xrdef {-w Option-title}{The \samp {--print-directory} Option}
  155. 'xrdef {-w Option-pg}{51}
  156. 'xrdef {-w Option-snt}{Section'tie5.6.4}
  157. 'xrdef {Sequences-title}{Defining Canned Command Sequences}
  158. 'xrdef {Sequences-pg}{52}
  159. 'xrdef {Sequences-snt}{Section'tie5.7}
  160. 'xrdef {Empty Commands-title}{Using Empty Commands}
  161. 'xrdef {Empty Commands-pg}{54}
  162. 'xrdef {Empty Commands-snt}{Section'tie5.8}
  163. 'xrdef {Using Variables-title}{How to Use Variables}
  164. 'xrdef {Using Variables-pg}{55}
  165. 'xrdef {Using Variables-snt}{Chapter'tie6}
  166. 'xrdef {Reference-title}{Basics of Variable References}
  167. 'xrdef {Reference-pg}{55}
  168. 'xrdef {Reference-snt}{Section'tie6.1}
  169. 'xrdef {Flavors-title}{The Two Flavors of Variables}
  170. 'xrdef {Flavors-pg}{56}
  171. 'xrdef {Flavors-snt}{Section'tie6.2}
  172. 'xrdef {Advanced-title}{Advanced Features for Reference to Variables}
  173. 'xrdef {Advanced-pg}{59}
  174. 'xrdef {Advanced-snt}{Section'tie6.3}
  175. 'xrdef {Substitution Refs-title}{Substitution References}
  176. 'xrdef {Substitution Refs-pg}{59}
  177. 'xrdef {Substitution Refs-snt}{Section'tie6.3.1}
  178. 'xrdef {Computed Names-title}{Computed Variable Names}
  179. 'xrdef {Computed Names-pg}{60}
  180. 'xrdef {Computed Names-snt}{Section'tie6.3.2}
  181. 'xrdef {Values-title}{How Variables Get Their Values}
  182. 'xrdef {Values-pg}{63}
  183. 'xrdef {Values-snt}{Section'tie6.4}
  184. 'xrdef {Setting-title}{Setting Variables}
  185. 'xrdef {Setting-pg}{63}
  186. 'xrdef {Setting-snt}{Section'tie6.5}
  187. 'xrdef {Appending-tit