• GNU make manual 翻译( 一百七十七)


    继续翻译

    `.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)

    后文待续

  • 相关阅读:
    常用数据结构之字符串
    c++知识点总结--友元&运算符重载
    c++知识点总结-模板特化
    c++知识点总结--new的一些用法
    linux socket c/s上传文件
    STL之算法使用简介
    【bzoj2733】 HNOI2012—永无乡
    【bzoj3132】 Sdoi2013—森林
    【bzoj1483】 HNOI2009—梦幻布丁
    【bzoj3091】 城市旅行
  • 原文地址:https://www.cnblogs.com/gaojian/p/2712189.html
Copyright © 2020-2023  润新知