Last change
on this file since 3818 was 3180, checked in by cmv, 19 years ago |
modifs suite a la suppression de CodeMinuit et MinuitAdapt cmv 07/02/2007
|
-
Property svn:executable
set to
*
|
File size:
878 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 | foreach f ( FitsIOServer IFFTW LinAlg XAstroPack )
|
---|
17 | set cmd = "./mkmflib $* $f"
|
---|
18 | $DO $cmd
|
---|
19 | end
|
---|
20 |
|
---|
21 | echo " ==== Creation smakefile pour les modules PI ===="
|
---|
22 | foreach f ( PI PIGcont PIext )
|
---|
23 | set cmd = "./mkmflib $* $f"
|
---|
24 | $DO $cmd
|
---|
25 | end
|
---|
26 |
|
---|
27 | echo " ==== Creation smakefile pour les modules de Programmes ===="
|
---|
28 | #foreach f ( ProgPI PrgUtil PrgMap Tests PMixer )
|
---|
29 | foreach f ( ProgPI PrgUtil PrgMap PMixer )
|
---|
30 | set cmd = "./mkmfprog $* $f"
|
---|
31 | $DO $cmd
|
---|
32 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.