Home | History | Annotate | Download | only in doc

Lines Matching full:conditionals

96 * Conditionals::                Use or ignore parts of the makefile based
255 * Conditional Syntax:: The syntax of conditionals.
256 * Testing Flags:: Conditionals that test flags.
993 ignore a part of the makefile (@pxref{Conditionals, ,Conditional Parts of Makefiles}).
1363 Supports ``else if'' non-nested conditionals. @xref{Conditional
1364 Syntax, ,Syntax of Conditionals}.
1584 tests, not @code{make} conditionals.
3557 etc. @pxref{Conditional Syntax, ,Syntax of Conditionals}) in a ``rule
4436 directive (@pxref{Conditionals, ,Conditional Parts of Makefiles}); this
4771 @node Using Variables, Conditionals, Commands, Top
5870 @node Conditionals, Functions, Using Variables, Top
5873 @cindex conditionals
5875 depending on the values of variables. Conditionals can compare the
5877 a constant string. Conditionals control what @code{make} actually
5883 * Conditional Syntax:: The syntax of conditionals.
5884 * Testing Flags:: Conditionals that test flags.
5887 @node Conditional Example, Conditional Syntax, Conditionals, Conditionals
5927 As this example illustrates, conditionals work at the textual level:
5966 @node Conditional Syntax, Testing Flags, Conditional Example, Conditionals
5967 @section Syntax of Conditionals
6134 Conditionals affect which lines of the makefile @code{make} uses. If
6141 @code{make} evaluates conditionals when it reads a makefile.
6143 conditionals because they are not defined until commands are run
6151 @node Testing Flags, , Conditional Syntax, Conditionals
6152 @section Conditionals that Test Flags
6184 @node Functions, Running, Conditionals, Top
6393 with conditionals. When comparing something with the empty string
6395 just whitespace to match the empty string (@pxref{Conditionals}).
6797 @section Functions for Conditionals
6810 conditionals such as @code{ifeq} (@pxref{Conditional Syntax, ,Syntax of
6811 Conditionals}).
10129 revolutionary concept. @xref{Conditionals, ,Conditional Parts of Makefiles}.
10329 @xref{Conditionals}.