Merge from vendor branch TNF:
authorobache <obache>
Sat, 29 May 2010 10:43:14 +0000 (10:43 +0000)
committerobache <obache>
Sat, 29 May 2010 10:43:14 +0000 (10:43 +0000)
commit5f1ccc2023894ac957666cb540ac4e1baacc9f01
tree5f6113bcf94cac46cc4780ed89218b6f3feaf6d2
parent56d70b2df99b8aa07c622368b9d3996c59edb460
parent91f229f94d8557ca915670c02cac8fe09b50f0c1
Merge from vendor branch TNF:
Import omake-0.9.8.5 as devel/omake.
Based on PR#43374 by YAMAMOTO Takeshi, some improvements.

OMake is a build system, similar to GNU make, but with many additional
features, including:
- Support for large projects spanning multiple directories;
- Support for commands that produce several targets at once;
- Fast, accurate, automated dependency analysis using MD5 digests;
- Portability: omake provides a consistent interface on Win32
  and on Unix systems including Linux, OSX, and Cygwin;
- Builtin functions that provide the most common features of
  programs like grep, sed, and awk;
- Active filesystem monitoring, where the build automatically
  restarts whenever you modify a source file.