Changeset 663 in Sophya for trunk/SophyaLib/Mgr/install_peida


Ignore:
Timestamp:
Nov 29, 1999, 1:48:11 PM (26 years ago)
Author:
ansari
Message:

Preparation pour tag V_Oct99 , Reza 29/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/install_peida

    r599 r663  
    11#!/bin/csh
    2 #  Script d'installation PEIDA
     2#  Script d'installation SOPHYA
    33#  Version preliminaire - Reza 27/11/97 +cmv
    44
     
    6464  set SRC = $srcdir/$macomp
    6565  set DST = $dstdir/$macomp
    66   echo "************** PEIDA_Install script : ****************** "
     66  echo "************** SOPHYA_Install script : ****************** "
    6767  echo "copie de $srcdir"
    6868  echo "      vers $dstdir pour $macomp"
     
    7777# d'abord les includes
    7878#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 ... "
     79foreach d ( Include )
     80  echo "SOPHYA_Install: Installing $d ... "
    8181  if( ! -e $srcdir/$d ) then
    8282    echo "rep. inexistant: $SRC/$d"
     
    9292# puis le reste
    9393foreach d ( Libs ShLibs Exec )
    94   echo "PEIDA_Install: Installing $d ... "
     94  echo "SOPHYA_Install: Installing $d ... "
    9595  if( ! -e $SRC/$d ) then
    9696    echo "rep. inexistant: $SRC/$d"
     
    9999  else
    100100    if( "$d" == "Exec" ) then
    101       foreach f ( tobjio tspm tspm2 piapp )
     101      foreach f ( tobjio tspm tspm2 piapp tgsky tgrsr skymixer )
    102102        if( -e $SRC/$d/$f ) then
    103103          $DO cp $SRC/$d/$f $DST/$d/.
     
    113113end
    114114
    115 echo 'PEIDA_Install complete'
     115echo 'SOPHYA_Install complete'
    116116
    117117exit 0
Note: See TracChangeset for help on using the changeset viewer.