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


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/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::
Note: See TracChangeset for help on using the changeset viewer.