当前位置:网站首页>黑猫带你学Makefile第6篇:Makefile重要规则
黑猫带你学Makefile第6篇:Makefile重要规则
2022-08-08 19:06:00 【黑猫学长呀】
本文结合个人工作/学习经验、网络资料辛苦整理/撰写而成,禁止转载。
本文所在专栏《黑猫带你学Makefile》
1 文件命名
通常“GNUmakefile”、“makefile”、“Makefile”,但主要用“makefile”、“Makefile”。
当然,你可以使用别的文件名来书写Makefile,比如:“Make.Linux”,“Make.Solaris”,“Make.AIX”等,如果要指定特定的Makefile,你可以使用make的“-f”和“–file”参数,如:make -f Make.Linux或make --file Make.AIX。
2 Makefile的工作流程
输入make后:
- make会在当前目录下找名字叫“Makefile”或“makefile”的文件。
- 如果找到,它会找文件中的第一个目标文件(target),在上面的例子中,他会找到“edit”这个文件,并把这个文件作为最终的目标文件。
- 如果edit文件不存在,或是edit所依赖的后面的 .o 文件的文件修改时间要比edit这个文件新,那么,他就会执行后面所定义的命令来生成edit这个文件。
- 如果edit所依赖的.o文件也存在,那么make会在当前文件中找目标为.o文件的依赖性,如果找到则再根据那一个规则生成.o文件。(这有点像一个堆栈
边栏推荐
- Open Office XML 格式中的 Style 设计原理
- wps表格怎么复制粘贴后与原来格式一样?
- 智驾科技完成C1轮融资,此前2轮已融4.5亿元
- Redis Server启动过程
- nyoj 712 Exploring treasure
- Securities account is better to choose which brokerage platform, which is more safe
- El - tree set radio, click finish after assemble
- Generate captchas tools
- PyTorch入门:(二)Tensorboard的使用
- 鹅厂机器狗花式穿越10m梅花桩:前空翻、单桩跳、起身作揖...全程不打一个趔趄
猜你喜欢
What are the benefits of knowledge sharing for businesses?
Azure Neural TTS continues to be updated to help enterprises develop small language markets
什么是Shell?从小白到入门你只差一个它
SSM项目整合——综合案例
Lecture 4: Database Definition Language of DDL Type of SQL Statements
重读GPDB 和 TiDB 论文引发的 HTAP 数据库再思考
Fortinet new cloud native protection products launched amazon cloud platform of science and technology
卡通渲染的历史
对话框管理器第六章:消息循环中的细节
Oracle - table
随机推荐
Fortinet new cloud native protection products launched amazon cloud platform of science and technology
Implement the entire process of Mock API with tools
PyTorch入门:(二)Tensorboard的使用
nyoj685 查找字符串(map)
JDBC最详讲解(快速入门)
Generate captchas tools
A Preliminary Study on Pannellum, a Lightweight Panorama Viewer
CAD进阶练习(二)
Flutter Chart
Research on ORACLE subqueries that lead to inability to push predicates
Monaco-Editor 多人协作 编辑器
Advanced CAD practice (2)
golang for循环详解
Leetcode 23.合并K个升序链表 链表归并合并
阿里云数据库PolarDB开源人才培养计划发布!万元好礼等你来拿!
经验分享|低成本快节奏搭建企业知识管理系统的方法
电脑win键没有反应(最全方案)
Wps文档云同步如何开启?Wps打开文档云同步的方法
Dry goods: design high concurrency architecture from scratch
view, index