Jump to content

GNU Make: Difference between revisions

From EDM2
Cbockem (talk | contribs)
No edit summary
 
No edit summary
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Description ==
{{Software
|Picture=NA.png
|Name=GNU make
|Version=3.81-k2 (2017-11-12)
|Vendor=[[Free Software Foundation]]
|Author=Neil Russell (Original author)<br/>Paul Smith (maintainer)
|Licence=GNU [[GPL v2]] and [[GPL v3]]
|WWW=https://www.gnu.org/software/make/
}}
'''GNU Make''' (gmake) 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.


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.
==Version==
* 3.81-k2 (2017-11-12)
* 3.8.1-r3 (2009-09-28) - Ported by Andreas Buening.
* 4.2 (2016-05-22)


== Source and References ==
==Publications==
* Robert Mecklenburg: ''Managing Projects with GNU Make'', Third Edition - O'Reilly 2004, ISBN 0-596-00610-1


????
==Links==
* [https://www.gnu.org/software/make/manual/make.html GNU Make Manual]


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 /.
[[Category:Make]][[Category:GNU Software]][[Category:Software written in C]]
 
== License ==
 
GNU Public License (GPL, Open Source)

Latest revision as of 02:51, 26 May 2022

GNU Make
Name GNU make
Version 3.81-k2 (2017-11-12)
Vendor Free Software Foundation
Author Neil Russell (Original author)
Paul Smith (maintainer)
Licence GNU GPL v2 and GPL v3
WWW https://www.gnu.org/software/make/

GNU Make (gmake) 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.

Version

  • 3.81-k2 (2017-11-12)
  • 3.8.1-r3 (2009-09-28) - Ported by Andreas Buening.
  • 4.2 (2016-05-22)

Publications

  • Robert Mecklenburg: Managing Projects with GNU Make, Third Edition - O'Reilly 2004, ISBN 0-596-00610-1

Links