Changes between Version 7 and Version 8 of BuildSystem
- Timestamp:
- Oct 19, 2009, 8:13:39 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v7 v8 172 172 `file.o_CFLAGS=…`:: 173 173 CFLAGS to use for a given object 174 `DIR_CFLAGS=…`:: 175 CFLAGS to use for all the objects compiled by the current Makefile. Flags added by this setting add-up with the object-specific ones above. 174 176 175 177 Moreover, one may use `ifeq (…,…)` make constructs to conditionally compile different things. Configuration tokens are usable.