mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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 dependancy specifications, XMake has relatively few (basically no) rulesets and allows you to easily specify many:many dependencies. This gives XMake the flexibility to deal with complex project hierarchies very simply. PR: 3137 Submitted by: dlowe@saturn5.com
6 lines
430 B
Text
6 lines
430 B
Text
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
|
|
dependancy specifications, XMake has relatively few (basically no) rulesets
|
|
and allows you to easily specify many:many dependencies. This gives XMake
|
|
the flexibility to deal with complex project hierarchies very simply.
|