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)
|
-
Property svn:executable
set to
*
|
File size:
671 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 nmakefile pour 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 | echo " ==== Creation nmakefile pour pour les modules EXTLIBS_SOPHYA ===="
|
---|
15 | foreach f ( FitsIOServer IFFTW LinAlg )
|
---|
16 | set cmd = "./mkmflib $* $f"
|
---|
17 | $DO $cmd
|
---|
18 | end
|
---|
19 | echo " ==== Creation nmakefile pour pour les modules PI ===="
|
---|
20 | foreach f ( PI PIGcont PIext )
|
---|
21 | set cmd = "./mkmflib $* $f"
|
---|
22 | $DO $cmd
|
---|
23 | end
|
---|
24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.