1997-12-01 16:37:56 -05:00
|
|
|
XMake is a make utility. It is not compatible with other makes, but
|
|
|
|
provides extended functionality over most standard makes. Whereas most
|
|
|
|
other makes have confusing rulesets and do not support many-to-many
|
2003-03-02 00:35:10 -05:00
|
|
|
dependency specifications, XMake has relatively few (basically no) rulesets
|
1997-12-01 16:37:56 -05:00
|
|
|
and allows you to easily specify many:many dependencies. This gives XMake
|
|
|
|
the flexibility to deal with complex project hierarchies very simply.
|