Lines Matching full:conditionals
71 * Conditionals:: Use or ignore parts of the makefile based
229 * Conditional Syntax:: The syntax of conditionals.
230 * Testing Flags:: Conditionals that test flags.
866 Makefiles: Conditionals.).
1154 Supports "else if" non-nested conditionals. *Note Syntax of
1155 Conditionals: Conditional Syntax.
1359 your command script proper, for these tests, not `make' conditionals.
2995 Conditionals: Conditional Syntax.) in a "rule context" which is
3683 (*note Conditional Parts of Makefiles: Conditionals.); this way you can
3931 File: make.info, Node: Using Variables, Next: Conditionals, Prev: Commands, Up: Top
4808 File: make.info, Node: Conditionals, Next: Functions, Prev: Using Variables, Up: Top
4814 depending on the values of variables. Conditionals can compare the
4816 constant string. Conditionals control what `make' actually "sees" in
4823 * Conditional Syntax:: The syntax of conditionals.
4824 * Testing Flags:: Conditionals that test flags.
4827 File: make.info, Node: Conditional Example, Next: Conditional Syntax, Prev: Conditionals, Up: Conditionals
4868 As this example illustrates, conditionals work at the textual level:
4902 File: make.info, Node: Conditional Syntax, Next: Testing Flags, Prev: Conditional Example, Up: Conditionals
4904 7.2 Syntax of Conditionals
5043 Conditionals affect which lines of the makefile `make' uses. If the
5050 `make' evaluates conditionals when it reads a makefile.
5052 conditionals because they are not defined until commands are run (*note
5061 File: make.info, Node: Testing Flags, Prev: Conditional Syntax, Up: Conditionals
5063 7.3 Conditionals that Test Flags
5092 File: make.info, Node: Functions, Next: Running, Prev: Conditionals, Up: Top
5258 with conditionals. When comparing something with the empty string
5260 whitespace to match the empty string (*note Conditionals::).
5538 8.4 Functions for Conditionals
5549 conditionals such as `ifeq' (*note Syntax of Conditionals: