Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-04-21 21:12:47 -0700 (Mon, 21 Apr 2003)
Revision: 23
Log message:

      1. The categorical OMakeroot now installs into the $LIBDIR, as discussed,
         so a project OMakeroot should now contain just the following:
      
         #
         # Include the standard configuration
         #
         include $(STDROOT)
      
      2. Added a .spec file to generate RPM.
      
         Aleksey, I know I am being dumb w.r.t RPM.  Would you look at omake-0.5.0-1.spec
         and tell me some awful things?  What I would like is to type "make rpm" in the
         omake directory, and the RPM gets built automagically (won't happen now).
      
      3. Magic number generation is now simpler.  We just put the important types
         into their own separate files.  The program omake_gen_magic.ml does the
         important work.
      

Changes  Path
Properties omake
+2 -0 omake/.cvsignore
+13 -18 omake/Makefile.in
+1 -0 omake/configure.in
Added omake/omake-0.5.0-1.spec
Properties omake/omake-0.5.0-1.spec
+18 -191 omake/src/build/omake_build.ml
Added omake/src/build/omake_build_type.ml
Properties omake/src/build/omake_build_type.ml
+11 -2 omake/src/env/omake_env.ml
+231 -248 omake/src/ir/omake_cache.ml
+18 -4 omake/src/ir/omake_cache.mli
+46 -26 omake/src/ir/omake_cache_type.ml
+1 -1 omake/src/ir/omake_command.ml
+1 -1 omake/src/ir/omake_command.mli
Deleted omake/src/ir/omake_command_type.ml
+5 -0 omake/src/ir/omake_node.ml
+5 -0 omake/src/ir/omake_node_type.ml