Changeset 2765 in Sophya for trunk/SophyaExt/IFFTW
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- Location:
- trunk/SophyaExt/IFFTW
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/IFFTW/Makefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)fftwserver.o: fftwserver.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fftwserver.h \ 14 $(SOPHYAINCP)sopnamsp.h fftwserver.h \ 16 15 $(SOPHYAINCP)machdefs.h \ 17 16 $(SOPHYAINCP)fftservintf.h \ … … 34 33 $(SOPHYAINCP)FFTW/fftw.h \ 35 34 $(SOPHYAINCP)FFTW/rfftw.h 36 $(CXXCOMPILE LIB) -o $@ $<35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc 37 36 -
trunk/SophyaExt/IFFTW/smakefile
r2763 r2765 12 12 13 13 $(SOPHYAOBJP)fftwserver.o: fftwserver.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fftwserver.h \ 14 $(SOPHYAINCP)sopnamsp.h fftwserver.h \ 16 15 $(SOPHYAINCP)machdefs.h \ 17 16 $(SOPHYAINCP)fftservintf.h \ … … 34 33 $(SOPHYAINCP)FFTW/fftw.h \ 35 34 $(SOPHYAINCP)FFTW/rfftw.h 36 $(CXXCOMPILE LIB) -o $@ $<35 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc 37 36
Note:
See TracChangeset
for help on using the changeset viewer.