请问你知道GNU make有哪些内置函数,不用解释,并以“、”进行分隔
时间: 2023-03-01 21:45:03 浏览: 160
GNU make的内置函数有:subst、patsubst、strip、findstring、filter、sort、word、wordlist、words、firstword、lastword、dir、notdir、suffix、basename、addsuffix、addprefix、join、wildcard、realpath、abspath、error、warning、shell、origin、flavor。
相关问题
请问你知道GNU make最常用的内置函数有哪些,不用解释,并以“、”进行分隔
### 回答1:
GNU make 内置函数有:subst、patsubst、strip、findstring、filter、sort、word、wordlist、words、firstword、lastword、dir、notdir、suffix、basename、addsuffix、addprefix、join、wildcard、realpath、abspath、error、warning。
### 回答2:
GNU make最常用的内置函数有:$(subst、$(patsubst、$(addprefix、$(addsuffix、$(join、$(wildcard、$(foreach、$(filter、$(filter-out、$(sort、$(word、$(words、$(shell、$(error、$(warning、$(info、$(eval、$(value、$(origin、$(call、$(firstword、$(lastword。
### 回答3:
GNU make最常用的内置函数有:subst、patsubst、strip、findstring、filter、filter-out、sort、word、wordlist、words、firstword、lastword、dir、notdir、suffix、basename、addsuffix、addprefix、join、wildcard、realpath、abspath、if、or、and、foreach、origin、shell、error、warning、info、foreach、call、value 、eval。
阅读全文