Programming Languages Note
Introduction
C 語法
define 巨集
Makefile 語法
make option
if、or、and 條件處理函數
define、call、eval 自定義函數
error、warn、info 控制函數
wildcard、notdir、patsubst
help example
recursion example
判斷目錄是否存在
abspath、lastword
shell 語法
迴圈
函式
條件判斷
模組化
實用語法
javascript 技巧
Closure 閉包
語言比較 Comparison
一維陣列 one-dimensional array
二維陣列 two-dimensional array
流程控制 if else
三元運算 Ternary operator
Powered by
GitBook
abspath、lastword
abspath
該函數主要用於將_names中的各路徑轉換成絕對路徑,並將轉換後的結果返回。測試代碼如下
ROOT := $(abspath /usr/../lib)
all:
echo $(ROOT)
results matching "
"
No results matching "
"