Changeset 2726 in Sophya for trunk/SophyaLib/BuildMgr/configure


Ignore:
Timestamp:
May 18, 2005, 12:25:50 PM (20 years ago)
Author:
ansari
Message:

Amelioration impression ds configure (copy/link des .h)
Correction pour XAstroPack ds Makefile et extension .dylib pour Darwin_g++_make.inc

Reza 18 Mai 2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/configure

    r2724 r2726  
    157157foreach d ( $SOPMOD $SOPEXT $SOPPI )
    158158  if ( -d $srcd/$d ) then
    159     echo Copying include files for module $d
     159    if ( $?incln ) then
     160      echo Creating link to include files for module $d
     161    else
     162      echo Copying include files for module $d
     163    endif
     164
    160165    cd $srcd/$d;
    161166    set file = ( *.h )
Note: See TracChangeset for help on using the changeset viewer.