meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

programming:makefile:functions [2024/03/22 09:35] – created niziakprogramming:makefile:functions [2024/08/22 20:02] (current) niziak
Line 11: Line 11:
   * $(**addprefix**)   * $(**addprefix**)
   * $(**join**)   * $(**join**)
-  * $(**wildcard**)+  * $(**wildcard**) - execute wildcard expansion (needed to expand wildcards in variables and arguments in functions). More: [[https://www.gnu.org/software/make/manual/html_node/Wildcard-Function.html|The Function wildcard]]
   * $(**realpath**) - NOTE: file must exist!   * $(**realpath**) - NOTE: file must exist!
   * $(**abspath**) - NOTE: do not require file to exist   * $(**abspath**) - NOTE: do not require file to exist