title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Expressions in Makefile Preprocessing | Microsoft Docs |
11/04/2016 |
|
article |
|
|
37f0f413-97e0-452c-a83f-3c9002c44c92 |
6 |
corob-msft |
corob |
ghogen |
The !IF or !ELSE IF constantexpression
consists of integer constants (in decimal or C-language notation), string constants, or commands. Use parentheses to group expressions. Expressions use C-style signed long integer arithmetic; numbers are in 32-bit two's-complement form in the range - 2147483648 to 2147483647.
Expressions can use operators that act on constant values, exit codes from commands, strings, macros, and file-system paths.
Makefile preprocessing operators