Jump to content

GNU Make: Difference between revisions

From EDM2
mNo edit summary
mNo edit summary
Line 9: Line 9:


== License ==
== License ==
GNU Public License (GPL, Open Source)
* Open source software released under the [[GPL v2]] and [[GPL v3]]


[[Category:Tools]]
[[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 18:44, 8 December 2015

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