### 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/ mkmfprog : c-shell script for creation of programs module Makefile / smakefile ./mkmfprog -sbase /tmp/sbase SUtils 4/ domkmf : c-shell script : calls mkmflib for all modules ./domkmf -sbase /tmp/sbase 5/ Makefile : Top level makefile for library modules 6/ 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)