Last change
on this file since 2912 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
|
Rev | Line | |
---|
[2720] | 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 |
|
---|
[2734] | 9 | echo " ==== Creation smakefile pour les modules SOPHYA ===="
|
---|
[2720] | 10 | foreach f ( BaseTools SysTools SUtils TArray NTools HiStats SkyMap Samba SkyT )
|
---|
| 11 | set cmd = "./mkmflib $* $f"
|
---|
| 12 | $DO $cmd
|
---|
| 13 | end
|
---|
[2734] | 14 |
|
---|
| 15 | echo " ==== Creation smakefile pour les modules EXTLIBS_SOPHYA ===="
|
---|
[2763] | 16 | ### ATTENTION ### ne pas faire mkmflib pour MinuitAdapt
|
---|
| 17 | foreach f ( FitsIOServer IFFTW LinAlg XAstroPack )
|
---|
[2720] | 18 | set cmd = "./mkmflib $* $f"
|
---|
| 19 | $DO $cmd
|
---|
| 20 | end
|
---|
[2734] | 21 |
|
---|
| 22 | echo " ==== Creation smakefile pour les modules PI ===="
|
---|
[2720] | 23 | foreach f ( PI PIGcont PIext )
|
---|
| 24 | set cmd = "./mkmflib $* $f"
|
---|
| 25 | $DO $cmd
|
---|
| 26 | end
|
---|
| 27 |
|
---|
[2739] | 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.