[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
20 Conditionals
Automake supports a simple type of conditionals.
These conditionals are not the same as conditionals in
GNU Make. Automake conditionals are checked at configure time by the
‘configure’ script, and affect the translation from
‘Makefile.in’ to ‘Makefile’. They are based on options passed
to ‘configure’ and on results that ‘configure’ has discovered
about the host system. GNU Make conditionals are checked at make
time, and are based on variables passed to the make program or defined
in the ‘Makefile’.
Automake conditionals will work with any make program.
20.1 Usage of Conditionals | Declaring conditional content | |
20.2 Limits of Conditionals | Enclosing complete statements |
This document was generated on January 25, 2014 using texi2html 5.0.