文件名称:How_to_Write_makefile

  • 所属分类:
  • Linux/Unix编程
  • 资源属性:
  • [C/C++] [PDF]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 422kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • m***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个解释makefile中指令的命令工具,一般来说,大多数的IDE都有这个命令,比如:Delphi的make,Visual C++的nmake,Linux下GNU的make。可见,makefile都成为了一种在工程方面的编译方法。-related to the makefile build rules for the whole project. A project source file does not count, its by type, function, respectively, on the number of modules directory, makefile defines a set of rules to specify which files need to be compiled, after which files need to compile, which files need to re- compilation, and even more complex functional operation, because the same makefile as a Shell scr ipt, which also can perform operating system commands. the benefits of makefile is- "Automatic compiler", once written, just need a make command to automatically compile the whole project completely, greatly improving the efficiency of software development. make is a command tool is a makefile in order to explain the command tool, in general, most of the IDE has this command, for example: Delphi to make, Visual C++ for nmake, Linux under the GNU s make. Visible, makefile become a compilation methods in engineering.


(系统自动生成,下载前可以参看下载内容)

下载文件列表

How_to_Write_makefile.pdf

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org