GNU make manual 翻译( 一百五十)
继续翻译 5.8 Defining Canned Recipes =========================== When the same sequence of commands is useful in making various targets, you can define it as a canned sequence with the `define' direct...
GNU make manual 翻译( 一百五十五)
继续翻译 6.2 The Two Flavors of Variables ================================ There are two ways that a variable in GNU `make' can have a value; we call them the two "flavors" of variables. The two flav...
GNU make manual 翻译( 一百六十六)
继续翻译 6.8 Defining Multi-Line Variables ================================= Another way to set the value of a variable is to use the `define' directive. This directive has an unusual syntax which al...
GNU make manual 翻译( 一百六十七)
继续翻译 You may nest `define' directives: `make' will keep track of nested directives and report an error if they are not all properly closed with `endef'. Note that lines beginning with the recip...
GNU make manual 翻译( 一百七十二)
继续翻译 6.12 Pattern-specific Variable Values ===================================== In addition to target-specific variable values (*note Target-specific Variable Values: Target-specific.), GNU `make...
GNU make manual 翻译( 一百七十一)
继续翻译 Target-specific variables have the same priority as any other makefile variable. Variables provided on the command line (and in the environment if the `-e' option is in force) will take pr...
GNU make manual 翻译( 一百七十四)
继续翻译 6.14 Other Special Variables ============================ GNU `make' supports some variables that have special properties. `MAKEFILE_LIST' Contains the name of each makefile that is par...
GNU make manual 翻译( 一百八十)
继续翻译 7.2 Syntax of Conditionals ========================== The syntax of a simple conditional with no `else' is as follows: CONDITIONAL-DIRECTIVE TEXT-IF-TRUE endif The TEXT-IF-TRU...
GNU make manual 翻译( 一百八十一)
继续翻译 The syntax of the CONDITIONAL-DIRECTIVE is the same whether the conditional is simple or complex; after an `else' or not. There are four different directives that test different conditions...
GNU make manual 翻译( 一百八十二)
继续翻译 `ifdef VARIABLE-NAME' The `ifdef' form takes the _name_ of a variable as its argument, not a reference to a variable. The value of that variable has a non-empty value, the TEXT...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。