Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2002-01-22 15:38:59 -0800 (Tue, 22 Jan 2002)
Revision: 3478
Log message:

      1) The main Conscript has been modified.  Added lines for CPP so that MC
         compiles properly from MetaPRL.
      2) Renamed some files in theories/mc/ so as to not confliced with
         files in MC.  I've chosen the (arguably atrocious) prefix
         of mp_mc_.
      
      Assuming string_util.ml and rformat.ml, in the MC source tree,
      are renamed to something else and the changes propagated as
      necessary, this commit should re-enable MetaPRL and MC to build together
      (using cons).
      

Changes  Path
+5 -2 metaprl/Conscript
+12 -12 metaprl/theories/mc/Conscript
+3 -3 metaprl/theories/mc/Makefile
+2 -1 metaprl/theories/mc/TODO
+1 -1 metaprl/theories/mc/fir_eval.ml
+1 -1 metaprl/theories/mc/fir_eval.mli
+1 -1 metaprl/theories/mc/fir_exp.ml
+1 -1 metaprl/theories/mc/fir_test.ml
+1 -1 metaprl/theories/mc/fir_test.mli
+1 -1 metaprl/theories/mc/mc_fir_connect_base.ml
Deleted metaprl/theories/mc/mc_set.ml
Deleted metaprl/theories/mc/mc_set.mli
Deleted metaprl/theories/mc/mc_term_op.ml
Deleted metaprl/theories/mc/mc_term_op.mli
Deleted metaprl/theories/mc/mc_theory.ml
Deleted metaprl/theories/mc/mc_theory.mli
Added metaprl/theories/mc/mp_mc_set.ml
Properties metaprl/theories/mc/mp_mc_set.ml
Added metaprl/theories/mc/mp_mc_set.mli
Properties metaprl/theories/mc/mp_mc_set.mli
Added metaprl/theories/mc/mp_mc_term_op.ml
Properties metaprl/theories/mc/mp_mc_term_op.ml
Added metaprl/theories/mc/mp_mc_term_op.mli
Properties metaprl/theories/mc/mp_mc_term_op.mli
Added metaprl/theories/mc/mp_mc_theory.ml
Properties metaprl/theories/mc/mp_mc_theory.ml
Added metaprl/theories/mc/mp_mc_theory.mli
Properties metaprl/theories/mc/mp_mc_theory.mli
+28 -43 metaprl/util/Conscript