Docs GODI Archive
Projects Blog Link DB

Look up function:

(e.g. "List.find" or "keysym")
More options

FREE SOFTWARE ON CAMLCITY.ORG

GODI Package godi-omake

The OMake Build System.

OMake is a build system designed for scalability and portability. It uses a syntax similar to make utilities you may have used, but it features many additional enhancements, including the following. - Support for projects spanning several directories or directory hierarchies. - Fast, reliable, automated, scriptable dependency analysis using MD5 digests, with full support for incremental builds. - Fully scriptable, includes a library that providing support for standard tasks in C, C++, OCaml, and LaTeX projects, or a mixture thereof. Often, a configuration file is as simple as a single line .DEFAULT: $(OCamlProgram prog, foo bar baz) which states that the program "prog" is built from the files foo.ml, bar.ml, and baz.ml. This one line will also invoke the default standard library scripts for discovering implicit dependencies in OCaml files - Full native support for rules that build several files at once. - Portability: omake provides a uniform interface on Linux/Unix (including 64-bit architectures), Win32, Cygwin, Mac OS X, and other platforms that are supported by OCaml. - Built-in functions that provide the most common features of programs like grep, sed, find, and awk. These are especially useful on Win32. - Active filesystem monitoring, where the build automatically restarts whenever you modify a source file. This can be very useful during the edit/compile cycle. - A built-in command-interpreter osh that can be used interactively. OMake preserves the style of syntax and rule definitions used in Makefiles, making it easy to port your project to OMake. There is no need to code in Perl (cons), or Python (scons). However, there are a few things to keep in mind: 1. Indentation is significant, but tabs are not required. 2. The OMake language is functional: functions are first-class and there are no side-effects apart from I/O. 3. Scoping is dynamic. OMake is licensed under a mixture of the GNU GPL license (OMake engine itself) and the MIT-like license (default configuration files). To try it out, run the command "omake --install" in a project directory, and modify the generated OMakefile. OMake 0.9.8.5 is an alpha release. While we have made an effort to ensure that it is bug-free, it is possible some functions may not behave as you would expect. Please report any comments and/or bugs to the mailing list omake@metaprl.org

Version: 0.9.8.5godi7
Homepage: http://omake.metaprl.org/
Maintainer: OMake Developers <omake@metaprl.org>
Files: bin/cvs_realclean
bin/ocamldep-omake
bin/omake
doc/godi-omake/CHANGELOG.txt
doc/godi-omake/LICENSE
doc/godi-omake/LICENSE.OMake
doc/godi-omake/LICENSE.ocamldep-omake
doc/godi-omake/html/changelog.html
doc/godi-omake/html/contents_motif.gif
doc/godi-omake/html/download.html
doc/godi-omake/html/images/omake-manual.gif
doc/godi-omake/html/images/omake.gif
doc/godi-omake/html/index.html
doc/godi-omake/html/next_motif.gif
doc/godi-omake/html/omake-all-index.html
doc/godi-omake/html/omake-autoconf.html
doc/godi-omake/html/omake-base.html
doc/godi-omake/html/omake-build-examples.html
doc/godi-omake/html/omake-build.html
doc/godi-omake/html/omake-contents.html
doc/godi-omake/html/omake-detail.html
doc/godi-omake/html/omake-doc.css
doc/godi-omake/html/omake-doc.html
doc/godi-omake/html/omake-fun-index.html
doc/godi-omake/html/omake-grammar.html
doc/godi-omake/html/omake-language-examples.html
doc/godi-omake/html/omake-language.html
doc/godi-omake/html/omake-obj-index.html
doc/godi-omake/html/omake-option-index.html
doc/godi-omake/html/omake-options.html
doc/godi-omake/html/omake-pervasives.html
doc/godi-omake/html/omake-quickstart.html
doc/godi-omake/html/omake-references.html
doc/godi-omake/html/omake-rules.html
doc/godi-omake/html/omake-shell.html
doc/godi-omake/html/omake-system.html
doc/godi-omake/html/omake-target-index.html
doc/godi-omake/html/omake-toc.html
doc/godi-omake/html/omake-var-index.html
doc/godi-omake/html/omake.html
doc/godi-omake/html/omake_lists.html
doc/godi-omake/html/omake_papers.html
doc/godi-omake/html/omake_users.html
doc/godi-omake/html/osh.html
doc/godi-omake/html/previous_motif.gif
doc/godi-omake/omake-doc.pdf
doc/godi-omake/omake-doc.ps
doc/godi-omake/omake-doc.txt
lib/omake/OMakefile.default
lib/omake/OMakeroot.default
lib/omake/OMakeroot.om
lib/omake/Pervasives.om
lib/omake/build/C.om
lib/omake/build/Common.om
lib/omake/build/LaTeX.om
lib/omake/build/OCaml.om
lib/omake/build/svn_realclean.om
lib/omake/configure/Configure.om
lib/omake/configure/X.om
lib/omake/configure/fam.om
lib/omake/configure/fs_case_sensitive.om
lib/omake/configure/ncurses.om
lib/omake/configure/readline.om
lib/omake/configure/snprintf.om
lib/omake/parse/C/Lex.om
lib/omake/parse/C/Parse.om
Built from sources: omake-0.9.8.5-3
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml