Changeset 2751 in Sophya for trunk/SophyaExt/IFFTW


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/IFFTW
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/IFFTW/Makefile

    r2743 r2751  
    1111 
    1212$(SOPHYAOBJP)fftwserver.o: fftwserver.cc \
    13   $(SOPHYAINCP)sopnamsp.h fftwserver.h \
     13  $(SOPHYAINCP)sopnamsp.h \
     14  fftwserver.h \
    1415  $(SOPHYAINCP)machdefs.h \
    1516  $(SOPHYAINCP)fftservintf.h \
     
    3233  $(SOPHYAINCP)FFTW/fftw.h \
    3334  $(SOPHYAINCP)FFTW/rfftw.h
    34         $(CXXCOMPILE) -o $@ $<
     35        $(CXXCOMPILELIB) -o $@ $<
    3536 
  • trunk/SophyaExt/IFFTW/smakefile

    r2743 r2751  
    1111 
    1212$(SOPHYAOBJP)fftwserver.o: fftwserver.cc \
    13   $(SOPHYAINCP)sopnamsp.h fftwserver.h \
     13  $(SOPHYAINCP)sopnamsp.h \
     14  fftwserver.h \
    1415  $(SOPHYAINCP)machdefs.h \
    1516  $(SOPHYAINCP)fftservintf.h \
     
    3233  $(SOPHYAINCP)FFTW/fftw.h \
    3334  $(SOPHYAINCP)FFTW/rfftw.h
    34         $(CXXCOMPILE) -o $@ $<
     35        $(CXXCOMPILELIB) -o $@ $<
    3536 
Note: See TracChangeset for help on using the changeset viewer.