Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-04-10 17:45:54 -0700 (Mon, 10 Apr 2006)
Revision: 9042
Log message:
- Documented the *GeneratedFiles functions.
- Significantly updated the lib/OMakefile.default text in lib/boot/Default:
- Do not recommend overwriting configure-defined variables (so that people
do not unnecessarily restrict portability of their OMakefiles)
- Do not put any configire-derived entries in lib/OMakefile.default (the
build host be different from the host where the omake is being used).
- Added an ocamlfind section
- Added an OCamlGeneratedFiles example.
- Changed "FILES" variables to be an array.
- Changed *Program *Library function usage to
.DEFAULT: $(fooProgram ...)