On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com
How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy
[
<
]
[
>
]
[
<<
]
[
Up
]
[
>>
]
[
Top
]
[
Contents
]
[Index]
[
?
]
6.4 How Variables Get Their Values
Variables can get values in several different ways:
You can specify an overriding value when you run
make
. See section
Overriding Variables
.
You can specify a value in the makefile, either with an assignment (see section
Setting Variables
) or with a verbatim definition (see section
Defining Variables Verbatim
).
Variables in the environment become
make
variables. See section
Variables from the Environment
.
Several
automatic
variables are given new values for each rule. Each of these has a single conventional use. See section
Automatic Variables
.
Several variables have constant initial values. See section
Variables Used by Implicit Rules
.
Published under the terms of the GNU General Public License
Design by Interspire
x