### README file for SOPHYA Build scripts (BuildMgr) ####
1/ configure : c-shell script configuration 
   ./configure -sbase /tmp/sbase/ -scxx cxx -extp /usr/local/extlibs

2/ mkmflib : c-shell script for creation of library module Makefile / smakefile
   ./mkmflib -sbase /tmp/sbase SUtils

3/ domkmf : c-shell script : calls mkmflib for all modules 
   ./domkmf -sbase /tmp/sbase

4/ Makefile : Top level makefile for library modules 

5/ Configuration files :
   - Linux_g++_make.inc : Linux with g++ compiler 
   - OSF1_cxx_make.inc : (HP/Compaq/Digital Tru64 with native cxx compiler)
   - Darwin_g++_make.inc : (Apple/MacOSX with the native GNU compiler) 
