说明: Linux 环境下的程序员如果不会使用 GNU make 来构建和管理自己的工程,应该不能算是一 个合格的专业程序员,至少不能称得上是 Linux 程序员。在 Linux 环境下使用 GNU 的 make 工 具能够比较容易的构建一个属于你自己的工程,整个工程的编译只需要一个命令就可以完成编译、 连接以至于最后的执行。不过这需要我们投入一些时间去完成一个或者多个称之为 Makefile 文件 的编写。此文件正是 make 正常工作的基础。 <ahaoyuan> 上传 | 大小:1mb
说明: LDD 3 英文版的。 linux Device Drivers Edition 3 This book should be an interesting source of information both for people who want to experiment with their computer and for technical programmers who face the need to deal with the inner levels of a Linux b <atiansk2006> 上传 | 大小:5mb