Download List

Project Description

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

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.
Tags: Major feature enhancements

Project Resources