meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| programming:makefile:default_variables [2024/03/22 09:40] – 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 67: | Line 67: | ||
| * .VARIABLES - Expands to a list of the names of all global variables defined so far. | * .VARIABLES - Expands to a list of the names of all global variables defined so far. | ||
| * .FEATURES | * .FEATURES | ||
| + | * .INCLUDE_DIRS | ||
| + | From [[https:// | ||
| + | <code make> | ||
| + | dump: | ||
| + | $(foreach v, \ | ||
| + |         $(shell echo " | ||
| + |         $(info $(shell printf " | ||
| + | ) | ||
| + | </ | ||