Next: Advanced Features for Reference to Variables, Previous: Basics of Variable References, Up: How to Use Variables [Contents][Index]
There are different ways that a variable in GNU make
can get a value;
we call them the flavors of variables. The flavors are distinguished in
how they handle the values they are assigned in the makefile, and in how those
values are managed when the variable is later used and expanded.