Lines Matching refs:arguments
267 * Eval Function:: Evaluate the arguments as makefile syntax.
276 * Goals:: How to use goal arguments to specify which
382 You can provide command line arguments to @code{make} to control which
923 run at all if we give the command @samp{make} with no arguments. In
1060 arguments @w{@samp{-f @var{name}}} or @w{@samp{--file=@var{name}}} tell
2172 arguments of a function. If you want to do wildcard expansion in such
2733 specify as arguments the ones to remake (as in @samp{make prog1
4337 In both of these forms, the arguments to @code{export} and
4463 processes them as if they had been given as arguments.
5598 between makefiles and command arguments. It was invented so you can alter
5599 and add to values that the user specifies with command arguments.
5913 condition. It contains two arguments, separated by a comma and surrounded
5914 by parentheses. Variable substitution is performed on both arguments and
5916 @code{ifeq} are obeyed if the two arguments match; otherwise they are
6130 arguments. Extra spaces are allowed and ignored at the beginning of the
6191 (the @dfn{arguments}) for the function to operate on. The result of the
6203 * Eval Function:: Evaluate the arguments as makefile syntax.
6214 @cindex arguments of functions
6220 $(@var{function} @var{arguments})
6227 $@{@var{function} @var{arguments}@}
6234 The @var{arguments} are the arguments of the function. They are
6240 the other kind of delimiters may appear singly. If the arguments
6250 order in which the arguments appear.
6749 Concatenates the two arguments word by word: the two first words (one
6801 aspect of these functions is that not all of the arguments are
6802 expanded initially. Only those arguments which need to be expanded,
6836 is that string. If, after all arguments are expanded, all of them are
6844 the empty string. If all arguments expand to a non-empty string then
6866 The first two arguments, @var{var} and @var{list}, are expanded before
6957 parameter arguments. There is no minimum, either, but it doesn't make
6975 The @code{call} function expands the @var{param} arguments before
6983 This macro simply reverses its arguments:
7024 A final caution: be careful when adding whitespace to the arguments to
7026 second and subsequent arguments is kept; this can cause strange
7411 @code{make} with no arguments, it does just that.
7417 By giving arguments when you run @code{make}, you can do any of these
7436 * Goals:: How to use goal arguments to specify which
7487 arguments to @code{make}. Use the name of the goal as an argument.
7772 @cindex overriding variables with arguments
7773 @cindex variables, overriding with arguments
7921 levels and types of output can be chosen. With no arguments, print the
7922 ``basic'' level of debugging. Possible arguments are below; only the
8648 the makefile, with arguments to @code{make}, or in the environment to
8661 include @samp{$(CFLAGS)} among the arguments given to the compiler.@refill
8664 names of programs (like @code{CC}) and those that contain arguments for the
8666 some command arguments, but it must start with an actual executable program
8796 Here is a table of variables whose values are additional arguments for the
10767 @item insufficient arguments to function `@var{xxx}'. Stop.
10768 This means you haven't provided the requisite number of arguments for
10770 of its arguments. @xref{Functions, ,Functions for Transforming Text}.