-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdvanced.html
More file actions
31 lines (26 loc) · 1.15 KB
/
Advanced.html
File metadata and controls
31 lines (26 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html lang="en">
<head>
<title>GNU `make'</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU `make'">
<meta name="generator" content="makeinfo 4.3">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
</head>
<body>
<div class="node">
<p>
Node:<a name="Advanced">Advanced</a>,
Next:<a rel="next" accesskey="n" href="Values.html#Values">Values</a>,
Previous:<a rel="previous" accesskey="p" href="Flavors.html#Flavors">Flavors</a>,
Up:<a rel="up" accesskey="u" href="Using-Variables.html#Using%20Variables">Using Variables</a>
<hr><br>
</div>
<h3 class="section">Advanced Features for Reference to Variables</h3>
<p>This section describes some advanced features you can use to reference
variables in more flexible ways.
<ul class="menu">
<li><a accesskey="1" href="Substitution-Refs.html#Substitution%20Refs">Substitution Refs</a>: Referencing a variable with
substitutions on the value.
<li><a accesskey="2" href="Computed-Names.html#Computed%20Names">Computed Names</a>: Computing the name of the variable to refer to.
</ul>
</body></html>