Lines Matching refs:definition

852    * A "variable definition" is a line that specifies a text string
854 The simple makefile example shows a variable definition for
886 definition of the variable, but rather kept intact in the value of
2976 started until another rule or variable definition) will be considered a
2989 * A variable definition in a "rule context" which is indented by a
2991 command line, not a `make' variable definition, and passed to the
3546 definition of `-t', a `make -t' command in the example would create a
3846 marks the end of the definition; the lines in between are the commands.
4079 Transforming Text: Functions.) referenced in the definition will be
4159 something like `$(dir)/file' with this definition!)
4389 (*note Setting Variables: Setting.) or with a verbatim definition
4420 before the definition is made. *Note The Two Flavors of Variables:
4428 amount of swapping space on the computer. When a variable definition is
4430 backslash-newline at convenient places in the definition. This will not
4484 However, when there _is_ a previous definition, exactly what `+=' does
4491 definition of the variable. If you defined it first with `:=', making
4493 definition, and expands the new text before appending it to the old
4535 Using `=' for the definition makes `CFLAGS' a recursively-expanded
4537 processes the definition of `CFLAGS'. Thus, `includes' need not be
4547 yet defined, we get ` -O -pg', and a later definition of `includes'
5749 a simply expanded variable its value is expanded during the definition;
5808 out the rules, consider two things: first, the template definition (in
5866 if VARIABLE has a default definition, as is usual with `CC' and so
5869 function will return the origin of the later definition.
5899 definition of `bletch'. However, if `foo' defined `bletch' before
5900 including `bar', you do not want to override that definition. This
5902 definition precedence over the later definition in `bar';
5915 If you want to override a previous definition of `bletch' if it came
6136 a switch or variable definition, respectively). Even targets not in