Jump to content

GNU Make: Difference between revisions

From EDM2
Cbockem (talk | contribs)
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 actually several GNU Make ports for OS/2 available and I am not sure any more where I got mine. Differences are: version on which the port is based, compiler used, grade of adaptation to using \ in paths instead of /.
* 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)