Changeset 663 in Sophya for trunk/SophyaLib/Mgr/install_peida
- Timestamp:
- Nov 29, 1999, 1:48:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/install_peida
r599 r663 1 1 #!/bin/csh 2 # Script d'installation PEIDA2 # Script d'installation SOPHYA 3 3 # Version preliminaire - Reza 27/11/97 +cmv 4 4 … … 64 64 set SRC = $srcdir/$macomp 65 65 set DST = $dstdir/$macomp 66 echo "************** PEIDA_Install script : ****************** "66 echo "************** SOPHYA_Install script : ****************** " 67 67 echo "copie de $srcdir" 68 68 echo " vers $dstdir pour $macomp" … … 77 77 # d'abord les includes 78 78 #foreach d ( Include Include/tnt Include/CInc Include/SystCxx Include/Syst ) 79 foreach d ( Include Include/tnt Include/CInc Include/Syst)80 echo " PEIDA_Install: Installing $d ... "79 foreach d ( Include ) 80 echo "SOPHYA_Install: Installing $d ... " 81 81 if( ! -e $srcdir/$d ) then 82 82 echo "rep. inexistant: $SRC/$d" … … 92 92 # puis le reste 93 93 foreach d ( Libs ShLibs Exec ) 94 echo " PEIDA_Install: Installing $d ... "94 echo "SOPHYA_Install: Installing $d ... " 95 95 if( ! -e $SRC/$d ) then 96 96 echo "rep. inexistant: $SRC/$d" … … 99 99 else 100 100 if( "$d" == "Exec" ) then 101 foreach f ( tobjio tspm tspm2 piapp )101 foreach f ( tobjio tspm tspm2 piapp tgsky tgrsr skymixer ) 102 102 if( -e $SRC/$d/$f ) then 103 103 $DO cp $SRC/$d/$f $DST/$d/. … … 113 113 end 114 114 115 echo ' PEIDA_Install complete'115 echo 'SOPHYA_Install complete' 116 116 117 117 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.