Download List

Projeto Descrição

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.

2002-10-04 18:37 Back to release list
3.80

O primeiro lançamento do GNU make em dois anos, esta versão acrescenta muito aguardada novos recursos, como regra dinâmica / criação de variável (via $ eval (...) de função), a capacidade de construir para declarar, sem implicar uma relação de dependência , algumas capacidades de introspecção, e uma série de outras melhorias, grandes e pequenos.
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.

Project Resources