Difference between revisions of "GNU Make"

From HaFrWiki
Jump to: navigation, search
(Created page with "{{TOCright}} == See also == <span class="editsection">top</span> * Ant * Maven == Reference == <span class="editsection">top</span> <refere...")
 
m
Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
 +
[[wikipedia:Make (Software)|Make]] is a utility for automatic building of executable programs and libraries from source code by performing the rules written in a Makefile. Make is difficult to learn and therefore hatted by programmers/developers.
 +
Make is developed by Stuart Feldman in April 1976 at Bell Labs.
 +
 +
Make is particular used in for building (UNIX) C and C++ programs. For Java [[wikipedia:Ant|Ant]] and [[wikipedia:Maven|Maven] are the (basic) make utilities.
 +
 +
Make has many derived tools such as nmake (Microsoft).
  
 
== See also ==
 
== See also ==
 
<span class="editsection">[[#content|top]]</span>
 
<span class="editsection">[[#content|top]]</span>
* [[Ant]]
+
* [[Ant]], HaFrWiki Ant
* [[Maven]]
+
* [[Maven]], HaFrWiki Maven
 +
** [[Maven 2]], HaFrWiki Maven 2
  
 
== Reference ==
 
== Reference ==

Revision as of 16:12, 14 October 2015

Make is a utility for automatic building of executable programs and libraries from source code by performing the rules written in a Makefile. Make is difficult to learn and therefore hatted by programmers/developers. Make is developed by Stuart Feldman in April 1976 at Bell Labs.

Make is particular used in for building (UNIX) C and C++ programs. For Java Ant and [[wikipedia:Maven|Maven] are the (basic) make utilities.

Make has many derived tools such as nmake (Microsoft).

See also

top

Reference

top