Download List

Descripción del Proyecto

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

Una serie de características se han añadido nuevas y más de 80 errores han sido corregidos.
Tags: Major feature enhancements
A number of new features have been added and over 80 bugs have been fixed.

2006-04-01 09:10
3.81

Tags: Major bugfixes

2002-10-04 18:37
3.80

La nueva versión de GNU make primera en dos años, esta versión añade largamente esperada nuevas capacidades tales como la regla dinámica o la creación de variables (a través de la $ (eval ...) la función), la posibilidad de declarar sin que ello implique para construir una relación de dependencia , algunas capacidades de introspección, y una serie de otras mejoras, grandes y pequeños.
Tags: Major feature enhancements
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.

2001-01-30 15:12
3.79.1

Este es un bugfix release. No contiene nuevas características, pero tiene varias correcciones de errores importantes y algunas traducciones nuevas.
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

Varias soluciones de errores, mejoras y actualizaciones de documention.
Various bugfixes, enhancements, and documention updates.

Project Resources