看板 million
作者 標題 [note] makefile 資訊
時間 2014年10月20日 Mon. AM 11:08:42
(簡) make的雙冒號規則
http://blog.csdn.net/dengxu11/article/details/6932523
(PDF) makefile 說明
http://lalakiwe.sg1006.myweb.hinet.net/Documents/Makefile/MakefileSummary.pdf
makefile 的 dependency:
意指在建立 target 之前, 必須先檢查的項目.
例: foo.o:source.h \
gcc -c foo.cpp
表示, 檢查 source.h, 若更動過 (修改日期比 foo.o 新), 則執行 gcc -c goo.cpp 命令.
http://kevincrazy.pixnet.net/blog/post/29780477-makefile簡易教學...
(簡) makefile 之下 $ 後接的東西意義
http://blog.chinaunix.net/uid-20564848-id-217918.html
--
※ 作者: emulators 時間: 2014-10-20 11:08:42
※ 編輯: emulators 時間: 2014-10-21 15:38:17
※ 看板: million 文章推薦值: 0 目前人氣: 0 累積人氣: 113
回列表(←)
分享