Changeset 2765 in Sophya for trunk/SophyaExt/IFFTW


Ignore:
Timestamp:
May 25, 2005, 6:57:58 PM (20 years ago)
Author:
ansari
Message:

MAJ Makefile et smakefile suite gestion CXXTEMPFLG ds BuildMgr - cmv+Reza 25/5/2005

Location:
trunk/SophyaExt/IFFTW
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/IFFTW/Makefile

    r2763 r2765  
    1212 
    1313$(SOPHYAOBJP)fftwserver.o: fftwserver.cc \
    14   $(SOPHYAINCP)sopnamsp.h \
    15   fftwserver.h \
     14  $(SOPHYAINCP)sopnamsp.h fftwserver.h \
    1615  $(SOPHYAINCP)machdefs.h \
    1716  $(SOPHYAINCP)fftservintf.h \
     
    3433  $(SOPHYAINCP)FFTW/fftw.h \
    3534  $(SOPHYAINCP)FFTW/rfftw.h
    36         $(CXXCOMPILELIB) -o $@ $<
     35        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftwserver.cc
    3736 
  • trunk/SophyaExt/IFFTW/smakefile

    r2763 r2765  
    1212 
    1313$(SOPHYAOBJP)fftwserver.o: fftwserver.cc \
    14   $(SOPHYAINCP)sopnamsp.h \
    15   fftwserver.h \
     14  $(SOPHYAINCP)sopnamsp.h fftwserver.h \
    1615  $(SOPHYAINCP)machdefs.h \
    1716  $(SOPHYAINCP)fftservintf.h \
     
    3433  $(SOPHYAINCP)FFTW/fftw.h \
    3534  $(SOPHYAINCP)FFTW/rfftw.h
    36         $(CXXCOMPILELIB) -o $@ $<
     35        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fftwserver.cc
    3736 
Note: See TracChangeset for help on using the changeset viewer.