Categories
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
About
Leadership
- Paul D. Smith - Maintainer
- Richard Stallman - Contributor
- Bob Chassell - Contributor
- Melissa Weishaus - Contributor
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
- Released: 1 Apr, 2006
- Code Maturity: Stable
- Source Archive: http://ftp.gnu.org/pub/gnu/make/make-3.81.tar.gz
- Licenses: GPLv2orlater
- Interfaces: Command Line
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




