Jump to content

GNU Make: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 1: Line 1:
== Description ==
Also known as '''gmake''', GNU Make is a [[UNIX]] [[Make]] clone from the [[GNU]] project. It allows to define dependencies, handles macros very easily and is quite a flexible tool for many purposes. Was very popular as a free make like tool on OS/2 a few years back, but most users have gone to the better maintained and mostly compatible [[CMake]].
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 ==
==Version==
* Last known version: GNU Make v4.2 (2016-05-22)
: This version will probably compile on OS/2 if you take the OS/2 specific changes from the version below.
* Last known OS/2 binary: GNU Make v3.8.1-r3 (2009-09-28)
: There are several older GNU MAKE versions available for  [http://hobbes.nmsu.edu/h-search.php?key=make- download at hobbes] that might be more appropriate if you are either compileing an older project ([[EMX]] project for instance) or need a better grade of adaptation to using \ in paths instead of /.


There are several GNU MAKE versions available for download at hobbes [http://hobbes.nmsu.edu/h-search.php?key=make-]
==Links==
* The last port available is from Andreas Buening.
* [https://www.gnu.org/software/make/ GNU Make homepage]
* Differences are: version on which the port is based, compiler used, grade of adaptation to using \ in paths instead of /.


== License ==
== Licence ==
* Open source software released under the [[GPL v2]] and [[GPL v3]]
* Open source software released under the [[GPL v2]] and [[GPL v3]]


[[Category:Tools]][[Category:Open Source Software]][[Category:Software written in C]][[Category:Generic Unix Tools]][[Category:DOS Tools]][[Category:MS Windows Tools]][[Category:Atari ST Tools]][[Category:OS-9 Tools]]
==Author and publisher==
* [[Free Software Foundation]] (Publisher)
* Paul Smith (Current GNU Make maintainer)
* Andreas Buening (Last known OS/2 port)
 
[[Category:Tools]]
[[Category:Open Source Software]]
[[Category:Software written in C]]
[[Category:Generic Unix Tools]]
[[Category:DOS Tools]]
[[Category:MS Windows Tools]]
[[Category:Atari ST Tools]]
[[Category:OS-9 Tools]]

Revision as of 20:49, 27 June 2016

Also known as gmake, GNU Make is a UNIX Make clone from the GNU project. It allows to define dependencies, handles macros very easily and is quite a flexible tool for many purposes. Was very popular as a free make like tool on OS/2 a few years back, but most users have gone to the better maintained and mostly compatible CMake.

Version

  • Last known version: GNU Make v4.2 (2016-05-22)
This version will probably compile on OS/2 if you take the OS/2 specific changes from the version below.
  • Last known OS/2 binary: GNU Make v3.8.1-r3 (2009-09-28)
There are several older GNU MAKE versions available for download at hobbes that might be more appropriate if you are either compileing an older project (EMX project for instance) or need a better grade of adaptation to using \ in paths instead of /.

Links

Licence

Author and publisher