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.