Build instructions
==================

Run 
  ./build_all

Once this has been run, a complete cleanup is done by

  make maintainer-clean

Then, build_all must be run again. Otherwise, a simple

  make

rebuilds all outdated parts.



The documentation may be built using
  
  make doxygen-doc

and is then found in doc/dx/

