Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-01-18 20:14:00 -0800 (Wed, 18 Jan 2006)
Revision: 8510
Log message:

      Prepare an installable version of MetaPRL.
      The following directories are collected into libraries,
      and copied into a standard install location.
      
         libmojave
         mllib
         refiner
         filter
         support
         editor/ml
      
      For each of these directories, the .mli,.cmi and the
      library itself are copied to an <install>/lib directory.
      In addition, the filter directory copies the camlp4{n,o}
      executables.
      
      Note that the other filter/ binaries are currently broken.
      We'll need to fix someday.
      
      The plan is:
      
         1. Install these files into a standard location like
            /usr/lib/metaprl.  TODO: add the location of the
            install directory to mk/config.
      
         2. Build a new OMakeroot that will allow people
            to build their own private copy of MetaPRL
            with their own theories, just from these
            binaries.
      
         3. (Probably) build a binary MetaPRL RPM.
      
      Note: the current install target is called "export", because
      we have a pre-existing "install" target.  I don't know what
      the "install" was used for, but it seems like we should
      usurp it for the current purpose.
      
      I'll finish #2 tomorrow.
      

Changes  Path
Properties metaprl
+43 -1 metaprl/OMakefile
+9 -1 metaprl/editor/ml/OMakefile
Properties metaprl/filter
+10 -10 metaprl/filter/OMakefile
+0 -4 metaprl/filter/filter/filter_convert.ml
+2 -0 metaprl/mllib/OMakefile
+1 -0 metaprl/refiner/OMakefile
Properties metaprl/support
Added metaprl/support/OMakefile
Properties metaprl/support/OMakefile
Added metaprl/support/display/Files
+2 -17 metaprl/support/display/OMakefile
Added metaprl/support/doc/Files
+2 -2 metaprl/support/doc/OMakefile
Added metaprl/support/shell/Files
+2 -33 metaprl/support/shell/OMakefile
Added metaprl/support/tactics/Files
+3 -14 metaprl/support/tactics/OMakefile