文件名称:Makefile
- 所属分类:
- 系统编程
- 资源属性:
- [PDF]
- 上传时间:
- 2012-11-26
- 文件大小:
- 498kb
- 下载次数:
- 0次
- 提 供 者:
- luoku*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、
功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需
要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能
操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。-relations makefile to compile the rules of the whole project. A project source file does not count, its by type, function, module, respectively, on a number of directory, makefile definition of a series of rules to specify which files need to compile, after which files need to compile, which files need to re- compiler, and even more complex functions to operate, because makefile like a scr ipt, like Shell, which also can run operating system commands.
功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需
要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能
操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。-relations makefile to compile the rules of the whole project. A project source file does not count, its by type, function, module, respectively, on a number of directory, makefile definition of a series of rules to specify which files need to compile, after which files need to compile, which files need to re- compiler, and even more complex functions to operate, because makefile like a scr ipt, like Shell, which also can run operating system commands.
相关搜索: makefile
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Makefile 中文教程.pdf