• Home
  • Raw
  • Download

Lines Matching refs:syntax

152 * Rule Syntax::                 General syntax explained.
194 * Static Usage:: The syntax of static pattern rules.
199 * Command Syntax:: Command syntax features and pitfalls.
255 * Conditional Syntax:: The syntax of conditionals.
267 * Eval Function:: Evaluate the arguments as makefile syntax.
1355 Supports @code{ar} (archive) files using special filename syntax.
1577 All instances of conditional syntax are parsed immediately, in their
1583 shell conditional syntax, in your command script proper, for these
1838 * Rule Syntax:: General syntax explained.
1894 @cindex rule syntax
1895 @cindex syntax of rules
1929 same. There are other differences in the syntax of command lines.
2461 @code{GPATH} has the same syntax and format as @code{VPATH} (that is, a
3154 * Static Usage:: The syntax of static pattern rules.
3160 @cindex static pattern rule, syntax of
3161 @cindex pattern rules, static, syntax of
3163 Here is the syntax of a static pattern rule:
3503 * Command Syntax:: Command syntax features and pitfalls.
3516 @cindex command syntax
3517 @cindex syntax of commands
3520 syntaxes in one file. Most of the makefile uses @code{make} syntax
3522 interpreted by the shell and so they are written using shell syntax.
3523 The @code{make} program does not try to understand shell syntax: it
3581 makefile syntax, a single command can be split into multiple lines in
3665 or even be a syntax error. One simple way of handling this is to
3706 Variable and function references in commands have identical syntax and
4414 directive will cause a syntax error.@refill
5636 directive. This directive has an unusual syntax which allows newline
5640 sections of makefile syntax to use with @code{eval} (@pxref{Eval Function}).
5645 the word @code{endef}. Aside from this difference in syntax, @code{define}
5883 * Conditional Syntax:: The syntax of conditionals.
5975 The syntax of a simple conditional with no @code{else} is as follows:
5988 The syntax of a complex conditional is as follows:
6018 The syntax of the @var{conditional-directive} is the same whether the
6203 * Eval Function:: Evaluate the arguments as makefile syntax.
6215 @cindex functions, syntax of
6859 The syntax of the @code{foreach} function is:
6948 The syntax of the @code{call} function is:
7043 The syntax of the @code{value} function is:
7082 @cindex evaluating makefile syntax
7083 @cindex makefile syntax, evaluating
7089 are parsed as makefile syntax. The expanded results can define new
7094 causing syntax errors.
7099 syntax. This means you may need to provide extra levels of escaping
7154 The syntax of the @code{origin} function is:
7265 The syntax of the @code{flavor} function is:
9744 syntax and cannot act directly on archive members. Only @code{ar} and
10052 @code{patsubst} function before the alternate syntax was implemented
10064 The @samp{+=} syntax to append to the value of a variable comes from SunOS
10068 The syntax @w{@samp{@var{archive}(@var{mem1} @var{mem2}@dots{})}} to list
10111 different syntax in his @code{mk} program. This seems to be a case of