| 
            Last change
 on this file since 2729 was             2720, checked in by ansari, 20 years ago           | 
        
        
          | 
             
Creation nouveau module de gestion de code BuildMgr (Reza 17 Mai 2005)  
 
           | 
        
        
          | 
            File size:
            661 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [2720] | 1 | ### README file for SOPHYA Build scripts (BuildMgr) ####
 | 
|---|
 | 2 | 1/ configure : c-shell script configuration 
 | 
|---|
 | 3 |    ./configure -sbase /tmp/sbase/ -scxx cxx -extp /usr/local/extlibs
 | 
|---|
 | 4 | 
 | 
|---|
 | 5 | 2/ mkmflib : c-shell script for creation of library module Makefile / smakefile
 | 
|---|
 | 6 |    ./mkmflib -sbase /tmp/sbase SUtils
 | 
|---|
 | 7 | 
 | 
|---|
 | 8 | 3/ domkmf : c-shell script : calls mkmflib for all modules 
 | 
|---|
 | 9 |    ./domkmf -sbase /tmp/sbase
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 | 4/ Makefile : Top level makefile for library modules 
 | 
|---|
 | 12 | 
 | 
|---|
 | 13 | 5/ Configuration files :
 | 
|---|
 | 14 |    - Linux_g++_make.inc : Linux with g++ compiler 
 | 
|---|
 | 15 |    - OSF1_cxx_make.inc : (HP/Compaq/Digital Tru64 with native cxx compiler)
 | 
|---|
 | 16 |    - Darwin_g++_make.inc : (Apple/MacOSX with the native GNU compiler) 
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.