makefile中的編寫內容如下:
www:hello.c x.h gcc hello.c -o hello clean: rm hello
www:hello.c x.h 表示生成www這個文件需要hello.c 和 x.h這兩個文件
rm hello 表示在shell中執行make clean 時會執行rm hello 即刪除hello這個文件
http://xxxxxx/Linuxjc/1183623.html TechArticle
Linux多文件編程及Makefile的編寫
OpenCV 多文件編譯的Makefile編寫
Linux下編寫makefile文件
linux開發工具--Makefile(1) 簡單的Makefile規則和Makefile自動變量
【Linux】makefile文件編寫
Configure,Makefile.am, Makefile.in, Makefile文件之間關系
一個通用的Makefile框架,通用Makefile框架
makefile要點,makefile