meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| programming:makefile:functions [2024/08/22 20:02] – niziak | programming:makefile:functions [2025/09/23 09:51] (current) – niziak | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| * $(**abspath**) - NOTE: do not require file to exist | * $(**abspath**) - NOTE: do not require file to exist | ||
| + | [[https:// | ||
| + | * $(**if**)\\ Example 1: <code make> | ||
| + | build: | ||
| + | $(if $(filter 1, | ||
| + | @echo | ||
| + | @echo "!!! Configured workspace detected: ' | ||
| + | ) | ||
| + | </ | ||
| + | $(if $(filter foo, | ||
| + | $(if $(filter-out foo, | ||
| + | </ | ||