Bash Shell Script教學與心得
https://sites.google.com/site/tiger2000/home
2012年3月12日 星期一
2011年3月5日 星期六
Makefile 教學
建議第一次學先看第一個網址
第二個較詳細
第一章 如何寫一個簡單的Makefile
http://www.cmlab.csie.ntu.edu.tw/~chenhsiu/docs/makefile-ch1.html
Makefile 語法簡介
http://tetralet.luna.com.tw/index.php?op=ViewArticle&articleId=185
===========================================================
個人想到一個比喻
化學式:
反應物----------->生成物
催化劑
test.c---------------->test.o
gcc -c test.c
Makefile:
生成物:反應物
<tab>催化劑
test.o:test.c
<tab>gcc -c test.c
第二個較詳細
第一章 如何寫一個簡單的Makefile
http://www.cmlab.csie.ntu.edu.tw/~chenhsiu/docs/makefile-ch1.html
Makefile 語法簡介
http://tetralet.luna.com.tw/index.php?op=ViewArticle&articleId=185
===========================================================
個人想到一個比喻
化學式:
反應物----------->生成物
催化劑
test.c---------------->test.o
gcc -c test.c
Makefile:
生成物:反應物
<tab>催化劑
test.o:test.c
<tab>gcc -c test.c
訂閱:
文章 (Atom)