博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
GNU make manual 翻译( 一百零六)
阅读量:5864 次
发布时间:2019-06-19

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

继续翻译

4.9 Special Built-in Target Names=================================Certain names have special meanings if they appear as targets.`.PHONY'     The prerequisites of the special target `.PHONY' are considered to     be phony targets.  When it is time to consider such a target,     `make' will run its recipe unconditionally, regardless of whether     a file with that name exists or what its last-modification time     is.  *Note Phony Targets: Phony Targets.`.SUFFIXES'     The prerequisites of the special target `.SUFFIXES' are the list     of suffixes to be used in checking for suffix rules.  *Note     Old-Fashioned Suffix Rules: Suffix Rules.`.DEFAULT'     The recipe specified for `.DEFAULT' is used for any target for     which no rules are found (either explicit rules or implicit rules).     *Note Last Resort::.  If a `.DEFAULT' recipe is specified, every     file mentioned as a prerequisite, but not as a target in a rule,     will have that recipe executed on its behalf.  *Note Implicit Rule     Search Algorithm: Implicit Rule Search.

4.9 特殊的内建目的名

=================================

特定的名字有特殊的含义,如果他们出现在目的的位置上的话。

`.PHONY'

特殊目的 .PHONY 被认为是伪目的。当考虑这样的目的时,make 将要无条件地运行其片段,无论是否有一个同名文件存在或者此同名文件的最后修改时间如何。*Note Phony Targets: Phony Targets.

`.SUFFIXES'

特殊目的 .SUFFIXES 的前提条件是用来检查后缀规则的后缀列表。*Note Old-Fashioned Suffix Rules: Suffix Rules.

`.DEFAULT'

 为.DEFAULT 指定的片段被用于没有规则的任何目的(显式或者隐式规则)。*Note Last Resort:: 如果一个 .DEFAULT 片段被指定,任何被指定为前提条件但不是目的的,将执行此片段。*Note Implicit Rule Search Algorithm: Implicit Rule Search.

后文继续

转载地址:http://ntunx.baihongyu.com/

你可能感兴趣的文章
洛谷P1204 [USACO1.2]挤牛奶Milking Cows
查看>>
Git的使用
查看>>
哈希表
查看>>
iOS imagePicker使用方法,方便使用!三步轻松搞定!
查看>>
juicer使用备忘
查看>>
数据库分库分表和带来的唯一ID、分页查询问题的解决
查看>>
Deep learning:十四(Softmax Regression练习)
查看>>
spring-002-Ioc bean配置
查看>>
c++实现unet
查看>>
七、Shell printf 命令
查看>>
Linux Redis集群搭建与集群客户端实现
查看>>
Redis入门
查看>>
LeetCode: Populating Next Right Pointer in Each Node
查看>>
mongodb-CURD
查看>>
OpenLayers学习笔记(一)—在线加载谷歌影像地图&离线加载本地瓦片地图
查看>>
【uva 1349】Optimal Bus Route Design(图论--网络流 二分图的最小权完美匹配)
查看>>
UOJ #58 糖果公园
查看>>
HDU 1114 【完全背包裸题】
查看>>
将字符串切割成数组 componentsSeparatedByString
查看>>
CentOS网卡配置
查看>>