配置,制作和makefile [英] Config , make and makefile

查看:140
本文介绍了配置,制作和makefile的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我读了很多关于如何使用make配置和编译项目文件的教程。我没有理解这些实用工具如何工作的非常简单的逻辑,任何人都可以在这方面帮助我。还有如何研究Linux环境中的代码流。

谢谢..

Hi,
i read many tutorials about how project files are configured and compiled using make. I''m failing in understanding the very simple logics behind how those utilities work, Can anyone help me out in this regard. Also how to study the code flow in Linux enviornment.
Thank you..

推荐答案

make utility [ ^ ]使用 Makefile ,其中包含用于自动执行一组命令的命令,目标和模板。这主要用于编译源代码并将其链接到可执行程序中。 Makefile的语法有些深奥,但一旦你理解了基础知识,创建自己的文件并不困难。完成上面链接中的教程,并查看系统上的 man 页面以获取更多信息。
The make utility[^] uses a Makefile which contains the commands, targets and templates to automate a set of commands. This is mainly used for compiling and linking source code into executable programs. The syntax of the Makefile is somewhat esoteric but once you understand the basics it is not too difficult to create your own. Work through the tutorial in the link above, and look at the man pages on your system for more information.


这篇关于配置,制作和makefile的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆