GNU make: Conditional Example

GNU make: Conditional Example

瀏覽:1168
日期:2026-04-20
The following example of a conditional tells make to use one set of libraries if the CC variable is ' gcc ', and a different set of libraries otherwise. It works by ......看更多