----------------------------------------------------------------
 TO BUILD THE EXECUTABLE AND MEX FILES, TYPE: Installmex 
----------------------------------------------------------------

To build the executable files and mex-files, run the shell script
** Installmex **   in the directory 

Solver/mexsrc

by typing "./Installmex" (without quotes) at the system prompt.

NOTE: (1) Depending on your system setup, you may need to change the default
      value of the MATLAB variable in the  ** Installmex ** script to the 
      actual pathname where Matlab is residing on your system.

      (2) You would need to specific the pathname where SDPT3-3.0 is 
      residing on your system in the  ** Installmex **  script. 

      (3) The Matlab default for mexopts.sh is used in generating
          the mex routines. If necessary, you can use those supplied
          in Solver/mexsrc as follows.

          for Matlab5, 
          at the system prompt:  mv  mexopts53.sh   mexopts.sh
          
          for Matlab6
          at the system prompt:  mv  mexoptsr12.sh  mexopts.sh 

         