make 3.80
Summary
Description: GNU make utility to build software
Source: http://www.gnu.org/software/make/
Support
This package is available for all platforms. This package is unsupported and provided on an as-is basis.
Description
The purpose of the make utility is to determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them. You can use make with any programming language whose compiler can be run with a shell command. In fact, make is not limited to programs; you can use it to describe any task where some files must be updated automatically from others whenever the others change.
GNU make is a powerful, portable implementation of make that supports POSIX-standard makefiles and also supports a variety of extensions and additional features above those required by the standard.
Changes
3.80 2003-03-26
Some additional features and better compatibility with SysV make have been added. A new option was added, -B, to force make to consider all targets to be out of date. See /usr/pubsw/doc/Development/make/NEWS for all the details.
3.79.1 2002-01-05
New support for internationalization and localized messages, a new pseudo-target to force serial builds for one makefile, better support for passing variables to submakes, and a fix to the .SECONDARY pseudo-target.
Files
Programs: gmake make
Locales: da de es fr gl he hr ja ko nl pl pt_BR ru sv tr zh_CN
Man Pages: make(1)
Info Pages: make
Accuracy
This information reflects the version of this package that is installed in Stanford's site-wide pubsw software tree. Newer versions of the package may be available from the package source. The contents of this page, including the source URL if applicable, are generally only reviewed when the package is upgraded and therefore may not accurately reflect the current version of the package.


