home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / make-3.70-src.lha / src / amiga / make-3.70 / make.cp < prev    next >
Encoding:
Text File  |  1993-12-17  |  38.4 KB  |  690 lines

  1. \entry {POSIX}{1}{POSIX}
  2. \entry {IEEE Standard 1003.2}{1}{IEEE Standard 1003.2}
  3. \entry {standards conformance}{1}{standards conformance}
  4. \entry {reporting bugs}{2}{reporting bugs}
  5. \entry {bugs, reporting}{2}{bugs, reporting}
  6. \entry {problems and bugs, reporting}{2}{problems and bugs, reporting}
  7. \entry {makefile}{5}{makefile}
  8. \entry {recompilation}{5}{recompilation}
  9. \entry {editor}{5}{editor}
  10. \entry {rule, introduction to}{5}{rule, introduction to}
  11. \entry {makefile rule parts}{5}{makefile rule parts}
  12. \entry {parts of makefile rule}{5}{parts of makefile rule}
  13. \entry {targets, introduction to}{5}{targets, introduction to}
  14. \entry {dependencies, introduction to}{5}{dependencies, introduction to}
  15. \entry {commands, introduction to}{5}{commands, introduction to}
  16. \entry {tabs in rules}{5}{tabs in rules}
  17. \entry {simple makefile}{6}{simple makefile}
  18. \entry {makefile, simple}{6}{makefile, simple}
  19. \entry {continuation lines}{7}{continuation lines}
  20. \entry {{\tt\indexbackslash } (backslash), for continuation lines}{7}{\code {{\tt\indexbackslash }} (backslash), for continuation lines}
  21. \entry {backslash ({\tt\indexbackslash }), for continuation lines}{7}{backslash (\code {{\tt\indexbackslash }}), for continuation lines}
  22. \entry {quoting newline, in makefile}{7}{quoting newline, in makefile}
  23. \entry {newline, quoting, in makefile}{7}{newline, quoting, in makefile}
  24. \entry {shell command}{8}{shell command}
  25. \entry {clean target}{8}{\code {clean} target}
  26. \entry {rm (shell command)}{8}{\code {rm} (shell command)}
  27. \entry {processing a makefile}{8}{processing a makefile}
  28. \entry {makefile, how make processes}{8}{makefile, how \code {make} processes}
  29. \entry {default goal}{8}{default goal}
  30. \entry {goal, default}{8}{goal, default}
  31. \entry {goal}{8}{goal}
  32. \entry {relinking}{9}{relinking}
  33. \entry {variables}{9}{variables}
  34. \entry {simplifying with variables}{9}{simplifying with variables}
  35. \entry {objects}{9}{\code {objects}}
  36. \entry {OBJECTS}{9}{\code {OBJECTS}}
  37. \entry {objs}{9}{\code {objs}}
  38. \entry {OBJS}{9}{\code {OBJS}}
  39. \entry {obj}{9}{\code {obj}}
  40. \entry {OBJ}{9}{\code {OBJ}}
  41. \entry {deducing commands (implicit rules)}{10}{deducing commands (implicit rules)}
  42. \entry {implicit rule, introduction to}{10}{implicit rule, introduction to}
  43. \entry {rule, implicit, introduction to}{10}{rule, implicit, introduction to}
  44. \entry {combining rules by dependency}{12}{combining rules by dependency}
  45. \entry {cleaning up}{12}{cleaning up}
  46. \entry {removing, to clean up}{12}{removing, to clean up}
  47. \entry {clean target}{12}{\code {clean} target}
  48. \entry {makefile, how to write}{15}{makefile, how to write}
  49. \entry {rule, explicit, definition of}{15}{rule, explicit, definition of}
  50. \entry {explicit rule, definition of}{15}{explicit rule, definition of}
  51. \entry {rule, implicit, definition of}{15}{rule, implicit, definition of}
  52. \entry {implicit rule, definition of}{15}{implicit rule, definition of}
  53. \entry {variable definition}{15}{variable definition}
  54. \entry {directive}{15}{directive}
  55. \entry {comments, in makefile}{15}{comments, in makefile}
  56. \entry {# (comments), in makefile}{15}{\code {#} (comments), in makefile}
  57. \entry {makefile name}{16}{makefile name}
  58. \entry {name of makefile}{16}{name of makefile}
  59. \entry {default makefile name}{16}{default makefile name}
  60. \entry {file name of makefile}{16}{file name of makefile}
  61. \entry {README}{16}{\code {README}}
  62. \entry {-f}{16}{\code {-f}}
  63. \entry {--file}{16}{\code {--file}}
  64. \entry {--makefile}{16}{\code {--makefile}}
  65. \entry {specifying makefile name}{16}{specifying makefile name}
  66. \entry {makefile name, how to specify}{16}{makefile name, how to specify}
  67. \entry {name of makefile, how to specify}{16}{name of makefile, how to specify}
  68. \entry {file name of makefile, how to specify}{16}{file name of makefile, how to specify}
  69. \entry {including other makefiles}{16}{including other makefiles}
  70. \entry {makefile, including}{16}{makefile, including}
  71. \entry {shell file name pattern (in include)}{16}{shell file name pattern (in \code {include})}
  72. \entry {shell wildcards (in include)}{16}{shell wildcards (in \code {include})}
  73. \entry {wildcard, in include}{16}{wildcard, in \code {include}}
  74. \entry {dependencies, automatic generation}{17}{dependencies, automatic generation}
  75. \entry {automatic generation of dependencies}{17}{automatic generation of dependencies}
  76. \entry {generating dependencies automatically}{17}{generating dependencies automatically}
  77. \entry {-I}{17}{\code {-I}}
  78. \entry {--include-dir}{17}{\code {--include-dir}}
  79. \entry {makefile, and MAKEFILES variable}{18}{makefile, and \code {MAKEFILES} variable}
  80. \entry {including (MAKEFILES variable)}{18}{including (\code {MAKEFILES} variable)}
  81. \entry {recursion, and MAKEFILES variable}{18}{recursion, and \code {MAKEFILES} variable}
  82. \entry {updating makefiles}{18}{updating makefiles}
  83. \entry {remaking makefiles}{18}{remaking makefiles}
  84. \entry {makefile, remaking of}{18}{makefile, remaking of}
  85. \entry {overriding makefiles}{20}{overriding makefiles}
  86. \entry {makefile, overriding}{20}{makefile, overriding}
  87. \entry {.DEFAULT, used to override}{20}{\code {.DEFAULT}, used to override}
  88. \entry {writing rules}{21}{writing rules}
  89. \entry {rule, how to write}{21}{rule, how to write}
  90. \entry {target}{21}{target}
  91. \entry {dependency}{21}{dependency}
  92. \entry {default goal}{21}{default goal}
  93. \entry {goal, default}{21}{goal, default}
  94. \entry {rule syntax}{21}{rule syntax}
  95. \entry {syntax of rules}{21}{syntax of rules}
  96. \entry {targets}{21}{targets}
  97. \entry {rule targets}{21}{rule targets}
  98. \entry {commands}{21}{commands}
  99. \entry {tab character (in commands)}{21}{tab character (in commands)}
  100. \entry {dollar sign ($), in rules}{22}{dollar sign (\code {$}), in rules}
  101. \entry {$, in rules}{22}{\code {$}, in rules}
  102. \entry {rule, and $}{22}{rule, and \code {$}}
  103. \entry {dependencies}{22}{dependencies}
  104. \entry {rule dependencies}{22}{rule dependencies}
  105. \entry {wildcard}{22}{wildcard}
  106. \entry {file name with wildcards}{22}{file name with wildcards}
  107. \entry {globbing (wildcards)}{22}{globbing (wildcards)}
  108. \entry {* (wildcard character)}{22}{\code {*} (wildcard character)}
  109. \entry {? (wildcard character)}{22}{\code {?} (wildcard character)}
  110. \entry {[...{}] (wildcard characters)}{22}{\code {[\dots {}]} (wildcard characters)}
  111. \entry {{\tt\char'176} (tilde)}{22}{\code {{\tt\char'176}} (tilde)}
  112. \entry {tilde ({\tt\char'176})}{22}{tilde (\code {{\tt\char'176}})}
  113. \entry {home directory}{22}{home directory}
  114. \entry {rm (shell command)}{23}{\code {rm} (shell command)}
  115. \entry {print target}{23}{\code {print} target}
  116. \entry {lpr (shell command)}{23}{\code {lpr} (shell command)}
  117. \entry {touch (shell command)}{23}{\code {touch} (shell command)}
  118. \entry {wildcard pitfalls}{24}{wildcard pitfalls}
  119. \entry {pitfalls of wildcards}{24}{pitfalls of wildcards}
  120. \entry {mistakes with wildcards}{24}{mistakes with wildcards}
  121. \entry {errors with wildcards}{24}{errors with wildcards}
  122. \entry {problems with wildcards}{24}{problems with wildcards}
  123. \entry {vpath}{25}{vpath}
  124. \entry {search path for dependencies (VPATH)}{25}{search path for dependencies (\code {VPATH})}
  125. \entry {directory search (VPATH)}{25}{directory search (\code {VPATH})}
  126. \entry {%, quoting in vpath}{27}{\code {%}, quoting in \code {vpath}}
  127. \entry {%, quoting with {\tt\indexbackslash } (backslash)}{27}{\code {%}, quoting with \code {{\tt\indexbackslash }} (backslash)}
  128. \entry {{\tt\indexbackslash } (backslash), to quote %}{27}{\code {{\tt\indexbackslash }} (backslash), to quote \code {%}}
  129. \entry {backslash ({\tt\indexbackslash }), to quote %}{27}{backslash (\code {{\tt\indexbackslash }}), to quote \code {%}}
  130. \entry {quoting %, in vpath}{27}{quoting \code {%}, in \code {vpath}}
  131. \entry {shell command, and directory search}{28}{shell command, and directory search}
  132. \entry {directory search (VPATH), and shell commands}{28}{directory search (\code {VPATH}), and shell commands}
  133. \entry {VPATH, and implicit rules}{28}{\code {VPATH}, and implicit rules}
  134. \entry {directory search (VPATH), and implicit rules}{28}{directory search (\code {VPATH}), and implicit rules}
  135. \entry {search path for dependencies (VPATH), and implicit rules}{28}{search path for dependencies (\code {VPATH}), and implicit rules}
  136. \entry {implicit rule, and directory search}{28}{implicit rule, and directory search}
  137. \entry {implicit rule, and VPATH}{28}{implicit rule, and \code {VPATH}}
  138. \entry {rule, implicit, and directory search}{28}{rule, implicit, and directory search}
  139. \entry {rule, implicit, and VPATH}{28}{rule, implicit, and \code {VPATH}}
  140. \entry {link libraries, and directory search}{29}{link libraries, and directory search}
  141. \entry {libraries for linking, directory search}{29}{libraries for linking, directory search}
  142. \entry {directory search (VPATH), and link libraries}{29}{directory search (\code {VPATH}), and link libraries}
  143. \entry {VPATH, and link libraries}{29}{\code {VPATH}, and link libraries}
  144. \entry {search path for dependencies (VPATH), and link libraries}{29}{search path for dependencies (\code {VPATH}), and link libraries}
  145. \entry {-l (library search)}{29}{\code {-l} (library search)}
  146. \entry {phony targets}{29}{phony targets}
  147. \entry {targets, phony}{29}{targets, phony}
  148. \entry {targets without a file}{29}{targets without a file}
  149. \entry {rm (shell command)}{30}{\code {rm} (shell command)}
  150. \entry {force targets}{31}{force targets}
  151. \entry {targets, force}{31}{targets, force}
  152. \entry {FORCE}{31}{\code {FORCE}}
  153. \entry {rule, no commands or dependencies}{31}{rule, no commands or dependencies}
  154. \entry {empty targets}{32}{empty targets}
  155. \entry {targets, empty}{32}{targets, empty}
  156. \entry {recording events with empty targets}{32}{recording events with empty targets}
  157. \entry {print target}{32}{\code {print} target}
  158. \entry {lpr (shell command)}{32}{\code {lpr} (shell command)}
  159. \entry {touch (shell command)}{32}{\code {touch} (shell command)}
  160. \entry {special targets}{32}{special targets}
  161. \entry {built-in special targets}{32}{built-in special targets}
  162. \entry {targets, built-in special}{32}{targets, built-in special}
  163. \entry {precious targets}{33}{precious targets}
  164. \entry {preserving with .PRECIOUS}{33}{preserving with \code {.PRECIOUS}}
  165. \entry {multiple targets}{34}{multiple targets}
  166. \entry {several targets in a rule}{34}{several targets in a rule}
  167. \entry {targets, multiple}{34}{targets, multiple}
  168. \entry {rule, with multiple targets}{34}{rule, with multiple targets}
  169. \entry {multiple rules for one target}{35}{multiple rules for one target}
  170. \entry {several rules for one target}{35}{several rules for one target}
  171. \entry {rule, multiple for one target}{35}{rule, multiple for one target}
  172. \entry {target, multiple rules for one}{35}{target, multiple rules for one}
  173. \entry {static pattern rule}{36}{static pattern rule}
  174. \entry {rule, static pattern}{36}{rule, static pattern}
  175. \entry {pattern rules, static (not implicit)}{36}{pattern rules, static (not implicit)}
  176. \entry {varying dependencies}{36}{varying dependencies}
  177. \entry {dependencies, varying (static pattern)}{36}{dependencies, varying (static pattern)}
  178. \entry {static pattern rule, syntax of}{36}{static pattern rule, syntax of}
  179. \entry {pattern rules, static, syntax of}{36}{pattern rules, static, syntax of}
  180. \entry {target pattern, static (not implicit)}{36}{target pattern, static (not implicit)}
  181. \entry {stem}{36}{stem}
  182. \entry {dependency pattern, static (not implicit)}{36}{dependency pattern, static (not implicit)}
  183. \entry {%, quoting in static pattern}{37}{\code {%}, quoting in static pattern}
  184. \entry {%, quoting with {\tt\indexbackslash } (backslash)}{37}{\code {%}, quoting with \code {{\tt\indexbackslash }} (backslash)}
  185. \entry {{\tt\indexbackslash } (backslash), to quote %}{37}{\code {{\tt\indexbackslash }} (backslash), to quote \code {%}}
  186. \entry {backslash ({\tt\indexbackslash }), to quote %}{37}{backslash (\code {{\tt\indexbackslash }}), to quote \code {%}}
  187. \entry {quoting %, in static pattern}{37}{quoting \code {%}, in static pattern}
  188. \entry {rule, static pattern versus implicit}{38}{rule, static pattern versus implicit}
  189. \entry {static pattern rule, versus implicit}{38}{static pattern rule, versus implicit}
  190. \entry {double-colon rules}{38}{double-colon rules}
  191. \entry {rule, double-colon (::)}{38}{rule, double-colon (\code {::})}
  192. \entry {multiple rules for one target (::)}{38}{multiple rules for one target (\code {::})}
  193. \entry {:: rules (double-colon)}{38}{\code {::} rules (double-colon)}
  194. \entry {dependencies, automatic generation}{39}{dependencies, automatic generation}
  195. \entry {automatic generation of dependencies}{39}{automatic generation of dependencies}
  196. \entry {generating dependencies automatically}{39}{generating dependencies automatically}
  197. \entry {#include}{39}{\code {#include}}
  198. \entry {-M (to compiler)}{39}{\code {-M} (to compiler)}
  199. \entry {make depend}{40}{\code {make depend}}
  200. \entry {-e (shell flag)}{40}{\code {-e} (shell flag)}
  201. \entry {sed (shell command)}{40}{\code {sed} (shell command)}
  202. \entry {.d}{41}{\code {.d}}
  203. \entry {commands, how to write}{43}{commands, how to write}
  204. \entry {rule commands}{43}{rule commands}
  205. \entry {writing rule commands}{43}{writing rule commands}
  206. \entry {comments, in commands}{43}{comments, in commands}
  207. \entry {commands, comments in}{43}{commands, comments in}
  208. \entry {# (comments), in commands}{43}{\code {#} (comments), in commands}
  209. \entry {echoing of commands}{43}{echoing of commands}
  210. \entry {silent operation}{43}{silent operation}
  211. \entry {{\tt\char'100} (in commands)}{43}{\code {{\tt\char'100}} (in commands)}
  212. \entry {commands, echoing}{43}{commands, echoing}
  213. \entry {printing of commands}{43}{printing of commands}
  214. \entry {-n}{43}{\code {-n}}
  215. \entry {--just-print}{43}{\code {--just-print}}
  216. \entry {--dry-run}{43}{\code {--dry-run}}
  217. \entry {--recon}{43}{\code {--recon}}
  218. \entry {-s}{43}{\code {-s}}
  219. \entry {--silent}{43}{\code {--silent}}
  220. \entry {--quiet}{43}{\code {--quiet}}
  221. \entry {commands, execution}{44}{commands, execution}
  222. \entry {execution, of commands}{44}{execution, of commands}
  223. \entry {shell command, execution}{44}{shell command, execution}
  224. \entry {cd (shell command)}{44}{\code {cd} (shell command)}
  225. \entry {commands, backslash ({\tt\indexbackslash }) in}{44}{commands, backslash (\code {{\tt\indexbackslash }}) in}
  226. \entry {commands, quoting newlines in}{44}{commands, quoting newlines in}
  227. \entry {backslash ({\tt\indexbackslash }), in commands}{44}{backslash (\code {{\tt\indexbackslash }}), in commands}
  228. \entry {{\tt\indexbackslash } (backslash), in commands}{44}{\code {{\tt\indexbackslash }} (backslash), in commands}
  229. \entry {quoting newline, in commands}{44}{quoting newline, in commands}
  230. \entry {newline, quoting, in commands}{44}{newline, quoting, in commands}
  231. \entry {environment, SHELL in}{44}{environment, \code {SHELL} in}
  232. \entry {commands, execution in parallel}{44}{commands, execution in parallel}
  233. \entry {parallel execution}{44}{parallel execution}
  234. \entry {execution, in parallel}{44}{execution, in parallel}
  235. \entry {job slots}{44}{job slots}
  236. \entry {-j}{44}{\code {-j}}
  237. \entry {--jobs}{44}{\code {--jobs}}
  238. \entry {broken pipe}{45}{broken pipe}
  239. \entry {standard input}{45}{standard input}
  240. \entry {load average}{45}{load average}
  241. \entry {limiting jobs based on load}{45}{limiting jobs based on load}
  242. \entry {jobs, limiting based on load}{45}{jobs, limiting based on load}
  243. \entry {-l (load average)}{45}{\code {-l} (load average)}
  244. \entry {--max-load}{45}{\code {--max-load}}
  245. \entry {--load-average}{45}{\code {--load-average}}
  246. \entry {errors (in commands)}{46}{errors (in commands)}
  247. \entry {commands, errors in}{46}{commands, errors in}
  248. \entry {exit status (errors)}{46}{exit status (errors)}
  249. \entry {- (in commands)}{46}{\code {-} (in commands)}
  250. \entry {rm (shell command)}{46}{\code {rm} (shell command)}
  251. \entry {-i}{46}{\code {-i}}
  252. \entry {--ignore-errors}{46}{\code {--ignore-errors}}
  253. \entry {-k}{47}{\code {-k}}
  254. \entry {--keep-going}{47}{\code {--keep-going}}
  255. \entry {Emacs (M-x compile)}{47}{Emacs (\code {M-x compile})}
  256. \entry {interrupt}{47}{interrupt}
  257. \entry {signal}{47}{signal}
  258. \entry {deletion of target files}{47}{deletion of target files}
  259. \entry {target, deleting on interrupt}{47}{target, deleting on interrupt}
  260. \entry {killing (interruption)}{47}{killing (interruption)}
  261. \entry {recursion}{48}{recursion}
  262. \entry {subdirectories, recursion for}{48}{subdirectories, recursion for}
  263. \entry {-C}{48}{\code {-C}}
  264. \entry {--directory}{48}{\code {--directory}}
  265. \entry {recursion, and MAKE variable}{48}{recursion, and \code {MAKE} variable}
  266. \entry {cd (shell command)}{48}{\code {cd} (shell command)}
  267. \entry {-t, and recursion}{49}{\code {-t}, and recursion}
  268. \entry {recursion, and -t}{49}{recursion, and \code {-t}}
  269. \entry {--touch, and recursion}{49}{\code {--touch}, and recursion}
  270. \entry {sub-make}{49}{sub-\code {make}}
  271. \entry {environment, and recursion}{49}{environment, and recursion}
  272. \entry {exporting variables}{49}{exporting variables}
  273. \entry {variables, environment}{49}{variables, environment}
  274. \entry {variables, exporting}{49}{variables, exporting}
  275. \entry {recursion, and environment}{49}{recursion, and environment}
  276. \entry {recursion, and variables}{49}{recursion, and variables}
  277. \entry {compatibility in exporting}{51}{compatibility in exporting}
  278. \entry {recursion, level of}{51}{recursion, level of}
  279. \entry {options, and recursion}{52}{options, and recursion}
  280. \entry {recursion, and options}{52}{recursion, and options}
  281. \entry {-C, and recursion}{52}{\code {-C}, and recursion}
  282. \entry {-f, and recursion}{52}{\code {-f}, and recursion}
  283. \entry {-I, and recursion}{52}{\code {-I}, and recursion}
  284. \entry {-o, and recursion}{52}{\code {-o}, and recursion}
  285. \entry {-W, and recursion}{52}{\code {-W}, and recursion}
  286. \entry {--directory, and recursion}{52}{\code {--directory}, and recursion}
  287. \entry {--file, and recursion}{52}{\code {--file}, and recursion}
  288. \entry {--include-dir, and recursion}{52}{\code {--include-dir}, and recursion}
  289. \entry {--old-file, and recursion}{52}{\code {--old-file}, and recursion}
  290. \entry {--assume-old, and recursion}{52}{\code {--assume-old}, and recursion}
  291. \entry {--assume-new, and recursion}{52}{\code {--assume-new}, and recursion}
  292. \entry {--new-file, and recursion}{52}{\code {--new-file}, and recursion}
  293. \entry {recursion, and -C}{52}{recursion, and \code {-C}}
  294. \entry {recursion, and -f}{52}{recursion, and \code {-f}}
  295. \entry {recursion, and -I}{52}{recursion, and \code {-I}}
  296. \entry {recursion, and -o}{52}{recursion, and \code {-o}}
  297. \entry {recursion, and -W}{52}{recursion, and \code {-W}}
  298. \entry {-j, and recursion}{52}{\code {-j}, and recursion}
  299. \entry {--jobs, and recursion}{52}{\code {--jobs}, and recursion}
  300. \entry {recursion, and -j}{52}{recursion, and \code {-j}}
  301. \entry {job slots, and recursion}{52}{job slots, and recursion}
  302. \entry {setting options from environment}{53}{setting options from environment}
  303. \entry {options, setting from environment}{53}{options, setting from environment}
  304. \entry {setting options in makefiles}{53}{setting options in makefiles}
  305. \entry {options, setting in makefiles}{53}{options, setting in makefiles}
  306. \entry {directories, printing them}{53}{directories, printing them}
  307. \entry {printing directories}{53}{printing directories}
  308. \entry {recursion, and printing directories}{53}{recursion, and printing directories}
  309. \entry {-C, and -w}{54}{\code {-C}, and \code {-w}}
  310. \entry {--directory, and --print-directory}{54}{\code {--directory}, and \code {--print-directory}}
  311. \entry {recursion, and -w}{54}{recursion, and \code {-w}}
  312. \entry {-w, and -C}{54}{\code {-w}, and \code {-C}}
  313. \entry {-w, and recursion}{54}{\code {-w}, and recursion}
  314. \entry {--print-directory, and --directory}{54}{\code {--print-directory}, and \code {--directory}}
  315. \entry {--print-directory, and recursion}{54}{\code {--print-directory}, and recursion}
  316. \entry {--no-print-directory}{54}{\code {--no-print-directory}}
  317. \entry {--print-directory, disabling}{54}{\code {--print-directory}, disabling}
  318. \entry {-w, disabling}{54}{\code {-w}, disabling}
  319. \entry {sequences of commands}{54}{sequences of commands}
  320. \entry {commands, sequences of}{54}{commands, sequences of}
  321. \entry {yacc}{54}{\code {yacc}}
  322. \entry {{\tt\char'100}, and define}{55}{{\tt\char'100}, and \code {define}}
  323. \entry {-, and define}{55}{-, and \code {define}}
  324. \entry {{\tt\char43}, and define}{55}{{\tt\char43}, and \code {define}}
  325. \entry {empty commands}{56}{empty commands}
  326. \entry {commands, empty}{56}{commands, empty}
  327. \entry {variable}{57}{variable}
  328. \entry {value}{57}{value}
  329. \entry {recursive variable expansion}{57}{recursive variable expansion}
  330. \entry {simple variable expansion}{57}{simple variable expansion}
  331. \entry {macro}{57}{macro}
  332. \entry {variables, how to reference}{57}{variables, how to reference}
  333. \entry {reference to variables}{57}{reference to variables}
  334. \entry {$, in variable reference}{57}{\code {$}, in variable reference}
  335. \entry {dollar sign ($), in variable reference}{57}{dollar sign (\code {$}), in variable reference}
  336. \entry {flavors of variables}{58}{flavors of variables}
  337. \entry {recursive variable expansion}{58}{recursive variable expansion}
  338. \entry {variables, flavors}{58}{variables, flavors}
  339. \entry {recursively expanded variables}{58}{recursively expanded variables}
  340. \entry {variables, recursively expanded}{58}{variables, recursively expanded}
  341. \entry {=}{58}{=}
  342. \entry {loops in variable expansion}{59}{loops in variable expansion}
  343. \entry {variables, loops in expansion}{59}{variables, loops in expansion}
  344. \entry {simply expanded variables}{59}{simply expanded variables}
  345. \entry {variables, simply expanded}{59}{variables, simply expanded}
  346. \entry {:=}{59}{:=}
  347. \entry {spaces, in variable values}{60}{spaces, in variable values}
  348. \entry {whitespace, in variable values}{60}{whitespace, in variable values}
  349. \entry {variables, spaces in values}{60}{variables, spaces in values}
  350. \entry {reference to variables}{61}{reference to variables}
  351. \entry {modified variable reference}{61}{modified variable reference}
  352. \entry {substitution variable reference}{61}{substitution variable reference}
  353. \entry {variables, modified reference}{61}{variables, modified reference}
  354. \entry {variables, substitution reference}{61}{variables, substitution reference}
  355. \entry {variables, substituting suffix in}{61}{variables, substituting suffix in}
  356. \entry {suffix, substituting in variables}{61}{suffix, substituting in variables}
  357. \entry {nested variable reference}{62}{nested variable reference}
  358. \entry {computed variable name}{62}{computed variable name}
  359. \entry {variables, computed names}{62}{variables, computed names}
  360. \entry {variables, nested references}{62}{variables, nested references}
  361. \entry {variables, $ in name}{62}{variables, \samp {$} in name}
  362. \entry {$, in variable name}{62}{\code {$}, in variable name}
  363. \entry {dollar sign ($), in variable name}{62}{dollar sign (\code {$}), in variable name}
  364. \entry {variables, how they get their values}{65}{variables, how they get their values}
  365. \entry {value, how a variable gets it}{65}{value, how a variable gets it}
  366. \entry {setting variables}{66}{setting variables}
  367. \entry {variables, setting}{66}{variables, setting}
  368. \entry {=}{66}{=}
  369. \entry {:=}{66}{:=}
  370. \entry {{\tt\char43}=}{66}{{\tt\char43}=}
  371. \entry {appending to variables}{66}{appending to variables}
  372. \entry {variables, appending to}{66}{variables, appending to}
  373. \entry {overriding with override}{68}{overriding with \code {override}}
  374. \entry {variables, overriding}{68}{variables, overriding}
  375. \entry {verbatim variable definition}{69}{verbatim variable definition}
  376. \entry {defining variables verbatim}{69}{defining variables verbatim}
  377. \entry {variables, defining verbatim}{69}{variables, defining verbatim}
  378. \entry {variables, environment}{70}{variables, environment}
  379. \entry {environment}{70}{environment}
  380. \entry {conditionals}{73}{conditionals}
  381. \entry {functions}{79}{functions}
  382. \entry {$, in function call}{79}{\code {$}, in function call}
  383. \entry {dollar sign ($), in function call}{79}{dollar sign (\code {$}), in function call}
  384. \entry {arguments of functions}{79}{arguments of functions}
  385. \entry {functions, syntax of}{79}{functions, syntax of}
  386. \entry {functions, for text}{80}{functions, for text}
  387. \entry {%, quoting in patsubst}{80}{\code {%}, quoting in \code {patsubst}}
  388. \entry {%, quoting with {\tt\indexbackslash } (backslash)}{80}{\code {%}, quoting with \code {{\tt\indexbackslash }} (backslash)}
  389. \entry {{\tt\indexbackslash } (backslash), to quote %}{80}{\code {{\tt\indexbackslash }} (backslash), to quote \code {%}}
  390. \entry {backslash ({\tt\indexbackslash }), to quote %}{80}{backslash (\code {{\tt\indexbackslash }}), to quote \code {%}}
  391. \entry {quoting %, in patsubst}{80}{quoting \code {%}, in \code {patsubst}}
  392. \entry {stripping whitespace}{81}{stripping whitespace}
  393. \entry {whitespace, stripping}{81}{whitespace, stripping}
  394. \entry {spaces, stripping}{81}{spaces, stripping}
  395. \entry {searching for strings}{81}{searching for strings}
  396. \entry {finding strings}{81}{finding strings}
  397. \entry {strings, searching for}{81}{strings, searching for}
  398. \entry {filtering words}{82}{filtering words}
  399. \entry {words, filtering}{82}{words, filtering}
  400. \entry {filtering out words}{82}{filtering out words}
  401. \entry {words, filtering out}{82}{words, filtering out}
  402. \entry {sorting words}{82}{sorting words}
  403. \entry {removing duplicate words}{82}{removing duplicate words}
  404. \entry {duplicate words, removing}{82}{duplicate words, removing}
  405. \entry {words, removing duplicates}{82}{words, removing duplicates}
  406. \entry {functions, for file names}{83}{functions, for file names}
  407. \entry {file name functions}{83}{file name functions}
  408. \entry {directory part}{83}{directory part}
  409. \entry {file name, directory part}{83}{file name, directory part}
  410. \entry {file name, nondirectory part}{83}{file name, nondirectory part}
  411. \entry {nondirectory part}{83}{nondirectory part}
  412. \entry {suffix, function to find}{84}{suffix, function to find}
  413. \entry {file name suffix}{84}{file name suffix}
  414. \entry {basename}{84}{basename}
  415. \entry {file name, basename of}{84}{file name, basename of}
  416. \entry {suffix, adding}{84}{suffix, adding}
  417. \entry {file name suffix, adding}{84}{file name suffix, adding}
  418. \entry {prefix, adding}{84}{prefix, adding}
  419. \entry {file name prefix, adding}{84}{file name prefix, adding}
  420. \entry {joining lists of words}{84}{joining lists of words}
  421. \entry {words, joining lists}{84}{words, joining lists}
  422. \entry {words, selecting}{85}{words, selecting}
  423. \entry {selecting words}{85}{selecting words}
  424. \entry {words, finding number}{85}{words, finding number}
  425. \entry {words, extracting first}{85}{words, extracting first}
  426. \entry {wildcard, function}{85}{wildcard, function}
  427. \entry {words, iterating over}{85}{words, iterating over}
  428. \entry {variables, origin of}{87}{variables, origin of}
  429. \entry {origin of variable}{87}{origin of variable}
  430. \entry {commands, expansion}{89}{commands, expansion}
  431. \entry {backquotes}{89}{backquotes}
  432. \entry {shell command, function for}{89}{shell command, function for}
  433. \entry {--file}{91}{\code {--file}}
  434. \entry {--makefile}{91}{\code {--makefile}}
  435. \entry {-f}{91}{\code {-f}}
  436. \entry {goal, how to specify}{91}{goal, how to specify}
  437. \entry {all (standard target)}{92}{\code {all} \r {(standard target)}}
  438. \entry {clean (standard target)}{92}{\code {clean} \r {(standard target)}}
  439. \entry {mostlyclean (standard target)}{92}{\code {mostlyclean} \r {(standard target)}}
  440. \entry {distclean (standard target)}{93}{\code {distclean} \r {(standard target)}}
  441. \entry {realclean (standard target)}{93}{\code {realclean} \r {(standard target)}}
  442. \entry {clobber (standard target)}{93}{\code {clobber} \r {(standard target)}}
  443. \entry {install (standard target)}{93}{\code {install} \r {(standard target)}}
  444. \entry {print (standard target)}{93}{\code {print} \r {(standard target)}}
  445. \entry {tar (standard target)}{93}{\code {tar} \r {(standard target)}}
  446. \entry {shar (standard target)}{93}{\code {shar} \r {(standard target)}}
  447. \entry {dist (standard target)}{93}{\code {dist} \r {(standard target)}}
  448. \entry {TAGS (standard target)}{93}{\code {TAGS} \r {(standard target)}}
  449. \entry {check (standard target)}{93}{\code {check} \r {(standard target)}}
  450. \entry {test (standard target)}{93}{\code {test} \r {(standard target)}}
  451. \entry {execution, instead of}{93}{execution, instead of}
  452. \entry {commands, instead of executing}{93}{commands, instead of executing}
  453. \entry {--just-print}{93}{\code {--just-print}}
  454. \entry {--dry-run}{93}{\code {--dry-run}}
  455. \entry {--recon}{93}{\code {--recon}}
  456. \entry {-n}{93}{\code {-n}}
  457. \entry {--touch}{93}{\code {--touch}}
  458. \entry {touching files}{93}{touching files}
  459. \entry {target, touching}{93}{target, touching}
  460. \entry {-t}{93}{\code {-t}}
  461. \entry {--question}{94}{\code {--question}}
  462. \entry {-q}{94}{\code {-q}}
  463. \entry {question mode}{94}{question mode}
  464. \entry {--what-if}{94}{\code {--what-if}}
  465. \entry {-W}{94}{\code {-W}}
  466. \entry {--assume-new}{94}{\code {--assume-new}}
  467. \entry {--new-file}{94}{\code {--new-file}}
  468. \entry {what if}{94}{what if}
  469. \entry {files, assuming new}{94}{files, assuming new}
  470. \entry {-o}{95}{\code {-o}}
  471. \entry {--old-file}{95}{\code {--old-file}}
  472. \entry {--assume-old}{95}{\code {--assume-old}}
  473. \entry {files, assuming old}{95}{files, assuming old}
  474. \entry {files, avoiding recompilation of}{95}{files, avoiding recompilation of}
  475. \entry {recompilation, avoiding}{95}{recompilation, avoiding}
  476. \entry {overriding variables with arguments}{95}{overriding variables with arguments}
  477. \entry {variables, overriding with arguments}{95}{variables, overriding with arguments}
  478. \entry {command line variables}{95}{command line variables}
  479. \entry {variables, command line}{95}{variables, command line}
  480. \entry {testing compilation}{96}{testing compilation}
  481. \entry {compilation, testing}{96}{compilation, testing}
  482. \entry {-k}{97}{\code {-k}}
  483. \entry {--keep-going}{97}{\code {--keep-going}}
  484. \entry {options}{97}{options}
  485. \entry {flags}{97}{flags}
  486. \entry {switches}{97}{switches}
  487. \entry {-b}{97}{\code {-b}}
  488. \entry {-m}{97}{\code {-m}}
  489. \entry {-C}{97}{\code {-C}}
  490. \entry {--directory}{97}{\code {--directory}}
  491. \entry {-d}{97}{\code {-d}}
  492. \entry {--debug}{97}{\code {--debug}}
  493. \entry {-e}{98}{\code {-e}}
  494. \entry {--environment-overrides}{98}{\code {--environment-overrides}}
  495. \entry {-f}{98}{\code {-f}}
  496. \entry {--file}{98}{\code {--file}}
  497. \entry {--makefile}{98}{\code {--makefile}}
  498. \entry {-h}{98}{\code {-h}}
  499. \entry {--help}{98}{\code {--help}}
  500. \entry {-i}{98}{\code {-i}}
  501. \entry {--ignore-errors}{98}{\code {--ignore-errors}}
  502. \entry {-I}{98}{\code {-I}}
  503. \entry {--include-dir}{98}{\code {--include-dir}}
  504. \entry {-j}{98}{\code {-j}}
  505. \entry {--jobs}{98}{\code {--jobs}}
  506. \entry {-k}{98}{\code {-k}}
  507. \entry {--keep-going}{98}{\code {--keep-going}}
  508. \entry {-l}{98}{\code {-l}}
  509. \entry {--load-average}{98}{\code {--load-average}}
  510. \entry {--max-load}{98}{\code {--max-load}}
  511. \entry {-n}{98}{\code {-n}}
  512. \entry {--just-print}{99}{\code {--just-print}}
  513. \entry {--dry-run}{99}{\code {--dry-run}}
  514. \entry {--recon}{99}{\code {--recon}}
  515. \entry {-o}{99}{\code {-o}}
  516. \entry {--old-file}{99}{\code {--old-file}}
  517. \entry {--assume-old}{99}{\code {--assume-old}}
  518. \entry {-p}{99}{\code {-p}}
  519. \entry {--print-data-base}{99}{\code {--print-data-base}}
  520. \entry {-q}{99}{\code {-q}}
  521. \entry {--question}{99}{\code {--question}}
  522. \entry {-r}{99}{\code {-r}}
  523. \entry {--no-builtin-rules}{99}{\code {--no-builtin-rules}}
  524. \entry {-s}{99}{\code {-s}}
  525. \entry {--silent}{99}{\code {--silent}}
  526. \entry {--quiet}{99}{\code {--quiet}}
  527. \entry {-S}{99}{\code {-S}}
  528. \entry {--no-keep-going}{99}{\code {--no-keep-going}}
  529. \entry {--stop}{99}{\code {--stop}}
  530. \entry {-t}{100}{\code {-t}}
  531. \entry {--touch}{100}{\code {--touch}}
  532. \entry {-v}{100}{\code {-v}}
  533. \entry {--version}{100}{\code {--version}}
  534. \entry {-w}{100}{\code {-w}}
  535. \entry {--print-directory}{100}{\code {--print-directory}}
  536. \entry {--no-print-directory}{100}{\code {--no-print-directory}}
  537. \entry {-W}{100}{\code {-W}}
  538. \entry {--what-if}{100}{\code {--what-if}}
  539. \entry {--new-file}{100}{\code {--new-file}}
  540. \entry {--assume-new}{100}{\code {--assume-new}}
  541. \entry {--warn-undefined-variables}{100}{\code {--warn-undefined-variables}}
  542. \entry {variables, warning for undefined}{100}{variables, warning for undefined}
  543. \entry {undefined variables, warning message}{100}{undefined variables, warning message}
  544. \entry {implicit rule}{101}{implicit rule}
  545. \entry {rule, implicit}{101}{rule, implicit}
  546. \entry {implicit rule, how to use}{101}{implicit rule, how to use}
  547. \entry {rule, implicit, how to use}{101}{rule, implicit, how to use}
  548. \entry {implicit rule, predefined}{103}{implicit rule, predefined}
  549. \entry {rule, implicit, predefined}{103}{rule, implicit, predefined}
  550. \entry {C, rule to compile}{103}{C, rule to compile}
  551. \entry {cc}{103}{\code {cc}}
  552. \entry {gcc}{103}{\code {gcc}}
  553. \entry {.o}{103}{\code {.o}}
  554. \entry {.c}{103}{\code {.c}}
  555. \entry {C{\tt\char43}{\tt\char43}, rule to compile}{103}{C{\tt\char43}{\tt\char43}, rule to compile}
  556. \entry {g{\tt\char43}{\tt\char43}}{103}{\code {g{\tt\char43}{\tt\char43}}}
  557. \entry {.C}{103}{\code {.C}}
  558. \entry {.cc}{103}{\code {.cc}}
  559. \entry {Pascal, rule to compile}{103}{Pascal, rule to compile}
  560. \entry {pc}{103}{\code {pc}}
  561. \entry {.p}{103}{\code {.p}}
  562. \entry {Fortran, rule to compile}{103}{Fortran, rule to compile}
  563. \entry {Ratfor, rule to compile}{103}{Ratfor, rule to compile}
  564. \entry {f77}{103}{\code {f77}}
  565. \entry {.f}{103}{\code {.f}}
  566. \entry {.r}{103}{\code {.r}}
  567. \entry {.F}{103}{\code {.F}}
  568. \entry {Modula-2, rule to compile}{104}{Modula-2, rule to compile}
  569. \entry {m2c}{104}{\code {m2c}}
  570. \entry {.sym}{104}{\code {.sym}}
  571. \entry {.def}{104}{\code {.def}}
  572. \entry {.mod}{104}{\code {.mod}}
  573. \entry {assembly, rule to compile}{104}{assembly, rule to compile}
  574. \entry {as}{104}{\code {as}}
  575. \entry {.s}{104}{\code {.s}}
  576. \entry {.S}{104}{\code {.S}}
  577. \entry {linking, predefined rule for}{104}{linking, predefined rule for}
  578. \entry {ld}{104}{\code {ld}}
  579. \entry {.o}{104}{\code {.o}}
  580. \entry {yacc}{105}{\code {yacc}}
  581. \entry {Yacc, rule to run}{105}{Yacc, rule to run}
  582. \entry {.y}{105}{\code {.y}}
  583. \entry {lex}{105}{\code {lex}}
  584. \entry {Lex, rule to run}{105}{Lex, rule to run}
  585. \entry {.l}{105}{\code {.l}}
  586. \entry {lint}{105}{\code {lint}}
  587. \entry {lint, rule to run}{105}{\code {lint}, rule to run}
  588. \entry {.ln}{105}{\code {.ln}}
  589. \entry {TeX{}, rule to run}{105}{\TeX{}, rule to run}
  590. \entry {Web, rule to run}{105}{Web, rule to run}
  591. \entry {tex}{105}{\code {tex}}
  592. \entry {cweave}{105}{\code {cweave}}
  593. \entry {weave}{105}{\code {weave}}
  594. \entry {tangle}{105}{\code {tangle}}
  595. \entry {ctangle}{105}{\code {ctangle}}
  596. \entry {.dvi}{105}{\code {.dvi}}
  597. \entry {.tex}{105}{\code {.tex}}
  598. \entry {.web}{105}{\code {.web}}
  599. \entry {.w}{105}{\code {.w}}
  600. \entry {.ch}{105}{\code {.ch}}
  601. \entry {Texinfo, rule to format}{105}{Texinfo, rule to format}
  602. \entry {Info, rule to format}{105}{Info, rule to format}
  603. \entry {texi2dvi}{105}{\code {texi2dvi}}
  604. \entry {makeinfo}{105}{\code {makeinfo}}
  605. \entry {.texinfo}{105}{\code {.texinfo}}
  606. \entry {.info}{105}{\code {.info}}
  607. \entry {.texi}{105}{\code {.texi}}
  608. \entry {.txinfo}{105}{\code {.txinfo}}
  609. \entry {RCS, rule to extract from}{105}{RCS, rule to extract from}
  610. \entry {co}{105}{\code {co}}
  611. \entry {,v (RCS file extension)}{105}{\code {,v \r {(RCS file extension)}}}
  612. \entry {SCCS, rule to extract from}{105}{SCCS, rule to extract from}
  613. \entry {get}{105}{\code {get}}
  614. \entry {s. (SCCS file prefix)}{105}{\code {s. \r {(SCCS file prefix)}}}
  615. \entry {.sh}{106}{\code {.sh}}
  616. \entry {flags for compilers}{106}{flags for compilers}
  617. \entry {ar}{107}{\code {ar}}
  618. \entry {as}{107}{\code {as}}
  619. \entry {cc}{107}{\code {cc}}
  620. \entry {g{\tt\char43}{\tt\char43}}{107}{\code {g{\tt\char43}{\tt\char43}}}
  621. \entry {co}{107}{\code {co}}
  622. \entry {f77}{107}{\code {f77}}
  623. \entry {get}{107}{\code {get}}
  624. \entry {lex}{107}{\code {lex}}
  625. \entry {pc}{107}{\code {pc}}
  626. \entry {yacc}{107}{\code {yacc}}
  627. \entry {makeinfo}{107}{\code {makeinfo}}
  628. \entry {tex}{107}{\code {tex}}
  629. \entry {texi2dvi}{107}{\code {texi2dvi}}
  630. \entry {weave}{107}{\code {weave}}
  631. \entry {cweave}{107}{\code {cweave}}
  632. \entry {tangle}{107}{\code {tangle}}
  633. \entry {ctangle}{107}{\code {ctangle}}
  634. \entry {rm}{107}{\code {rm}}
  635. \entry {chains of rules}{108}{chains of rules}
  636. \entry {rule, implicit, chains of}{108}{rule, implicit, chains of}
  637. \entry {intermediate files}{108}{intermediate files}
  638. \entry {files, intermediate}{108}{files, intermediate}
  639. \entry {intermediate files, preserving}{109}{intermediate files, preserving}
  640. \entry {preserving intermediate files}{109}{preserving intermediate files}
  641. \entry {preserving with .PRECIOUS}{109}{preserving with \code {.PRECIOUS}}
  642. \entry {.PRECIOUS intermediate files}{109}{\code {.PRECIOUS} intermediate files}
  643. \entry {pattern rule}{110}{pattern rule}
  644. \entry {rule, pattern}{110}{rule, pattern}
  645. \entry {target pattern, implicit}{110}{target pattern, implicit}
  646. \entry {%, in pattern rules}{110}{\code {%}, in pattern rules}
  647. \entry {dependency pattern, implicit}{110}{dependency pattern, implicit}
  648. \entry {multiple targets, in pattern rule}{110}{multiple targets, in pattern rule}
  649. \entry {target, multiple in pattern rule}{110}{target, multiple in pattern rule}
  650. \entry {pattern rules, order of}{111}{pattern rules, order of}
  651. \entry {order of pattern rules}{111}{order of pattern rules}
  652. \entry {automatic variables}{112}{automatic variables}
  653. \entry {variables, automatic}{112}{variables, automatic}
  654. \entry {variables, and implicit rule}{112}{variables, and implicit rule}
  655. \entry {dependencies, list of changed}{112}{dependencies, list of changed}
  656. \entry {list of changed dependencies}{112}{list of changed dependencies}
  657. \entry {dependencies, list of all}{112}{dependencies, list of all}
  658. \entry {list of all dependencies}{112}{list of all dependencies}
  659. \entry {stem, variable for}{112}{stem, variable for}
  660. \entry {stem}{114}{stem}
  661. \entry {match-anything rule}{114}{match-anything rule}
  662. \entry {terminal rule}{114}{terminal rule}
  663. \entry {last-resort default rules}{116}{last-resort default rules}
  664. \entry {default rules, last-resort}{116}{default rules, last-resort}
  665. \entry {old-fashioned suffix rules}{117}{old-fashioned suffix rules}
  666. \entry {suffix rule}{117}{suffix rule}
  667. \entry {implicit rule, search algorithm}{119}{implicit rule, search algorithm}
  668. \entry {search algorithm, implicit rule}{119}{search algorithm, implicit rule}
  669. \entry {archive}{121}{archive}
  670. \entry {archive member targets}{121}{archive member targets}
  671. \entry {wildcard, in archive member}{121}{wildcard, in archive member}
  672. \entry {{\_}{\_}.SYMDEF}{123}{\code {{\_}{\_}.SYMDEF}}
  673. \entry {updating archive symbol directories}{123}{updating archive symbol directories}
  674. \entry {archive symbol directory updating}{123}{archive symbol directory updating}
  675. \entry {symbol directories, updating archive}{123}{symbol directories, updating archive}
  676. \entry {directories, updating archive symbol}{123}{directories, updating archive symbol}
  677. \entry {suffix rule, for archive}{123}{suffix rule, for archive}
  678. \entry {archive, suffix rule for}{123}{archive, suffix rule for}
  679. \entry {library archive, suffix rule for}{123}{library archive, suffix rule for}
  680. \entry {.a (archives)}{123}{\code {.a} (archives)}
  681. \entry {features of GNU make}{125}{features of GNU \code {make}}
  682. \entry {portability}{125}{portability}
  683. \entry {compatibility}{125}{compatibility}
  684. \entry {incompatibilities}{129}{incompatibilities}
  685. \entry {missing features}{129}{missing features}
  686. \entry {features, missing}{129}{features, missing}
  687. \entry {makefile, conventions for}{131}{makefile, conventions for}
  688. \entry {conventions for makefiles}{131}{conventions for makefiles}
  689. \entry {standards for makefiles}{131}{standards for makefiles}
  690.