Makefile(七)

函數 1. 文本處理函數 這裏只舉兩個常用文本處理函數例子,其他函數參考手冊:GNU make v3.80完整版中文指南.pdf   subst函數 findstring函數   示例:Makefile中的內容: .PHONY:all   VAR1 = human world VAR2 = $(subst human,robot,$(VAR1)) VAR3 = $(findstring robot
相關文章
相關標籤/搜索