Changeset 3009 in Sophya


Ignore:
Timestamp:
Jul 6, 2006, 11:14:25 PM (19 years ago)
Author:
ansari
Message:

correction a la main de Makefile , smakefile : suppression INC/fftw3.h, ajout (dependance) fftw2server.cc , Reza 06/07/2006

Location:
trunk/SophyaExt/IFFTW
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/IFFTW/Makefile

    r3007 r3009  
    3535  $(SOPHYAINCP)tmatrix_tsnl.h \
    3636  $(SOPHYAINCP)tvector.h \
    37   $(SOPHYAINCP)tvector_tsnl.h fftw3server.cc \
    38   $(SOPHYAINCP)FFTW/fftw3.h
     37  $(SOPHYAINCP)tvector_tsnl.h \
     38  fftw2server.cc fftw3server.cc
    3939        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftwserver.cc
    4040 
  • trunk/SophyaExt/IFFTW/smakefile

    r3007 r3009  
    3535  $(SOPHYAINCP)tmatrix_tsnl.h \
    3636  $(SOPHYAINCP)tvector.h \
    37   $(SOPHYAINCP)tvector_tsnl.h fftw3server.cc \
    38   $(SOPHYAINCP)FFTW/fftw3.h
     37  $(SOPHYAINCP)tvector_tsnl.h \
     38  fftw2server.cc fftw3server.cc
    3939        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftwserver.cc
    4040 
Note: See TracChangeset for help on using the changeset viewer.