       ***************************************************************** 
      ****************    HOW TO BUILD THE FSP CLIENT   *****************
       ***************************************************************** 

FSP Client is build with SCons tool. You can get that tool from 
http://www.scons.org

  Install FSPClient by running: scons install

  You can specify optional switches. These switches must be used in
  both compile and install phases:
     prefix=/opt/fspclient - where to install 
     mandir=/usr/share/man - where to install manpages (autodetected)
     maintainer-mode=1     - turn on debug support
     lockprefix=/tmp       - FSP lock prefix
     locking=<type>        - What kind of locking will FSP use. All clients
                             running on same machine should use same type.
     CC=<compiler>         - What compiler to use
     CCFLAGS=<flags>       - Extra flags passed to compiler

There are *no* Makefile's -- we are using SCons for building.
