meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
programming:makefile:default_variables [2024/03/22 10:24] – niziak | programming:makefile:default_variables [2024/03/22 10:36] (current) – niziak | ||
---|---|---|---|
Line 61: | Line 61: | ||
===== special variables ===== | ===== special variables ===== | ||
- | [[http://gnu.ist.utl.pt/ | + | https://www.gnu.org/ |
* .DEFAULT_GOAL | * .DEFAULT_GOAL | ||
Line 69: | Line 69: | ||
* .INCLUDE_DIRS | * .INCLUDE_DIRS | ||
+ | From [[https:// | ||
+ | <code make> | ||
+ | dump: | ||
+ | $(foreach v, \ | ||
+ | $(shell echo " | ||
+ | $(info $(shell printf " | ||
+ | ) | ||
+ | </ | ||