Lines Matching refs:variables
125 [1mV [22mForce the [1m-V [22moption to print raw values of variables,
135 [1m-e [22mLet environment variables override global variables within make-
222 instances of this option may be specified; the variables are
232 variables, as well as values taken temporarily by global vari-
238 Like [1m-V[22m, but all printed variables are always expanded to their
240 all variables are expanded or not.
247 [1m-X [22mDon't export variables passed on the command line to the environ-
369 The five operators that assign values to variables are:
383 [4mNOTE[24m: References to undefined variables are [4mnot[24m expanded. This
390 [1mExpansion of variables[0m
391 In most contexts where variables are expanded, `$$' expands to a single
395 …References to variables have the form [1m${[4m[22mname[24m[[1m:[4m[22mmodifiers[24m][1m} …
419 4. [1m.for [22mloop index variables are expanded on each loop iteration. Note
420 that other variables are not expanded when composing the body of a
443 The four different classes of variables (in order of increasing prece-
446 Environment variables
449 Global variables
452 Command line variables
455 Local variables
458 Local variables can be set on a dependency line, unless
460 (which already has had global variables expanded) is the variable value.
476 [1m:= [22mIs redundant with respect to global variables, which have
479 The seven built-in local variables are:
510 Variants of these variables with the punctuation followed immediately by
515 Four of the local variables may be used in sources on dependency lines
517 …These variables are `[4m.TARGET[24m', `[4m.PREFIX[24m', `[4m.ARCHIVE[24m', and `[4m.MEMBER…
519 [1mAdditional built-in variables[0m
520 In addition, [1mbmake [22msets or knows about the following variables:
554 [4m.MAKE.EXPORTED[24m The list of variables exported by [1mbmake[22m.
696 [4m.MAKEOVERRIDES[24m This variable is used to record the names of variables
700 within a makefile. Extra variables can be exported from
732 variables named in `[4mMAKE_PRINT_VAR_ON_ERROR[24m'.
1137 [1mExporting variables[0m
1138 The directives for exporting and unexporting variables are:
1142 provided, all globals are exported except for internal variables
1157 The same as `.export-env', except that variables in the value are
1170 any variables which originated in the parent environment should
1309 there are three iteration variables, the number of words provided must be
1317 Un-define the specified global variables. Only global variables
1569 [1mbmake [22muses the following environment variables, if they exist: MACHINE,
1574 the command line to [1mbmake [22mand not as makefile variables; see the descrip-
1586 ever the special variables, variable modifiers and conditionals are not.
1591 The way that .for loop variables are substituted changed after NetBSD 5.0
1613 [1m+o [22mAll built-in variables that begin with a dot.