Download List

Project Description

OMake is a build system and scripting language with a similar style and syntax to GNU make but with many additional features, including support for large projects spanning multiple directories, default configuration files simplifying the standard compilation tasks, fast, reliable, automated, scriptable dependency analysis using MD5 digests, built-in support for defining and running autoconfiguration tests, portability, and built-in functions that provide the most common features of programs like grep, sed, and awk. It also provides active filesystem monitoring that restarts builds automatically when source files are modified. A companion command interpreter that can be used interactively is included.

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.

2005-07-18 13:46 Back to release list
0.9.6

This release added "static" sections that are evaluated once (useful for configure-style scripts). :value: dependencies where a target depends on a computed value rather than a file were added. Rule execution now fails when any shell command fails, even those in nested sections. Regular expressions now handle \(...\) arguments correctly. Lexer performance was improved. .SUBDIRS bodies that can be used instead of the OMakefile in a subdirectory were added along with a vmount function that defines a "virtual mount" of one directory over another. A large number of other bugfixes and improvements were made.
Tags: Major feature enhancements

Project Resources