摘要:
继续翻译6.3 Advanced Features for Reference to Variables================================================This section describes some advanced features you can use to referencevariables in more flexible ways.6.3.1 Substitution References-----------------------------A "substitution reference" sub 阅读全文
摘要:
继续翻译6.2 The Two Flavors of Variables================================There are two ways that a variable in GNU `make' can have a value; wecall them the two "flavors" of variables. The two flavors aredistinguished in how they are defined and in what they do when expanded. The first flavo 阅读全文
摘要:
继续翻译6.1 Basics of Variable References=================================To substitute a variable's value, write a dollar sign followed by thename of the variable in parentheses or braces: either `$(foo)' or`${foo}' is a valid reference to the variable `foo'. This specialsignificance of 阅读全文
摘要:
继续翻译6 How to Use Variables**********************A "variable" is a name defined in a makefile to represent a string oftext, called the variable's "value". These values are substituted byexplicit request into targets, prerequisites, recipes, and other partsof the makefile. (In 阅读全文