博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
GNU make manual 翻译(三十九)
阅读量:7193 次
发布时间:2019-06-29

本文共 680 字,大约阅读时间需要 2 分钟。

继续翻译
复制代码
3.3 Including Other Makefiles                        
=============================                        
                        
The `include' directive tells `make' to suspend reading the current 
makefile and read one or more other makefiles before continuing.  The 
directive is a line in the makefile that looks like this:  
     include FILENAMES...                        
                        
FILENAMES can contain shell file name patterns.  If FILENAMES is empty,
nothing is included and no error is printed.                          
复制代码
3.3 包含其他 makefile
include 指令告诉 make 暂时停止阅读当前的 makefile,然后阅读一个或更多的其他的makefile。
指令如下面的样子:
          include  FILENAMES 。。。
FILENAMES 可以包含 shell 文件名称模式。如果FILENAMES 是空,那么将不会包含任何文件,也不会报错。 
后文待续
本文转自健哥的数据花园博客园博客,原文链接http://www.cnblogs.com/gaojian/archive/2012/09/14/2684438.html,如需转载请自行联系原作者
你可能感兴趣的文章
thinkphp5空控制器和空操作
查看>>
Mac下的UI自动化测试 (二)
查看>>
多线程爬虫
查看>>
第一冲刺阶段(第一天)
查看>>
C语言
查看>>
【转】火狐下因为margin的存在导致距离顶部总有空白
查看>>
Python中的base64模块
查看>>
Modelsim仿真一些简单问题
查看>>
【HDU 6008】Worried School(模拟)
查看>>
使用ES6的模块编写web页面碰到的坑
查看>>
vim常用命令
查看>>
【计算几何】CDOJ1720 几何几何
查看>>
阿里云挂载数据盘
查看>>
使用selenium模拟浏览器抓取淘宝商品美食信息
查看>>
MongoDB服务无法启动,windows提示发生服务特定错误:100
查看>>
A Simple OpenGL Shader Example
查看>>
资料整理面试
查看>>
理解JavaScript中的事件处理
查看>>
lock: mutex/spinlock/shared lock
查看>>
基于JAVA的身份证实名认证接口调用代码实例
查看>>