GNU Make: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
The Make tool from the GNU project. It allows to define dependencies, handles macros very easily and is quite a flexible tool for many purposes. | The Make tool from the GNU project. It allows to define dependencies, handles macros very easily and is quite a flexible tool for many purposes. | ||
== Source and References == | == Source and References == | ||
There are several GNU MAKE versions available for download at hobbes [http://hobbes.nmsu.edu/h-search.php?key=make-] | |||
* The last port available is from Andreas Buening. | |||
There are | * Differences are: version on which the port is based, compiler used, grade of adaptation to using \ in paths instead of /. | ||
== License == | == License == | ||
GNU Public License (GPL, Open Source) | GNU Public License (GPL, Open Source) |
Revision as of 19:22, 11 December 2009
Description
The Make tool from the GNU project. It allows to define dependencies, handles macros very easily and is quite a flexible tool for many purposes.
Source and References
There are several GNU MAKE versions available for download at hobbes [1]
- The last port available is from Andreas Buening.
- Differences are: version on which the port is based, compiler used, grade of adaptation to using \ in paths instead of /.
License
GNU Public License (GPL, Open Source)