Changeset 2726 in Sophya


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

Location:
trunk/SophyaLib/BuildMgr
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/Darwin_g++_make.inc

    r2720 r2726  
    2929CXXCOMPILE = $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c
    3030
     31#  Extension de nom pour les librairies partagees
     32SLEXT = dylib
    3133#  Fabrication de librairies partagees
    3234CMDSHLCXX = $(CXX) $(CXXFLAGS) -dynamiclib
  • trunk/SophyaLib/BuildMgr/Makefile

    r2720 r2726  
    99
    1010extlibs : cxxextlibs
    11 
     11        echo '*DBG* Building extlibs'
    1212
    1313
     
    2727        if [ -d ../IFFTW ] ; then cd  ../IFFTW ; $(MAKE) ; fi
    2828        if [ -d ../LinAlg ] ; then cd  ../LinAlg ; $(MAKE) ; fi
    29         if [ -d ../XAstroPack ] ; then cd  XAstroPack ; $(MAKE) ; fi
     29        if [ -d ../XAstroPack ] ; then cd  ../XAstroPack ; $(MAKE) ; fi
    3030 
    3131PI::
  • 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.