Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-05-31 16:38:49 -0700 (Tue, 31 May 2005)
Revision: 1064
Log message:

      This is some code I wrote on the plane.
      
      This makes the file database (.omc files) more abstract.
      Also, .omo files no longer exist.  The object, if it is ever
      created, is saved as an entry in the .omc file.
      
      There is a placeholder entry for static values, which are
      intended for configuration.
      

Changes  Path
Added libmojave-branches/configure2/util/lm_db.ml
Properties libmojave-branches/configure2/util/lm_db.ml
Added libmojave-branches/configure2/util/lm_db.mli
Properties libmojave-branches/configure2/util/lm_db.mli
+16 -4 omake-branches/configure2/Files
Added omake-branches/configure2/omake_db.ml
Properties omake-branches/configure2/omake_db.ml
Added omake-branches/configure2/omake_db.mli
Properties omake-branches/configure2/omake_db.mli
+3 -3 omake-branches/configure2/src/build/omake_build.ml
+38 -154 omake-branches/configure2/src/eval/omake_eval.ml
+2 -2 omake-branches/configure2/src/eval/omake_rule.ml
+3 -4 omake-branches/configure2/src/exec/omake_exec.ml
+9 -10 omake-branches/configure2/src/exec/omake_exec_local.ml
+2 -2 omake-branches/configure2/src/ir/omake_state.ml
+3 -1 omake-branches/configure2/src/main/omake_main.ml
+2 -30 omake-branches/configure2/src/util/omake_util.ml
+1 -20 omake-branches/configure2/src/util/omake_util.mli