Top > All Packages in Directory > make

make - Generates executables and other non-source programs

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.



Obtaining

Web pagehttp://www.gnu.org/software/make/make.html
Source tarballhttp://ftp.gnu.org/pub/gnu/make/make-3.80.tar.gz
Version 3.80 (stable) released on 2002-10-04
Licensed under The GNU General Public License, Version 2 or later.
This is a GNU package.

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

Announce Newsgnu.announce
Help List<help-make@gnu.org>
Help Newsgnu.utils.help
Developer List<make-alpha@gnu.org>
Bug Listbug-make@gnu.org

Project contacts

Maintainers
Developers
Contributors

Related information

Source repository$ cvs -z3 -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/make checkout make
Interfacescommand line
Source languagesC
Related programsAutomake, Autoconf

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2001-05-31
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



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

Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 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. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.