Download List

專案描述

GNU Make examines the timestamps on a set of interdependent files, and, if necessary, issues commands to bring them up-to-date. The user creates a makefile describing the files, their relationships, and the commands to run. Most often make is used to rebuild libraries and programs when their sources are changed, but it can be used for any situation where one set of files needs to be generated from another set.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-20 15:42
3.82

A number of new features have been added and over 80 bugs have been fixed.
標籤: Major feature enhancements

2006-04-01 09:10
3.81

標籤: Major bugfixes

2002-10-04 18:37
3.80

The first new release of GNU make in two years, this version adds
long-awaited new capabilities such as dynamic rule/variable creation
(via the $(eval ...) function), the ability to declare build order
without implying a dependent relationship, some introspection
capabilities, and a number of other improvements, large and small.
標籤: Major feature enhancements

2001-01-30 15:12
3.79.1

This is a bugfix release. It contains no new features, but it has several important bugfixes and some new translations.

2001-01-30 15:12
3.79

Various bugfixes, enhancements, and documention updates.

Project Resources