| 
            Last change
 on this file since 2845 was             2763, checked in by cmv, 20 years ago           | 
        
        
          | 
             
suite modifs makefile/configure   cmv 24/05/05 
 
           | 
        
        
          
            
              - 
Property                 svn:executable
 set to                 
*
               
             
           | 
        
        
          | 
            File size:
            934 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | #!/bin/csh
 | 
|---|
| 2 | #  Script pour enchainer la fabrication des makefiles SOPHYA
 | 
|---|
| 3 | #  Mettre les options de mkmflib comme argument
 | 
|---|
| 4 | 
 | 
|---|
| 5 | # ---- Pour debugger
 | 
|---|
| 6 | # set DO = 'echo'
 | 
|---|
| 7 | set DO = ''
 | 
|---|
| 8 | 
 | 
|---|
| 9 | echo " ==== Creation smakefile pour les modules SOPHYA ====" 
 | 
|---|
| 10 | foreach f ( BaseTools SysTools SUtils TArray NTools HiStats SkyMap Samba SkyT )
 | 
|---|
| 11 |   set cmd = "./mkmflib $* $f" 
 | 
|---|
| 12 |   $DO $cmd 
 | 
|---|
| 13 | end
 | 
|---|
| 14 | 
 | 
|---|
| 15 | echo " ==== Creation smakefile pour les modules EXTLIBS_SOPHYA ===="
 | 
|---|
| 16 | ### ATTENTION ### ne pas faire mkmflib pour MinuitAdapt
 | 
|---|
| 17 | foreach f ( FitsIOServer IFFTW LinAlg XAstroPack )
 | 
|---|
| 18 |   set cmd = "./mkmflib $* $f" 
 | 
|---|
| 19 |   $DO $cmd 
 | 
|---|
| 20 | end
 | 
|---|
| 21 | 
 | 
|---|
| 22 | echo " ==== Creation smakefile pour les modules PI ====" 
 | 
|---|
| 23 | foreach f ( PI PIGcont PIext )
 | 
|---|
| 24 |   set cmd = "./mkmflib $* $f" 
 | 
|---|
| 25 |   $DO $cmd 
 | 
|---|
| 26 | end
 | 
|---|
| 27 | 
 | 
|---|
| 28 | echo " ==== Creation smakefile pour les modules de Programmes ====" 
 | 
|---|
| 29 | #foreach f ( ProgPI PrgUtil PrgMap Tests PMixer )
 | 
|---|
| 30 | foreach f ( ProgPI PrgUtil PrgMap PMixer )
 | 
|---|
| 31 |   set cmd = "./mkmfprog $* $f" 
 | 
|---|
| 32 |   $DO $cmd 
 | 
|---|
| 33 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.