GNU make

Make examines a set of related files, determines which of them are out of date, and runs just the commands necessary to bring them back up to date. Make is typically used to compile and link programs, but it can be useful in many other situations as well.

Make reads a file called a 'makefile' to learn how the files in your program are put together. It may also contain rules to install the product, clear up the workspace, generate distribution packages, or other tasks. When you write a program, you should also create a makefile for it so that it is possible to use Make to build and install it.

Last updated 23 Jan, 2009


User level: Submit a level

User Rating:

Homepage

License(s) :

GPLv2orlater

Rate it!

 

About

Leadership
Related Projects

Ant, Apache CouchDB, Autoconf, Automake, Bras, CMake, FireMake, Jam, Makepp, Maketool, Phing, Pre Make, SCons, ccbuild, cons, gmsl, iplog, smake

Versions

3.81

3.81 stable released 2006-04-01

User Community and Support

User printed manual available from https://order.fsf.org/#manuals; User online manual available from http://www.gnu.org/software/make/manual/make.html

General Resources
Announcement Resources
Support Resources

Development

Developer Resources
  • VCS Checkout Command: :pserver:anoncvs@subversions.gnu.org:/cvsroot/make checkout make
  • E-mail
Bug Tracking Resources
 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2009 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

The copyright licensing notice below applies to this text. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.