source: Sophya/trunk/SophyaLib/BuildMgr/README@ 2912

Last change on this file since 2912 was 2739, checked in by cmv, 20 years ago

suite nouvelle structure cmv 20/05/05

File size: 783 bytes
RevLine 
[2720]1### README file for SOPHYA Build scripts (BuildMgr) ####
21/ configure : c-shell script configuration
3 ./configure -sbase /tmp/sbase/ -scxx cxx -extp /usr/local/extlibs
4
52/ mkmflib : c-shell script for creation of library module Makefile / smakefile
6 ./mkmflib -sbase /tmp/sbase SUtils
7
[2739]83/ mkmfprog : c-shell script for creation of programs module Makefile / smakefile
9 ./mkmfprog -sbase /tmp/sbase SUtils
10
114/ domkmf : c-shell script : calls mkmflib for all modules
[2720]12 ./domkmf -sbase /tmp/sbase
13
[2739]145/ Makefile : Top level makefile for library modules
[2720]15
[2739]166/ Configuration files :
[2720]17 - Linux_g++_make.inc : Linux with g++ compiler
18 - OSF1_cxx_make.inc : (HP/Compaq/Digital Tru64 with native cxx compiler)
19 - Darwin_g++_make.inc : (Apple/MacOSX with the native GNU compiler)
Note: See TracBrowser for help on using the repository browser.