Lines Matching full:xref
383 files should be recompiled, or how. @xref{Running, ,How to Run
542 @xref{Rules, , Writing Rules}.
644 but are just actions are called @dfn{phony targets}. @xref{Phony
645 Targets}, for information about this kind of target. @xref{Errors, ,
806 object files. @xref{Implicit Rules, ,Using Implicit Rules}.@refill
925 @xref{Running, ,How to Run @code{make}}.
964 @xref{Rules, ,Writing Rules}.
972 update such a target. @xref{Implicit Rules, ,Using Implicit Rules}.
1053 implicit rules. @xref{Implicit Rules, ,Using Implicit Rules}.
1100 expanded. @xref{Using Variables, ,How to Use Variables}.
1132 @code{make}. @xref{Automatic Prerequisites}.
1163 @xref{Remaking Makefiles, ,How Makefiles Are Remade}.
1208 in the makefiles. @xref{Include, , Including Other Makefiles}.
1254 @xref{Text Functions}, for more information on the @code{word} and
1255 @code{words} functions used above. @xref{Flavors, The Two Flavors of
1356 @xref{Archives, ,Using @code{make} to Update Archive Files}.
1360 @xref{Options Summary, ,Summary of Options}.
1363 Supports ``else if'' non-nested conditionals. @xref{Conditional
1367 Supports ``job server'' enhanced parallel builds. @xref{Parallel,
1374 Supports order-only prerequisites. @xref{Prerequisite Types, ,Types
1379 @xref{Target-specific, ,Target-specific Variable Values}.
1486 @xref{Pattern Rules}, for more information on pattern rules.
1829 (@xref{Pattern Rules, ,Defining and Redefining Pattern Rules}.)
1834 @xref{Goals, ,Arguments to Specify the Goals}.
1930 @xref{Commands, ,Writing the Commands in Rules}.
2104 @xref{Wildcard Function}.
2142 @xref{Wildcard Function, ,The Function @code{wildcard}}.
2204 @xref{Text Functions, ,Functions for String Substitution and Analysis}.)@refill
2219 @xref{Flavors, ,The Two Flavors of Variables}, for an explanation of
2264 existed in the current directory. @xref{Commands/Search, ,Writing Shell
2786 @samp{FORCE} appears in many makefiles. @xref{Phony Targets}.
2841 time is. @xref{Phony Targets, ,Phony Targets}.
2848 @xref{Suffix Rules, , Old-Fashioned Suffix Rules}.
2855 @xref{Last Resort}. If @code{.DEFAULT} commands are specified, every
2857 these commands executed on its behalf. @xref{Implicit Rule Search,
2868 @xref{Interrupts, ,Interrupting or Killing @code{make}}. Also, if the
2870 longer needed, as is normally done. @xref{Chained Rules, ,Chains of
2884 intermediate files. @xref{Chained Rules, ,Chains of Implicit Rules}.
2894 @xref{Chained Rules, ,Chains of Implicit Rules}.
2906 @xref{Secondary Expansion, ,Secondary Expansion}.
2910 @xref{Suffix Rules, , Old-Fashioned Suffix Rules}.
2919 does when it receives a signal. @xref{Errors, ,Errors in Commands}.
2933 commands. @xref{Errors, ,Errors in Commands}.
2982 @xref{Echoing, ,Command Echoing}. If you want to silence all commands
2991 @xref{Variables/Recursion, ,Communicating Variables to a
3012 @xref{Suffix Rules, ,Old-Fashioned Suffix Rules}.
3069 @xref{Text Functions, ,Functions for String Substitution and Analysis},
3077 @xref{Static Pattern, ,Static Pattern Rules}.
3344 @xref{Implicit Rules, ,Using Implicit Rules}.
3405 that is out of date. @xref{Remaking Makefiles}.
3428 @xref{Pattern Rules}, for information on defining pattern rules. The
3437 @xref{Preprocessor Options, , Options Controlling the Preprocessor,
3463 @xref{Include}. For example:
3476 makefiles, @samp{foo.d bar.d}. @xref{Substitution Refs}, for full
3479 with no further work from you. @xref{Remaking Makefiles}.
3485 @xref{How Make Works}.
3500 otherwise. @xref{Execution, ,Command Execution}.
3774 it only echoes commands, it won't execute them. @xref{Options Summary,
3848 functioning of makefiles. @xref{Environment, ,Variables from the
4093 that linking them will be impossible. @xref{Options Summary, ,Summary of Options}.
4237 character at the beginning of the command line. @xref{Instead of
4286 of variable values. @xref{Environment, ,Variables from the
4300 @code{export} directive, described below. @xref{Choosing the Shell}.
4311 @xref{Options/Recursion}.
4386 @xref{Appending, ,Appending More Text to Variables}.
4446 before the usual or specified ones. @xref{MAKEFILES Variable, ,The
4464 @xref{Options Summary, ,Summary of Options}.
4473 @xref{Overriding, ,Overriding Variables}.
4666 @xref{Defining, ,Defining Variables Verbatim},
4703 @xref{Commands, ,Writing the Commands in Rules}.
4728 (@xref{Echoing, ,Command Echoing}, for a full explanation of @samp{@@}.)
4769 @xref{Phony Targets, ,Phony Targets}, for a better way to do this.
4813 they have particular specialized uses. @xref{Automatic Variables}.
4986 (@xref{Shell Function, , The @code{shell} Function}.) This example
4989 (@xref{Variables/Recursion, , Communicating Variables to a
5121 sets @samp{bar} to @samp{a.c b.c c.c}. @xref{Setting, ,Setting Variables}.
5134 @xref{Text Functions, ,Functions for String Substitution and Analysis},
5351 @xref{Overriding, ,Overriding Variables}.
5360 @xref{Environment, ,Variables from the Environment}.
5365 @xref{Automatic Variables}.
5369 @xref{Implicit Variables, ,Variables Used by Implicit Rules}.
5395 the definition is made. @xref{Flavors, ,The Two Flavors of Variables}.
5472 originally. @xref{Flavors, ,The Two Flavors of Variables}, for an
5595 @xref{Appending, ,Appending More Text to Variables}.
5624 @xref{Defining, ,Defining Variables Verbatim}.
5683 for each line. @xref{Execution, ,Command Execution}.
5697 @xref{Override Directive, ,The @code{override} Directive}.
5710 assignments in the makefile. @xref{Options Summary, ,Summary of
5726 variables. @xref{Variables/Recursion, , Communicating Variables to a
6182 @xref{Recursion, ,Recursive Use of @code{make}}.
6430 respectively. @xref{Testing Flags}, for a practical application of
6772 @xref{Wildcards, ,Using Wildcard Characters in File Names}.
6922 @xref{Flavors, ,The Two Flavors of Variables}.@refill
7176 and so on. @xref{Implicit Variables, ,Variables Used by Implicit Rules}.
7251 @xref{Text Functions, , Functions for String Substitution and Analysis}.
7431 @xref{Instead of Execution, ,Instead of Executing the Commands}.
7542 target names. @xref{Standard Targets}, for a detailed list of all the
7695 @samp{$@{MAKE@}} (@xref{MAKE Variable, ,How the @code{MAKE} Variable Works}.)
7808 exist just so that you can change them this way. @xref{Implicit
7960 @xref{Environment, ,Variables from the Environment}.
7969 @xref{Makefiles, ,Writing Makefiles}.
7984 @xref{Errors, ,Errors in Commands}.
7991 @xref{Include, ,Including Other Makefiles}. If several @samp{-I}
8002 @xref{Parallel, ,Parallel Execution},
8013 @xref{Testing, ,Testing the Compilation of a Program}.
8024 limit. @xref{Parallel, ,Parallel Execution}.
8047 @xref{Instead of Execution, ,Instead of Executing the Commands}.
8058 are ignored. @xref{Avoiding Compilation, ,Avoiding Recompilation of
8083 encountered. @xref{Instead of Execution, ,Instead of Executing the
8120 @xref{Echoing, ,Command Echoing}.
8145 @code{make}. @xref{Instead of Execution, ,Instead of Executing the Commands}.
8161 @xref{Recursion, ,Recursive Use of @code{make}}. (In practice, you
8170 @xref{-w Option, ,The @samp{--print-directory} Option}.
8186 @xref{Instead of Execution, ,Instead of Executing the Commands}.
8217 @xref{Chained Rules, ,Chains of Implicit Rules}.
8225 @xref{Implicit Variables, ,Variables Used by Implicit Rules}.
8230 @xref{Pattern Rules, ,Defining and Redefining Pattern Rules}.
8237 @xref{Suffix Rules, ,Old-Fashioned Suffix Rules}.
8295 @xref{Catalogue of Rules, ,Catalogue of Implicit Rules},
8303 @xref{Chained Rules, ,Chains of Implicit Rules}.
8308 so implicit rule search happens for it. @xref{Implicit Rule Search, ,Implicit Rule Search Algorithm}, for the
8339 @xref{Canceling Rules, ,Canceling Implicit Rules}, for information on
8364 to be on the list are disabled. @xref{Suffix Rules, ,Old-Fashioned
8964 when the makefile is read. @xref{Using Variables, , How to Use
9023 pattern. @xref{Last Resort}.
9152 @xref{Archives}. For example, if the target is @file{foo.a(bar.o)} then
9282 @var{member} may contain a directory name. (@xref{Archive Members,
9506 @xref{Overriding Makefiles, , Overriding Part of Another Makefile}.
9711 @xref{Automatic Variables}.
9776 @xref{Wildcards, ,Using Wildcard Characters in File Names}. For
9811 file. @xref{Chained Rules, ,Chains of Implicit Rules}.
9814 @samp{$%}. @xref{Automatic Variables}.
9896 files. @xref{Suffix Rules}, for a full explanation of suffix rules.
9956 @xref{Directory Search, , Searching Directories for Prerequisites}.
9962 Included makefiles. @xref{Include, ,Including Other Makefiles}.
9968 @xref{Environment, ,Variables from the Environment}.
9973 @xref{Options/Recursion, ,Communicating Options to a Sub-@code{make}}.
9977 in an archive reference. @xref{Automatic Variables}.
9983 extension. @xref{Automatic Variables}.@refill
9987 @xref{Reference, ,Basics of Variable References}.
9996 @xref{Recursion, ,Recursive Use of @code{make}}.
9999 Support for suffix @samp{.a} in suffix rules. @xref{Archive Suffix
10021 @xref{Pattern Rules, ,Defining and Redefining Pattern Rules}.@refill
10030 same time. @xref{Chained Rules, ,Chains of Implicit Rules}.
10035 did. @xref{Automatic Variables}. The automatic variable
10041 @xref{Instead of Execution, ,Instead of Executing the Commands}.
10046 System V or BSD implementations. @xref{Execution, ,Command Execution}.
10050 SunOS 4. @xref{Reference, ,Basics of Variable References}.
10065 4 @code{make}. @xref{Appending, , Appending More Text to Variables}.
10070 @xref{Archive Members}.
10092 Simply-expanded variables. @xref{Flavors, ,The Two Flavors of Variables}.
10097 @xref{Recursion, ,Recursive Use of @code{make}}.
10101 directory. @xref{Options Summary, ,Summary of Options}.
10105 @xref{Defining, ,Defining Variables Verbatim}.
10112 parallel discovery. @xref{Phony Targets, ,Phony Targets}.
10116 @xref{Functions, ,Functions for Transforming Text}.
10121 @xref{Avoiding Compilation, ,Avoiding Recompilation of Some Files}.
10129 revolutionary concept. @xref{Conditionals, ,Conditional Parts of Makefiles}.
10133 @xref{Include, ,Including Other Makefiles}.
10137 @xref{MAKEFILES Variable, ,The Variable @code{MAKEFILES}}.
10147 @xref{Libraries/Search, ,Directory Search for Link Libraries}.
10157 variable @code{MAKELEVEL}. @xref{Recursion, ,Recursive Use of @code{make}}.
10161 @code{MAKECMDGOALS}. @xref{Goals, ,Arguments to Specify the Goals}.
10164 Specify static pattern rules. @xref{Static Pattern, ,Static Pattern Rules}.
10168 @xref{Directory Search, ,Searching Directories for Prerequisites}.
10172 @xref{Reference, ,Basics of Variable References}.
10175 Update makefiles. @xref{Remaking Makefiles, ,How Makefiles Are Remade}.
10181 @xref{Catalogue of Rules, ,Catalogue of Implicit Rules}.
10209 @xref{Archive Symbols, ,Updating Archive Symbol Directories}.
10219 @xref{Suffix Rules, ,Old-Fashioned Suffix Rules}.
10224 @xref{Chained Rules, ,Chains of Implicit Rules}.
10304 @xref{Special Targets}, @ref{Catalogue of Rules, ,Catalogue of Implicit Rules},
10315 @xref{Sequences}.
10329 @xref{Conditionals}.
10336 @xref{Include, ,Including Other Makefiles}.
10347 @xref{Override Directive, ,The @code{override} Directive}.
10352 @xref{Variables/Recursion, , Communicating Variables to a Sub-@code{make}}.
10362 @xref{Variables/Recursion, , Communicating Variables to a Sub-@code{make}}.
10366 @xref{Selective Search, , The @code{vpath} Directive}.
10381 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10385 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10389 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10393 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10397 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10401 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10405 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10409 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10413 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10417 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10421 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10425 @xref{Text Functions, , Functions for String Substitution and Analysis}.
10429 @xref{File Name Functions, ,Functions for File Names}.
10433 @xref{File Name Functions, ,Functions for File Names}.
10437 @xref{File Name Functions, ,Functions for File Names}.
10441 @xref{File Name Functions, ,Functions for File Names}.
10445 @xref{File Name Functions, ,Functions for File Names}.
10449 @xref{File Name Functions, ,Functions for File Names}.
10453 @xref{File Name Functions, ,Functions for File Names}.
10458 @xref{Wildcard Function, ,The Function @code{wildcard}}.
10463 @xref{File Name Functions, ,Functions for File Names}.
10469 @xref{File Name Functions, ,Functions for File Names}.
10475 @xref{Make Control Functions, ,Functions That Control Make}.
10481 @xref{Make Control Functions, ,Functions That Control Make}.
10486 @xref{Shell Function, , The @code{shell} Function}.
10492 @xref{Origin Function, , The @code{origin} Function}.
10498 @xref{Flavor Function, , The @code{flavor} Function}.
10504 @xref{Foreach Function, ,The @code{foreach} Function}.
10510 @xref{Call Function, ,The @code{call} Function}.
10516 @xref{Eval Function, ,The @code{eval} Function}.
10522 @xref{Value Function, ,The @code{value} Function}.
10526 @xref{Automatic Variables},
10591 @xref{MAKEFILES Variable, ,The Variable @code{MAKEFILES}}.
10596 @xref{General Search, , @code{VPATH} Search Path for All Prerequisites}.
10602 commands. @xref{Execution, ,Command Execution}. The @code{SHELL}
10604 environment. @xref{Choosing the Shell}.
10610 @code{SHELL}. @xref{Execution, ,MAKESHELL variable}.
10616 @xref{MAKE Variable, ,How the @code{MAKE} Variable Works}.
10621 @xref{Variables/Recursion}.
10627 @xref{Options/Recursion, ,Communicating Options to a Sub-@code{make}}.
10638 @xref{Goals, ,Arguments to Specify the Goals}.
10645 @xref{Recursion, ,Recursive Use of @code{make}}.
10654 @xref{Libraries/Search, ,Directory Search for Link Libraries}.
10684 signal of some type). @xref{Errors, ,Errors in Commands}.
10703 begin with a TAB character. Eight spaces do not count. @xref{Rule
10715 out the "target: prerequisite" section of a rule. @xref{Rule Syntax}.
10736 @xref{Makefile Arguments, ,Arguments to Specify the Makefile}.@refill
10749 @xref{Multiple Rules, ,Multiple Rules for One Target}.
10760 use the append operator (@code{+=}). @xref{Using Variables, ,How to Use
10770 of its arguments. @xref
10782 @xref{Static Usage, ,Syntax of Static Pattern Rules}.