
linux
文章平均质量分 77
MuseIn
这个作者很懒,什么都没留下…
展开
-
linux基础之Makefile
1:作用Make工具最主要也是最基本的功能就是通过makefile文件来描述源程序之间的相互关系并自动维护编译工作。而makefile 文件需要按照某种语法进行编写,文件中需要说明如何编译各个源文件并连接生成可执行文件,并要求定义源文件之间的依赖关系。makefile 文件是许多编译器--包括 Windows NT 下的编译器--维护编译信息的常用方法,只是在集成开发环境中,用户通过友好的界面修改原创 2005-09-23 17:16:00 · 2042 阅读 · 0 评论 -
__init and __exit
The __init and __exit declarations are special kernel macros designed to tell the kernel to flag these functions for special handling in cases where they are compiled in statically rather than include翻译 2006-05-17 13:47:00 · 5211 阅读 · 1 评论