Chapter 4. Functions
GNU make supports both built-in
and user-defined functions. A function invocation looks much like a
variable reference, but includes one or more parameters separated by
commas. Most built-in functions expand to some value that is then
assigned to a variable or passed to a subshell. A user-defined
function is stored in a variable or macro and expects one or more
parameters to be passed by the caller.
|