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

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

继续翻译

`.FEATURES'     Expands to a list of special features supported by this version of     `make'.  Possible values include:    `archives'          Supports `ar' (archive) files using special filename syntax.          *Note Using `make' to Update Archive Files: Archives.    `check-symlink'          Supports the `-L' (`--check-symlink-times') flag.  *Note          Summary of Options: Options Summary.    `else-if'          Supports "else if" non-nested conditionals.  *Note Syntax of          Conditionals: Conditional Syntax.    `jobserver'          Supports "job server" enhanced parallel builds.  *Note          Parallel Execution: Parallel.    `second-expansion'          Supports secondary expansion of prerequisite lists.    `order-only'          Supports order-only prerequisites.  *Note Types of          Prerequisites: Prerequisite Types.    `target-specific'          Supports target-specific and pattern-specific variable          assignments.  *Note Target-specific Variable Values:          Target-specific.`.INCLUDE_DIRS'     Expands to a list of directories that `make' searches for included     makefiles (*note Including Other Makefiles: Include.).

`.FEATURES'

展开为此版本的make 支持的特殊功能列表,可能的值包括:

`archives'

支持 使用特殊的文件名语法 来 ar 文件。*Note Using 'make' to Update Archive Files: Archives.

`check-symlink'

支持 -L (--check-symlink-times)标志 *Note Summary of Options: Options Summary

`else-if'

支持 "eles if" 非递归式条件式。*Note Syntax of Conditionals : Conditional Syntax.

`jobserver'

支持 "job server" 强化并行构建。*Note Parallel Execution: Parallel.

`second-expansion'

支持对前提条件列表的二次扩展。

`order-only'

支持仅排序前提条件。*Note Types of Prerequisites: Prerequeisite Types.

`target-specific'

支持 目的特定的和模式特定的变量赋值。 *Note Target-specific Variable Values: Target-specific.

`.INCLUDE_DIRS'

扩展为make 为包含的makefile而搜索的目录的列表(*note Including Other Makefiles: Include)

后文待续

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

你可能感兴趣的文章
《别做正常的傻瓜》的一些读书心得
查看>>
作业:实现简单的shell sed替换功能和修改haproxy配置文件
查看>>
spring配置多数据源问题
查看>>
Altium 拼板方法以及 注意的 地方
查看>>
简明Linux命令行笔记:tail
查看>>
PMP考试的过与只是
查看>>
java 监控 收集资料3(收集中)
查看>>
实例演示如何使用AgileEAS.NET SOA平台工作流进行业务流程自定义
查看>>
Spring Cloud Alibaba迁移指南(二):零代码替换 Eureka
查看>>
从入门到求职,成为数据科学家的终极指南
查看>>
聊聊BOM的那些事
查看>>
微软为无服务器架构引入新API管理消费层
查看>>
Apache Pulsar中的地域复制,第1篇:概念和功能
查看>>
getRealPath()和getContextPath()的区别
查看>>
如何为Linux安装Go语言
查看>>
Hadoop MapReduce编程 API入门系列之wordcount版本2(六)
查看>>
一个页面标题和过滤输出的解决方案(上)
查看>>
Zend Studio 9 汉化教程
查看>>
C#关于委托和事件(基础)
查看>>
automake (>=1.14) error: but option ‘subdir-objects’ is disabled
查看>>