搜索资源列表
GNU make
- 来自GNU的对于MAKE的官方文档。详细介绍了MAKE的用法以及MAKEFILE的语法格式。对于初学者有很强的参考价值。-from the GNU to MAKE the official documents. MAKE details of the usage and syntax MAKEFILE format. For beginners a strong reference value.
makefile_pdf
- makefile 文件语法, 基于 GNU make, 网上可找到htm版的,我制作成 pdf,并加了索引-makefile document syntax, based on GNU make, can be found online version of the booklet, I produced pdf, and the index increases
GnuMakeManual
- Make 可自动决定一个大程序中哪些文件需要重新编译,并发布重新编译它们的命令。本版本GNU Make使用手册由Richard M. Stallman and Roland McGrath编著,是从Paul D. Smith撰写的V3.76版本发展过来的。 GNU Make符合IEEE Standard 1003.2-1992 (POSIX.2) 6.2章节的规定。
makefileUserGudie
- 使用makefile的手册,中文版。满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要