Changeset 2751 in Sophya for trunk/SophyaExt/LinAlg


Ignore:
Timestamp:
May 20, 2005, 6:22:07 PM (20 years ago)
Author:
cmv
Message:

gestion CXXCOMPILE-LIB-PROG cmv 20/05/05

Location:
trunk/SophyaExt/LinAlg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/LinAlg/Makefile

    r2743 r2751  
    1111 
    1212$(SOPHYAOBJP)intflapack.o: intflapack.cc \
    13   $(SOPHYAINCP)sopnamsp.h intflapack.h \
     13  $(SOPHYAINCP)sopnamsp.h \
     14  intflapack.h \
    1415  $(SOPHYAINCP)machdefs.h \
    1516  $(SOPHYAINCP)tarray.h \
     
    2930  $(SOPHYAINCP)tvector.h \
    3031  $(SOPHYAINCP)tmatrix.h
    31         $(CXXCOMPILE) -o $@ $<
     32        $(CXXCOMPILELIB) -o $@ $<
    3233 
  • trunk/SophyaExt/LinAlg/smakefile

    r2743 r2751  
    1111 
    1212$(SOPHYAOBJP)intflapack.o: intflapack.cc \
    13   $(SOPHYAINCP)sopnamsp.h intflapack.h \
     13  $(SOPHYAINCP)sopnamsp.h \
     14  intflapack.h \
    1415  $(SOPHYAINCP)machdefs.h \
    1516  $(SOPHYAINCP)tarray.h \
     
    2930  $(SOPHYAINCP)tvector.h \
    3031  $(SOPHYAINCP)tmatrix.h
    31         $(CXXCOMPILE) -o $@ $<
     32        $(CXXCOMPILELIB) -o $@ $<
    3233 
Note: See TracChangeset for help on using the changeset viewer.