Télécharger la liste

Description du projet

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.

Système requise

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 Retour à la liste release
3.80

La première nouveauté de celui de GNU en deux ans, cette version ajoute attendue depuis longtemps de nouvelles capacités comme règle dynamique / création variable (via the $ (eval ...) de fonction), la faculté de déclarer sans que cela implique pour construire une relation de dépendance , certaines capacités d'introspection, et un certain nombre d'autres améliorations, petites et grandes.
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