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

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

继续翻译

Although the default set of files to be searched for is `libNAME.so'and `libNAME.a', this is customizable via the `.LIBPATTERNS' variable.Each word in the value of this variable is a pattern string.  When aprerequisite like `-lNAME' is seen, `make' will replace the percent ineach pattern in the list with NAME and perform the above directorysearches using each library filename.   The default value for `.LIBPATTERNS' is `lib%.so lib%.a', whichprovides the default behavior described above.   You can turn off link library expansion completely by setting thisvariable to an empty value.

尽管被搜索的缺省文件集合是 libNAME.so 和 libNAME.a ,但是这可以通过 .LIBPATTERNS 变量进行定制。在此变量中的每一个值都是一个模式字符串。当一个 -lNAME 在前提条件中被发现,make 将会把每个模式中的百分号用 NAME 替换,然后用每个库文件名,执行上述的目录搜索。

.LIBPATTERNS 的缺省值是 lib%.so lib%.a,这提供了上述的缺省行为。

你也可以关闭库扩展功能,如果你设置此变量为空值的话。

后文待续

转载于:https://www.cnblogs.com/gaojian/archive/2012/09/20/2694682.html

你可能感兴趣的文章
2017-11-16 高级软件测试技术小组工作记录
查看>>
关于SQL Server将一列的多行内容拼接成一行的问题讨论【转】
查看>>
修改Linux下MySQL编码
查看>>
使用Python + Apache POI提取Excel中的图片
查看>>
数据结构之 线性表 逆序简历链表
查看>>
Java中几个常用设计模式
查看>>
struts1和struts2的区别
查看>>
poj3107 Godfather(树的重心)
查看>>
文件上传-html
查看>>
C#对话框-使用打开和保存对话框
查看>>
PHPExcel读取excel文件
查看>>
经典机器学习算法系列7-svd
查看>>
WebService到底是什么?(转载自“武僧的专栏”)
查看>>
Python 自动化测试报告HTMLTestRunner
查看>>
Spring AOP中pointcut expression表达式解析
查看>>
bzoj 1049: [HAOI2006]数字序列
查看>>
selenium.common.exceptions.StaleElementReferenceException 报错原因
查看>>
css-table属性运用
查看>>
无法分配超出32(XXX)的MINEXTENTS报错的解决方法
查看>>
浅谈B+树索引的分裂优化(转)
查看>>