Makefile(七)

函数 1. 文本处理函数 这里只举两个常用文本处理函数例子,其他函数参考手册:GNU make v3.80完整版中文指南.pdf   subst函数 findstring函数   示例:Makefile中的内容: .PHONY:all   VAR1 = human world VAR2 = $(subst human,robot,$(VAR1)) VAR3 = $(findstring robot
相关文章
相关标签/搜索