Changeset 3879 in Sophya for trunk/SophyaExt/IFFTW
- Timestamp:
- Sep 10, 2010, 10:19:49 AM (15 years ago)
- Location:
- trunk/SophyaExt/IFFTW
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/IFFTW/Makefile
r3615 r3879 12 12 13 13 $(SOPHYAOBJP)fftwserver.o: fftwserver.cc \ 14 $(SOPHYAINCP)sopnamsp.h fftwserver.h \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fftwserver.h \ 15 16 $(SOPHYAINCP)machdefs.h \ 16 17 $(SOPHYAINCP)sspvflags.h \ … … 36 37 $(SOPHYAINCP)tmatrix_tsnl.h \ 37 38 $(SOPHYAINCP)tvector.h \ 38 $(SOPHYAINCP)tvector_tsnl.h fftw3server.cc \ 39 $(SOPHYAINCP)tvector_tsnl.h \ 40 fftw3server.cc \ 39 41 $(SOPHYAINCP)FFTW/fftw3.h 40 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc -
trunk/SophyaExt/IFFTW/smakefile
r3615 r3879 12 12 13 13 $(SOPHYAOBJP)fftwserver.o: fftwserver.cc \ 14 $(SOPHYAINCP)sopnamsp.h fftwserver.h \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fftwserver.h \ 15 16 $(SOPHYAINCP)machdefs.h \ 16 17 $(SOPHYAINCP)sspvflags.h \ … … 36 37 $(SOPHYAINCP)tmatrix_tsnl.h \ 37 38 $(SOPHYAINCP)tvector.h \ 38 $(SOPHYAINCP)tvector_tsnl.h fftw3server.cc \ 39 $(SOPHYAINCP)tvector_tsnl.h \ 40 fftw3server.cc \ 39 41 $(SOPHYAINCP)FFTW/fftw3.h 40 42 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc
Note:
See TracChangeset
for help on using the changeset viewer.