Changeset 737 in Sophya for trunk/SophyaLib/Mgr/mkmflien


Ignore:
Timestamp:
Feb 22, 2000, 5:31:27 PM (26 years ago)
Author:
ansari
Message:

nouveau schema pour librairies externes (Var EXTLIBDIR) - Reza 22/02/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/mkmflien

    r554 r737  
    11#!/bin/csh
    2 # $Id: mkmflien,v 1.3 1999-11-09 11:13:14 ansari Exp $
     2# $Id: mkmflien,v 1.4 2000-02-22 16:31:27 ansari Exp $
    33
    44#########################################################
     
    2525### Les includes a mettre dans Include pour les Makefiles
    2626#########################################################
    27 foreach f ( $src/Mgr/Makefile.h $src/Mgr/MakefileUser.h )
     27foreach f ( $src/Mgr/Makefile.h $src/Mgr/Makefile.slb $src/Mgr/MakefileUser.h )
    2828  if( -e $f ) then
    2929    ln -sf $f $dst/
     
    3434####  Les includes de tnt a mettre dans Include/tnt
    3535###################################################
    36 if( -d $dst/tnt ) then
    37   if( -d $src/tnt ) then
    38     foreach f ( $src/tnt/*.h )
    39       ln -sf $f $dst/tnt/
    40     end
    41   endif
    42 endif
     36#if( -d $dst/tnt ) then
     37#  if( -d $src/tnt ) then
     38#    foreach f ( $src/tnt/*.h )
     39#      ln -sf $f $dst/tnt/
     40#    end
     41#  endif
     42#endif
    4343
    4444###################################################
Note: See TracChangeset for help on using the changeset viewer.