The current Makefile is not automatically called from the top-level
one.

To install the mex files 'mbfread' and 'mbfwrite':

 - first compile MUESLI

 - change some variables in the Makefile and the mexopts.sh file:
    (see also the "MUESLI Installation Guide")
    * MUESLI_MEX_INSTALL_DIR is where you want to install the mex
      files; it should referred to by your 'startup.m' local
      configuration file.

 - then:
    $ make
    $ make install

======================================================================

Mex files should be compiled with a SUPPORTED compiler.
(see Matlab documentation)

For example:
  * for Matlab-7.12 (R2011a), GCC-4.3 should be used
  * for Matlab-8.1  (R2013a), GCC-4.4 should be used

Other compilers may or may not work.

======================================================================

In order to test MBF file I/O under Matlab, the four small binary files
in the data directory can be used.

