Changes between Version 7 and Version 8 of BuildSystem


Ignore:
Timestamp:
Oct 19, 2009, 8:13:39 AM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v7 v8  
    172172 `file.o_CFLAGS=…`::
    173173   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.
    174176
    175177Moreover, one may use `ifeq (…,…)` make constructs to conditionally compile different things. Configuration tokens are usable.