How to compile matlab sdif tools
================================

1.) Compile and install the sdif library version 3.2.2 or above.

2.) Edit the  makefile to specify the location of your mex script,
the sdif library/include file location and the installation directory.
(For compilation of sdif tools for matlab 5 and 6 you may specify 
two different mex commands devided by spaces.)

3.) run:

make 

4.) For testing run:

 make test 

5.) to install files run:

 make install

6.) Have fun!


