Created
May 25, 2015 15:19
-
-
Save surchs/0f9e570fa921e39d16bc to your computer and use it in GitHub Desktop.
Minc-Toolkit Make Fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scanning dependencies of target FFTW3F | |
[ 0%] Creating directories for 'FFTW3F' | |
[ 0%] Performing download step (download, verify and extract) for 'FFTW3F' | |
-- downloading... | |
src='http://www.fftw.org/fftw-3.3.3.tar.gz' | |
dst='/home/surchs/Code/minc-toolkit/build/FFTW3F-prefix/src/fftw-3.3.3.tar.gz' | |
timeout='none' | |
-- [download 0% complete] | |
-- [download 1% complete] | |
-- [download 2% complete] | |
-- [download 3% complete] | |
-- [download 4% complete] | |
-- [download 5% complete] | |
-- [download 6% complete] | |
-- [download 7% complete] | |
-- [download 8% complete] | |
-- [download 9% complete] | |
-- [download 10% complete] | |
-- [download 11% complete] | |
-- [download 12% complete] | |
-- [download 13% complete] | |
-- [download 14% complete] | |
-- [download 15% complete] | |
-- [download 16% complete] | |
-- [download 17% complete] | |
-- [download 18% complete] | |
-- [download 19% complete] | |
-- [download 20% complete] | |
-- [download 21% complete] | |
-- [download 22% complete] | |
-- [download 23% complete] | |
-- [download 24% complete] | |
-- [download 25% complete] | |
-- [download 26% complete] | |
-- [download 27% complete] | |
-- [download 28% complete] | |
-- [download 29% complete] | |
-- [download 30% complete] | |
-- [download 31% complete] | |
-- [download 32% complete] | |
-- [download 33% complete] | |
-- [download 34% complete] | |
-- [download 35% complete] | |
-- [download 36% complete] | |
-- [download 37% complete] | |
-- [download 38% complete] | |
-- [download 39% complete] | |
-- [download 40% complete] | |
-- [download 41% complete] | |
-- [download 42% complete] | |
-- [download 43% complete] | |
-- [download 44% complete] | |
-- [download 45% complete] | |
-- [download 46% complete] | |
-- [download 47% complete] | |
-- [download 48% complete] | |
-- [download 49% complete] | |
-- [download 50% complete] | |
-- [download 51% complete] | |
-- [download 52% complete] | |
-- [download 53% complete] | |
-- [download 54% complete] | |
-- [download 55% complete] | |
-- [download 56% complete] | |
-- [download 57% complete] | |
-- [download 58% complete] | |
-- [download 59% complete] | |
-- [download 60% complete] | |
-- [download 61% complete] | |
-- [download 62% complete] | |
-- [download 63% complete] | |
-- [download 64% complete] | |
-- [download 65% complete] | |
-- [download 66% complete] | |
-- [download 67% complete] | |
-- [download 68% complete] | |
-- [download 69% complete] | |
-- [download 70% complete] | |
-- [download 71% complete] | |
-- [download 72% complete] | |
-- [download 73% complete] | |
-- [download 74% complete] | |
-- [download 75% complete] | |
-- [download 76% complete] | |
-- [download 77% complete] | |
-- [download 78% complete] | |
-- [download 79% complete] | |
-- [download 80% complete] | |
-- [download 81% complete] | |
-- [download 82% complete] | |
-- [download 83% complete] | |
-- [download 84% complete] | |
-- [download 85% complete] | |
-- [download 86% complete] | |
-- [download 87% complete] | |
-- [download 88% complete] | |
-- [download 89% complete] | |
-- [download 90% complete] | |
-- [download 91% complete] | |
-- [download 92% complete] | |
-- [download 93% complete] | |
-- [download 94% complete] | |
-- [download 95% complete] | |
-- [download 96% complete] | |
-- [download 97% complete] | |
-- [download 98% complete] | |
-- [download 99% complete] | |
-- [download 100% complete] | |
-- downloading... done | |
-- verifying file... | |
file='/home/surchs/Code/minc-toolkit/build/FFTW3F-prefix/src/fftw-3.3.3.tar.gz' | |
-- verifying file... done | |
-- extracting... | |
src='/home/surchs/Code/minc-toolkit/build/FFTW3F-prefix/src/fftw-3.3.3.tar.gz' | |
dst='/home/surchs/Code/minc-toolkit/build/FFTW3F' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 0%] No patch step for 'FFTW3F' | |
[ 0%] No update step for 'FFTW3F' | |
[ 0%] Performing configure step for 'FFTW3F' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for gcc... /usr/bin/cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/cc... gcc3 | |
checking whether /usr/bin/cc and cc understand -c and -o together... yes | |
checking for C compiler vendor... gnu | |
checking for /usr/bin/cc option to accept ISO C99... -std=gnu99 | |
checking for /usr/bin/cc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by /usr/bin/cc -std=gnu99... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from /usr/bin/cc -std=gnu99 object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... /usr/bin/cc -std=gnu99 -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/cc -std=gnu99 supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/cc -std=gnu99 option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/cc -std=gnu99 PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/cc -std=gnu99 static flag -static works... yes | |
checking if /usr/bin/cc -std=gnu99 supports -c -o file.o... yes | |
checking if /usr/bin/cc -std=gnu99 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for ocamlbuild... no | |
checking whether C compiler accepts -msse... yes | |
checking whether C compiler accepts -mavx... yes | |
checking for ANSI C header files... (cached) yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking c_asm.h usability... no | |
checking c_asm.h presence... no | |
checking for c_asm.h... no | |
checking intrinsics.h usability... no | |
checking intrinsics.h presence... no | |
checking for intrinsics.h... no | |
checking for stdint.h... (cached) yes | |
checking mach/mach_time.h usability... no | |
checking mach/mach_time.h presence... no | |
checking for mach/mach_time.h... no | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking altivec.h usability... no | |
checking altivec.h presence... no | |
checking for altivec.h... no | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for size_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for long double... yes | |
checking for hrtime_t... no | |
checking size of int... 4 | |
checking size of unsigned int... 4 | |
checking size of long... 8 | |
checking size of unsigned long... 8 | |
checking size of long long... 8 | |
checking size of unsigned long long... 8 | |
checking size of size_t... 8 | |
checking size of ptrdiff_t... 8 | |
checking for uintptr_t... yes | |
checking size of float... 4 | |
checking size of double... 8 | |
checking size of fftw_r2r_kind... 4 | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for working strtod... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for sin in -lm... yes | |
checking for BSDgettimeofday... no | |
checking for gettimeofday... yes | |
checking for gethrtime... no | |
checking for read_real_time... no | |
checking for time_base_to_time... no | |
checking for drand48... yes | |
checking for sqrt... yes | |
checking for memset... yes | |
checking for posix_memalign... yes | |
checking for memalign... yes | |
checking for _mm_malloc... no | |
checking for _mm_free... no | |
checking for clock_gettime... yes | |
checking for mach_absolute_time... no | |
checking for sysctl... yes | |
checking for abort... yes | |
checking for sinl... yes | |
checking for cosl... yes | |
checking for snprintf... yes | |
checking whether drand48 is declared... yes | |
checking whether srand48 is declared... yes | |
checking whether memalign is declared... no | |
checking whether posix_memalign is declared... yes | |
checking whether sinl is declared... no | |
checking whether cosl is declared... no | |
checking whether sinq is declared... no | |
checking whether cosq is declared... no | |
checking for _rtc intrinsic... no | |
checking for isnan... yes | |
checking whether C compiler accepts -mpreferred-stack-boundary=4... yes | |
checking whether the stack is at least 8-byte aligned by gcc... checking whether C compiler accepts -malign-double... yes | |
yes | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... no | |
checking whether pthreads work with -Kthread... no | |
checking whether pthreads work with -kthread... no | |
checking for the pthreads library -llthread... no | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking whether a cycle counter is available... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating support/Makefile | |
config.status: creating genfft/Makefile | |
config.status: creating kernel/Makefile | |
config.status: creating simd-support/Makefile | |
config.status: creating dft/Makefile | |
config.status: creating dft/scalar/Makefile | |
config.status: creating dft/scalar/codelets/Makefile | |
config.status: creating dft/simd/Makefile | |
config.status: creating dft/simd/common/Makefile | |
config.status: creating dft/simd/sse2/Makefile | |
config.status: creating dft/simd/avx/Makefile | |
config.status: creating dft/simd/altivec/Makefile | |
config.status: creating dft/simd/neon/Makefile | |
config.status: creating rdft/Makefile | |
config.status: creating rdft/scalar/Makefile | |
config.status: creating rdft/scalar/r2cf/Makefile | |
config.status: creating rdft/scalar/r2cb/Makefile | |
config.status: creating rdft/scalar/r2r/Makefile | |
config.status: creating rdft/simd/Makefile | |
config.status: creating rdft/simd/common/Makefile | |
config.status: creating rdft/simd/sse2/Makefile | |
config.status: creating rdft/simd/avx/Makefile | |
config.status: creating rdft/simd/altivec/Makefile | |
config.status: creating rdft/simd/neon/Makefile | |
config.status: creating reodft/Makefile | |
config.status: creating threads/Makefile | |
config.status: creating api/Makefile | |
config.status: creating mpi/Makefile | |
config.status: creating libbench2/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/FAQ/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating tools/fftw_wisdom.1 | |
config.status: creating tools/fftw-wisdom-to-conf | |
config.status: creating m4/Makefile | |
config.status: creating fftw.pc | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
[ 1%] Performing build step for 'FFTW3F' | |
Making all in support | |
Making all in kernel | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -fPIC -DPIC -o align.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fPIC -DPIC -o alloc.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c -fPIC -DPIC -o assert.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c -fPIC -DPIC -o awake.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -fPIC -DPIC -o buffered.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c -fPIC -DPIC -o cpy1d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c -fPIC -DPIC -o cpy2d-pair.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c -fPIC -DPIC -o cpy2d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -fPIC -DPIC -o ct.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -fPIC -DPIC -o debug.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c -fPIC -DPIC -o extract-reim.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fPIC -DPIC -o hash.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c -fPIC -DPIC -o iabs.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c -fPIC -DPIC -o kalloc.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c -fPIC -DPIC -o md5-1.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o md5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -fPIC -DPIC -o minmax.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c -fPIC -DPIC -o ops.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c -fPIC -DPIC -o pickdim.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -fPIC -DPIC -o plan.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c -fPIC -DPIC -o planner.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c -fPIC -DPIC -o primes.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -fPIC -DPIC -o print.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -fPIC -DPIC -o problem.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -fPIC -DPIC -o rader.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -fPIC -DPIC -o scan.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c -fPIC -DPIC -o solver.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c -fPIC -DPIC -o solvtab.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c -fPIC -DPIC -o stride.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c -fPIC -DPIC -o tensor.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c -fPIC -DPIC -o tensor1.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c -fPIC -DPIC -o tensor2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c -fPIC -DPIC -o tensor3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c -fPIC -DPIC -o tensor4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c -fPIC -DPIC -o tensor5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c -fPIC -DPIC -o tensor7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c -fPIC -DPIC -o tensor8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c -fPIC -DPIC -o tensor9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c -fPIC -DPIC -o tile2d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -fPIC -DPIC -o timer.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c -fPIC -DPIC -o transpose.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c -fPIC -DPIC -o trig.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../simd -O3 -DNDEBUG -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c -fPIC -DPIC -o twiddle.o | |
libtool: link: ar cru .libs/libkernel.a align.o alloc.o assert.o awake.o buffered.o cpy1d.o cpy2d-pair.o cpy2d.o ct.o debug.o extract-reim.o hash.o iabs.o kalloc.o md5-1.o md5.o minmax.o ops.o pickdim.o plan.o planner.o primes.o print.o problem.o rader.o scan.o solver.o solvtab.o stride.o tensor.o tensor1.o tensor2.o tensor3.o tensor4.o tensor5.o tensor7.o tensor8.o tensor9.o tile2d.o timer.o transpose.o trig.o twiddle.o | |
libtool: link: ranlib .libs/libkernel.a | |
libtool: link: ( cd ".libs" && rm -f "libkernel.la" && ln -s "../libkernel.la" "libkernel.la" ) | |
Making all in simd-support | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c -fPIC -DPIC -o taint.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c -fPIC -DPIC -o sse2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c -fPIC -DPIC -o avx.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c -fPIC -DPIC -o altivec.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c -fPIC -DPIC -o neon.o | |
libtool: link: ar cru .libs/libsimd_support.a taint.o sse2.o avx.o altivec.o neon.o | |
libtool: link: ranlib .libs/libsimd_support.a | |
libtool: link: ( cd ".libs" && rm -f "libsimd_support.la" && ln -s "../libsimd_support.la" "libsimd_support.la" ) | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -msse -O3 -DNDEBUG -MT libsimd_sse2_nonportable_la-sse2-nonportable.lo -MD -MP -MF .deps/libsimd_sse2_nonportable_la-sse2-nonportable.Tpo -c sse2-nonportable.c -fPIC -DPIC -o libsimd_sse2_nonportable_la-sse2-nonportable.o | |
libtool: link: ar cru .libs/libsimd_sse2_nonportable.a libsimd_sse2_nonportable_la-sse2-nonportable.o | |
libtool: link: ranlib .libs/libsimd_sse2_nonportable.a | |
libtool: link: ( cd ".libs" && rm -f "libsimd_sse2_nonportable.la" && ln -s "../libsimd_sse2_nonportable.la" "libsimd_sse2_nonportable.la" ) | |
Making all in dft | |
Making all in scalar | |
Making all in codelets | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c -fPIC -DPIC -o n1_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c -fPIC -DPIC -o n1_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c -fPIC -DPIC -o n1_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c -fPIC -DPIC -o n1_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c -fPIC -DPIC -o n1_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c -fPIC -DPIC -o n1_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c -fPIC -DPIC -o n1_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c -fPIC -DPIC -o n1_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c -fPIC -DPIC -o n1_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c -fPIC -DPIC -o n1_11.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c -fPIC -DPIC -o n1_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c -fPIC -DPIC -o n1_13.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c -fPIC -DPIC -o n1_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c -fPIC -DPIC -o n1_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c -fPIC -DPIC -o n1_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c -fPIC -DPIC -o n1_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c -fPIC -DPIC -o n1_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c -fPIC -DPIC -o n1_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c -fPIC -DPIC -o n1_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c -fPIC -DPIC -o t1_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c -fPIC -DPIC -o t1_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c -fPIC -DPIC -o t1_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c -fPIC -DPIC -o t1_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c -fPIC -DPIC -o t1_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c -fPIC -DPIC -o t1_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c -fPIC -DPIC -o t1_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c -fPIC -DPIC -o t1_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c -fPIC -DPIC -o t1_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c -fPIC -DPIC -o t1_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c -fPIC -DPIC -o t1_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c -fPIC -DPIC -o t1_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c -fPIC -DPIC -o t1_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c -fPIC -DPIC -o t1_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c -fPIC -DPIC -o t1_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c -fPIC -DPIC -o t1_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c -fPIC -DPIC -o t2_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c -fPIC -DPIC -o t2_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c -fPIC -DPIC -o t2_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c -fPIC -DPIC -o t2_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c -fPIC -DPIC -o t2_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c -fPIC -DPIC -o t2_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c -fPIC -DPIC -o t2_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c -fPIC -DPIC -o t2_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c -fPIC -DPIC -o t2_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c -fPIC -DPIC -o q1_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c -fPIC -DPIC -o q1_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c -fPIC -DPIC -o q1_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c -fPIC -DPIC -o q1_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c -fPIC -DPIC -o q1_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c -fPIC -DPIC -o q1_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/scalar -O3 -DNDEBUG -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fPIC -DPIC -o codlist.o | |
libtool: link: ar cru .libs/libdft_scalar_codelets.a n1_2.o n1_3.o n1_4.o n1_5.o n1_6.o n1_7.o n1_8.o n1_9.o n1_10.o n1_11.o n1_12.o n1_13.o n1_14.o n1_15.o n1_16.o n1_32.o n1_64.o n1_20.o n1_25.o t1_2.o t1_3.o t1_4.o t1_5.o t1_6.o t1_7.o t1_8.o t1_9.o t1_10.o t1_12.o t1_15.o t1_16.o t1_32.o t1_64.o t1_20.o t1_25.o t2_4.o t2_8.o t2_16.o t2_32.o t2_64.o t2_5.o t2_10.o t2_20.o t2_25.o q1_2.o q1_4.o q1_8.o q1_3.o q1_5.o q1_6.o codlist.o | |
libtool: link: ranlib .libs/libdft_scalar_codelets.a | |
libtool: link: ( cd ".libs" && rm -f "libdft_scalar_codelets.la" && ln -s "../libdft_scalar_codelets.la" "libdft_scalar_codelets.la" ) | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../dft -O3 -DNDEBUG -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c -fPIC -DPIC -o n.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../dft -O3 -DNDEBUG -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c -fPIC -DPIC -o t.o | |
libtool: link: ar cru .libs/libdft_scalar.a n.o t.o | |
libtool: link: ranlib .libs/libdft_scalar.a | |
libtool: link: ( cd ".libs" && rm -f "libdft_scalar.la" && ln -s "../libdft_scalar.la" "libdft_scalar.la" ) | |
Making all in simd | |
Making all in common | |
Making all in sse2 | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c -fPIC -DPIC -o n1fv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c -fPIC -DPIC -o n1fv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c -fPIC -DPIC -o n1fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c -fPIC -DPIC -o n1fv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c -fPIC -DPIC -o n1fv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c -fPIC -DPIC -o n1fv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c -fPIC -DPIC -o n1fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -fPIC -DPIC -o n1fv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c -fPIC -DPIC -o n1fv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -fPIC -DPIC -o n1fv_11.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c -fPIC -DPIC -o n1fv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c -fPIC -DPIC -o n1fv_13.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c -fPIC -DPIC -o n1fv_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c -fPIC -DPIC -o n1fv_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c -fPIC -DPIC -o n1fv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c -fPIC -DPIC -o n1fv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c -fPIC -DPIC -o n1fv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c -fPIC -DPIC -o n1fv_128.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c -fPIC -DPIC -o n1fv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c -fPIC -DPIC -o n1fv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c -fPIC -DPIC -o n1bv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c -fPIC -DPIC -o n1bv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c -fPIC -DPIC -o n1bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c -fPIC -DPIC -o n1bv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c -fPIC -DPIC -o n1bv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c -fPIC -DPIC -o n1bv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c -fPIC -DPIC -o n1bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c -fPIC -DPIC -o n1bv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c -fPIC -DPIC -o n1bv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c -fPIC -DPIC -o n1bv_11.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c -fPIC -DPIC -o n1bv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c -fPIC -DPIC -o n1bv_13.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c -fPIC -DPIC -o n1bv_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c -fPIC -DPIC -o n1bv_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c -fPIC -DPIC -o n1bv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c -fPIC -DPIC -o n1bv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c -fPIC -DPIC -o n1bv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c -fPIC -DPIC -o n1bv_128.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c -fPIC -DPIC -o n1bv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c -fPIC -DPIC -o n1bv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c -fPIC -DPIC -o n2fv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c -fPIC -DPIC -o n2fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c -fPIC -DPIC -o n2fv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c -fPIC -DPIC -o n2fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c -fPIC -DPIC -o n2fv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c -fPIC -DPIC -o n2fv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c -fPIC -DPIC -o n2fv_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c -fPIC -DPIC -o n2fv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c -fPIC -DPIC -o n2fv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c -fPIC -DPIC -o n2fv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c -fPIC -DPIC -o n2fv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c -fPIC -DPIC -o n2bv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c -fPIC -DPIC -o n2bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c -fPIC -DPIC -o n2bv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c -fPIC -DPIC -o n2bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c -fPIC -DPIC -o n2bv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c -fPIC -DPIC -o n2bv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c -fPIC -DPIC -o n2bv_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c -fPIC -DPIC -o n2bv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c -fPIC -DPIC -o n2bv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c -fPIC -DPIC -o n2bv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c -fPIC -DPIC -o n2bv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c -fPIC -DPIC -o n2sv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c -fPIC -DPIC -o n2sv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c -fPIC -DPIC -o n2sv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c -fPIC -DPIC -o n2sv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c -fPIC -DPIC -o n2sv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c -fPIC -DPIC -o t1fuv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c -fPIC -DPIC -o t1fuv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c -fPIC -DPIC -o t1fuv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c -fPIC -DPIC -o t1fuv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c -fPIC -DPIC -o t1fuv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c -fPIC -DPIC -o t1fuv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c -fPIC -DPIC -o t1fuv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c -fPIC -DPIC -o t1fuv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c -fPIC -DPIC -o t1fuv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c -fPIC -DPIC -o t1fv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c -fPIC -DPIC -o t1fv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c -fPIC -DPIC -o t1fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c -fPIC -DPIC -o t1fv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c -fPIC -DPIC -o t1fv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c -fPIC -DPIC -o t1fv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c -fPIC -DPIC -o t1fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c -fPIC -DPIC -o t1fv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c -fPIC -DPIC -o t1fv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c -fPIC -DPIC -o t1fv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c -fPIC -DPIC -o t1fv_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c -fPIC -DPIC -o t1fv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c -fPIC -DPIC -o t1fv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c -fPIC -DPIC -o t1fv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c -fPIC -DPIC -o t1fv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c -fPIC -DPIC -o t1fv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c -fPIC -DPIC -o t2fv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c -fPIC -DPIC -o t2fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c -fPIC -DPIC -o t2fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c -fPIC -DPIC -o t2fv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c -fPIC -DPIC -o t2fv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c -fPIC -DPIC -o t2fv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c -fPIC -DPIC -o t2fv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c -fPIC -DPIC -o t2fv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c -fPIC -DPIC -o t2fv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c -fPIC -DPIC -o t2fv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c -fPIC -DPIC -o t3fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c -fPIC -DPIC -o t3fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c -fPIC -DPIC -o t3fv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c -fPIC -DPIC -o t3fv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c -fPIC -DPIC -o t3fv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c -fPIC -DPIC -o t3fv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c -fPIC -DPIC -o t3fv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c -fPIC -DPIC -o t3fv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c -fPIC -DPIC -o t1buv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c -fPIC -DPIC -o t1buv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c -fPIC -DPIC -o t1buv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c -fPIC -DPIC -o t1buv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c -fPIC -DPIC -o t1buv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c -fPIC -DPIC -o t1buv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c -fPIC -DPIC -o t1buv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c -fPIC -DPIC -o t1buv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c -fPIC -DPIC -o t1buv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c -fPIC -DPIC -o t1bv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c -fPIC -DPIC -o t1bv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c -fPIC -DPIC -o t1bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c -fPIC -DPIC -o t1bv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c -fPIC -DPIC -o t1bv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c -fPIC -DPIC -o t1bv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c -fPIC -DPIC -o t1bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c -fPIC -DPIC -o t1bv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c -fPIC -DPIC -o t1bv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c -fPIC -DPIC -o t1bv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c -fPIC -DPIC -o t1bv_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c -fPIC -DPIC -o t1bv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c -fPIC -DPIC -o t1bv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c -fPIC -DPIC -o t1bv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c -fPIC -DPIC -o t1bv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c -fPIC -DPIC -o t1bv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c -fPIC -DPIC -o t2bv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c -fPIC -DPIC -o t2bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c -fPIC -DPIC -o t2bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c -fPIC -DPIC -o t2bv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c -fPIC -DPIC -o t2bv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c -fPIC -DPIC -o t2bv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c -fPIC -DPIC -o t2bv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c -fPIC -DPIC -o t2bv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c -fPIC -DPIC -o t2bv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c -fPIC -DPIC -o t2bv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c -fPIC -DPIC -o t3bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c -fPIC -DPIC -o t3bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c -fPIC -DPIC -o t3bv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c -fPIC -DPIC -o t3bv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c -fPIC -DPIC -o t3bv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c -fPIC -DPIC -o t3bv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c -fPIC -DPIC -o t3bv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c -fPIC -DPIC -o t3bv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c -fPIC -DPIC -o t1sv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c -fPIC -DPIC -o t1sv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c -fPIC -DPIC -o t1sv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c -fPIC -DPIC -o t1sv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c -fPIC -DPIC -o t1sv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c -fPIC -DPIC -o t2sv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c -fPIC -DPIC -o t2sv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c -fPIC -DPIC -o t2sv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c -fPIC -DPIC -o t2sv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c -fPIC -DPIC -o q1fv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c -fPIC -DPIC -o q1fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c -fPIC -DPIC -o q1fv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c -fPIC -DPIC -o q1fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c -fPIC -DPIC -o q1bv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c -fPIC -DPIC -o q1bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c -fPIC -DPIC -o q1bv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c -fPIC -DPIC -o q1bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -fPIC -DPIC -o genus.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fPIC -DPIC -o codlist.o | |
libtool: link: ar cru .libs/libdft_sse2_codelets.a n1fv_2.o n1fv_3.o n1fv_4.o n1fv_5.o n1fv_6.o n1fv_7.o n1fv_8.o n1fv_9.o n1fv_10.o n1fv_11.o n1fv_12.o n1fv_13.o n1fv_14.o n1fv_15.o n1fv_16.o n1fv_32.o n1fv_64.o n1fv_128.o n1fv_20.o n1fv_25.o n1bv_2.o n1bv_3.o n1bv_4.o n1bv_5.o n1bv_6.o n1bv_7.o n1bv_8.o n1bv_9.o n1bv_10.o n1bv_11.o n1bv_12.o n1bv_13.o n1bv_14.o n1bv_15.o n1bv_16.o n1bv_32.o n1bv_64.o n1bv_128.o n1bv_20.o n1bv_25.o n2fv_2.o n2fv_4.o n2fv_6.o n2fv_8.o n2fv_10.o n2fv_12.o n2fv_14.o n2fv_16.o n2fv_32.o n2fv_64.o n2fv_20.o n2bv_2.o n2bv_4.o n2bv_6.o n2bv_8.o n2bv_10.o n2bv_12.o n2bv_14.o n2bv_16.o n2bv_32.o n2bv_64.o n2bv_20.o n2sv_4.o n2sv_8.o n2sv_16.o n2sv_32.o n2sv_64.o t1fuv_2.o t1fuv_3.o t1fuv_4.o t1fuv_5.o t1fuv_6.o t1fuv_7.o t1fuv_8.o t1fuv_9.o t1fuv_10.o t1fv_2.o t1fv_3.o t1fv_4.o t1fv_5.o t1fv_6.o t1fv_7.o t1fv_8.o t1fv_9.o t1fv_10.o t1fv_12.o t1fv_15.o t1fv_16.o t1fv_32.o t1fv_64.o t1fv_20.o t1fv_25.o t2fv_2.o t2fv_4.o t2fv_8.o t2fv_16.o t2fv_32.o t2fv_64.o t2fv_5.o t2fv_10.o t2fv_20.o t2fv_25.o t3fv_4.o t3fv_8.o t3fv_16.o t3fv_32.o t3fv_5.o t3fv_10.o t3fv_20.o t3fv_25.o t1buv_2.o t1buv_3.o t1buv_4.o t1buv_5.o t1buv_6.o t1buv_7.o t1buv_8.o t1buv_9.o t1buv_10.o t1bv_2.o t1bv_3.o t1bv_4.o t1bv_5.o t1bv_6.o t1bv_7.o t1bv_8.o t1bv_9.o t1bv_10.o t1bv_12.o t1bv_15.o t1bv_16.o t1bv_32.o t1bv_64.o t1bv_20.o t1bv_25.o t2bv_2.o t2bv_4.o t2bv_8.o t2bv_16.o t2bv_32.o t2bv_64.o t2bv_5.o t2bv_10.o t2bv_20.o t2bv_25.o t3bv_4.o t3bv_8.o t3bv_16.o t3bv_32.o t3bv_5.o t3bv_10.o t3bv_20.o t3bv_25.o t1sv_2.o t1sv_4.o t1sv_8.o t1sv_16.o t1sv_32.o t2sv_4.o t2sv_8.o t2sv_16.o t2sv_32.o q1fv_2.o q1fv_4.o q1fv_5.o q1fv_8.o q1bv_2.o q1bv_4.o q1bv_5.o q1bv_8.o genus.o codlist.o | |
libtool: link: ranlib .libs/libdft_sse2_codelets.a | |
libtool: link: ( cd ".libs" && rm -f "libdft_sse2_codelets.la" && ln -s "../libdft_sse2_codelets.la" "libdft_sse2_codelets.la" ) | |
Making all in avx | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c -fPIC -DPIC -o n1fv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c -fPIC -DPIC -o n1fv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c -fPIC -DPIC -o n1fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c -fPIC -DPIC -o n1fv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c -fPIC -DPIC -o n1fv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c -fPIC -DPIC -o n1fv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c -fPIC -DPIC -o n1fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -fPIC -DPIC -o n1fv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c -fPIC -DPIC -o n1fv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -fPIC -DPIC -o n1fv_11.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c -fPIC -DPIC -o n1fv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c -fPIC -DPIC -o n1fv_13.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c -fPIC -DPIC -o n1fv_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c -fPIC -DPIC -o n1fv_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c -fPIC -DPIC -o n1fv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c -fPIC -DPIC -o n1fv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c -fPIC -DPIC -o n1fv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c -fPIC -DPIC -o n1fv_128.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c -fPIC -DPIC -o n1fv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c -fPIC -DPIC -o n1fv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c -fPIC -DPIC -o n1bv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c -fPIC -DPIC -o n1bv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c -fPIC -DPIC -o n1bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c -fPIC -DPIC -o n1bv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c -fPIC -DPIC -o n1bv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c -fPIC -DPIC -o n1bv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c -fPIC -DPIC -o n1bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c -fPIC -DPIC -o n1bv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c -fPIC -DPIC -o n1bv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c -fPIC -DPIC -o n1bv_11.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c -fPIC -DPIC -o n1bv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c -fPIC -DPIC -o n1bv_13.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c -fPIC -DPIC -o n1bv_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c -fPIC -DPIC -o n1bv_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c -fPIC -DPIC -o n1bv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c -fPIC -DPIC -o n1bv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c -fPIC -DPIC -o n1bv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c -fPIC -DPIC -o n1bv_128.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c -fPIC -DPIC -o n1bv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c -fPIC -DPIC -o n1bv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c -fPIC -DPIC -o n2fv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c -fPIC -DPIC -o n2fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c -fPIC -DPIC -o n2fv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c -fPIC -DPIC -o n2fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c -fPIC -DPIC -o n2fv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c -fPIC -DPIC -o n2fv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c -fPIC -DPIC -o n2fv_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c -fPIC -DPIC -o n2fv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c -fPIC -DPIC -o n2fv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c -fPIC -DPIC -o n2fv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c -fPIC -DPIC -o n2fv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c -fPIC -DPIC -o n2bv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c -fPIC -DPIC -o n2bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c -fPIC -DPIC -o n2bv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c -fPIC -DPIC -o n2bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c -fPIC -DPIC -o n2bv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c -fPIC -DPIC -o n2bv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c -fPIC -DPIC -o n2bv_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c -fPIC -DPIC -o n2bv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c -fPIC -DPIC -o n2bv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c -fPIC -DPIC -o n2bv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c -fPIC -DPIC -o n2bv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c -fPIC -DPIC -o n2sv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c -fPIC -DPIC -o n2sv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c -fPIC -DPIC -o n2sv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c -fPIC -DPIC -o n2sv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c -fPIC -DPIC -o n2sv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c -fPIC -DPIC -o t1fuv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c -fPIC -DPIC -o t1fuv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c -fPIC -DPIC -o t1fuv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c -fPIC -DPIC -o t1fuv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c -fPIC -DPIC -o t1fuv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c -fPIC -DPIC -o t1fuv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c -fPIC -DPIC -o t1fuv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c -fPIC -DPIC -o t1fuv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c -fPIC -DPIC -o t1fuv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c -fPIC -DPIC -o t1fv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c -fPIC -DPIC -o t1fv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c -fPIC -DPIC -o t1fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c -fPIC -DPIC -o t1fv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c -fPIC -DPIC -o t1fv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c -fPIC -DPIC -o t1fv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c -fPIC -DPIC -o t1fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c -fPIC -DPIC -o t1fv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c -fPIC -DPIC -o t1fv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c -fPIC -DPIC -o t1fv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c -fPIC -DPIC -o t1fv_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c -fPIC -DPIC -o t1fv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c -fPIC -DPIC -o t1fv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c -fPIC -DPIC -o t1fv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c -fPIC -DPIC -o t1fv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c -fPIC -DPIC -o t1fv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c -fPIC -DPIC -o t2fv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c -fPIC -DPIC -o t2fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c -fPIC -DPIC -o t2fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c -fPIC -DPIC -o t2fv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c -fPIC -DPIC -o t2fv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c -fPIC -DPIC -o t2fv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c -fPIC -DPIC -o t2fv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c -fPIC -DPIC -o t2fv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c -fPIC -DPIC -o t2fv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c -fPIC -DPIC -o t2fv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c -fPIC -DPIC -o t3fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c -fPIC -DPIC -o t3fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c -fPIC -DPIC -o t3fv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c -fPIC -DPIC -o t3fv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c -fPIC -DPIC -o t3fv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c -fPIC -DPIC -o t3fv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c -fPIC -DPIC -o t3fv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c -fPIC -DPIC -o t3fv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c -fPIC -DPIC -o t1buv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c -fPIC -DPIC -o t1buv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c -fPIC -DPIC -o t1buv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c -fPIC -DPIC -o t1buv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c -fPIC -DPIC -o t1buv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c -fPIC -DPIC -o t1buv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c -fPIC -DPIC -o t1buv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c -fPIC -DPIC -o t1buv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c -fPIC -DPIC -o t1buv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c -fPIC -DPIC -o t1bv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c -fPIC -DPIC -o t1bv_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c -fPIC -DPIC -o t1bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c -fPIC -DPIC -o t1bv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c -fPIC -DPIC -o t1bv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c -fPIC -DPIC -o t1bv_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c -fPIC -DPIC -o t1bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c -fPIC -DPIC -o t1bv_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c -fPIC -DPIC -o t1bv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c -fPIC -DPIC -o t1bv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c -fPIC -DPIC -o t1bv_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c -fPIC -DPIC -o t1bv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c -fPIC -DPIC -o t1bv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c -fPIC -DPIC -o t1bv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c -fPIC -DPIC -o t1bv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c -fPIC -DPIC -o t1bv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c -fPIC -DPIC -o t2bv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c -fPIC -DPIC -o t2bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c -fPIC -DPIC -o t2bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c -fPIC -DPIC -o t2bv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c -fPIC -DPIC -o t2bv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c -fPIC -DPIC -o t2bv_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c -fPIC -DPIC -o t2bv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c -fPIC -DPIC -o t2bv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c -fPIC -DPIC -o t2bv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c -fPIC -DPIC -o t2bv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c -fPIC -DPIC -o t3bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c -fPIC -DPIC -o t3bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c -fPIC -DPIC -o t3bv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c -fPIC -DPIC -o t3bv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c -fPIC -DPIC -o t3bv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c -fPIC -DPIC -o t3bv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c -fPIC -DPIC -o t3bv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c -fPIC -DPIC -o t3bv_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c -fPIC -DPIC -o t1sv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c -fPIC -DPIC -o t1sv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c -fPIC -DPIC -o t1sv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c -fPIC -DPIC -o t1sv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c -fPIC -DPIC -o t1sv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c -fPIC -DPIC -o t2sv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c -fPIC -DPIC -o t2sv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c -fPIC -DPIC -o t2sv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c -fPIC -DPIC -o t2sv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c -fPIC -DPIC -o q1fv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c -fPIC -DPIC -o q1fv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c -fPIC -DPIC -o q1fv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c -fPIC -DPIC -o q1fv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c -fPIC -DPIC -o q1bv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c -fPIC -DPIC -o q1bv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c -fPIC -DPIC -o q1bv_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c -fPIC -DPIC -o q1bv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -fPIC -DPIC -o genus.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fPIC -DPIC -o codlist.o | |
libtool: link: ar cru .libs/libdft_avx_codelets.a n1fv_2.o n1fv_3.o n1fv_4.o n1fv_5.o n1fv_6.o n1fv_7.o n1fv_8.o n1fv_9.o n1fv_10.o n1fv_11.o n1fv_12.o n1fv_13.o n1fv_14.o n1fv_15.o n1fv_16.o n1fv_32.o n1fv_64.o n1fv_128.o n1fv_20.o n1fv_25.o n1bv_2.o n1bv_3.o n1bv_4.o n1bv_5.o n1bv_6.o n1bv_7.o n1bv_8.o n1bv_9.o n1bv_10.o n1bv_11.o n1bv_12.o n1bv_13.o n1bv_14.o n1bv_15.o n1bv_16.o n1bv_32.o n1bv_64.o n1bv_128.o n1bv_20.o n1bv_25.o n2fv_2.o n2fv_4.o n2fv_6.o n2fv_8.o n2fv_10.o n2fv_12.o n2fv_14.o n2fv_16.o n2fv_32.o n2fv_64.o n2fv_20.o n2bv_2.o n2bv_4.o n2bv_6.o n2bv_8.o n2bv_10.o n2bv_12.o n2bv_14.o n2bv_16.o n2bv_32.o n2bv_64.o n2bv_20.o n2sv_4.o n2sv_8.o n2sv_16.o n2sv_32.o n2sv_64.o t1fuv_2.o t1fuv_3.o t1fuv_4.o t1fuv_5.o t1fuv_6.o t1fuv_7.o t1fuv_8.o t1fuv_9.o t1fuv_10.o t1fv_2.o t1fv_3.o t1fv_4.o t1fv_5.o t1fv_6.o t1fv_7.o t1fv_8.o t1fv_9.o t1fv_10.o t1fv_12.o t1fv_15.o t1fv_16.o t1fv_32.o t1fv_64.o t1fv_20.o t1fv_25.o t2fv_2.o t2fv_4.o t2fv_8.o t2fv_16.o t2fv_32.o t2fv_64.o t2fv_5.o t2fv_10.o t2fv_20.o t2fv_25.o t3fv_4.o t3fv_8.o t3fv_16.o t3fv_32.o t3fv_5.o t3fv_10.o t3fv_20.o t3fv_25.o t1buv_2.o t1buv_3.o t1buv_4.o t1buv_5.o t1buv_6.o t1buv_7.o t1buv_8.o t1buv_9.o t1buv_10.o t1bv_2.o t1bv_3.o t1bv_4.o t1bv_5.o t1bv_6.o t1bv_7.o t1bv_8.o t1bv_9.o t1bv_10.o t1bv_12.o t1bv_15.o t1bv_16.o t1bv_32.o t1bv_64.o t1bv_20.o t1bv_25.o t2bv_2.o t2bv_4.o t2bv_8.o t2bv_16.o t2bv_32.o t2bv_64.o t2bv_5.o t2bv_10.o t2bv_20.o t2bv_25.o t3bv_4.o t3bv_8.o t3bv_16.o t3bv_32.o t3bv_5.o t3bv_10.o t3bv_20.o t3bv_25.o t1sv_2.o t1sv_4.o t1sv_8.o t1sv_16.o t1sv_32.o t2sv_4.o t2sv_8.o t2sv_16.o t2sv_32.o q1fv_2.o q1fv_4.o q1fv_5.o q1fv_8.o q1bv_2.o q1bv_4.o q1bv_5.o q1bv_8.o genus.o codlist.o | |
libtool: link: ranlib .libs/libdft_avx_codelets.a | |
libtool: link: ( cd ".libs" && rm -f "libdft_avx_codelets.la" && ln -s "../libdft_avx_codelets.la" "libdft_avx_codelets.la" ) | |
Making all in altivec | |
Making all in neon | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c -fPIC -DPIC -o bluestein.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -fPIC -DPIC -o buffered.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fPIC -DPIC -o conf.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -fPIC -DPIC -o ct.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c -fPIC -DPIC -o dftw-direct.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c -fPIC -DPIC -o dftw-directsq.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c -fPIC -DPIC -o dftw-generic.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c -fPIC -DPIC -o dftw-genericbuf.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c -fPIC -DPIC -o direct.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -fPIC -DPIC -o generic.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -fPIC -DPIC -o indirect.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c -fPIC -DPIC -o indirect-transpose.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c -fPIC -DPIC -o kdft-dif.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c -fPIC -DPIC -o kdft-difsq.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c -fPIC -DPIC -o kdft-dit.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c -fPIC -DPIC -o kdft.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -fPIC -DPIC -o nop.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -fPIC -DPIC -o plan.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -fPIC -DPIC -o problem.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -fPIC -DPIC -o rader.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -fPIC -DPIC -o rank-geq2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -fPIC -DPIC -o solve.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -fPIC -DPIC -o vrank-geq1.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -O3 -DNDEBUG -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c -fPIC -DPIC -o zero.o | |
libtool: link: ar cru .libs/libdft.a bluestein.o buffered.o conf.o ct.o dftw-direct.o dftw-directsq.o dftw-generic.o dftw-genericbuf.o direct.o generic.o indirect.o indirect-transpose.o kdft-dif.o kdft-difsq.o kdft-dit.o kdft.o nop.o plan.o problem.o rader.o rank-geq2.o solve.o vrank-geq1.o zero.o | |
libtool: link: ranlib .libs/libdft.a | |
libtool: link: ( cd ".libs" && rm -f "libdft.la" && ln -s "../libdft.la" "libdft.la" ) | |
Making all in rdft | |
Making all in scalar | |
Making all in r2cf | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c -fPIC -DPIC -o r2cf_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c -fPIC -DPIC -o r2cf_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c -fPIC -DPIC -o r2cf_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c -fPIC -DPIC -o r2cf_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c -fPIC -DPIC -o r2cf_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c -fPIC -DPIC -o r2cf_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c -fPIC -DPIC -o r2cf_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c -fPIC -DPIC -o r2cf_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c -fPIC -DPIC -o r2cf_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c -fPIC -DPIC -o r2cf_11.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c -fPIC -DPIC -o r2cf_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c -fPIC -DPIC -o r2cf_13.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c -fPIC -DPIC -o r2cf_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c -fPIC -DPIC -o r2cf_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c -fPIC -DPIC -o r2cf_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c -fPIC -DPIC -o r2cf_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c -fPIC -DPIC -o r2cf_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c -fPIC -DPIC -o r2cf_128.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c -fPIC -DPIC -o r2cf_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c -fPIC -DPIC -o r2cf_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c -fPIC -DPIC -o hf_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c -fPIC -DPIC -o hf_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c -fPIC -DPIC -o hf_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c -fPIC -DPIC -o hf_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c -fPIC -DPIC -o hf_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c -fPIC -DPIC -o hf_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c -fPIC -DPIC -o hf_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c -fPIC -DPIC -o hf_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c -fPIC -DPIC -o hf_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c -fPIC -DPIC -o hf_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c -fPIC -DPIC -o hf_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c -fPIC -DPIC -o hf_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c -fPIC -DPIC -o hf_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c -fPIC -DPIC -o hf_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c -fPIC -DPIC -o hf_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c -fPIC -DPIC -o hf_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c -fPIC -DPIC -o hf2_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c -fPIC -DPIC -o hf2_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c -fPIC -DPIC -o hf2_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c -fPIC -DPIC -o hf2_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c -fPIC -DPIC -o hf2_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c -fPIC -DPIC -o hf2_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c -fPIC -DPIC -o hf2_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c -fPIC -DPIC -o r2cfII_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c -fPIC -DPIC -o r2cfII_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c -fPIC -DPIC -o r2cfII_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c -fPIC -DPIC -o r2cfII_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c -fPIC -DPIC -o r2cfII_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c -fPIC -DPIC -o r2cfII_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c -fPIC -DPIC -o r2cfII_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c -fPIC -DPIC -o r2cfII_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c -fPIC -DPIC -o r2cfII_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c -fPIC -DPIC -o r2cfII_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c -fPIC -DPIC -o r2cfII_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c -fPIC -DPIC -o r2cfII_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c -fPIC -DPIC -o r2cfII_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c -fPIC -DPIC -o r2cfII_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c -fPIC -DPIC -o r2cfII_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c -fPIC -DPIC -o r2cfII_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c -fPIC -DPIC -o hc2cf_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c -fPIC -DPIC -o hc2cf_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c -fPIC -DPIC -o hc2cf_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c -fPIC -DPIC -o hc2cf_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c -fPIC -DPIC -o hc2cf_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c -fPIC -DPIC -o hc2cf_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c -fPIC -DPIC -o hc2cf_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c -fPIC -DPIC -o hc2cf_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c -fPIC -DPIC -o hc2cf_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c -fPIC -DPIC -o hc2cf2_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c -fPIC -DPIC -o hc2cf2_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c -fPIC -DPIC -o hc2cf2_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c -fPIC -DPIC -o hc2cf2_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c -fPIC -DPIC -o hc2cf2_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c -fPIC -DPIC -o hc2cfdft_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c -fPIC -DPIC -o hc2cfdft_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c -fPIC -DPIC -o hc2cfdft_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c -fPIC -DPIC -o hc2cfdft_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c -fPIC -DPIC -o hc2cfdft_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c -fPIC -DPIC -o hc2cfdft_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c -fPIC -DPIC -o hc2cfdft_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c -fPIC -DPIC -o hc2cfdft_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c -fPIC -DPIC -o hc2cfdft_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c -fPIC -DPIC -o hc2cfdft2_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c -fPIC -DPIC -o hc2cfdft2_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c -fPIC -DPIC -o hc2cfdft2_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c -fPIC -DPIC -o hc2cfdft2_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c -fPIC -DPIC -o hc2cfdft2_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fPIC -DPIC -o codlist.o | |
libtool: link: ar cru .libs/librdft_scalar_r2cf.a r2cf_2.o r2cf_3.o r2cf_4.o r2cf_5.o r2cf_6.o r2cf_7.o r2cf_8.o r2cf_9.o r2cf_10.o r2cf_11.o r2cf_12.o r2cf_13.o r2cf_14.o r2cf_15.o r2cf_16.o r2cf_32.o r2cf_64.o r2cf_128.o r2cf_20.o r2cf_25.o hf_2.o hf_3.o hf_4.o hf_5.o hf_6.o hf_7.o hf_8.o hf_9.o hf_10.o hf_12.o hf_15.o hf_16.o hf_32.o hf_64.o hf_20.o hf_25.o hf2_4.o hf2_8.o hf2_16.o hf2_32.o hf2_5.o hf2_20.o hf2_25.o r2cfII_2.o r2cfII_3.o r2cfII_4.o r2cfII_5.o r2cfII_6.o r2cfII_7.o r2cfII_8.o r2cfII_9.o r2cfII_10.o r2cfII_12.o r2cfII_15.o r2cfII_16.o r2cfII_32.o r2cfII_64.o r2cfII_20.o r2cfII_25.o hc2cf_2.o hc2cf_4.o hc2cf_6.o hc2cf_8.o hc2cf_10.o hc2cf_12.o hc2cf_16.o hc2cf_32.o hc2cf_20.o hc2cf2_4.o hc2cf2_8.o hc2cf2_16.o hc2cf2_32.o hc2cf2_20.o hc2cfdft_2.o hc2cfdft_4.o hc2cfdft_6.o hc2cfdft_8.o hc2cfdft_10.o hc2cfdft_12.o hc2cfdft_16.o hc2cfdft_32.o hc2cfdft_20.o hc2cfdft2_4.o hc2cfdft2_8.o hc2cfdft2_16.o hc2cfdft2_32.o hc2cfdft2_20.o codlist.o | |
libtool: link: ranlib .libs/librdft_scalar_r2cf.a | |
libtool: link: ( cd ".libs" && rm -f "librdft_scalar_r2cf.la" && ln -s "../librdft_scalar_r2cf.la" "librdft_scalar_r2cf.la" ) | |
Making all in r2cb | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c -fPIC -DPIC -o r2cb_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c -fPIC -DPIC -o r2cb_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c -fPIC -DPIC -o r2cb_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c -fPIC -DPIC -o r2cb_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c -fPIC -DPIC -o r2cb_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c -fPIC -DPIC -o r2cb_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c -fPIC -DPIC -o r2cb_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c -fPIC -DPIC -o r2cb_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c -fPIC -DPIC -o r2cb_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c -fPIC -DPIC -o r2cb_11.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c -fPIC -DPIC -o r2cb_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c -fPIC -DPIC -o r2cb_13.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c -fPIC -DPIC -o r2cb_14.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c -fPIC -DPIC -o r2cb_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c -fPIC -DPIC -o r2cb_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c -fPIC -DPIC -o r2cb_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c -fPIC -DPIC -o r2cb_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c -fPIC -DPIC -o r2cb_128.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c -fPIC -DPIC -o r2cb_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c -fPIC -DPIC -o r2cb_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c -fPIC -DPIC -o hb_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c -fPIC -DPIC -o hb_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c -fPIC -DPIC -o hb_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c -fPIC -DPIC -o hb_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c -fPIC -DPIC -o hb_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c -fPIC -DPIC -o hb_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c -fPIC -DPIC -o hb_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c -fPIC -DPIC -o hb_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c -fPIC -DPIC -o hb_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c -fPIC -DPIC -o hb_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c -fPIC -DPIC -o hb_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c -fPIC -DPIC -o hb_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c -fPIC -DPIC -o hb_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c -fPIC -DPIC -o hb_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c -fPIC -DPIC -o hb_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c -fPIC -DPIC -o hb_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c -fPIC -DPIC -o hb2_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c -fPIC -DPIC -o hb2_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c -fPIC -DPIC -o hb2_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c -fPIC -DPIC -o hb2_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c -fPIC -DPIC -o hb2_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c -fPIC -DPIC -o hb2_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c -fPIC -DPIC -o hb2_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c -fPIC -DPIC -o r2cbIII_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c -fPIC -DPIC -o r2cbIII_3.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c -fPIC -DPIC -o r2cbIII_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c -fPIC -DPIC -o r2cbIII_5.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c -fPIC -DPIC -o r2cbIII_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c -fPIC -DPIC -o r2cbIII_7.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c -fPIC -DPIC -o r2cbIII_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c -fPIC -DPIC -o r2cbIII_9.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c -fPIC -DPIC -o r2cbIII_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c -fPIC -DPIC -o r2cbIII_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c -fPIC -DPIC -o r2cbIII_15.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c -fPIC -DPIC -o r2cbIII_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c -fPIC -DPIC -o r2cbIII_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c -fPIC -DPIC -o r2cbIII_64.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c -fPIC -DPIC -o r2cbIII_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c -fPIC -DPIC -o r2cbIII_25.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c -fPIC -DPIC -o hc2cb_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c -fPIC -DPIC -o hc2cb_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c -fPIC -DPIC -o hc2cb_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c -fPIC -DPIC -o hc2cb_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c -fPIC -DPIC -o hc2cb_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c -fPIC -DPIC -o hc2cb_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c -fPIC -DPIC -o hc2cb_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c -fPIC -DPIC -o hc2cb_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c -fPIC -DPIC -o hc2cb_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c -fPIC -DPIC -o hc2cb2_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c -fPIC -DPIC -o hc2cb2_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c -fPIC -DPIC -o hc2cb2_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c -fPIC -DPIC -o hc2cb2_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c -fPIC -DPIC -o hc2cb2_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c -fPIC -DPIC -o hc2cbdft_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c -fPIC -DPIC -o hc2cbdft_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c -fPIC -DPIC -o hc2cbdft_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c -fPIC -DPIC -o hc2cbdft_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c -fPIC -DPIC -o hc2cbdft_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c -fPIC -DPIC -o hc2cbdft_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c -fPIC -DPIC -o hc2cbdft_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c -fPIC -DPIC -o hc2cbdft_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c -fPIC -DPIC -o hc2cbdft_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c -fPIC -DPIC -o hc2cbdft2_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c -fPIC -DPIC -o hc2cbdft2_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c -fPIC -DPIC -o hc2cbdft2_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c -fPIC -DPIC -o hc2cbdft2_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c -fPIC -DPIC -o hc2cbdft2_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fPIC -DPIC -o codlist.o | |
libtool: link: ar cru .libs/librdft_scalar_r2cb.a r2cb_2.o r2cb_3.o r2cb_4.o r2cb_5.o r2cb_6.o r2cb_7.o r2cb_8.o r2cb_9.o r2cb_10.o r2cb_11.o r2cb_12.o r2cb_13.o r2cb_14.o r2cb_15.o r2cb_16.o r2cb_32.o r2cb_64.o r2cb_128.o r2cb_20.o r2cb_25.o hb_2.o hb_3.o hb_4.o hb_5.o hb_6.o hb_7.o hb_8.o hb_9.o hb_10.o hb_12.o hb_15.o hb_16.o hb_32.o hb_64.o hb_20.o hb_25.o hb2_4.o hb2_8.o hb2_16.o hb2_32.o hb2_5.o hb2_20.o hb2_25.o r2cbIII_2.o r2cbIII_3.o r2cbIII_4.o r2cbIII_5.o r2cbIII_6.o r2cbIII_7.o r2cbIII_8.o r2cbIII_9.o r2cbIII_10.o r2cbIII_12.o r2cbIII_15.o r2cbIII_16.o r2cbIII_32.o r2cbIII_64.o r2cbIII_20.o r2cbIII_25.o hc2cb_2.o hc2cb_4.o hc2cb_6.o hc2cb_8.o hc2cb_10.o hc2cb_12.o hc2cb_16.o hc2cb_32.o hc2cb_20.o hc2cb2_4.o hc2cb2_8.o hc2cb2_16.o hc2cb2_32.o hc2cb2_20.o hc2cbdft_2.o hc2cbdft_4.o hc2cbdft_6.o hc2cbdft_8.o hc2cbdft_10.o hc2cbdft_12.o hc2cbdft_16.o hc2cbdft_32.o hc2cbdft_20.o hc2cbdft2_4.o hc2cbdft2_8.o hc2cbdft2_16.o hc2cbdft2_32.o hc2cbdft2_20.o codlist.o | |
libtool: link: ranlib .libs/librdft_scalar_r2cb.a | |
libtool: link: ( cd ".libs" && rm -f "librdft_scalar_r2cb.la" && ln -s "../librdft_scalar_r2cb.la" "librdft_scalar_r2cb.la" ) | |
Making all in r2r | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c -fPIC -DPIC -o e01_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c -fPIC -DPIC -o e10_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/scalar -O3 -DNDEBUG -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fPIC -DPIC -o codlist.o | |
libtool: link: ar cru .libs/librdft_scalar_r2r.a e01_8.o e10_8.o codlist.o | |
libtool: link: ranlib .libs/librdft_scalar_r2r.a | |
libtool: link: ( cd ".libs" && rm -f "librdft_scalar_r2r.la" && ln -s "../librdft_scalar_r2r.la" "librdft_scalar_r2r.la" ) | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -DNDEBUG -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c -fPIC -DPIC -o hfb.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -DNDEBUG -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c -fPIC -DPIC -o r2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -DNDEBUG -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c -fPIC -DPIC -o r2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../kernel -I../../rdft -O3 -DNDEBUG -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c -fPIC -DPIC -o hc2c.o | |
libtool: link: ar cru .libs/librdft_scalar.a hfb.o r2c.o r2r.o hc2c.o | |
libtool: link: ranlib .libs/librdft_scalar.a | |
libtool: link: ( cd ".libs" && rm -f "librdft_scalar.la" && ln -s "../librdft_scalar.la" "librdft_scalar.la" ) | |
Making all in simd | |
Making all in common | |
Making all in sse2 | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c -fPIC -DPIC -o hc2cfdftv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c -fPIC -DPIC -o hc2cfdftv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c -fPIC -DPIC -o hc2cfdftv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c -fPIC -DPIC -o hc2cfdftv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c -fPIC -DPIC -o hc2cfdftv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c -fPIC -DPIC -o hc2cfdftv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c -fPIC -DPIC -o hc2cfdftv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c -fPIC -DPIC -o hc2cfdftv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c -fPIC -DPIC -o hc2cfdftv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c -fPIC -DPIC -o hc2cbdftv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c -fPIC -DPIC -o hc2cbdftv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c -fPIC -DPIC -o hc2cbdftv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c -fPIC -DPIC -o hc2cbdftv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c -fPIC -DPIC -o hc2cbdftv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c -fPIC -DPIC -o hc2cbdftv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c -fPIC -DPIC -o hc2cbdftv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c -fPIC -DPIC -o hc2cbdftv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c -fPIC -DPIC -o hc2cbdftv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -fPIC -DPIC -o genus.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -msse -O3 -DNDEBUG -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fPIC -DPIC -o codlist.o | |
libtool: link: ar cru .libs/librdft_sse2_codelets.a hc2cfdftv_2.o hc2cfdftv_4.o hc2cfdftv_6.o hc2cfdftv_8.o hc2cfdftv_10.o hc2cfdftv_12.o hc2cfdftv_16.o hc2cfdftv_32.o hc2cfdftv_20.o hc2cbdftv_2.o hc2cbdftv_4.o hc2cbdftv_6.o hc2cbdftv_8.o hc2cbdftv_10.o hc2cbdftv_12.o hc2cbdftv_16.o hc2cbdftv_32.o hc2cbdftv_20.o genus.o codlist.o | |
libtool: link: ranlib .libs/librdft_sse2_codelets.a | |
libtool: link: ( cd ".libs" && rm -f "librdft_sse2_codelets.la" && ln -s "../librdft_sse2_codelets.la" "librdft_sse2_codelets.la" ) | |
Making all in avx | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c -fPIC -DPIC -o hc2cfdftv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c -fPIC -DPIC -o hc2cfdftv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c -fPIC -DPIC -o hc2cfdftv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c -fPIC -DPIC -o hc2cfdftv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c -fPIC -DPIC -o hc2cfdftv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c -fPIC -DPIC -o hc2cfdftv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c -fPIC -DPIC -o hc2cfdftv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c -fPIC -DPIC -o hc2cfdftv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c -fPIC -DPIC -o hc2cfdftv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c -fPIC -DPIC -o hc2cbdftv_2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c -fPIC -DPIC -o hc2cbdftv_4.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c -fPIC -DPIC -o hc2cbdftv_6.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c -fPIC -DPIC -o hc2cbdftv_8.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c -fPIC -DPIC -o hc2cbdftv_10.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c -fPIC -DPIC -o hc2cbdftv_12.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c -fPIC -DPIC -o hc2cbdftv_16.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c -fPIC -DPIC -o hc2cbdftv_32.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c -fPIC -DPIC -o hc2cbdftv_20.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -fPIC -DPIC -o genus.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../kernel -I../../../rdft -I../../../rdft/simd -I../../../simd-support -mavx -O3 -DNDEBUG -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -fPIC -DPIC -o codlist.o | |
libtool: link: ar cru .libs/librdft_avx_codelets.a hc2cfdftv_2.o hc2cfdftv_4.o hc2cfdftv_6.o hc2cfdftv_8.o hc2cfdftv_10.o hc2cfdftv_12.o hc2cfdftv_16.o hc2cfdftv_32.o hc2cfdftv_20.o hc2cbdftv_2.o hc2cbdftv_4.o hc2cbdftv_6.o hc2cbdftv_8.o hc2cbdftv_10.o hc2cbdftv_12.o hc2cbdftv_16.o hc2cbdftv_32.o hc2cbdftv_20.o genus.o codlist.o | |
libtool: link: ranlib .libs/librdft_avx_codelets.a | |
libtool: link: ( cd ".libs" && rm -f "librdft_avx_codelets.la" && ln -s "../librdft_avx_codelets.la" "librdft_avx_codelets.la" ) | |
Making all in altivec | |
Making all in neon | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c -fPIC -DPIC -o hc2hc.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c -fPIC -DPIC -o dft-r2hc.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c -fPIC -DPIC -o dht-r2hc.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c -fPIC -DPIC -o dht-rader.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -fPIC -DPIC -o buffered.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fPIC -DPIC -o conf.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c -fPIC -DPIC -o direct-r2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c -fPIC -DPIC -o direct-r2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -fPIC -DPIC -o generic.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c -fPIC -DPIC -o hc2hc-direct.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c -fPIC -DPIC -o hc2hc-generic.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c -fPIC -DPIC -o khc2hc.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c -fPIC -DPIC -o kr2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c -fPIC -DPIC -o kr2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -fPIC -DPIC -o indirect.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -fPIC -DPIC -o nop.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -fPIC -DPIC -o plan.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -fPIC -DPIC -o problem.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c -fPIC -DPIC -o rank0.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -fPIC -DPIC -o rank-geq2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c -fPIC -DPIC -o rdft-dht.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -fPIC -DPIC -o solve.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -fPIC -DPIC -o vrank-geq1.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c -fPIC -DPIC -o vrank3-transpose.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c -fPIC -DPIC -o buffered2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c -fPIC -DPIC -o direct2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c -fPIC -DPIC -o nop2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c -fPIC -DPIC -o rank0-rdft2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c -fPIC -DPIC -o rank-geq2-rdft2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c -fPIC -DPIC -o plan2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c -fPIC -DPIC -o problem2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c -fPIC -DPIC -o solve2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -fPIC -DPIC -o vrank-geq1-rdft2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c -fPIC -DPIC -o rdft2-rdft.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c -fPIC -DPIC -o rdft2-tensor-max-index.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c -fPIC -DPIC -o rdft2-inplace-strides.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c -fPIC -DPIC -o rdft2-strides.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c -fPIC -DPIC -o khc2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c -fPIC -DPIC -o ct-hc2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -O3 -DNDEBUG -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c -fPIC -DPIC -o ct-hc2c-direct.o | |
libtool: link: ar cru .libs/librdft.a hc2hc.o dft-r2hc.o dht-r2hc.o dht-rader.o buffered.o conf.o direct-r2r.o direct-r2c.o generic.o hc2hc-direct.o hc2hc-generic.o khc2hc.o kr2c.o kr2r.o indirect.o nop.o plan.o problem.o rank0.o rank-geq2.o rdft-dht.o solve.o vrank-geq1.o vrank3-transpose.o buffered2.o direct2.o nop2.o rank0-rdft2.o rank-geq2-rdft2.o plan2.o problem2.o solve2.o vrank-geq1-rdft2.o rdft2-rdft.o rdft2-tensor-max-index.o rdft2-inplace-strides.o rdft2-strides.o khc2c.o ct-hc2c.o ct-hc2c-direct.o | |
libtool: link: ranlib .libs/librdft.a | |
libtool: link: ( cd ".libs" && rm -f "librdft.la" && ln -s "../librdft.la" "librdft.la" ) | |
Making all in reodft | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -DNDEBUG -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -fPIC -DPIC -o conf.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -DNDEBUG -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c -fPIC -DPIC -o reodft010e-r2hc.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -DNDEBUG -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c -fPIC -DPIC -o reodft11e-radix2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -DNDEBUG -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c -fPIC -DPIC -o reodft11e-r2hc-odd.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -DNDEBUG -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c -fPIC -DPIC -o redft00e-r2hc-pad.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -DNDEBUG -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c -fPIC -DPIC -o rodft00e-r2hc-pad.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../rdft -O3 -DNDEBUG -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c -fPIC -DPIC -o reodft00e-splitradix.o | |
libtool: link: ar cru .libs/libreodft.a conf.o reodft010e-r2hc.o reodft11e-radix2.o reodft11e-r2hc-odd.o redft00e-r2hc-pad.o rodft00e-r2hc-pad.o reodft00e-splitradix.o | |
libtool: link: ranlib .libs/libreodft.a | |
libtool: link: ( cd ".libs" && rm -f "libreodft.la" && ln -s "../libreodft.la" "libreodft.la" ) | |
Making all in api | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c -fPIC -DPIC -o apiplan.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c -fPIC -DPIC -o configure.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c -fPIC -DPIC -o execute-dft-c2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c -fPIC -DPIC -o execute-dft-r2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c -fPIC -DPIC -o execute-dft.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c -fPIC -DPIC -o execute-r2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c -fPIC -DPIC -o execute-split-dft-c2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c -fPIC -DPIC -o execute-split-dft-r2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c -fPIC -DPIC -o execute-split-dft.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c -fPIC -DPIC -o execute.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c -fPIC -DPIC -o export-wisdom-to-file.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c -fPIC -DPIC -o export-wisdom-to-string.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c -fPIC -DPIC -o export-wisdom.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -fPIC -DPIC -o f77api.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c -fPIC -DPIC -o flops.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c -fPIC -DPIC -o forget-wisdom.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c -fPIC -DPIC -o import-system-wisdom.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c -fPIC -DPIC -o import-wisdom-from-file.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c -fPIC -DPIC -o import-wisdom-from-string.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c -fPIC -DPIC -o import-wisdom.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -fPIC -DPIC -o malloc.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c -fPIC -DPIC -o map-r2r-kind.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c -fPIC -DPIC -o mapflags.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c -fPIC -DPIC -o mkprinter-file.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c -fPIC -DPIC -o mktensor-iodims.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c -fPIC -DPIC -o mktensor-rowmajor.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c -fPIC -DPIC -o plan-dft-1d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c -fPIC -DPIC -o plan-dft-2d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c -fPIC -DPIC -o plan-dft-3d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c -fPIC -DPIC -o plan-dft-c2r-1d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c -fPIC -DPIC -o plan-dft-c2r-2d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c -fPIC -DPIC -o plan-dft-c2r-3d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c -fPIC -DPIC -o plan-dft-c2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c -fPIC -DPIC -o plan-dft-r2c-1d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c -fPIC -DPIC -o plan-dft-r2c-2d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c -fPIC -DPIC -o plan-dft-r2c-3d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c -fPIC -DPIC -o plan-dft-r2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c -fPIC -DPIC -o plan-dft.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c -fPIC -DPIC -o plan-guru-dft-c2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c -fPIC -DPIC -o plan-guru-dft-r2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c -fPIC -DPIC -o plan-guru-dft.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c -fPIC -DPIC -o plan-guru-r2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c plan-guru-split-dft-c2r.c -fPIC -DPIC -o plan-guru-split-dft-c2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c plan-guru-split-dft-r2c.c -fPIC -DPIC -o plan-guru-split-dft-r2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c -fPIC -DPIC -o plan-guru-split-dft.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c -fPIC -DPIC -o plan-many-dft-c2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c -fPIC -DPIC -o plan-many-dft-r2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c -fPIC -DPIC -o plan-many-dft.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c -fPIC -DPIC -o plan-many-r2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c -fPIC -DPIC -o plan-r2r-1d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c -fPIC -DPIC -o plan-r2r-2d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c -fPIC -DPIC -o plan-r2r-3d.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c -fPIC -DPIC -o plan-r2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c -fPIC -DPIC -o print-plan.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c -fPIC -DPIC -o rdft2-pad.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c -fPIC -DPIC -o the-planner.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o version.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c -fPIC -DPIC -o plan-guru64-dft-c2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c -fPIC -DPIC -o plan-guru64-dft-r2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c -fPIC -DPIC -o plan-guru64-dft.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c -fPIC -DPIC -o plan-guru64-r2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c plan-guru64-split-dft-c2r.c -fPIC -DPIC -o plan-guru64-split-dft-c2r.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c plan-guru64-split-dft-r2c.c -fPIC -DPIC -o plan-guru64-split-dft-r2c.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c -fPIC -DPIC -o plan-guru64-split-dft.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../reodft -O3 -DNDEBUG -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c -fPIC -DPIC -o mktensor-iodims64.o | |
libtool: link: ar cru .libs/libapi.a apiplan.o configure.o execute-dft-c2r.o execute-dft-r2c.o execute-dft.o execute-r2r.o execute-split-dft-c2r.o execute-split-dft-r2c.o execute-split-dft.o execute.o export-wisdom-to-file.o export-wisdom-to-string.o export-wisdom.o f77api.o flops.o forget-wisdom.o import-system-wisdom.o import-wisdom-from-file.o import-wisdom-from-string.o import-wisdom.o malloc.o map-r2r-kind.o mapflags.o mkprinter-file.o mktensor-iodims.o mktensor-rowmajor.o plan-dft-1d.o plan-dft-2d.o plan-dft-3d.o plan-dft-c2r-1d.o plan-dft-c2r-2d.o plan-dft-c2r-3d.o plan-dft-c2r.o plan-dft-r2c-1d.o plan-dft-r2c-2d.o plan-dft-r2c-3d.o plan-dft-r2c.o plan-dft.o plan-guru-dft-c2r.o plan-guru-dft-r2c.o plan-guru-dft.o plan-guru-r2r.o plan-guru-split-dft-c2r.o plan-guru-split-dft-r2c.o plan-guru-split-dft.o plan-many-dft-c2r.o plan-many-dft-r2c.o plan-many-dft.o plan-many-r2r.o plan-r2r-1d.o plan-r2r-2d.o plan-r2r-3d.o plan-r2r.o print-plan.o rdft2-pad.o the-planner.o version.o plan-guru64-dft-c2r.o plan-guru64-dft-r2c.o plan-guru64-dft.o plan-guru64-r2r.o plan-guru64-split-dft-c2r.o plan-guru64-split-dft-r2c.o plan-guru64-split-dft.o mktensor-iodims64.o | |
libtool: link: ranlib .libs/libapi.a | |
libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" ) | |
Making all in libbench2 | |
Making all in . | |
libtool: link: (cd .libs/libfftw3f.lax/libkernel.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/kernel/.libs/libkernel.a") | |
libtool: link: (cd .libs/libfftw3f.lax/libdft.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/dft/.libs/libdft.a") | |
libtool: link: (cd .libs/libfftw3f.lax/libdft_scalar.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/dft/scalar/.libs/libdft_scalar.a") | |
libtool: link: (cd .libs/libfftw3f.lax/libdft_scalar_codelets.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/dft/scalar/codelets/.libs/libdft_scalar_codelets.a") | |
libtool: link: (cd .libs/libfftw3f.lax/librdft.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/rdft/.libs/librdft.a") | |
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/rdft/scalar/.libs/librdft_scalar.a") | |
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar_r2cf.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a") | |
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar_r2cb.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a") | |
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar_r2r.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/rdft/scalar/r2r/.libs/librdft_scalar_r2r.a") | |
libtool: link: (cd .libs/libfftw3f.lax/libreodft.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/reodft/.libs/libreodft.a") | |
libtool: link: (cd .libs/libfftw3f.lax/libapi.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/api/.libs/libapi.a") | |
libtool: link: (cd .libs/libfftw3f.lax/libsimd_support.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/simd-support/.libs/libsimd_support.a") | |
libtool: link: (cd .libs/libfftw3f.lax/libsimd_sse2_nonportable.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/simd-support/.libs/libsimd_sse2_nonportable.a") | |
libtool: link: (cd .libs/libfftw3f.lax/libdft_sse2_codelets.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/dft/simd/sse2/.libs/libdft_sse2_codelets.a") | |
libtool: link: (cd .libs/libfftw3f.lax/librdft_sse2_codelets.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/rdft/simd/sse2/.libs/librdft_sse2_codelets.a") | |
libtool: link: (cd .libs/libfftw3f.lax/libdft_avx_codelets.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/dft/simd/avx/.libs/libdft_avx_codelets.a") | |
libtool: link: (cd .libs/libfftw3f.lax/librdft_avx_codelets.a && ar x "/home/surchs/Code/minc-toolkit/build/FFTW3F/rdft/simd/avx/.libs/librdft_avx_codelets.a") | |
copying selected object files to avoid basename conflicts... | |
libtool: link: ln .libs/libfftw3f.lax/libdft.a/buffered.o .libs/libfftw3f.lax/lt1-buffered.o || cp .libs/libfftw3f.lax/libdft.a/buffered.o .libs/libfftw3f.lax/lt1-buffered.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft.a/ct.o .libs/libfftw3f.lax/lt2-ct.o || cp .libs/libfftw3f.lax/libdft.a/ct.o .libs/libfftw3f.lax/lt2-ct.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft.a/plan.o .libs/libfftw3f.lax/lt3-plan.o || cp .libs/libfftw3f.lax/libdft.a/plan.o .libs/libfftw3f.lax/lt3-plan.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft.a/problem.o .libs/libfftw3f.lax/lt4-problem.o || cp .libs/libfftw3f.lax/libdft.a/problem.o .libs/libfftw3f.lax/lt4-problem.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft.a/rader.o .libs/libfftw3f.lax/lt5-rader.o || cp .libs/libfftw3f.lax/libdft.a/rader.o .libs/libfftw3f.lax/lt5-rader.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft.a/buffered.o .libs/libfftw3f.lax/lt6-buffered.o || cp .libs/libfftw3f.lax/librdft.a/buffered.o .libs/libfftw3f.lax/lt6-buffered.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft.a/conf.o .libs/libfftw3f.lax/lt7-conf.o || cp .libs/libfftw3f.lax/librdft.a/conf.o .libs/libfftw3f.lax/lt7-conf.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft.a/generic.o .libs/libfftw3f.lax/lt8-generic.o || cp .libs/libfftw3f.lax/librdft.a/generic.o .libs/libfftw3f.lax/lt8-generic.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft.a/indirect.o .libs/libfftw3f.lax/lt9-indirect.o || cp .libs/libfftw3f.lax/librdft.a/indirect.o .libs/libfftw3f.lax/lt9-indirect.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft.a/nop.o .libs/libfftw3f.lax/lt10-nop.o || cp .libs/libfftw3f.lax/librdft.a/nop.o .libs/libfftw3f.lax/lt10-nop.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft.a/plan.o .libs/libfftw3f.lax/lt11-plan.o || cp .libs/libfftw3f.lax/librdft.a/plan.o .libs/libfftw3f.lax/lt11-plan.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft.a/problem.o .libs/libfftw3f.lax/lt12-problem.o || cp .libs/libfftw3f.lax/librdft.a/problem.o .libs/libfftw3f.lax/lt12-problem.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft.a/rank-geq2.o .libs/libfftw3f.lax/lt13-rank-geq2.o || cp .libs/libfftw3f.lax/librdft.a/rank-geq2.o .libs/libfftw3f.lax/lt13-rank-geq2.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft.a/solve.o .libs/libfftw3f.lax/lt14-solve.o || cp .libs/libfftw3f.lax/librdft.a/solve.o .libs/libfftw3f.lax/lt14-solve.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft.a/vrank-geq1.o .libs/libfftw3f.lax/lt15-vrank-geq1.o || cp .libs/libfftw3f.lax/librdft.a/vrank-geq1.o .libs/libfftw3f.lax/lt15-vrank-geq1.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3f.lax/lt16-codlist.o || cp .libs/libfftw3f.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3f.lax/lt16-codlist.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3f.lax/lt17-codlist.o || cp .libs/libfftw3f.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3f.lax/lt17-codlist.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3f.lax/lt18-codlist.o || cp .libs/libfftw3f.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3f.lax/lt18-codlist.o | |
libtool: link: ln .libs/libfftw3f.lax/libreodft.a/conf.o .libs/libfftw3f.lax/lt19-conf.o || cp .libs/libfftw3f.lax/libreodft.a/conf.o .libs/libfftw3f.lax/lt19-conf.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_sse2_codelets.a/codlist.o .libs/libfftw3f.lax/lt20-codlist.o || cp .libs/libfftw3f.lax/libdft_sse2_codelets.a/codlist.o .libs/libfftw3f.lax/lt20-codlist.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_sse2_codelets.a/codlist.o .libs/libfftw3f.lax/lt21-codlist.o || cp .libs/libfftw3f.lax/librdft_sse2_codelets.a/codlist.o .libs/libfftw3f.lax/lt21-codlist.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_sse2_codelets.a/genus.o .libs/libfftw3f.lax/lt22-genus.o || cp .libs/libfftw3f.lax/librdft_sse2_codelets.a/genus.o .libs/libfftw3f.lax/lt22-genus.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/codlist.o .libs/libfftw3f.lax/lt23-codlist.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/codlist.o .libs/libfftw3f.lax/lt23-codlist.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/genus.o .libs/libfftw3f.lax/lt24-genus.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/genus.o .libs/libfftw3f.lax/lt24-genus.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_10.o .libs/libfftw3f.lax/lt25-n1bv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_10.o .libs/libfftw3f.lax/lt25-n1bv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_11.o .libs/libfftw3f.lax/lt26-n1bv_11.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_11.o .libs/libfftw3f.lax/lt26-n1bv_11.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_12.o .libs/libfftw3f.lax/lt27-n1bv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_12.o .libs/libfftw3f.lax/lt27-n1bv_12.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_128.o .libs/libfftw3f.lax/lt28-n1bv_128.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_128.o .libs/libfftw3f.lax/lt28-n1bv_128.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_13.o .libs/libfftw3f.lax/lt29-n1bv_13.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_13.o .libs/libfftw3f.lax/lt29-n1bv_13.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_14.o .libs/libfftw3f.lax/lt30-n1bv_14.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_14.o .libs/libfftw3f.lax/lt30-n1bv_14.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_15.o .libs/libfftw3f.lax/lt31-n1bv_15.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_15.o .libs/libfftw3f.lax/lt31-n1bv_15.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_16.o .libs/libfftw3f.lax/lt32-n1bv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_16.o .libs/libfftw3f.lax/lt32-n1bv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_2.o .libs/libfftw3f.lax/lt33-n1bv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_2.o .libs/libfftw3f.lax/lt33-n1bv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_20.o .libs/libfftw3f.lax/lt34-n1bv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_20.o .libs/libfftw3f.lax/lt34-n1bv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_25.o .libs/libfftw3f.lax/lt35-n1bv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_25.o .libs/libfftw3f.lax/lt35-n1bv_25.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_3.o .libs/libfftw3f.lax/lt36-n1bv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_3.o .libs/libfftw3f.lax/lt36-n1bv_3.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_32.o .libs/libfftw3f.lax/lt37-n1bv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_32.o .libs/libfftw3f.lax/lt37-n1bv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_4.o .libs/libfftw3f.lax/lt38-n1bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_4.o .libs/libfftw3f.lax/lt38-n1bv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_5.o .libs/libfftw3f.lax/lt39-n1bv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_5.o .libs/libfftw3f.lax/lt39-n1bv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_6.o .libs/libfftw3f.lax/lt40-n1bv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_6.o .libs/libfftw3f.lax/lt40-n1bv_6.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_64.o .libs/libfftw3f.lax/lt41-n1bv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_64.o .libs/libfftw3f.lax/lt41-n1bv_64.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_7.o .libs/libfftw3f.lax/lt42-n1bv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_7.o .libs/libfftw3f.lax/lt42-n1bv_7.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_8.o .libs/libfftw3f.lax/lt43-n1bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_8.o .libs/libfftw3f.lax/lt43-n1bv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_9.o .libs/libfftw3f.lax/lt44-n1bv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1bv_9.o .libs/libfftw3f.lax/lt44-n1bv_9.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_10.o .libs/libfftw3f.lax/lt45-n1fv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_10.o .libs/libfftw3f.lax/lt45-n1fv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_11.o .libs/libfftw3f.lax/lt46-n1fv_11.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_11.o .libs/libfftw3f.lax/lt46-n1fv_11.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_12.o .libs/libfftw3f.lax/lt47-n1fv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_12.o .libs/libfftw3f.lax/lt47-n1fv_12.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_128.o .libs/libfftw3f.lax/lt48-n1fv_128.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_128.o .libs/libfftw3f.lax/lt48-n1fv_128.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_13.o .libs/libfftw3f.lax/lt49-n1fv_13.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_13.o .libs/libfftw3f.lax/lt49-n1fv_13.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_14.o .libs/libfftw3f.lax/lt50-n1fv_14.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_14.o .libs/libfftw3f.lax/lt50-n1fv_14.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_15.o .libs/libfftw3f.lax/lt51-n1fv_15.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_15.o .libs/libfftw3f.lax/lt51-n1fv_15.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_16.o .libs/libfftw3f.lax/lt52-n1fv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_16.o .libs/libfftw3f.lax/lt52-n1fv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_2.o .libs/libfftw3f.lax/lt53-n1fv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_2.o .libs/libfftw3f.lax/lt53-n1fv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_20.o .libs/libfftw3f.lax/lt54-n1fv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_20.o .libs/libfftw3f.lax/lt54-n1fv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_25.o .libs/libfftw3f.lax/lt55-n1fv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_25.o .libs/libfftw3f.lax/lt55-n1fv_25.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_3.o .libs/libfftw3f.lax/lt56-n1fv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_3.o .libs/libfftw3f.lax/lt56-n1fv_3.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_32.o .libs/libfftw3f.lax/lt57-n1fv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_32.o .libs/libfftw3f.lax/lt57-n1fv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_4.o .libs/libfftw3f.lax/lt58-n1fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_4.o .libs/libfftw3f.lax/lt58-n1fv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_5.o .libs/libfftw3f.lax/lt59-n1fv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_5.o .libs/libfftw3f.lax/lt59-n1fv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_6.o .libs/libfftw3f.lax/lt60-n1fv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_6.o .libs/libfftw3f.lax/lt60-n1fv_6.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_64.o .libs/libfftw3f.lax/lt61-n1fv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_64.o .libs/libfftw3f.lax/lt61-n1fv_64.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_7.o .libs/libfftw3f.lax/lt62-n1fv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_7.o .libs/libfftw3f.lax/lt62-n1fv_7.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_8.o .libs/libfftw3f.lax/lt63-n1fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_8.o .libs/libfftw3f.lax/lt63-n1fv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_9.o .libs/libfftw3f.lax/lt64-n1fv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n1fv_9.o .libs/libfftw3f.lax/lt64-n1fv_9.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_10.o .libs/libfftw3f.lax/lt65-n2bv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_10.o .libs/libfftw3f.lax/lt65-n2bv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_12.o .libs/libfftw3f.lax/lt66-n2bv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_12.o .libs/libfftw3f.lax/lt66-n2bv_12.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_14.o .libs/libfftw3f.lax/lt67-n2bv_14.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_14.o .libs/libfftw3f.lax/lt67-n2bv_14.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_16.o .libs/libfftw3f.lax/lt68-n2bv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_16.o .libs/libfftw3f.lax/lt68-n2bv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_2.o .libs/libfftw3f.lax/lt69-n2bv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_2.o .libs/libfftw3f.lax/lt69-n2bv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_20.o .libs/libfftw3f.lax/lt70-n2bv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_20.o .libs/libfftw3f.lax/lt70-n2bv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_32.o .libs/libfftw3f.lax/lt71-n2bv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_32.o .libs/libfftw3f.lax/lt71-n2bv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_4.o .libs/libfftw3f.lax/lt72-n2bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_4.o .libs/libfftw3f.lax/lt72-n2bv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_6.o .libs/libfftw3f.lax/lt73-n2bv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_6.o .libs/libfftw3f.lax/lt73-n2bv_6.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_64.o .libs/libfftw3f.lax/lt74-n2bv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_64.o .libs/libfftw3f.lax/lt74-n2bv_64.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_8.o .libs/libfftw3f.lax/lt75-n2bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2bv_8.o .libs/libfftw3f.lax/lt75-n2bv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_10.o .libs/libfftw3f.lax/lt76-n2fv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_10.o .libs/libfftw3f.lax/lt76-n2fv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_12.o .libs/libfftw3f.lax/lt77-n2fv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_12.o .libs/libfftw3f.lax/lt77-n2fv_12.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_14.o .libs/libfftw3f.lax/lt78-n2fv_14.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_14.o .libs/libfftw3f.lax/lt78-n2fv_14.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_16.o .libs/libfftw3f.lax/lt79-n2fv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_16.o .libs/libfftw3f.lax/lt79-n2fv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_2.o .libs/libfftw3f.lax/lt80-n2fv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_2.o .libs/libfftw3f.lax/lt80-n2fv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_20.o .libs/libfftw3f.lax/lt81-n2fv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_20.o .libs/libfftw3f.lax/lt81-n2fv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_32.o .libs/libfftw3f.lax/lt82-n2fv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_32.o .libs/libfftw3f.lax/lt82-n2fv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_4.o .libs/libfftw3f.lax/lt83-n2fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_4.o .libs/libfftw3f.lax/lt83-n2fv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_6.o .libs/libfftw3f.lax/lt84-n2fv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_6.o .libs/libfftw3f.lax/lt84-n2fv_6.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_64.o .libs/libfftw3f.lax/lt85-n2fv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_64.o .libs/libfftw3f.lax/lt85-n2fv_64.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_8.o .libs/libfftw3f.lax/lt86-n2fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2fv_8.o .libs/libfftw3f.lax/lt86-n2fv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_16.o .libs/libfftw3f.lax/lt87-n2sv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_16.o .libs/libfftw3f.lax/lt87-n2sv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_32.o .libs/libfftw3f.lax/lt88-n2sv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_32.o .libs/libfftw3f.lax/lt88-n2sv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_4.o .libs/libfftw3f.lax/lt89-n2sv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_4.o .libs/libfftw3f.lax/lt89-n2sv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_64.o .libs/libfftw3f.lax/lt90-n2sv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_64.o .libs/libfftw3f.lax/lt90-n2sv_64.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_8.o .libs/libfftw3f.lax/lt91-n2sv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/n2sv_8.o .libs/libfftw3f.lax/lt91-n2sv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_2.o .libs/libfftw3f.lax/lt92-q1bv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_2.o .libs/libfftw3f.lax/lt92-q1bv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_4.o .libs/libfftw3f.lax/lt93-q1bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_4.o .libs/libfftw3f.lax/lt93-q1bv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_5.o .libs/libfftw3f.lax/lt94-q1bv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_5.o .libs/libfftw3f.lax/lt94-q1bv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_8.o .libs/libfftw3f.lax/lt95-q1bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1bv_8.o .libs/libfftw3f.lax/lt95-q1bv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_2.o .libs/libfftw3f.lax/lt96-q1fv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_2.o .libs/libfftw3f.lax/lt96-q1fv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_4.o .libs/libfftw3f.lax/lt97-q1fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_4.o .libs/libfftw3f.lax/lt97-q1fv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_5.o .libs/libfftw3f.lax/lt98-q1fv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_5.o .libs/libfftw3f.lax/lt98-q1fv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_8.o .libs/libfftw3f.lax/lt99-q1fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/q1fv_8.o .libs/libfftw3f.lax/lt99-q1fv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_10.o .libs/libfftw3f.lax/lt100-t1buv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_10.o .libs/libfftw3f.lax/lt100-t1buv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_2.o .libs/libfftw3f.lax/lt101-t1buv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_2.o .libs/libfftw3f.lax/lt101-t1buv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_3.o .libs/libfftw3f.lax/lt102-t1buv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_3.o .libs/libfftw3f.lax/lt102-t1buv_3.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_4.o .libs/libfftw3f.lax/lt103-t1buv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_4.o .libs/libfftw3f.lax/lt103-t1buv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_5.o .libs/libfftw3f.lax/lt104-t1buv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_5.o .libs/libfftw3f.lax/lt104-t1buv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_6.o .libs/libfftw3f.lax/lt105-t1buv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_6.o .libs/libfftw3f.lax/lt105-t1buv_6.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_7.o .libs/libfftw3f.lax/lt106-t1buv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_7.o .libs/libfftw3f.lax/lt106-t1buv_7.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_8.o .libs/libfftw3f.lax/lt107-t1buv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_8.o .libs/libfftw3f.lax/lt107-t1buv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_9.o .libs/libfftw3f.lax/lt108-t1buv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1buv_9.o .libs/libfftw3f.lax/lt108-t1buv_9.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_10.o .libs/libfftw3f.lax/lt109-t1bv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_10.o .libs/libfftw3f.lax/lt109-t1bv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_12.o .libs/libfftw3f.lax/lt110-t1bv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_12.o .libs/libfftw3f.lax/lt110-t1bv_12.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_15.o .libs/libfftw3f.lax/lt111-t1bv_15.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_15.o .libs/libfftw3f.lax/lt111-t1bv_15.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_16.o .libs/libfftw3f.lax/lt112-t1bv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_16.o .libs/libfftw3f.lax/lt112-t1bv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_2.o .libs/libfftw3f.lax/lt113-t1bv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_2.o .libs/libfftw3f.lax/lt113-t1bv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_20.o .libs/libfftw3f.lax/lt114-t1bv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_20.o .libs/libfftw3f.lax/lt114-t1bv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_25.o .libs/libfftw3f.lax/lt115-t1bv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_25.o .libs/libfftw3f.lax/lt115-t1bv_25.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_3.o .libs/libfftw3f.lax/lt116-t1bv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_3.o .libs/libfftw3f.lax/lt116-t1bv_3.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_32.o .libs/libfftw3f.lax/lt117-t1bv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_32.o .libs/libfftw3f.lax/lt117-t1bv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_4.o .libs/libfftw3f.lax/lt118-t1bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_4.o .libs/libfftw3f.lax/lt118-t1bv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_5.o .libs/libfftw3f.lax/lt119-t1bv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_5.o .libs/libfftw3f.lax/lt119-t1bv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_6.o .libs/libfftw3f.lax/lt120-t1bv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_6.o .libs/libfftw3f.lax/lt120-t1bv_6.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_64.o .libs/libfftw3f.lax/lt121-t1bv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_64.o .libs/libfftw3f.lax/lt121-t1bv_64.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_7.o .libs/libfftw3f.lax/lt122-t1bv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_7.o .libs/libfftw3f.lax/lt122-t1bv_7.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_8.o .libs/libfftw3f.lax/lt123-t1bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_8.o .libs/libfftw3f.lax/lt123-t1bv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_9.o .libs/libfftw3f.lax/lt124-t1bv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1bv_9.o .libs/libfftw3f.lax/lt124-t1bv_9.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_10.o .libs/libfftw3f.lax/lt125-t1fuv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_10.o .libs/libfftw3f.lax/lt125-t1fuv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_2.o .libs/libfftw3f.lax/lt126-t1fuv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_2.o .libs/libfftw3f.lax/lt126-t1fuv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_3.o .libs/libfftw3f.lax/lt127-t1fuv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_3.o .libs/libfftw3f.lax/lt127-t1fuv_3.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_4.o .libs/libfftw3f.lax/lt128-t1fuv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_4.o .libs/libfftw3f.lax/lt128-t1fuv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_5.o .libs/libfftw3f.lax/lt129-t1fuv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_5.o .libs/libfftw3f.lax/lt129-t1fuv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_6.o .libs/libfftw3f.lax/lt130-t1fuv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_6.o .libs/libfftw3f.lax/lt130-t1fuv_6.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_7.o .libs/libfftw3f.lax/lt131-t1fuv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_7.o .libs/libfftw3f.lax/lt131-t1fuv_7.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_8.o .libs/libfftw3f.lax/lt132-t1fuv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_8.o .libs/libfftw3f.lax/lt132-t1fuv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_9.o .libs/libfftw3f.lax/lt133-t1fuv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fuv_9.o .libs/libfftw3f.lax/lt133-t1fuv_9.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_10.o .libs/libfftw3f.lax/lt134-t1fv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_10.o .libs/libfftw3f.lax/lt134-t1fv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_12.o .libs/libfftw3f.lax/lt135-t1fv_12.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_12.o .libs/libfftw3f.lax/lt135-t1fv_12.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_15.o .libs/libfftw3f.lax/lt136-t1fv_15.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_15.o .libs/libfftw3f.lax/lt136-t1fv_15.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_16.o .libs/libfftw3f.lax/lt137-t1fv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_16.o .libs/libfftw3f.lax/lt137-t1fv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_2.o .libs/libfftw3f.lax/lt138-t1fv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_2.o .libs/libfftw3f.lax/lt138-t1fv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_20.o .libs/libfftw3f.lax/lt139-t1fv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_20.o .libs/libfftw3f.lax/lt139-t1fv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_25.o .libs/libfftw3f.lax/lt140-t1fv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_25.o .libs/libfftw3f.lax/lt140-t1fv_25.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_3.o .libs/libfftw3f.lax/lt141-t1fv_3.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_3.o .libs/libfftw3f.lax/lt141-t1fv_3.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_32.o .libs/libfftw3f.lax/lt142-t1fv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_32.o .libs/libfftw3f.lax/lt142-t1fv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_4.o .libs/libfftw3f.lax/lt143-t1fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_4.o .libs/libfftw3f.lax/lt143-t1fv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_5.o .libs/libfftw3f.lax/lt144-t1fv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_5.o .libs/libfftw3f.lax/lt144-t1fv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_6.o .libs/libfftw3f.lax/lt145-t1fv_6.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_6.o .libs/libfftw3f.lax/lt145-t1fv_6.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_64.o .libs/libfftw3f.lax/lt146-t1fv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_64.o .libs/libfftw3f.lax/lt146-t1fv_64.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_7.o .libs/libfftw3f.lax/lt147-t1fv_7.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_7.o .libs/libfftw3f.lax/lt147-t1fv_7.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_8.o .libs/libfftw3f.lax/lt148-t1fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_8.o .libs/libfftw3f.lax/lt148-t1fv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_9.o .libs/libfftw3f.lax/lt149-t1fv_9.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1fv_9.o .libs/libfftw3f.lax/lt149-t1fv_9.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_16.o .libs/libfftw3f.lax/lt150-t1sv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_16.o .libs/libfftw3f.lax/lt150-t1sv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_2.o .libs/libfftw3f.lax/lt151-t1sv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_2.o .libs/libfftw3f.lax/lt151-t1sv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_32.o .libs/libfftw3f.lax/lt152-t1sv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_32.o .libs/libfftw3f.lax/lt152-t1sv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_4.o .libs/libfftw3f.lax/lt153-t1sv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_4.o .libs/libfftw3f.lax/lt153-t1sv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_8.o .libs/libfftw3f.lax/lt154-t1sv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t1sv_8.o .libs/libfftw3f.lax/lt154-t1sv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_10.o .libs/libfftw3f.lax/lt155-t2bv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_10.o .libs/libfftw3f.lax/lt155-t2bv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_16.o .libs/libfftw3f.lax/lt156-t2bv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_16.o .libs/libfftw3f.lax/lt156-t2bv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_2.o .libs/libfftw3f.lax/lt157-t2bv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_2.o .libs/libfftw3f.lax/lt157-t2bv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_20.o .libs/libfftw3f.lax/lt158-t2bv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_20.o .libs/libfftw3f.lax/lt158-t2bv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_25.o .libs/libfftw3f.lax/lt159-t2bv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_25.o .libs/libfftw3f.lax/lt159-t2bv_25.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_32.o .libs/libfftw3f.lax/lt160-t2bv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_32.o .libs/libfftw3f.lax/lt160-t2bv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_4.o .libs/libfftw3f.lax/lt161-t2bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_4.o .libs/libfftw3f.lax/lt161-t2bv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_5.o .libs/libfftw3f.lax/lt162-t2bv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_5.o .libs/libfftw3f.lax/lt162-t2bv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_64.o .libs/libfftw3f.lax/lt163-t2bv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_64.o .libs/libfftw3f.lax/lt163-t2bv_64.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_8.o .libs/libfftw3f.lax/lt164-t2bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2bv_8.o .libs/libfftw3f.lax/lt164-t2bv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_10.o .libs/libfftw3f.lax/lt165-t2fv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_10.o .libs/libfftw3f.lax/lt165-t2fv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_16.o .libs/libfftw3f.lax/lt166-t2fv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_16.o .libs/libfftw3f.lax/lt166-t2fv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_2.o .libs/libfftw3f.lax/lt167-t2fv_2.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_2.o .libs/libfftw3f.lax/lt167-t2fv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_20.o .libs/libfftw3f.lax/lt168-t2fv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_20.o .libs/libfftw3f.lax/lt168-t2fv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_25.o .libs/libfftw3f.lax/lt169-t2fv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_25.o .libs/libfftw3f.lax/lt169-t2fv_25.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_32.o .libs/libfftw3f.lax/lt170-t2fv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_32.o .libs/libfftw3f.lax/lt170-t2fv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_4.o .libs/libfftw3f.lax/lt171-t2fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_4.o .libs/libfftw3f.lax/lt171-t2fv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_5.o .libs/libfftw3f.lax/lt172-t2fv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_5.o .libs/libfftw3f.lax/lt172-t2fv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_64.o .libs/libfftw3f.lax/lt173-t2fv_64.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_64.o .libs/libfftw3f.lax/lt173-t2fv_64.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_8.o .libs/libfftw3f.lax/lt174-t2fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2fv_8.o .libs/libfftw3f.lax/lt174-t2fv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_16.o .libs/libfftw3f.lax/lt175-t2sv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_16.o .libs/libfftw3f.lax/lt175-t2sv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_32.o .libs/libfftw3f.lax/lt176-t2sv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_32.o .libs/libfftw3f.lax/lt176-t2sv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_4.o .libs/libfftw3f.lax/lt177-t2sv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_4.o .libs/libfftw3f.lax/lt177-t2sv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_8.o .libs/libfftw3f.lax/lt178-t2sv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t2sv_8.o .libs/libfftw3f.lax/lt178-t2sv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_10.o .libs/libfftw3f.lax/lt179-t3bv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_10.o .libs/libfftw3f.lax/lt179-t3bv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_16.o .libs/libfftw3f.lax/lt180-t3bv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_16.o .libs/libfftw3f.lax/lt180-t3bv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_20.o .libs/libfftw3f.lax/lt181-t3bv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_20.o .libs/libfftw3f.lax/lt181-t3bv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_25.o .libs/libfftw3f.lax/lt182-t3bv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_25.o .libs/libfftw3f.lax/lt182-t3bv_25.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_32.o .libs/libfftw3f.lax/lt183-t3bv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_32.o .libs/libfftw3f.lax/lt183-t3bv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_4.o .libs/libfftw3f.lax/lt184-t3bv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_4.o .libs/libfftw3f.lax/lt184-t3bv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_5.o .libs/libfftw3f.lax/lt185-t3bv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_5.o .libs/libfftw3f.lax/lt185-t3bv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_8.o .libs/libfftw3f.lax/lt186-t3bv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3bv_8.o .libs/libfftw3f.lax/lt186-t3bv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_10.o .libs/libfftw3f.lax/lt187-t3fv_10.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_10.o .libs/libfftw3f.lax/lt187-t3fv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_16.o .libs/libfftw3f.lax/lt188-t3fv_16.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_16.o .libs/libfftw3f.lax/lt188-t3fv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_20.o .libs/libfftw3f.lax/lt189-t3fv_20.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_20.o .libs/libfftw3f.lax/lt189-t3fv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_25.o .libs/libfftw3f.lax/lt190-t3fv_25.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_25.o .libs/libfftw3f.lax/lt190-t3fv_25.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_32.o .libs/libfftw3f.lax/lt191-t3fv_32.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_32.o .libs/libfftw3f.lax/lt191-t3fv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_4.o .libs/libfftw3f.lax/lt192-t3fv_4.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_4.o .libs/libfftw3f.lax/lt192-t3fv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_5.o .libs/libfftw3f.lax/lt193-t3fv_5.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_5.o .libs/libfftw3f.lax/lt193-t3fv_5.o | |
libtool: link: ln .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_8.o .libs/libfftw3f.lax/lt194-t3fv_8.o || cp .libs/libfftw3f.lax/libdft_avx_codelets.a/t3fv_8.o .libs/libfftw3f.lax/lt194-t3fv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/codlist.o .libs/libfftw3f.lax/lt195-codlist.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/codlist.o .libs/libfftw3f.lax/lt195-codlist.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/genus.o .libs/libfftw3f.lax/lt196-genus.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/genus.o .libs/libfftw3f.lax/lt196-genus.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_10.o .libs/libfftw3f.lax/lt197-hc2cbdftv_10.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_10.o .libs/libfftw3f.lax/lt197-hc2cbdftv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_12.o .libs/libfftw3f.lax/lt198-hc2cbdftv_12.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_12.o .libs/libfftw3f.lax/lt198-hc2cbdftv_12.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_16.o .libs/libfftw3f.lax/lt199-hc2cbdftv_16.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_16.o .libs/libfftw3f.lax/lt199-hc2cbdftv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_2.o .libs/libfftw3f.lax/lt200-hc2cbdftv_2.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_2.o .libs/libfftw3f.lax/lt200-hc2cbdftv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_20.o .libs/libfftw3f.lax/lt201-hc2cbdftv_20.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_20.o .libs/libfftw3f.lax/lt201-hc2cbdftv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_32.o .libs/libfftw3f.lax/lt202-hc2cbdftv_32.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_32.o .libs/libfftw3f.lax/lt202-hc2cbdftv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_4.o .libs/libfftw3f.lax/lt203-hc2cbdftv_4.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_4.o .libs/libfftw3f.lax/lt203-hc2cbdftv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_6.o .libs/libfftw3f.lax/lt204-hc2cbdftv_6.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_6.o .libs/libfftw3f.lax/lt204-hc2cbdftv_6.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_8.o .libs/libfftw3f.lax/lt205-hc2cbdftv_8.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cbdftv_8.o .libs/libfftw3f.lax/lt205-hc2cbdftv_8.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_10.o .libs/libfftw3f.lax/lt206-hc2cfdftv_10.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_10.o .libs/libfftw3f.lax/lt206-hc2cfdftv_10.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_12.o .libs/libfftw3f.lax/lt207-hc2cfdftv_12.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_12.o .libs/libfftw3f.lax/lt207-hc2cfdftv_12.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_16.o .libs/libfftw3f.lax/lt208-hc2cfdftv_16.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_16.o .libs/libfftw3f.lax/lt208-hc2cfdftv_16.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_2.o .libs/libfftw3f.lax/lt209-hc2cfdftv_2.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_2.o .libs/libfftw3f.lax/lt209-hc2cfdftv_2.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_20.o .libs/libfftw3f.lax/lt210-hc2cfdftv_20.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_20.o .libs/libfftw3f.lax/lt210-hc2cfdftv_20.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_32.o .libs/libfftw3f.lax/lt211-hc2cfdftv_32.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_32.o .libs/libfftw3f.lax/lt211-hc2cfdftv_32.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_4.o .libs/libfftw3f.lax/lt212-hc2cfdftv_4.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_4.o .libs/libfftw3f.lax/lt212-hc2cfdftv_4.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_6.o .libs/libfftw3f.lax/lt213-hc2cfdftv_6.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_6.o .libs/libfftw3f.lax/lt213-hc2cfdftv_6.o | |
libtool: link: ln .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_8.o .libs/libfftw3f.lax/lt214-hc2cfdftv_8.o || cp .libs/libfftw3f.lax/librdft_avx_codelets.a/hc2cfdftv_8.o .libs/libfftw3f.lax/lt214-hc2cfdftv_8.o | |
libtool: link: ar cru .libs/libfftw3f.a .libs/libfftw3f.lax/libkernel.a/align.o .libs/libfftw3f.lax/libkernel.a/alloc.o .libs/libfftw3f.lax/libkernel.a/assert.o .libs/libfftw3f.lax/libkernel.a/awake.o .libs/libfftw3f.lax/libkernel.a/buffered.o .libs/libfftw3f.lax/libkernel.a/cpy1d.o .libs/libfftw3f.lax/libkernel.a/cpy2d-pair.o .libs/libfftw3f.lax/libkernel.a/cpy2d.o .libs/libfftw3f.lax/libkernel.a/ct.o .libs/libfftw3f.lax/libkernel.a/debug.o .libs/libfftw3f.lax/libkernel.a/extract-reim.o .libs/libfftw3f.lax/libkernel.a/hash.o .libs/libfftw3f.lax/libkernel.a/iabs.o .libs/libfftw3f.lax/libkernel.a/kalloc.o .libs/libfftw3f.lax/libkernel.a/md5-1.o .libs/libfftw3f.lax/libkernel.a/md5.o .libs/libfftw3f.lax/libkernel.a/minmax.o .libs/libfftw3f.lax/libkernel.a/ops.o .libs/libfftw3f.lax/libkernel.a/pickdim.o .libs/libfftw3f.lax/libkernel.a/plan.o .libs/libfftw3f.lax/libkernel.a/planner.o .libs/libfftw3f.lax/libkernel.a/primes.o .libs/libfftw3f.lax/libkernel.a/print.o .libs/libfftw3f.lax/libkernel.a/problem.o .libs/libfftw3f.lax/libkernel.a/rader.o .libs/libfftw3f.lax/libkernel.a/scan.o .libs/libfftw3f.lax/libkernel.a/solver.o .libs/libfftw3f.lax/libkernel.a/solvtab.o .libs/libfftw3f.lax/libkernel.a/stride.o .libs/libfftw3f.lax/libkernel.a/tensor.o .libs/libfftw3f.lax/libkernel.a/tensor1.o .libs/libfftw3f.lax/libkernel.a/tensor2.o .libs/libfftw3f.lax/libkernel.a/tensor3.o .libs/libfftw3f.lax/libkernel.a/tensor4.o .libs/libfftw3f.lax/libkernel.a/tensor5.o .libs/libfftw3f.lax/libkernel.a/tensor7.o .libs/libfftw3f.lax/libkernel.a/tensor8.o .libs/libfftw3f.lax/libkernel.a/tensor9.o .libs/libfftw3f.lax/libkernel.a/tile2d.o .libs/libfftw3f.lax/libkernel.a/timer.o .libs/libfftw3f.lax/libkernel.a/transpose.o .libs/libfftw3f.lax/libkernel.a/trig.o .libs/libfftw3f.lax/libkernel.a/twiddle.o .libs/libfftw3f.lax/libdft.a/bluestein.o .libs/libfftw3f.lax/lt1-buffered.o .libs/libfftw3f.lax/libdft.a/conf.o .libs/libfftw3f.lax/lt2-ct.o .libs/libfftw3f.lax/libdft.a/dftw-direct.o .libs/libfftw3f.lax/libdft.a/dftw-directsq.o .libs/libfftw3f.lax/libdft.a/dftw-generic.o .libs/libfftw3f.lax/libdft.a/dftw-genericbuf.o .libs/libfftw3f.lax/libdft.a/direct.o .libs/libfftw3f.lax/libdft.a/generic.o .libs/libfftw3f.lax/libdft.a/indirect-transpose.o .libs/libfftw3f.lax/libdft.a/indirect.o .libs/libfftw3f.lax/libdft.a/kdft-dif.o .libs/libfftw3f.lax/libdft.a/kdft-difsq.o .libs/libfftw3f.lax/libdft.a/kdft-dit.o .libs/libfftw3f.lax/libdft.a/kdft.o .libs/libfftw3f.lax/libdft.a/nop.o .libs/libfftw3f.lax/lt3-plan.o .libs/libfftw3f.lax/lt4-problem.o .libs/libfftw3f.lax/lt5-rader.o .libs/libfftw3f.lax/libdft.a/rank-geq2.o .libs/libfftw3f.lax/libdft.a/solve.o .libs/libfftw3f.lax/libdft.a/vrank-geq1.o .libs/libfftw3f.lax/libdft.a/zero.o .libs/libfftw3f.lax/libdft_scalar.a/n.o .libs/libfftw3f.lax/libdft_scalar.a/t.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/codlist.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_10.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_11.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_12.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_13.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_14.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_15.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_16.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_2.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_20.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_25.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_3.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_32.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_4.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_5.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_6.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_64.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_7.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_8.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/n1_9.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_2.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_3.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_4.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_5.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_6.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/q1_8.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_10.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_12.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_15.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_16.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_2.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_20.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_25.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_3.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_32.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_4.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_5.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_6.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_64.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_7.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_8.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t1_9.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_10.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_16.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_20.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_25.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_32.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_4.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_5.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_64.o .libs/libfftw3f.lax/libdft_scalar_codelets.a/t2_8.o .libs/libfftw3f.lax/lt6-buffered.o .libs/libfftw3f.lax/librdft.a/buffered2.o .libs/libfftw3f.lax/lt7-conf.o .libs/libfftw3f.lax/librdft.a/ct-hc2c-direct.o .libs/libfftw3f.lax/librdft.a/ct-hc2c.o .libs/libfftw3f.lax/librdft.a/dft-r2hc.o .libs/libfftw3f.lax/librdft.a/dht-r2hc.o .libs/libfftw3f.lax/librdft.a/dht-rader.o .libs/libfftw3f.lax/librdft.a/direct-r2c.o .libs/libfftw3f.lax/librdft.a/direct-r2r.o .libs/libfftw3f.lax/librdft.a/direct2.o .libs/libfftw3f.lax/lt8-generic.o .libs/libfftw3f.lax/librdft.a/hc2hc-direct.o .libs/libfftw3f.lax/librdft.a/hc2hc-generic.o .libs/libfftw3f.lax/librdft.a/hc2hc.o .libs/libfftw3f.lax/lt9-indirect.o .libs/libfftw3f.lax/librdft.a/khc2c.o .libs/libfftw3f.lax/librdft.a/khc2hc.o .libs/libfftw3f.lax/librdft.a/kr2c.o .libs/libfftw3f.lax/librdft.a/kr2r.o .libs/libfftw3f.lax/lt10-nop.o .libs/libfftw3f.lax/librdft.a/nop2.o .libs/libfftw3f.lax/lt11-plan.o .libs/libfftw3f.lax/librdft.a/plan2.o .libs/libfftw3f.lax/lt12-problem.o .libs/libfftw3f.lax/librdft.a/problem2.o .libs/libfftw3f.lax/librdft.a/rank-geq2-rdft2.o .libs/libfftw3f.lax/lt13-rank-geq2.o .libs/libfftw3f.lax/librdft.a/rank0-rdft2.o .libs/libfftw3f.lax/librdft.a/rank0.o .libs/libfftw3f.lax/librdft.a/rdft-dht.o .libs/libfftw3f.lax/librdft.a/rdft2-inplace-strides.o .libs/libfftw3f.lax/librdft.a/rdft2-rdft.o .libs/libfftw3f.lax/librdft.a/rdft2-strides.o .libs/libfftw3f.lax/librdft.a/rdft2-tensor-max-index.o .libs/libfftw3f.lax/lt14-solve.o .libs/libfftw3f.lax/librdft.a/solve2.o .libs/libfftw3f.lax/librdft.a/vrank-geq1-rdft2.o .libs/libfftw3f.lax/lt15-vrank-geq1.o .libs/libfftw3f.lax/librdft.a/vrank3-transpose.o .libs/libfftw3f.lax/librdft_scalar.a/hc2c.o .libs/libfftw3f.lax/librdft_scalar.a/hfb.o .libs/libfftw3f.lax/librdft_scalar.a/r2c.o .libs/libfftw3f.lax/librdft_scalar.a/r2r.o .libs/libfftw3f.lax/lt16-codlist.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_10.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_12.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_2.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_6.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cf_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_10.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_12.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_2.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_6.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hc2cfdft_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_25.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_5.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_10.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_12.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_15.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_2.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_25.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_3.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_5.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_6.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_64.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_7.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/hf_9.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_10.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_12.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_15.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_2.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_25.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_3.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_5.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_6.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_64.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_7.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cfII_9.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_10.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_11.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_12.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_128.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_13.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_14.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_15.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_16.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_2.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_20.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_25.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_3.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_32.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_4.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_5.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_6.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_64.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_7.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_8.o .libs/libfftw3f.lax/librdft_scalar_r2cf.a/r2cf_9.o .libs/libfftw3f.lax/lt17-codlist.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_25.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_5.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_10.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_12.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_15.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_2.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_25.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_3.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_5.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_6.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_64.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_7.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hb_9.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_10.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_12.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_2.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_6.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cb_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft2_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft2_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft2_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft2_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft2_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_10.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_12.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_2.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_6.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/hc2cbdft_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_10.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_12.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_15.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_2.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_25.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_3.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_5.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_6.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_64.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_7.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cbIII_9.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_10.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_11.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_12.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_128.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_13.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_14.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_15.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_16.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_2.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_20.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_25.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_3.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_32.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_4.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_5.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_6.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_64.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_7.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_8.o .libs/libfftw3f.lax/librdft_scalar_r2cb.a/r2cb_9.o .libs/libfftw3f.lax/lt18-codlist.o .libs/libfftw3f.lax/librdft_scalar_r2r.a/e01_8.o .libs/libfftw3f.lax/librdft_scalar_r2r.a/e10_8.o .libs/libfftw3f.lax/lt19-conf.o .libs/libfftw3f.lax/libreodft.a/redft00e-r2hc-pad.o .libs/libfftw3f.lax/libreodft.a/reodft00e-splitradix.o .libs/libfftw3f.lax/libreodft.a/reodft010e-r2hc.o .libs/libfftw3f.lax/libreodft.a/reodft11e-r2hc-odd.o .libs/libfftw3f.lax/libreodft.a/reodft11e-radix2.o .libs/libfftw3f.lax/libreodft.a/rodft00e-r2hc-pad.o .libs/libfftw3f.lax/libapi.a/apiplan.o .libs/libfftw3f.lax/libapi.a/configure.o .libs/libfftw3f.lax/libapi.a/execute-dft-c2r.o .libs/libfftw3f.lax/libapi.a/execute-dft-r2c.o .libs/libfftw3f.lax/libapi.a/execute-dft.o .libs/libfftw3f.lax/libapi.a/execute-r2r.o .libs/libfftw3f.lax/libapi.a/execute-split-dft-c2r.o .libs/libfftw3f.lax/libapi.a/execute-split-dft-r2c.o .libs/libfftw3f.lax/libapi.a/execute-split-dft.o .libs/libfftw3f.lax/libapi.a/execute.o .libs/libfftw3f.lax/libapi.a/export-wisdom-to-file.o .libs/libfftw3f.lax/libapi.a/export-wisdom-to-string.o .libs/libfftw3f.lax/libapi.a/export-wisdom.o .libs/libfftw3f.lax/libapi.a/f77api.o .libs/libfftw3f.lax/libapi.a/flops.o .libs/libfftw3f.lax/libapi.a/forget-wisdom.o .libs/libfftw3f.lax/libapi.a/import-system-wisdom.o .libs/libfftw3f.lax/libapi.a/import-wisdom-from-file.o .libs/libfftw3f.lax/libapi.a/import-wisdom-from-string.o .libs/libfftw3f.lax/libapi.a/import-wisdom.o .libs/libfftw3f.lax/libapi.a/malloc.o .libs/libfftw3f.lax/libapi.a/map-r2r-kind.o .libs/libfftw3f.lax/libapi.a/mapflags.o .libs/libfftw3f.lax/libapi.a/mkprinter-file.o .libs/libfftw3f.lax/libapi.a/mktensor-iodims.o .libs/libfftw3f.lax/libapi.a/mktensor-iodims64.o .libs/libfftw3f.lax/libapi.a/mktensor-rowmajor.o .libs/libfftw3f.lax/libapi.a/plan-dft-1d.o .libs/libfftw3f.lax/libapi.a/plan-dft-2d.o .libs/libfftw3f.lax/libapi.a/plan-dft-3d.o .libs/libfftw3f.lax/libapi.a/plan-dft-c2r-1d.o .libs/libfftw3f.lax/libapi.a/plan-dft-c2r-2d.o .libs/libfftw3f.lax/libapi.a/plan-dft-c2r-3d.o .libs/libfftw3f.lax/libapi.a/plan-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-dft-r2c-1d.o .libs/libfftw3f.lax/libapi.a/plan-dft-r2c-2d.o .libs/libfftw3f.lax/libapi.a/plan-dft-r2c-3d.o .libs/libfftw3f.lax/libapi.a/plan-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-dft.o .libs/libfftw3f.lax/libapi.a/plan-guru-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-guru-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-guru-dft.o .libs/libfftw3f.lax/libapi.a/plan-guru-r2r.o .libs/libfftw3f.lax/libapi.a/plan-guru-split-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-guru-split-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-guru-split-dft.o .libs/libfftw3f.lax/libapi.a/plan-guru64-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-guru64-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-guru64-dft.o .libs/libfftw3f.lax/libapi.a/plan-guru64-r2r.o .libs/libfftw3f.lax/libapi.a/plan-guru64-split-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-guru64-split-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-guru64-split-dft.o .libs/libfftw3f.lax/libapi.a/plan-many-dft-c2r.o .libs/libfftw3f.lax/libapi.a/plan-many-dft-r2c.o .libs/libfftw3f.lax/libapi.a/plan-many-dft.o .libs/libfftw3f.lax/libapi.a/plan-many-r2r.o .libs/libfftw3f.lax/libapi.a/plan-r2r-1d.o .libs/libfftw3f.lax/libapi.a/plan-r2r-2d.o .libs/libfftw3f.lax/libapi.a/plan-r2r-3d.o .libs/libfftw3f.lax/libapi.a/plan-r2r.o .libs/libfftw3f.lax/libapi.a/print-plan.o .libs/libfftw3f.lax/libapi.a/rdft2-pad.o .libs/libfftw3f.lax/libapi.a/the-planner.o .libs/libfftw3f.lax/libapi.a/version.o .libs/libfftw3f.lax/libsimd_support.a/altivec.o .libs/libfftw3f.lax/libsimd_support.a/avx.o .libs/libfftw3f.lax/libsimd_support.a/neon.o .libs/libfftw3f.lax/libsimd_support.a/sse2.o .libs/libfftw3f.lax/libsimd_support.a/taint.o .libs/libfftw3f.lax/libsimd_sse2_nonportable.a/libsimd_sse2_nonportable_la-sse2-nonportable.o .libs/libfftw3f.lax/lt20-codlist.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/genus.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_11.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_128.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_13.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_14.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_15.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1bv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_11.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_128.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_13.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_14.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_15.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n1fv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_14.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_14.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2fv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2sv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2sv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2sv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2sv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/n2sv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1bv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1bv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1fv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1fv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/q1fv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1buv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_15.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1bv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fuv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_12.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_15.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_3.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_6.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_7.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1fv_9.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1sv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1sv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1sv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1sv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t1sv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_2.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_64.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2fv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2sv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2sv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2sv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t2sv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3bv_8.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_10.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_16.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_20.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_25.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_32.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_4.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_5.o .libs/libfftw3f.lax/libdft_sse2_codelets.a/t3fv_8.o .libs/libfftw3f.lax/lt21-codlist.o .libs/libfftw3f.lax/lt22-genus.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_10.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_12.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_16.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_2.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_20.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_32.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_4.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_6.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cbdftv_8.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_10.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_12.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_16.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_2.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_20.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_32.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_4.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_6.o .libs/libfftw3f.lax/librdft_sse2_codelets.a/hc2cfdftv_8.o .libs/libfftw3f.lax/lt23-codlist.o .libs/libfftw3f.lax/lt24-genus.o .libs/libfftw3f.lax/lt25-n1bv_10.o .libs/libfftw3f.lax/lt26-n1bv_11.o .libs/libfftw3f.lax/lt27-n1bv_12.o .libs/libfftw3f.lax/lt28-n1bv_128.o .libs/libfftw3f.lax/lt29-n1bv_13.o .libs/libfftw3f.lax/lt30-n1bv_14.o .libs/libfftw3f.lax/lt31-n1bv_15.o .libs/libfftw3f.lax/lt32-n1bv_16.o .libs/libfftw3f.lax/lt33-n1bv_2.o .libs/libfftw3f.lax/lt34-n1bv_20.o .libs/libfftw3f.lax/lt35-n1bv_25.o .libs/libfftw3f.lax/lt36-n1bv_3.o .libs/libfftw3f.lax/lt37-n1bv_32.o .libs/libfftw3f.lax/lt38-n1bv_4.o .libs/libfftw3f.lax/lt39-n1bv_5.o .libs/libfftw3f.lax/lt40-n1bv_6.o .libs/libfftw3f.lax/lt41-n1bv_64.o .libs/libfftw3f.lax/lt42-n1bv_7.o .libs/libfftw3f.lax/lt43-n1bv_8.o .libs/libfftw3f.lax/lt44-n1bv_9.o .libs/libfftw3f.lax/lt45-n1fv_10.o .libs/libfftw3f.lax/lt46-n1fv_11.o .libs/libfftw3f.lax/lt47-n1fv_12.o .libs/libfftw3f.lax/lt48-n1fv_128.o .libs/libfftw3f.lax/lt49-n1fv_13.o .libs/libfftw3f.lax/lt50-n1fv_14.o .libs/libfftw3f.lax/lt51-n1fv_15.o .libs/libfftw3f.lax/lt52-n1fv_16.o .libs/libfftw3f.lax/lt53-n1fv_2.o .libs/libfftw3f.lax/lt54-n1fv_20.o .libs/libfftw3f.lax/lt55-n1fv_25.o .libs/libfftw3f.lax/lt56-n1fv_3.o .libs/libfftw3f.lax/lt57-n1fv_32.o .libs/libfftw3f.lax/lt58-n1fv_4.o .libs/libfftw3f.lax/lt59-n1fv_5.o .libs/libfftw3f.lax/lt60-n1fv_6.o .libs/libfftw3f.lax/lt61-n1fv_64.o .libs/libfftw3f.lax/lt62-n1fv_7.o .libs/libfftw3f.lax/lt63-n1fv_8.o .libs/libfftw3f.lax/lt64-n1fv_9.o .libs/libfftw3f.lax/lt65-n2bv_10.o .libs/libfftw3f.lax/lt66-n2bv_12.o .libs/libfftw3f.lax/lt67-n2bv_14.o .libs/libfftw3f.lax/lt68-n2bv_16.o .libs/libfftw3f.lax/lt69-n2bv_2.o .libs/libfftw3f.lax/lt70-n2bv_20.o .libs/libfftw3f.lax/lt71-n2bv_32.o .libs/libfftw3f.lax/lt72-n2bv_4.o .libs/libfftw3f.lax/lt73-n2bv_6.o .libs/libfftw3f.lax/lt74-n2bv_64.o .libs/libfftw3f.lax/lt75-n2bv_8.o .libs/libfftw3f.lax/lt76-n2fv_10.o .libs/libfftw3f.lax/lt77-n2fv_12.o .libs/libfftw3f.lax/lt78-n2fv_14.o .libs/libfftw3f.lax/lt79-n2fv_16.o .libs/libfftw3f.lax/lt80-n2fv_2.o .libs/libfftw3f.lax/lt81-n2fv_20.o .libs/libfftw3f.lax/lt82-n2fv_32.o .libs/libfftw3f.lax/lt83-n2fv_4.o .libs/libfftw3f.lax/lt84-n2fv_6.o .libs/libfftw3f.lax/lt85-n2fv_64.o .libs/libfftw3f.lax/lt86-n2fv_8.o .libs/libfftw3f.lax/lt87-n2sv_16.o .libs/libfftw3f.lax/lt88-n2sv_32.o .libs/libfftw3f.lax/lt89-n2sv_4.o .libs/libfftw3f.lax/lt90-n2sv_64.o .libs/libfftw3f.lax/lt91-n2sv_8.o .libs/libfftw3f.lax/lt92-q1bv_2.o .libs/libfftw3f.lax/lt93-q1bv_4.o .libs/libfftw3f.lax/lt94-q1bv_5.o .libs/libfftw3f.lax/lt95-q1bv_8.o .libs/libfftw3f.lax/lt96-q1fv_2.o .libs/libfftw3f.lax/lt97-q1fv_4.o .libs/libfftw3f.lax/lt98-q1fv_5.o .libs/libfftw3f.lax/lt99-q1fv_8.o .libs/libfftw3f.lax/lt100-t1buv_10.o .libs/libfftw3f.lax/lt101-t1buv_2.o .libs/libfftw3f.lax/lt102-t1buv_3.o .libs/libfftw3f.lax/lt103-t1buv_4.o .libs/libfftw3f.lax/lt104-t1buv_5.o .libs/libfftw3f.lax/lt105-t1buv_6.o .libs/libfftw3f.lax/lt106-t1buv_7.o .libs/libfftw3f.lax/lt107-t1buv_8.o .libs/libfftw3f.lax/lt108-t1buv_9.o .libs/libfftw3f.lax/lt109-t1bv_10.o .libs/libfftw3f.lax/lt110-t1bv_12.o .libs/libfftw3f.lax/lt111-t1bv_15.o .libs/libfftw3f.lax/lt112-t1bv_16.o .libs/libfftw3f.lax/lt113-t1bv_2.o .libs/libfftw3f.lax/lt114-t1bv_20.o .libs/libfftw3f.lax/lt115-t1bv_25.o .libs/libfftw3f.lax/lt116-t1bv_3.o .libs/libfftw3f.lax/lt117-t1bv_32.o .libs/libfftw3f.lax/lt118-t1bv_4.o .libs/libfftw3f.lax/lt119-t1bv_5.o .libs/libfftw3f.lax/lt120-t1bv_6.o .libs/libfftw3f.lax/lt121-t1bv_64.o .libs/libfftw3f.lax/lt122-t1bv_7.o .libs/libfftw3f.lax/lt123-t1bv_8.o .libs/libfftw3f.lax/lt124-t1bv_9.o .libs/libfftw3f.lax/lt125-t1fuv_10.o .libs/libfftw3f.lax/lt126-t1fuv_2.o .libs/libfftw3f.lax/lt127-t1fuv_3.o .libs/libfftw3f.lax/lt128-t1fuv_4.o .libs/libfftw3f.lax/lt129-t1fuv_5.o .libs/libfftw3f.lax/lt130-t1fuv_6.o .libs/libfftw3f.lax/lt131-t1fuv_7.o .libs/libfftw3f.lax/lt132-t1fuv_8.o .libs/libfftw3f.lax/lt133-t1fuv_9.o .libs/libfftw3f.lax/lt134-t1fv_10.o .libs/libfftw3f.lax/lt135-t1fv_12.o .libs/libfftw3f.lax/lt136-t1fv_15.o .libs/libfftw3f.lax/lt137-t1fv_16.o .libs/libfftw3f.lax/lt138-t1fv_2.o .libs/libfftw3f.lax/lt139-t1fv_20.o .libs/libfftw3f.lax/lt140-t1fv_25.o .libs/libfftw3f.lax/lt141-t1fv_3.o .libs/libfftw3f.lax/lt142-t1fv_32.o .libs/libfftw3f.lax/lt143-t1fv_4.o .libs/libfftw3f.lax/lt144-t1fv_5.o .libs/libfftw3f.lax/lt145-t1fv_6.o .libs/libfftw3f.lax/lt146-t1fv_64.o .libs/libfftw3f.lax/lt147-t1fv_7.o .libs/libfftw3f.lax/lt148-t1fv_8.o .libs/libfftw3f.lax/lt149-t1fv_9.o .libs/libfftw3f.lax/lt150-t1sv_16.o .libs/libfftw3f.lax/lt151-t1sv_2.o .libs/libfftw3f.lax/lt152-t1sv_32.o .libs/libfftw3f.lax/lt153-t1sv_4.o .libs/libfftw3f.lax/lt154-t1sv_8.o .libs/libfftw3f.lax/lt155-t2bv_10.o .libs/libfftw3f.lax/lt156-t2bv_16.o .libs/libfftw3f.lax/lt157-t2bv_2.o .libs/libfftw3f.lax/lt158-t2bv_20.o .libs/libfftw3f.lax/lt159-t2bv_25.o .libs/libfftw3f.lax/lt160-t2bv_32.o .libs/libfftw3f.lax/lt161-t2bv_4.o .libs/libfftw3f.lax/lt162-t2bv_5.o .libs/libfftw3f.lax/lt163-t2bv_64.o .libs/libfftw3f.lax/lt164-t2bv_8.o .libs/libfftw3f.lax/lt165-t2fv_10.o .libs/libfftw3f.lax/lt166-t2fv_16.o .libs/libfftw3f.lax/lt167-t2fv_2.o .libs/libfftw3f.lax/lt168-t2fv_20.o .libs/libfftw3f.lax/lt169-t2fv_25.o .libs/libfftw3f.lax/lt170-t2fv_32.o .libs/libfftw3f.lax/lt171-t2fv_4.o .libs/libfftw3f.lax/lt172-t2fv_5.o .libs/libfftw3f.lax/lt173-t2fv_64.o .libs/libfftw3f.lax/lt174-t2fv_8.o .libs/libfftw3f.lax/lt175-t2sv_16.o .libs/libfftw3f.lax/lt176-t2sv_32.o .libs/libfftw3f.lax/lt177-t2sv_4.o .libs/libfftw3f.lax/lt178-t2sv_8.o .libs/libfftw3f.lax/lt179-t3bv_10.o .libs/libfftw3f.lax/lt180-t3bv_16.o .libs/libfftw3f.lax/lt181-t3bv_20.o .libs/libfftw3f.lax/lt182-t3bv_25.o .libs/libfftw3f.lax/lt183-t3bv_32.o .libs/libfftw3f.lax/lt184-t3bv_4.o .libs/libfftw3f.lax/lt185-t3bv_5.o .libs/libfftw3f.lax/lt186-t3bv_8.o .libs/libfftw3f.lax/lt187-t3fv_10.o .libs/libfftw3f.lax/lt188-t3fv_16.o .libs/libfftw3f.lax/lt189-t3fv_20.o .libs/libfftw3f.lax/lt190-t3fv_25.o .libs/libfftw3f.lax/lt191-t3fv_32.o .libs/libfftw3f.lax/lt192-t3fv_4.o .libs/libfftw3f.lax/lt193-t3fv_5.o .libs/libfftw3f.lax/lt194-t3fv_8.o .libs/libfftw3f.lax/lt195-codlist.o .libs/libfftw3f.lax/lt196-genus.o .libs/libfftw3f.lax/lt197-hc2cbdftv_10.o .libs/libfftw3f.lax/lt198-hc2cbdftv_12.o .libs/libfftw3f.lax/lt199-hc2cbdftv_16.o .libs/libfftw3f.lax/lt200-hc2cbdftv_2.o .libs/libfftw3f.lax/lt201-hc2cbdftv_20.o .libs/libfftw3f.lax/lt202-hc2cbdftv_32.o .libs/libfftw3f.lax/lt203-hc2cbdftv_4.o .libs/libfftw3f.lax/lt204-hc2cbdftv_6.o .libs/libfftw3f.lax/lt205-hc2cbdftv_8.o .libs/libfftw3f.lax/lt206-hc2cfdftv_10.o .libs/libfftw3f.lax/lt207-hc2cfdftv_12.o .libs/libfftw3f.lax/lt208-hc2cfdftv_16.o .libs/libfftw3f.lax/lt209-hc2cfdftv_2.o .libs/libfftw3f.lax/lt210-hc2cfdftv_20.o .libs/libfftw3f.lax/lt211-hc2cfdftv_32.o .libs/libfftw3f.lax/lt212-hc2cfdftv_4.o .libs/libfftw3f.lax/lt213-hc2cfdftv_6.o .libs/libfftw3f.lax/lt214-hc2cfdftv_8.o | |
libtool: link: ranlib .libs/libfftw3f.a | |
libtool: link: rm -fr .libs/libfftw3f.lax .libs/libfftw3f.lax | |
libtool: link: ( cd ".libs" && rm -f "libfftw3f.la" && ln -s "../libfftw3f.la" "libfftw3f.la" ) | |
Making all in threads | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -pthread -O3 -DNDEBUG -MT libfftw3f_threads_la-api.lo -MD -MP -MF .deps/libfftw3f_threads_la-api.Tpo -c api.c -fPIC -DPIC -o libfftw3f_threads_la-api.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -pthread -O3 -DNDEBUG -MT libfftw3f_threads_la-conf.lo -MD -MP -MF .deps/libfftw3f_threads_la-conf.Tpo -c conf.c -fPIC -DPIC -o libfftw3f_threads_la-conf.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -pthread -O3 -DNDEBUG -MT libfftw3f_threads_la-threads.lo -MD -MP -MF .deps/libfftw3f_threads_la-threads.Tpo -c threads.c -fPIC -DPIC -o libfftw3f_threads_la-threads.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -pthread -O3 -DNDEBUG -MT libfftw3f_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_threads_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -fPIC -DPIC -o libfftw3f_threads_la-dft-vrank-geq1.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -pthread -O3 -DNDEBUG -MT libfftw3f_threads_la-ct.lo -MD -MP -MF .deps/libfftw3f_threads_la-ct.Tpo -c ct.c -fPIC -DPIC -o libfftw3f_threads_la-ct.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -pthread -O3 -DNDEBUG -MT libfftw3f_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_threads_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -fPIC -DPIC -o libfftw3f_threads_la-rdft-vrank-geq1.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -pthread -O3 -DNDEBUG -MT libfftw3f_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3f_threads_la-hc2hc.Tpo -c hc2hc.c -fPIC -DPIC -o libfftw3f_threads_la-hc2hc.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -pthread -O3 -DNDEBUG -MT libfftw3f_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3f_threads_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -fPIC -DPIC -o libfftw3f_threads_la-vrank-geq1-rdft2.o | |
libtool: compile: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../kernel -I../dft -I../rdft -I../api -pthread -O3 -DNDEBUG -MT libfftw3f_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3f_threads_la-f77api.Tpo -c f77api.c -fPIC -DPIC -o libfftw3f_threads_la-f77api.o | |
libtool: link: ar cru .libs/libfftw3f_threads.a libfftw3f_threads_la-api.o libfftw3f_threads_la-conf.o libfftw3f_threads_la-threads.o libfftw3f_threads_la-dft-vrank-geq1.o libfftw3f_threads_la-ct.o libfftw3f_threads_la-rdft-vrank-geq1.o libfftw3f_threads_la-hc2hc.o libfftw3f_threads_la-vrank-geq1-rdft2.o libfftw3f_threads_la-f77api.o | |
libtool: link: ranlib .libs/libfftw3f_threads.a | |
libtool: link: ( cd ".libs" && rm -f "libfftw3f_threads.la" && ln -s "../libfftw3f_threads.la" "libfftw3f_threads.la" ) | |
Making all in tests | |
libtool: link: /usr/bin/cc -std=gnu99 -pthread -O3 -DNDEBUG -o bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/.libs/libfftw3f_threads.a /home/surchs/Code/minc-toolkit/build/FFTW3F/.libs/libfftw3f.a ../.libs/libfftw3f.a ../libbench2/libbench2.a -lm -pthread | |
Making all in mpi | |
Making all in doc | |
Making all in FAQ | |
Making all in tools | |
libtool: link: /usr/bin/cc -std=gnu99 -pthread -O3 -DNDEBUG -o fftwf-wisdom fftwf_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o ../threads/.libs/libfftw3f_threads.a /home/surchs/Code/minc-toolkit/build/FFTW3F/.libs/libfftw3f.a ../.libs/libfftw3f.a ../libbench2/libbench2.a -lm -pthread | |
Making all in m4 | |
[ 1%] Performing install step for 'FFTW3F' | |
Making install in support | |
Making install in kernel | |
Making install in simd-support | |
Making install in dft | |
Making install in scalar | |
Making install in codelets | |
Making install in simd | |
Making install in common | |
Making install in sse2 | |
Making install in avx | |
Making install in altivec | |
Making install in neon | |
Making install in rdft | |
Making install in scalar | |
Making install in r2cf | |
Making install in r2cb | |
Making install in r2r | |
Making install in simd | |
Making install in common | |
Making install in sse2 | |
Making install in avx | |
Making install in altivec | |
Making install in neon | |
Making install in reodft | |
Making install in api | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include' | |
/usr/bin/install -c -m 644 fftw3.h fftw3.f fftw3l.f03 fftw3q.f03 '/home/surchs/Code/minc-toolkit/build/external/usr/local/include' | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include' | |
/usr/bin/install -c -m 644 fftw3.f03 '/home/surchs/Code/minc-toolkit/build/external/usr/local/include' | |
Making install in libbench2 | |
Making install in . | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c libfftw3f.la '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib' | |
libtool: install: /usr/bin/install -c .libs/libfftw3f.lai /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libfftw3f.la | |
libtool: install: /usr/bin/install -c .libs/libfftw3f.a /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libfftw3f.a | |
libtool: install: chmod 644 /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libfftw3f.a | |
libtool: install: ranlib /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libfftw3f.a | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib/pkgconfig' | |
/usr/bin/install -c -m 644 fftw3f.pc '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib/pkgconfig' | |
Making install in threads | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c libfftw3f_threads.la '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib' | |
libtool: install: /usr/bin/install -c .libs/libfftw3f_threads.lai /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libfftw3f_threads.la | |
libtool: install: /usr/bin/install -c .libs/libfftw3f_threads.a /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libfftw3f_threads.a | |
libtool: install: chmod 644 /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libfftw3f_threads.a | |
libtool: install: ranlib /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libfftw3f_threads.a | |
Making install in tests | |
Making install in mpi | |
Making install in doc | |
Making install in FAQ | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/info' | |
/usr/bin/install -c -m 644 ./fftw3.info ./fftw3.info-1 ./fftw3.info-2 '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/info' | |
install-info --info-dir='/home/surchs/Code/minc-toolkit/build/external/usr/local/share/info' '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/info/fftw3.info' | |
Making install in tools | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/bin' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c fftwf-wisdom '/home/surchs/Code/minc-toolkit/build/external/usr/local/bin' | |
libtool: install: /usr/bin/install -c fftwf-wisdom /home/surchs/Code/minc-toolkit/build/external/usr/local/bin/fftwf-wisdom | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/bin' | |
/usr/bin/install -c fftw-wisdom-to-conf '/home/surchs/Code/minc-toolkit/build/external/usr/local/bin' | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/man/man1' | |
/usr/bin/install -c -m 644 fftw-wisdom-to-conf.1 fftwf-wisdom.1 '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/man/man1' | |
Making install in m4 | |
[ 1%] Completed 'FFTW3F' | |
[ 1%] Built target FFTW3F | |
Scanning dependencies of target GSL | |
[ 1%] Creating directories for 'GSL' | |
[ 1%] Performing download step (download, verify and extract) for 'GSL' | |
-- downloading... | |
src='http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/gsl/gsl-1.16.tar.gz' | |
dst='/home/surchs/Code/minc-toolkit/build/GSL-prefix/src/gsl-1.16.tar.gz' | |
timeout='none' | |
-- [download 0% complete] | |
-- [download 1% complete] | |
-- [download 2% complete] | |
-- [download 3% complete] | |
-- [download 4% complete] | |
-- [download 5% complete] | |
-- [download 6% complete] | |
-- [download 7% complete] | |
-- [download 8% complete] | |
-- [download 9% complete] | |
-- [download 10% complete] | |
-- [download 11% complete] | |
-- [download 12% complete] | |
-- [download 13% complete] | |
-- [download 14% complete] | |
-- [download 15% complete] | |
-- [download 16% complete] | |
-- [download 17% complete] | |
-- [download 18% complete] | |
-- [download 19% complete] | |
-- [download 20% complete] | |
-- [download 21% complete] | |
-- [download 22% complete] | |
-- [download 23% complete] | |
-- [download 24% complete] | |
-- [download 25% complete] | |
-- [download 26% complete] | |
-- [download 27% complete] | |
-- [download 28% complete] | |
-- [download 29% complete] | |
-- [download 30% complete] | |
-- [download 31% complete] | |
-- [download 32% complete] | |
-- [download 33% complete] | |
-- [download 34% complete] | |
-- [download 35% complete] | |
-- [download 36% complete] | |
-- [download 37% complete] | |
-- [download 38% complete] | |
-- [download 39% complete] | |
-- [download 40% complete] | |
-- [download 41% complete] | |
-- [download 42% complete] | |
-- [download 43% complete] | |
-- [download 44% complete] | |
-- [download 45% complete] | |
-- [download 46% complete] | |
-- [download 47% complete] | |
-- [download 48% complete] | |
-- [download 49% complete] | |
-- [download 50% complete] | |
-- [download 51% complete] | |
-- [download 52% complete] | |
-- [download 53% complete] | |
-- [download 54% complete] | |
-- [download 55% complete] | |
-- [download 56% complete] | |
-- [download 57% complete] | |
-- [download 58% complete] | |
-- [download 59% complete] | |
-- [download 60% complete] | |
-- [download 61% complete] | |
-- [download 62% complete] | |
-- [download 63% complete] | |
-- [download 64% complete] | |
-- [download 65% complete] | |
-- [download 66% complete] | |
-- [download 67% complete] | |
-- [download 68% complete] | |
-- [download 69% complete] | |
-- [download 70% complete] | |
-- [download 71% complete] | |
-- [download 72% complete] | |
-- [download 73% complete] | |
-- [download 74% complete] | |
-- [download 75% complete] | |
-- [download 76% complete] | |
-- [download 77% complete] | |
-- [download 78% complete] | |
-- [download 79% complete] | |
-- [download 80% complete] | |
-- [download 81% complete] | |
-- [download 82% complete] | |
-- [download 83% complete] | |
-- [download 84% complete] | |
-- [download 85% complete] | |
-- [download 86% complete] | |
-- [download 87% complete] | |
-- [download 88% complete] | |
-- [download 89% complete] | |
-- [download 90% complete] | |
-- [download 91% complete] | |
-- [download 92% complete] | |
-- [download 93% complete] | |
-- [download 94% complete] | |
-- [download 95% complete] | |
-- [download 96% complete] | |
-- [download 97% complete] | |
-- [download 98% complete] | |
-- [download 99% complete] | |
-- [download 100% complete] | |
-- downloading... done | |
-- verifying file... | |
file='/home/surchs/Code/minc-toolkit/build/GSL-prefix/src/gsl-1.16.tar.gz' | |
-- verifying file... done | |
-- extracting... | |
src='/home/surchs/Code/minc-toolkit/build/GSL-prefix/src/gsl-1.16.tar.gz' | |
dst='/home/surchs/Code/minc-toolkit/build/GSL' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 1%] No patch step for 'GSL' | |
[ 1%] No update step for 'GSL' | |
[ 1%] Performing configure step for 'GSL' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for a sed that does not truncate output... /bin/sed | |
checking whether make sets $(MAKE)... (cached) yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for gcc... /usr/bin/cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/cc... gcc3 | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking whether ln -s works... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by /usr/bin/cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from /usr/bin/cc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/cc static flag -static works... yes | |
checking if /usr/bin/cc supports -c -o file.o... yes | |
checking if /usr/bin/cc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for size_t... yes | |
checking for working volatile... yes | |
checking for inline... inline | |
checking whether char is unsigned... no | |
checking for cos in -lm... yes | |
checking for GNU-style extern inline... yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for memcpy... yes | |
checking for memmove... yes | |
checking for strdup... yes | |
checking for strtol... yes | |
checking for strtoul... yes | |
checking for EXIT_SUCCESS and EXIT_FAILURE... yes | |
checking for cos in -lm... (cached) yes | |
checking whether feenableexcept is declared... yes | |
checking whether fesettrapenable is declared... no | |
checking whether hypot is declared... yes | |
checking whether expm1 is declared... yes | |
checking whether acosh is declared... yes | |
checking whether asinh is declared... yes | |
checking whether atanh is declared... yes | |
checking whether ldexp is declared... yes | |
checking whether frexp is declared... yes | |
checking whether fprnd_t is declared... no | |
checking whether isinf is declared... yes | |
checking whether isfinite is declared... yes | |
checking whether finite is declared... yes | |
checking whether isnan is declared... yes | |
checking whether log1p is declared... yes | |
checking for long double stdio... yes | |
checking for extended floating point registers... yes | |
checking for IEEE arithmetic interface type... gnux86 | |
checking for FPU_SETCW... yes | |
checking for SSE extensions... yes | |
checking for IEEE compiler flags... none | |
checking for IEEE comparisons... yes | |
checking for IEEE denormalized values... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating gsl_version.h | |
config.status: creating gsl.spec | |
config.status: creating gsl/Makefile | |
config.status: creating test/Makefile | |
config.status: creating err/Makefile | |
config.status: creating sys/Makefile | |
config.status: creating utils/Makefile | |
config.status: creating const/Makefile | |
config.status: creating min/Makefile | |
config.status: creating multimin/Makefile | |
config.status: creating ieee-utils/Makefile | |
config.status: creating fft/Makefile | |
config.status: creating specfunc/Makefile | |
config.status: creating dht/Makefile | |
config.status: creating fit/Makefile | |
config.status: creating multifit/Makefile | |
config.status: creating bspline/Makefile | |
config.status: creating statistics/Makefile | |
config.status: creating sum/Makefile | |
config.status: creating roots/Makefile | |
config.status: creating multiroots/Makefile | |
config.status: creating ntuple/Makefile | |
config.status: creating poly/Makefile | |
config.status: creating qrng/Makefile | |
config.status: creating rng/Makefile | |
config.status: creating randist/Makefile | |
config.status: creating siman/Makefile | |
config.status: creating integration/Makefile | |
config.status: creating interpolation/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating block/Makefile | |
config.status: creating vector/Makefile | |
config.status: creating matrix/Makefile | |
config.status: creating histogram/Makefile | |
config.status: creating monte/Makefile | |
config.status: creating ode-initval/Makefile | |
config.status: creating ode-initval2/Makefile | |
config.status: creating cblas/Makefile | |
config.status: creating blas/Makefile | |
config.status: creating linalg/Makefile | |
config.status: creating eigen/Makefile | |
config.status: creating permutation/Makefile | |
config.status: creating combination/Makefile | |
config.status: creating multiset/Makefile | |
config.status: creating sort/Makefile | |
config.status: creating complex/Makefile | |
config.status: creating diff/Makefile | |
config.status: creating deriv/Makefile | |
config.status: creating cheb/Makefile | |
config.status: creating cdf/Makefile | |
config.status: creating wavelet/Makefile | |
config.status: creating Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
[ 1%] Performing build step for 'GSL' | |
Making all in gsl | |
Making all in utils | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT placeholder.lo -MD -MP -MF .deps/placeholder.Tpo -c placeholder.c -fPIC -DPIC -o placeholder.o | |
libtool: link: ar cru .libs/libutils.a placeholder.o | |
libtool: link: ranlib .libs/libutils.a | |
libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" ) | |
Making all in sys | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -fPIC -DPIC -o minmax.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT prec.lo -MD -MP -MF .deps/prec.Tpo -c prec.c -fPIC -DPIC -o prec.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hypot.lo -MD -MP -MF .deps/hypot.Tpo -c hypot.c -fPIC -DPIC -o hypot.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT log1p.lo -MD -MP -MF .deps/log1p.Tpo -c log1p.c -fPIC -DPIC -o log1p.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT expm1.lo -MD -MP -MF .deps/expm1.Tpo -c expm1.c -fPIC -DPIC -o expm1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT coerce.lo -MD -MP -MF .deps/coerce.Tpo -c coerce.c -fPIC -DPIC -o coerce.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT invhyp.lo -MD -MP -MF .deps/invhyp.Tpo -c invhyp.c -fPIC -DPIC -o invhyp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT pow_int.lo -MD -MP -MF .deps/pow_int.Tpo -c pow_int.c -fPIC -DPIC -o pow_int.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT infnan.lo -MD -MP -MF .deps/infnan.Tpo -c infnan.c -fPIC -DPIC -o infnan.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fdiv.lo -MD -MP -MF .deps/fdiv.Tpo -c fdiv.c -fPIC -DPIC -o fdiv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fcmp.lo -MD -MP -MF .deps/fcmp.Tpo -c fcmp.c -fPIC -DPIC -o fcmp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ldfrexp.lo -MD -MP -MF .deps/ldfrexp.Tpo -c ldfrexp.c -fPIC -DPIC -o ldfrexp.o | |
libtool: link: ar cru .libs/libgslsys.a minmax.o prec.o hypot.o log1p.o expm1.o coerce.o invhyp.o pow_int.o infnan.o fdiv.o fcmp.o ldfrexp.o | |
libtool: link: ranlib .libs/libgslsys.a | |
libtool: link: ( cd ".libs" && rm -f "libgslsys.la" && ln -s "../libgslsys.la" "libgslsys.la" ) | |
Making all in test | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT results.lo -MD -MP -MF .deps/results.Tpo -c results.c -fPIC -DPIC -o results.o | |
libtool: link: ar cru .libs/libgsltest.a results.o | |
libtool: link: ranlib .libs/libgsltest.a | |
libtool: link: ( cd ".libs" && rm -f "libgsltest.la" && ln -s "../libgsltest.la" "libgsltest.la" ) | |
Making all in err | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fPIC -DPIC -o error.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -fPIC -DPIC -o stream.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT message.lo -MD -MP -MF .deps/message.Tpo -c message.c -fPIC -DPIC -o message.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c -fPIC -DPIC -o strerror.o | |
libtool: link: ar cru .libs/libgslerr.a error.o stream.o message.o strerror.o | |
libtool: link: ranlib .libs/libgslerr.a | |
libtool: link: ( cd ".libs" && rm -f "libgslerr.la" && ln -s "../libgslerr.la" "libgslerr.la" ) | |
Making all in const | |
Making all in complex | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT math.lo -MD -MP -MF .deps/math.Tpo -c math.c -fPIC -DPIC -o math.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT inline.lo -MD -MP -MF .deps/inline.Tpo -c inline.c -fPIC -DPIC -o inline.o | |
libtool: link: ar cru .libs/libgslcomplex.a math.o inline.o | |
libtool: link: ranlib .libs/libgslcomplex.a | |
libtool: link: ( cd ".libs" && rm -f "libgslcomplex.la" && ln -s "../libgslcomplex.la" "libgslcomplex.la" ) | |
Making all in cheb | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT deriv.lo -MD -MP -MF .deps/deriv.Tpo -c deriv.c -fPIC -DPIC -o deriv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT eval.lo -MD -MP -MF .deps/eval.Tpo -c eval.c -fPIC -DPIC -o eval.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o init.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT integ.lo -MD -MP -MF .deps/integ.Tpo -c integ.c -fPIC -DPIC -o integ.o | |
libtool: link: ar cru .libs/libgslcheb.a deriv.o eval.o init.o integ.o | |
libtool: link: ranlib .libs/libgslcheb.a | |
libtool: link: ( cd ".libs" && rm -f "libgslcheb.la" && ln -s "../libgslcheb.la" "libgslcheb.la" ) | |
Making all in block | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o init.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o file.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -fPIC -DPIC -o block.o | |
libtool: link: ar cru .libs/libgslblock.a init.o file.o block.o | |
libtool: link: ranlib .libs/libgslblock.a | |
libtool: link: ( cd ".libs" && rm -f "libgslblock.la" && ln -s "../libgslblock.la" "libgslblock.la" ) | |
Making all in vector | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o init.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o file.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c vector.c -fPIC -DPIC -o vector.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT copy.lo -MD -MP -MF .deps/copy.Tpo -c copy.c -fPIC -DPIC -o copy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c swap.c -fPIC -DPIC -o swap.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT prop.lo -MD -MP -MF .deps/prop.Tpo -c prop.c -fPIC -DPIC -o prop.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -fPIC -DPIC -o minmax.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT oper.lo -MD -MP -MF .deps/oper.Tpo -c oper.c -fPIC -DPIC -o oper.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT reim.lo -MD -MP -MF .deps/reim.Tpo -c reim.c -fPIC -DPIC -o reim.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT subvector.lo -MD -MP -MF .deps/subvector.Tpo -c subvector.c -fPIC -DPIC -o subvector.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT view.lo -MD -MP -MF .deps/view.Tpo -c view.c -fPIC -DPIC -o view.o | |
libtool: link: ar cru .libs/libgslvector.a init.o file.o vector.o copy.o swap.o prop.o minmax.o oper.o reim.o subvector.o view.o | |
libtool: link: ranlib .libs/libgslvector.a | |
libtool: link: ( cd ".libs" && rm -f "libgslvector.la" && ln -s "../libgslvector.la" "libgslvector.la" ) | |
Making all in matrix | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o init.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c matrix.c -fPIC -DPIC -o matrix.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o file.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rowcol.lo -MD -MP -MF .deps/rowcol.Tpo -c rowcol.c -fPIC -DPIC -o rowcol.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT swap.lo -MD -MP -MF .deps/swap.Tpo -c swap.c -fPIC -DPIC -o swap.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT copy.lo -MD -MP -MF .deps/copy.Tpo -c copy.c -fPIC -DPIC -o copy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -fPIC -DPIC -o minmax.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT prop.lo -MD -MP -MF .deps/prop.Tpo -c prop.c -fPIC -DPIC -o prop.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT oper.lo -MD -MP -MF .deps/oper.Tpo -c oper.c -fPIC -DPIC -o oper.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT getset.lo -MD -MP -MF .deps/getset.Tpo -c getset.c -fPIC -DPIC -o getset.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT view.lo -MD -MP -MF .deps/view.Tpo -c view.c -fPIC -DPIC -o view.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT submatrix.lo -MD -MP -MF .deps/submatrix.Tpo -c submatrix.c -fPIC -DPIC -o submatrix.o | |
libtool: link: ar cru .libs/libgslmatrix.a init.o matrix.o file.o rowcol.o swap.o copy.o minmax.o prop.o oper.o getset.o view.o submatrix.o | |
libtool: link: ranlib .libs/libgslmatrix.a | |
libtool: link: ( cd ".libs" && rm -f "libgslmatrix.la" && ln -s "../libgslmatrix.la" "libgslmatrix.la" ) | |
Making all in permutation | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o init.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o file.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT permutation.lo -MD -MP -MF .deps/permutation.Tpo -c permutation.c -fPIC -DPIC -o permutation.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT permute.lo -MD -MP -MF .deps/permute.Tpo -c permute.c -fPIC -DPIC -o permute.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT canonical.lo -MD -MP -MF .deps/canonical.Tpo -c canonical.c -fPIC -DPIC -o canonical.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT inline.lo -MD -MP -MF .deps/inline.Tpo -c inline.c -fPIC -DPIC -o inline.o | |
libtool: link: ar cru .libs/libgslpermutation.a init.o file.o permutation.o permute.o canonical.o inline.o | |
libtool: link: ranlib .libs/libgslpermutation.a | |
libtool: link: ( cd ".libs" && rm -f "libgslpermutation.la" && ln -s "../libgslpermutation.la" "libgslpermutation.la" ) | |
Making all in combination | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o init.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o file.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT combination.lo -MD -MP -MF .deps/combination.Tpo -c combination.c -fPIC -DPIC -o combination.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT inline.lo -MD -MP -MF .deps/inline.Tpo -c inline.c -fPIC -DPIC -o inline.o | |
libtool: link: ar cru .libs/libgslcombination.a init.o file.o combination.o inline.o | |
libtool: link: ranlib .libs/libgslcombination.a | |
libtool: link: ( cd ".libs" && rm -f "libgslcombination.la" && ln -s "../libgslcombination.la" "libgslcombination.la" ) | |
Making all in multiset | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o init.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o file.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT multiset.lo -MD -MP -MF .deps/multiset.Tpo -c multiset.c -fPIC -DPIC -o multiset.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT inline.lo -MD -MP -MF .deps/inline.Tpo -c inline.c -fPIC -DPIC -o inline.o | |
libtool: link: ar cru .libs/libgslmultiset.a init.o file.o multiset.o inline.o | |
libtool: link: ranlib .libs/libgslmultiset.a | |
libtool: link: ( cd ".libs" && rm -f "libgslmultiset.la" && ln -s "../libgslmultiset.la" "libgslmultiset.la" ) | |
Making all in sort | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sort.lo -MD -MP -MF .deps/sort.Tpo -c sort.c -fPIC -DPIC -o sort.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sortind.lo -MD -MP -MF .deps/sortind.Tpo -c sortind.c -fPIC -DPIC -o sortind.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sortvec.lo -MD -MP -MF .deps/sortvec.Tpo -c sortvec.c -fPIC -DPIC -o sortvec.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sortvecind.lo -MD -MP -MF .deps/sortvecind.Tpo -c sortvecind.c -fPIC -DPIC -o sortvecind.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT subset.lo -MD -MP -MF .deps/subset.Tpo -c subset.c -fPIC -DPIC -o subset.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT subsetind.lo -MD -MP -MF .deps/subsetind.Tpo -c subsetind.c -fPIC -DPIC -o subsetind.o | |
libtool: link: ar cru .libs/libgslsort.a sort.o sortind.o sortvec.o sortvecind.o subset.o subsetind.o | |
libtool: link: ranlib .libs/libgslsort.a | |
libtool: link: ( cd ".libs" && rm -f "libgslsort.la" && ln -s "../libgslsort.la" "libgslsort.la" ) | |
Making all in ieee-utils | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -fPIC -DPIC -o print.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT make_rep.lo -MD -MP -MF .deps/make_rep.Tpo -c make_rep.c -fPIC -DPIC -o make_rep.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT env.lo -MD -MP -MF .deps/env.Tpo -c env.c -fPIC -DPIC -o env.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fp.lo -MD -MP -MF .deps/fp.Tpo -c fp.c -fPIC -DPIC -o fp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT read.lo -MD -MP -MF .deps/read.Tpo -c read.c -fPIC -DPIC -o read.o | |
libtool: link: ar cru .libs/libgslieeeutils.a print.o make_rep.o env.o fp.o read.o | |
libtool: link: ranlib .libs/libgslieeeutils.a | |
libtool: link: ( cd ".libs" && rm -f "libgslieeeutils.la" && ln -s "../libgslieeeutils.la" "libgslieeeutils.la" ) | |
Making all in cblas | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sasum.lo -MD -MP -MF .deps/sasum.Tpo -c sasum.c -fPIC -DPIC -o sasum.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT saxpy.lo -MD -MP -MF .deps/saxpy.Tpo -c saxpy.c -fPIC -DPIC -o saxpy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT scasum.lo -MD -MP -MF .deps/scasum.Tpo -c scasum.c -fPIC -DPIC -o scasum.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT scnrm2.lo -MD -MP -MF .deps/scnrm2.Tpo -c scnrm2.c -fPIC -DPIC -o scnrm2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT scopy.lo -MD -MP -MF .deps/scopy.Tpo -c scopy.c -fPIC -DPIC -o scopy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sdot.lo -MD -MP -MF .deps/sdot.Tpo -c sdot.c -fPIC -DPIC -o sdot.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sdsdot.lo -MD -MP -MF .deps/sdsdot.Tpo -c sdsdot.c -fPIC -DPIC -o sdsdot.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sgbmv.lo -MD -MP -MF .deps/sgbmv.Tpo -c sgbmv.c -fPIC -DPIC -o sgbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sgemm.lo -MD -MP -MF .deps/sgemm.Tpo -c sgemm.c -fPIC -DPIC -o sgemm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sgemv.lo -MD -MP -MF .deps/sgemv.Tpo -c sgemv.c -fPIC -DPIC -o sgemv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sger.lo -MD -MP -MF .deps/sger.Tpo -c sger.c -fPIC -DPIC -o sger.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT snrm2.lo -MD -MP -MF .deps/snrm2.Tpo -c snrm2.c -fPIC -DPIC -o snrm2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT srot.lo -MD -MP -MF .deps/srot.Tpo -c srot.c -fPIC -DPIC -o srot.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT srotg.lo -MD -MP -MF .deps/srotg.Tpo -c srotg.c -fPIC -DPIC -o srotg.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT srotm.lo -MD -MP -MF .deps/srotm.Tpo -c srotm.c -fPIC -DPIC -o srotm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT srotmg.lo -MD -MP -MF .deps/srotmg.Tpo -c srotmg.c -fPIC -DPIC -o srotmg.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ssbmv.lo -MD -MP -MF .deps/ssbmv.Tpo -c ssbmv.c -fPIC -DPIC -o ssbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sscal.lo -MD -MP -MF .deps/sscal.Tpo -c sscal.c -fPIC -DPIC -o sscal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sspmv.lo -MD -MP -MF .deps/sspmv.Tpo -c sspmv.c -fPIC -DPIC -o sspmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sspr.lo -MD -MP -MF .deps/sspr.Tpo -c sspr.c -fPIC -DPIC -o sspr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sspr2.lo -MD -MP -MF .deps/sspr2.Tpo -c sspr2.c -fPIC -DPIC -o sspr2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sswap.lo -MD -MP -MF .deps/sswap.Tpo -c sswap.c -fPIC -DPIC -o sswap.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ssymm.lo -MD -MP -MF .deps/ssymm.Tpo -c ssymm.c -fPIC -DPIC -o ssymm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ssymv.lo -MD -MP -MF .deps/ssymv.Tpo -c ssymv.c -fPIC -DPIC -o ssymv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ssyr.lo -MD -MP -MF .deps/ssyr.Tpo -c ssyr.c -fPIC -DPIC -o ssyr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ssyr2.lo -MD -MP -MF .deps/ssyr2.Tpo -c ssyr2.c -fPIC -DPIC -o ssyr2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ssyr2k.lo -MD -MP -MF .deps/ssyr2k.Tpo -c ssyr2k.c -fPIC -DPIC -o ssyr2k.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ssyrk.lo -MD -MP -MF .deps/ssyrk.Tpo -c ssyrk.c -fPIC -DPIC -o ssyrk.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT stbmv.lo -MD -MP -MF .deps/stbmv.Tpo -c stbmv.c -fPIC -DPIC -o stbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT stbsv.lo -MD -MP -MF .deps/stbsv.Tpo -c stbsv.c -fPIC -DPIC -o stbsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT stpmv.lo -MD -MP -MF .deps/stpmv.Tpo -c stpmv.c -fPIC -DPIC -o stpmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT stpsv.lo -MD -MP -MF .deps/stpsv.Tpo -c stpsv.c -fPIC -DPIC -o stpsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT strmm.lo -MD -MP -MF .deps/strmm.Tpo -c strmm.c -fPIC -DPIC -o strmm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT strmv.lo -MD -MP -MF .deps/strmv.Tpo -c strmv.c -fPIC -DPIC -o strmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT strsm.lo -MD -MP -MF .deps/strsm.Tpo -c strsm.c -fPIC -DPIC -o strsm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT strsv.lo -MD -MP -MF .deps/strsv.Tpo -c strsv.c -fPIC -DPIC -o strsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dasum.lo -MD -MP -MF .deps/dasum.Tpo -c dasum.c -fPIC -DPIC -o dasum.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT daxpy.lo -MD -MP -MF .deps/daxpy.Tpo -c daxpy.c -fPIC -DPIC -o daxpy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dcopy.lo -MD -MP -MF .deps/dcopy.Tpo -c dcopy.c -fPIC -DPIC -o dcopy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ddot.lo -MD -MP -MF .deps/ddot.Tpo -c ddot.c -fPIC -DPIC -o ddot.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dgbmv.lo -MD -MP -MF .deps/dgbmv.Tpo -c dgbmv.c -fPIC -DPIC -o dgbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dgemm.lo -MD -MP -MF .deps/dgemm.Tpo -c dgemm.c -fPIC -DPIC -o dgemm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dgemv.lo -MD -MP -MF .deps/dgemv.Tpo -c dgemv.c -fPIC -DPIC -o dgemv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dger.lo -MD -MP -MF .deps/dger.Tpo -c dger.c -fPIC -DPIC -o dger.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dnrm2.lo -MD -MP -MF .deps/dnrm2.Tpo -c dnrm2.c -fPIC -DPIC -o dnrm2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT drot.lo -MD -MP -MF .deps/drot.Tpo -c drot.c -fPIC -DPIC -o drot.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT drotg.lo -MD -MP -MF .deps/drotg.Tpo -c drotg.c -fPIC -DPIC -o drotg.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT drotm.lo -MD -MP -MF .deps/drotm.Tpo -c drotm.c -fPIC -DPIC -o drotm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT drotmg.lo -MD -MP -MF .deps/drotmg.Tpo -c drotmg.c -fPIC -DPIC -o drotmg.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dsbmv.lo -MD -MP -MF .deps/dsbmv.Tpo -c dsbmv.c -fPIC -DPIC -o dsbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dscal.lo -MD -MP -MF .deps/dscal.Tpo -c dscal.c -fPIC -DPIC -o dscal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dsdot.lo -MD -MP -MF .deps/dsdot.Tpo -c dsdot.c -fPIC -DPIC -o dsdot.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dspmv.lo -MD -MP -MF .deps/dspmv.Tpo -c dspmv.c -fPIC -DPIC -o dspmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dspr.lo -MD -MP -MF .deps/dspr.Tpo -c dspr.c -fPIC -DPIC -o dspr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dspr2.lo -MD -MP -MF .deps/dspr2.Tpo -c dspr2.c -fPIC -DPIC -o dspr2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dswap.lo -MD -MP -MF .deps/dswap.Tpo -c dswap.c -fPIC -DPIC -o dswap.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dsymm.lo -MD -MP -MF .deps/dsymm.Tpo -c dsymm.c -fPIC -DPIC -o dsymm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dsymv.lo -MD -MP -MF .deps/dsymv.Tpo -c dsymv.c -fPIC -DPIC -o dsymv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dsyr.lo -MD -MP -MF .deps/dsyr.Tpo -c dsyr.c -fPIC -DPIC -o dsyr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dsyr2.lo -MD -MP -MF .deps/dsyr2.Tpo -c dsyr2.c -fPIC -DPIC -o dsyr2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dsyr2k.lo -MD -MP -MF .deps/dsyr2k.Tpo -c dsyr2k.c -fPIC -DPIC -o dsyr2k.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dsyrk.lo -MD -MP -MF .deps/dsyrk.Tpo -c dsyrk.c -fPIC -DPIC -o dsyrk.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dtbmv.lo -MD -MP -MF .deps/dtbmv.Tpo -c dtbmv.c -fPIC -DPIC -o dtbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dtbsv.lo -MD -MP -MF .deps/dtbsv.Tpo -c dtbsv.c -fPIC -DPIC -o dtbsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dtpmv.lo -MD -MP -MF .deps/dtpmv.Tpo -c dtpmv.c -fPIC -DPIC -o dtpmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dtpsv.lo -MD -MP -MF .deps/dtpsv.Tpo -c dtpsv.c -fPIC -DPIC -o dtpsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dtrmm.lo -MD -MP -MF .deps/dtrmm.Tpo -c dtrmm.c -fPIC -DPIC -o dtrmm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dtrmv.lo -MD -MP -MF .deps/dtrmv.Tpo -c dtrmv.c -fPIC -DPIC -o dtrmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dtrsm.lo -MD -MP -MF .deps/dtrsm.Tpo -c dtrsm.c -fPIC -DPIC -o dtrsm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dtrsv.lo -MD -MP -MF .deps/dtrsv.Tpo -c dtrsv.c -fPIC -DPIC -o dtrsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dzasum.lo -MD -MP -MF .deps/dzasum.Tpo -c dzasum.c -fPIC -DPIC -o dzasum.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dznrm2.lo -MD -MP -MF .deps/dznrm2.Tpo -c dznrm2.c -fPIC -DPIC -o dznrm2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT caxpy.lo -MD -MP -MF .deps/caxpy.Tpo -c caxpy.c -fPIC -DPIC -o caxpy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ccopy.lo -MD -MP -MF .deps/ccopy.Tpo -c ccopy.c -fPIC -DPIC -o ccopy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cdotc_sub.lo -MD -MP -MF .deps/cdotc_sub.Tpo -c cdotc_sub.c -fPIC -DPIC -o cdotc_sub.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cdotu_sub.lo -MD -MP -MF .deps/cdotu_sub.Tpo -c cdotu_sub.c -fPIC -DPIC -o cdotu_sub.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cgbmv.lo -MD -MP -MF .deps/cgbmv.Tpo -c cgbmv.c -fPIC -DPIC -o cgbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cgemm.lo -MD -MP -MF .deps/cgemm.Tpo -c cgemm.c -fPIC -DPIC -o cgemm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cgemv.lo -MD -MP -MF .deps/cgemv.Tpo -c cgemv.c -fPIC -DPIC -o cgemv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cgerc.lo -MD -MP -MF .deps/cgerc.Tpo -c cgerc.c -fPIC -DPIC -o cgerc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cgeru.lo -MD -MP -MF .deps/cgeru.Tpo -c cgeru.c -fPIC -DPIC -o cgeru.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT chbmv.lo -MD -MP -MF .deps/chbmv.Tpo -c chbmv.c -fPIC -DPIC -o chbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT chemm.lo -MD -MP -MF .deps/chemm.Tpo -c chemm.c -fPIC -DPIC -o chemm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT chemv.lo -MD -MP -MF .deps/chemv.Tpo -c chemv.c -fPIC -DPIC -o chemv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cher.lo -MD -MP -MF .deps/cher.Tpo -c cher.c -fPIC -DPIC -o cher.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cher2.lo -MD -MP -MF .deps/cher2.Tpo -c cher2.c -fPIC -DPIC -o cher2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cher2k.lo -MD -MP -MF .deps/cher2k.Tpo -c cher2k.c -fPIC -DPIC -o cher2k.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cherk.lo -MD -MP -MF .deps/cherk.Tpo -c cherk.c -fPIC -DPIC -o cherk.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT chpmv.lo -MD -MP -MF .deps/chpmv.Tpo -c chpmv.c -fPIC -DPIC -o chpmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT chpr.lo -MD -MP -MF .deps/chpr.Tpo -c chpr.c -fPIC -DPIC -o chpr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT chpr2.lo -MD -MP -MF .deps/chpr2.Tpo -c chpr2.c -fPIC -DPIC -o chpr2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cscal.lo -MD -MP -MF .deps/cscal.Tpo -c cscal.c -fPIC -DPIC -o cscal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT csscal.lo -MD -MP -MF .deps/csscal.Tpo -c csscal.c -fPIC -DPIC -o csscal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cswap.lo -MD -MP -MF .deps/cswap.Tpo -c cswap.c -fPIC -DPIC -o cswap.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT csymm.lo -MD -MP -MF .deps/csymm.Tpo -c csymm.c -fPIC -DPIC -o csymm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT csyr2k.lo -MD -MP -MF .deps/csyr2k.Tpo -c csyr2k.c -fPIC -DPIC -o csyr2k.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT csyrk.lo -MD -MP -MF .deps/csyrk.Tpo -c csyrk.c -fPIC -DPIC -o csyrk.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ctbmv.lo -MD -MP -MF .deps/ctbmv.Tpo -c ctbmv.c -fPIC -DPIC -o ctbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ctbsv.lo -MD -MP -MF .deps/ctbsv.Tpo -c ctbsv.c -fPIC -DPIC -o ctbsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ctpmv.lo -MD -MP -MF .deps/ctpmv.Tpo -c ctpmv.c -fPIC -DPIC -o ctpmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ctpsv.lo -MD -MP -MF .deps/ctpsv.Tpo -c ctpsv.c -fPIC -DPIC -o ctpsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ctrmm.lo -MD -MP -MF .deps/ctrmm.Tpo -c ctrmm.c -fPIC -DPIC -o ctrmm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ctrmv.lo -MD -MP -MF .deps/ctrmv.Tpo -c ctrmv.c -fPIC -DPIC -o ctrmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ctrsm.lo -MD -MP -MF .deps/ctrsm.Tpo -c ctrsm.c -fPIC -DPIC -o ctrsm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ctrsv.lo -MD -MP -MF .deps/ctrsv.Tpo -c ctrsv.c -fPIC -DPIC -o ctrsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zaxpy.lo -MD -MP -MF .deps/zaxpy.Tpo -c zaxpy.c -fPIC -DPIC -o zaxpy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zcopy.lo -MD -MP -MF .deps/zcopy.Tpo -c zcopy.c -fPIC -DPIC -o zcopy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zdotc_sub.lo -MD -MP -MF .deps/zdotc_sub.Tpo -c zdotc_sub.c -fPIC -DPIC -o zdotc_sub.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zdotu_sub.lo -MD -MP -MF .deps/zdotu_sub.Tpo -c zdotu_sub.c -fPIC -DPIC -o zdotu_sub.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zdscal.lo -MD -MP -MF .deps/zdscal.Tpo -c zdscal.c -fPIC -DPIC -o zdscal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zgbmv.lo -MD -MP -MF .deps/zgbmv.Tpo -c zgbmv.c -fPIC -DPIC -o zgbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zgemm.lo -MD -MP -MF .deps/zgemm.Tpo -c zgemm.c -fPIC -DPIC -o zgemm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zgemv.lo -MD -MP -MF .deps/zgemv.Tpo -c zgemv.c -fPIC -DPIC -o zgemv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zgerc.lo -MD -MP -MF .deps/zgerc.Tpo -c zgerc.c -fPIC -DPIC -o zgerc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zgeru.lo -MD -MP -MF .deps/zgeru.Tpo -c zgeru.c -fPIC -DPIC -o zgeru.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zhbmv.lo -MD -MP -MF .deps/zhbmv.Tpo -c zhbmv.c -fPIC -DPIC -o zhbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zhemm.lo -MD -MP -MF .deps/zhemm.Tpo -c zhemm.c -fPIC -DPIC -o zhemm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zhemv.lo -MD -MP -MF .deps/zhemv.Tpo -c zhemv.c -fPIC -DPIC -o zhemv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zher.lo -MD -MP -MF .deps/zher.Tpo -c zher.c -fPIC -DPIC -o zher.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zher2.lo -MD -MP -MF .deps/zher2.Tpo -c zher2.c -fPIC -DPIC -o zher2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zher2k.lo -MD -MP -MF .deps/zher2k.Tpo -c zher2k.c -fPIC -DPIC -o zher2k.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zherk.lo -MD -MP -MF .deps/zherk.Tpo -c zherk.c -fPIC -DPIC -o zherk.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zhpmv.lo -MD -MP -MF .deps/zhpmv.Tpo -c zhpmv.c -fPIC -DPIC -o zhpmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zhpr.lo -MD -MP -MF .deps/zhpr.Tpo -c zhpr.c -fPIC -DPIC -o zhpr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zhpr2.lo -MD -MP -MF .deps/zhpr2.Tpo -c zhpr2.c -fPIC -DPIC -o zhpr2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zscal.lo -MD -MP -MF .deps/zscal.Tpo -c zscal.c -fPIC -DPIC -o zscal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zswap.lo -MD -MP -MF .deps/zswap.Tpo -c zswap.c -fPIC -DPIC -o zswap.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zsymm.lo -MD -MP -MF .deps/zsymm.Tpo -c zsymm.c -fPIC -DPIC -o zsymm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zsyr2k.lo -MD -MP -MF .deps/zsyr2k.Tpo -c zsyr2k.c -fPIC -DPIC -o zsyr2k.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zsyrk.lo -MD -MP -MF .deps/zsyrk.Tpo -c zsyrk.c -fPIC -DPIC -o zsyrk.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ztbmv.lo -MD -MP -MF .deps/ztbmv.Tpo -c ztbmv.c -fPIC -DPIC -o ztbmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ztbsv.lo -MD -MP -MF .deps/ztbsv.Tpo -c ztbsv.c -fPIC -DPIC -o ztbsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ztpmv.lo -MD -MP -MF .deps/ztpmv.Tpo -c ztpmv.c -fPIC -DPIC -o ztpmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ztpsv.lo -MD -MP -MF .deps/ztpsv.Tpo -c ztpsv.c -fPIC -DPIC -o ztpsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ztrmm.lo -MD -MP -MF .deps/ztrmm.Tpo -c ztrmm.c -fPIC -DPIC -o ztrmm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ztrmv.lo -MD -MP -MF .deps/ztrmv.Tpo -c ztrmv.c -fPIC -DPIC -o ztrmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ztrsm.lo -MD -MP -MF .deps/ztrsm.Tpo -c ztrsm.c -fPIC -DPIC -o ztrsm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ztrsv.lo -MD -MP -MF .deps/ztrsv.Tpo -c ztrsv.c -fPIC -DPIC -o ztrsv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT icamax.lo -MD -MP -MF .deps/icamax.Tpo -c icamax.c -fPIC -DPIC -o icamax.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT idamax.lo -MD -MP -MF .deps/idamax.Tpo -c idamax.c -fPIC -DPIC -o idamax.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT isamax.lo -MD -MP -MF .deps/isamax.Tpo -c isamax.c -fPIC -DPIC -o isamax.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT izamax.lo -MD -MP -MF .deps/izamax.Tpo -c izamax.c -fPIC -DPIC -o izamax.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT xerbla.lo -MD -MP -MF .deps/xerbla.Tpo -c xerbla.c -fPIC -DPIC -o xerbla.o | |
libtool: link: ar cru .libs/libgslcblas.a sasum.o saxpy.o scasum.o scnrm2.o scopy.o sdot.o sdsdot.o sgbmv.o sgemm.o sgemv.o sger.o snrm2.o srot.o srotg.o srotm.o srotmg.o ssbmv.o sscal.o sspmv.o sspr.o sspr2.o sswap.o ssymm.o ssymv.o ssyr.o ssyr2.o ssyr2k.o ssyrk.o stbmv.o stbsv.o stpmv.o stpsv.o strmm.o strmv.o strsm.o strsv.o dasum.o daxpy.o dcopy.o ddot.o dgbmv.o dgemm.o dgemv.o dger.o dnrm2.o drot.o drotg.o drotm.o drotmg.o dsbmv.o dscal.o dsdot.o dspmv.o dspr.o dspr2.o dswap.o dsymm.o dsymv.o dsyr.o dsyr2.o dsyr2k.o dsyrk.o dtbmv.o dtbsv.o dtpmv.o dtpsv.o dtrmm.o dtrmv.o dtrsm.o dtrsv.o dzasum.o dznrm2.o caxpy.o ccopy.o cdotc_sub.o cdotu_sub.o cgbmv.o cgemm.o cgemv.o cgerc.o cgeru.o chbmv.o chemm.o chemv.o cher.o cher2.o cher2k.o cherk.o chpmv.o chpr.o chpr2.o cscal.o csscal.o cswap.o csymm.o csyr2k.o csyrk.o ctbmv.o ctbsv.o ctpmv.o ctpsv.o ctrmm.o ctrmv.o ctrsm.o ctrsv.o zaxpy.o zcopy.o zdotc_sub.o zdotu_sub.o zdscal.o zgbmv.o zgemm.o zgemv.o zgerc.o zgeru.o zhbmv.o zhemm.o zhemv.o zher.o zher2.o zher2k.o zherk.o zhpmv.o zhpr.o zhpr2.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o ztrsv.o icamax.o idamax.o isamax.o izamax.o xerbla.o | |
libtool: link: ranlib .libs/libgslcblas.a | |
libtool: link: ( cd ".libs" && rm -f "libgslcblas.la" && ln -s "../libgslcblas.la" "libgslcblas.la" ) | |
Making all in blas | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT blas.lo -MD -MP -MF .deps/blas.Tpo -c blas.c -fPIC -DPIC -o blas.o | |
libtool: link: ar cru .libs/libgslblas.a blas.o | |
libtool: link: ranlib .libs/libgslblas.a | |
libtool: link: ( cd ".libs" && rm -f "libgslblas.la" && ln -s "../libgslblas.la" "libgslblas.la" ) | |
Making all in linalg | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT multiply.lo -MD -MP -MF .deps/multiply.Tpo -c multiply.c -fPIC -DPIC -o multiply.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT exponential.lo -MD -MP -MF .deps/exponential.Tpo -c exponential.c -fPIC -DPIC -o exponential.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT tridiag.lo -MD -MP -MF .deps/tridiag.Tpo -c tridiag.c -fPIC -DPIC -o tridiag.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT lu.lo -MD -MP -MF .deps/lu.Tpo -c lu.c -fPIC -DPIC -o lu.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT luc.lo -MD -MP -MF .deps/luc.Tpo -c luc.c -fPIC -DPIC -o luc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hh.lo -MD -MP -MF .deps/hh.Tpo -c hh.c -fPIC -DPIC -o hh.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qr.lo -MD -MP -MF .deps/qr.Tpo -c qr.c -fPIC -DPIC -o qr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qrpt.lo -MD -MP -MF .deps/qrpt.Tpo -c qrpt.c -fPIC -DPIC -o qrpt.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT lq.lo -MD -MP -MF .deps/lq.Tpo -c lq.c -fPIC -DPIC -o lq.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ptlq.lo -MD -MP -MF .deps/ptlq.Tpo -c ptlq.c -fPIC -DPIC -o ptlq.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT svd.lo -MD -MP -MF .deps/svd.Tpo -c svd.c -fPIC -DPIC -o svd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT householder.lo -MD -MP -MF .deps/householder.Tpo -c householder.c -fPIC -DPIC -o householder.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT householdercomplex.lo -MD -MP -MF .deps/householdercomplex.Tpo -c householdercomplex.c -fPIC -DPIC -o householdercomplex.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hessenberg.lo -MD -MP -MF .deps/hessenberg.Tpo -c hessenberg.c -fPIC -DPIC -o hessenberg.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hesstri.lo -MD -MP -MF .deps/hesstri.Tpo -c hesstri.c -fPIC -DPIC -o hesstri.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cholesky.lo -MD -MP -MF .deps/cholesky.Tpo -c cholesky.c -fPIC -DPIC -o cholesky.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT choleskyc.lo -MD -MP -MF .deps/choleskyc.Tpo -c choleskyc.c -fPIC -DPIC -o choleskyc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT symmtd.lo -MD -MP -MF .deps/symmtd.Tpo -c symmtd.c -fPIC -DPIC -o symmtd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hermtd.lo -MD -MP -MF .deps/hermtd.Tpo -c hermtd.c -fPIC -DPIC -o hermtd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bidiag.lo -MD -MP -MF .deps/bidiag.Tpo -c bidiag.c -fPIC -DPIC -o bidiag.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT balance.lo -MD -MP -MF .deps/balance.Tpo -c balance.c -fPIC -DPIC -o balance.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT balancemat.lo -MD -MP -MF .deps/balancemat.Tpo -c balancemat.c -fPIC -DPIC -o balancemat.o | |
libtool: link: ar cru .libs/libgsllinalg.a multiply.o exponential.o tridiag.o lu.o luc.o hh.o qr.o qrpt.o lq.o ptlq.o svd.o householder.o householdercomplex.o hessenberg.o hesstri.o cholesky.o choleskyc.o symmtd.o hermtd.o bidiag.o balance.o balancemat.o | |
libtool: link: ranlib .libs/libgsllinalg.a | |
libtool: link: ( cd ".libs" && rm -f "libgsllinalg.la" && ln -s "../libgsllinalg.la" "libgsllinalg.la" ) | |
Making all in eigen | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT jacobi.lo -MD -MP -MF .deps/jacobi.Tpo -c jacobi.c -fPIC -DPIC -o jacobi.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT symm.lo -MD -MP -MF .deps/symm.Tpo -c symm.c -fPIC -DPIC -o symm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT symmv.lo -MD -MP -MF .deps/symmv.Tpo -c symmv.c -fPIC -DPIC -o symmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT nonsymm.lo -MD -MP -MF .deps/nonsymm.Tpo -c nonsymm.c -fPIC -DPIC -o nonsymm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT nonsymmv.lo -MD -MP -MF .deps/nonsymmv.Tpo -c nonsymmv.c -fPIC -DPIC -o nonsymmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT herm.lo -MD -MP -MF .deps/herm.Tpo -c herm.c -fPIC -DPIC -o herm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hermv.lo -MD -MP -MF .deps/hermv.Tpo -c hermv.c -fPIC -DPIC -o hermv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gensymm.lo -MD -MP -MF .deps/gensymm.Tpo -c gensymm.c -fPIC -DPIC -o gensymm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gensymmv.lo -MD -MP -MF .deps/gensymmv.Tpo -c gensymmv.c -fPIC -DPIC -o gensymmv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT genherm.lo -MD -MP -MF .deps/genherm.Tpo -c genherm.c -fPIC -DPIC -o genherm.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT genhermv.lo -MD -MP -MF .deps/genhermv.Tpo -c genhermv.c -fPIC -DPIC -o genhermv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gen.lo -MD -MP -MF .deps/gen.Tpo -c gen.c -fPIC -DPIC -o gen.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT genv.lo -MD -MP -MF .deps/genv.Tpo -c genv.c -fPIC -DPIC -o genv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sort.lo -MD -MP -MF .deps/sort.Tpo -c sort.c -fPIC -DPIC -o sort.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT francis.lo -MD -MP -MF .deps/francis.Tpo -c francis.c -fPIC -DPIC -o francis.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT schur.lo -MD -MP -MF .deps/schur.Tpo -c schur.c -fPIC -DPIC -o schur.o | |
libtool: link: ar cru .libs/libgsleigen.a jacobi.o symm.o symmv.o nonsymm.o nonsymmv.o herm.o hermv.o gensymm.o gensymmv.o genherm.o genhermv.o gen.o genv.o sort.o francis.o schur.o | |
libtool: link: ranlib .libs/libgsleigen.a | |
libtool: link: ( cd ".libs" && rm -f "libgsleigen.la" && ln -s "../libgsleigen.la" "libgsleigen.la" ) | |
Making all in specfunc | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT airy.lo -MD -MP -MF .deps/airy.Tpo -c airy.c -fPIC -DPIC -o airy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT airy_der.lo -MD -MP -MF .deps/airy_der.Tpo -c airy_der.c -fPIC -DPIC -o airy_der.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT airy_zero.lo -MD -MP -MF .deps/airy_zero.Tpo -c airy_zero.c -fPIC -DPIC -o airy_zero.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT atanint.lo -MD -MP -MF .deps/atanint.Tpo -c atanint.c -fPIC -DPIC -o atanint.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel.lo -MD -MP -MF .deps/bessel.Tpo -c bessel.c -fPIC -DPIC -o bessel.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_I0.lo -MD -MP -MF .deps/bessel_I0.Tpo -c bessel_I0.c -fPIC -DPIC -o bessel_I0.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_I1.lo -MD -MP -MF .deps/bessel_I1.Tpo -c bessel_I1.c -fPIC -DPIC -o bessel_I1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_In.lo -MD -MP -MF .deps/bessel_In.Tpo -c bessel_In.c -fPIC -DPIC -o bessel_In.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_Inu.lo -MD -MP -MF .deps/bessel_Inu.Tpo -c bessel_Inu.c -fPIC -DPIC -o bessel_Inu.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_J0.lo -MD -MP -MF .deps/bessel_J0.Tpo -c bessel_J0.c -fPIC -DPIC -o bessel_J0.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_J1.lo -MD -MP -MF .deps/bessel_J1.Tpo -c bessel_J1.c -fPIC -DPIC -o bessel_J1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_Jn.lo -MD -MP -MF .deps/bessel_Jn.Tpo -c bessel_Jn.c -fPIC -DPIC -o bessel_Jn.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_Jnu.lo -MD -MP -MF .deps/bessel_Jnu.Tpo -c bessel_Jnu.c -fPIC -DPIC -o bessel_Jnu.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_K0.lo -MD -MP -MF .deps/bessel_K0.Tpo -c bessel_K0.c -fPIC -DPIC -o bessel_K0.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_K1.lo -MD -MP -MF .deps/bessel_K1.Tpo -c bessel_K1.c -fPIC -DPIC -o bessel_K1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_Kn.lo -MD -MP -MF .deps/bessel_Kn.Tpo -c bessel_Kn.c -fPIC -DPIC -o bessel_Kn.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_Knu.lo -MD -MP -MF .deps/bessel_Knu.Tpo -c bessel_Knu.c -fPIC -DPIC -o bessel_Knu.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_Y0.lo -MD -MP -MF .deps/bessel_Y0.Tpo -c bessel_Y0.c -fPIC -DPIC -o bessel_Y0.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_Y1.lo -MD -MP -MF .deps/bessel_Y1.Tpo -c bessel_Y1.c -fPIC -DPIC -o bessel_Y1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_Yn.lo -MD -MP -MF .deps/bessel_Yn.Tpo -c bessel_Yn.c -fPIC -DPIC -o bessel_Yn.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_Ynu.lo -MD -MP -MF .deps/bessel_Ynu.Tpo -c bessel_Ynu.c -fPIC -DPIC -o bessel_Ynu.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_amp_phase.lo -MD -MP -MF .deps/bessel_amp_phase.Tpo -c bessel_amp_phase.c -fPIC -DPIC -o bessel_amp_phase.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_i.lo -MD -MP -MF .deps/bessel_i.Tpo -c bessel_i.c -fPIC -DPIC -o bessel_i.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_j.lo -MD -MP -MF .deps/bessel_j.Tpo -c bessel_j.c -fPIC -DPIC -o bessel_j.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_k.lo -MD -MP -MF .deps/bessel_k.Tpo -c bessel_k.c -fPIC -DPIC -o bessel_k.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_olver.lo -MD -MP -MF .deps/bessel_olver.Tpo -c bessel_olver.c -fPIC -DPIC -o bessel_olver.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_temme.lo -MD -MP -MF .deps/bessel_temme.Tpo -c bessel_temme.c -fPIC -DPIC -o bessel_temme.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_y.lo -MD -MP -MF .deps/bessel_y.Tpo -c bessel_y.c -fPIC -DPIC -o bessel_y.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_zero.lo -MD -MP -MF .deps/bessel_zero.Tpo -c bessel_zero.c -fPIC -DPIC -o bessel_zero.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bessel_sequence.lo -MD -MP -MF .deps/bessel_sequence.Tpo -c bessel_sequence.c -fPIC -DPIC -o bessel_sequence.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT beta.lo -MD -MP -MF .deps/beta.Tpo -c beta.c -fPIC -DPIC -o beta.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT beta_inc.lo -MD -MP -MF .deps/beta_inc.Tpo -c beta_inc.c -fPIC -DPIC -o beta_inc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT clausen.lo -MD -MP -MF .deps/clausen.Tpo -c clausen.c -fPIC -DPIC -o clausen.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT coulomb.lo -MD -MP -MF .deps/coulomb.Tpo -c coulomb.c -fPIC -DPIC -o coulomb.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT coupling.lo -MD -MP -MF .deps/coupling.Tpo -c coupling.c -fPIC -DPIC -o coupling.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT coulomb_bound.lo -MD -MP -MF .deps/coulomb_bound.Tpo -c coulomb_bound.c -fPIC -DPIC -o coulomb_bound.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dawson.lo -MD -MP -MF .deps/dawson.Tpo -c dawson.c -fPIC -DPIC -o dawson.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT debye.lo -MD -MP -MF .deps/debye.Tpo -c debye.c -fPIC -DPIC -o debye.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dilog.lo -MD -MP -MF .deps/dilog.Tpo -c dilog.c -fPIC -DPIC -o dilog.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT elementary.lo -MD -MP -MF .deps/elementary.Tpo -c elementary.c -fPIC -DPIC -o elementary.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ellint.lo -MD -MP -MF .deps/ellint.Tpo -c ellint.c -fPIC -DPIC -o ellint.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT elljac.lo -MD -MP -MF .deps/elljac.Tpo -c elljac.c -fPIC -DPIC -o elljac.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT erfc.lo -MD -MP -MF .deps/erfc.Tpo -c erfc.c -fPIC -DPIC -o erfc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c exp.c -fPIC -DPIC -o exp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT expint.lo -MD -MP -MF .deps/expint.Tpo -c expint.c -fPIC -DPIC -o expint.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT expint3.lo -MD -MP -MF .deps/expint3.Tpo -c expint3.c -fPIC -DPIC -o expint3.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fermi_dirac.lo -MD -MP -MF .deps/fermi_dirac.Tpo -c fermi_dirac.c -fPIC -DPIC -o fermi_dirac.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gegenbauer.lo -MD -MP -MF .deps/gegenbauer.Tpo -c gegenbauer.c -fPIC -DPIC -o gegenbauer.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c gamma.c -fPIC -DPIC -o gamma.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gamma_inc.lo -MD -MP -MF .deps/gamma_inc.Tpo -c gamma_inc.c -fPIC -DPIC -o gamma_inc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hyperg_0F1.lo -MD -MP -MF .deps/hyperg_0F1.Tpo -c hyperg_0F1.c -fPIC -DPIC -o hyperg_0F1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hyperg_2F0.lo -MD -MP -MF .deps/hyperg_2F0.Tpo -c hyperg_2F0.c -fPIC -DPIC -o hyperg_2F0.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hyperg_1F1.lo -MD -MP -MF .deps/hyperg_1F1.Tpo -c hyperg_1F1.c -fPIC -DPIC -o hyperg_1F1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hyperg_2F1.lo -MD -MP -MF .deps/hyperg_2F1.Tpo -c hyperg_2F1.c -fPIC -DPIC -o hyperg_2F1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hyperg_U.lo -MD -MP -MF .deps/hyperg_U.Tpo -c hyperg_U.c -fPIC -DPIC -o hyperg_U.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hyperg.lo -MD -MP -MF .deps/hyperg.Tpo -c hyperg.c -fPIC -DPIC -o hyperg.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT laguerre.lo -MD -MP -MF .deps/laguerre.Tpo -c laguerre.c -fPIC -DPIC -o laguerre.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT lambert.lo -MD -MP -MF .deps/lambert.Tpo -c lambert.c -fPIC -DPIC -o lambert.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT legendre_H3d.lo -MD -MP -MF .deps/legendre_H3d.Tpo -c legendre_H3d.c -fPIC -DPIC -o legendre_H3d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT legendre_Qn.lo -MD -MP -MF .deps/legendre_Qn.Tpo -c legendre_Qn.c -fPIC -DPIC -o legendre_Qn.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT legendre_con.lo -MD -MP -MF .deps/legendre_con.Tpo -c legendre_con.c -fPIC -DPIC -o legendre_con.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT legendre_poly.lo -MD -MP -MF .deps/legendre_poly.Tpo -c legendre_poly.c -fPIC -DPIC -o legendre_poly.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -fPIC -DPIC -o log.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT mathieu_angfunc.lo -MD -MP -MF .deps/mathieu_angfunc.Tpo -c mathieu_angfunc.c -fPIC -DPIC -o mathieu_angfunc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT mathieu_charv.lo -MD -MP -MF .deps/mathieu_charv.Tpo -c mathieu_charv.c -fPIC -DPIC -o mathieu_charv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT mathieu_coeff.lo -MD -MP -MF .deps/mathieu_coeff.Tpo -c mathieu_coeff.c -fPIC -DPIC -o mathieu_coeff.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT mathieu_radfunc.lo -MD -MP -MF .deps/mathieu_radfunc.Tpo -c mathieu_radfunc.c -fPIC -DPIC -o mathieu_radfunc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT mathieu_workspace.lo -MD -MP -MF .deps/mathieu_workspace.Tpo -c mathieu_workspace.c -fPIC -DPIC -o mathieu_workspace.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT poch.lo -MD -MP -MF .deps/poch.Tpo -c poch.c -fPIC -DPIC -o poch.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT pow_int.lo -MD -MP -MF .deps/pow_int.Tpo -c pow_int.c -fPIC -DPIC -o pow_int.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT psi.lo -MD -MP -MF .deps/psi.Tpo -c psi.c -fPIC -DPIC -o psi.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT result.lo -MD -MP -MF .deps/result.Tpo -c result.c -fPIC -DPIC -o result.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT shint.lo -MD -MP -MF .deps/shint.Tpo -c shint.c -fPIC -DPIC -o shint.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sinint.lo -MD -MP -MF .deps/sinint.Tpo -c sinint.c -fPIC -DPIC -o sinint.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT synchrotron.lo -MD -MP -MF .deps/synchrotron.Tpo -c synchrotron.c -fPIC -DPIC -o synchrotron.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT transport.lo -MD -MP -MF .deps/transport.Tpo -c transport.c -fPIC -DPIC -o transport.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c -fPIC -DPIC -o trig.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zeta.lo -MD -MP -MF .deps/zeta.Tpo -c zeta.c -fPIC -DPIC -o zeta.o | |
libtool: link: ar cru .libs/libgslspecfunc.a airy.o airy_der.o airy_zero.o atanint.o bessel.o bessel_I0.o bessel_I1.o bessel_In.o bessel_Inu.o bessel_J0.o bessel_J1.o bessel_Jn.o bessel_Jnu.o bessel_K0.o bessel_K1.o bessel_Kn.o bessel_Knu.o bessel_Y0.o bessel_Y1.o bessel_Yn.o bessel_Ynu.o bessel_amp_phase.o bessel_i.o bessel_j.o bessel_k.o bessel_olver.o bessel_temme.o bessel_y.o bessel_zero.o bessel_sequence.o beta.o beta_inc.o clausen.o coulomb.o coupling.o coulomb_bound.o dawson.o debye.o dilog.o elementary.o ellint.o elljac.o erfc.o exp.o expint.o expint3.o fermi_dirac.o gegenbauer.o gamma.o gamma_inc.o hyperg_0F1.o hyperg_2F0.o hyperg_1F1.o hyperg_2F1.o hyperg_U.o hyperg.o laguerre.o lambert.o legendre_H3d.o legendre_Qn.o legendre_con.o legendre_poly.o log.o mathieu_angfunc.o mathieu_charv.o mathieu_coeff.o mathieu_radfunc.o mathieu_workspace.o poch.o pow_int.o psi.o result.o shint.o sinint.o synchrotron.o transport.o trig.o zeta.o | |
libtool: link: ranlib .libs/libgslspecfunc.a | |
libtool: link: ( cd ".libs" && rm -f "libgslspecfunc.la" && ln -s "../libgslspecfunc.la" "libgslspecfunc.la" ) | |
Making all in dht | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dht.lo -MD -MP -MF .deps/dht.Tpo -c dht.c -fPIC -DPIC -o dht.o | |
libtool: link: ar cru .libs/libgsldht.a dht.o | |
libtool: link: ranlib .libs/libgsldht.a | |
libtool: link: ( cd ".libs" && rm -f "libgsldht.la" && ln -s "../libgsldht.la" "libgsldht.la" ) | |
Making all in qrng | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qrng.lo -MD -MP -MF .deps/qrng.Tpo -c qrng.c -fPIC -DPIC -o qrng.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT niederreiter-2.lo -MD -MP -MF .deps/niederreiter-2.Tpo -c niederreiter-2.c -fPIC -DPIC -o niederreiter-2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sobol.lo -MD -MP -MF .deps/sobol.Tpo -c sobol.c -fPIC -DPIC -o sobol.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT halton.lo -MD -MP -MF .deps/halton.Tpo -c halton.c -fPIC -DPIC -o halton.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT reversehalton.lo -MD -MP -MF .deps/reversehalton.Tpo -c reversehalton.c -fPIC -DPIC -o reversehalton.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT inline.lo -MD -MP -MF .deps/inline.Tpo -c inline.c -fPIC -DPIC -o inline.o | |
libtool: link: ar cru .libs/libgslqrng.a qrng.o niederreiter-2.o sobol.o halton.o reversehalton.o inline.o | |
libtool: link: ranlib .libs/libgslqrng.a | |
libtool: link: ( cd ".libs" && rm -f "libgslqrng.la" && ln -s "../libgslqrng.la" "libgslqrng.la" ) | |
Making all in rng | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT borosh13.lo -MD -MP -MF .deps/borosh13.Tpo -c borosh13.c -fPIC -DPIC -o borosh13.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cmrg.lo -MD -MP -MF .deps/cmrg.Tpo -c cmrg.c -fPIC -DPIC -o cmrg.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT coveyou.lo -MD -MP -MF .deps/coveyou.Tpo -c coveyou.c -fPIC -DPIC -o coveyou.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT default.lo -MD -MP -MF .deps/default.Tpo -c default.c -fPIC -DPIC -o default.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o file.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fishman18.lo -MD -MP -MF .deps/fishman18.Tpo -c fishman18.c -fPIC -DPIC -o fishman18.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fishman20.lo -MD -MP -MF .deps/fishman20.Tpo -c fishman20.c -fPIC -DPIC -o fishman20.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fishman2x.lo -MD -MP -MF .deps/fishman2x.Tpo -c fishman2x.c -fPIC -DPIC -o fishman2x.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gfsr4.lo -MD -MP -MF .deps/gfsr4.Tpo -c gfsr4.c -fPIC -DPIC -o gfsr4.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT knuthran2.lo -MD -MP -MF .deps/knuthran2.Tpo -c knuthran2.c -fPIC -DPIC -o knuthran2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT knuthran.lo -MD -MP -MF .deps/knuthran.Tpo -c knuthran.c -fPIC -DPIC -o knuthran.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT knuthran2002.lo -MD -MP -MF .deps/knuthran2002.Tpo -c knuthran2002.c -fPIC -DPIC -o knuthran2002.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT lecuyer21.lo -MD -MP -MF .deps/lecuyer21.Tpo -c lecuyer21.c -fPIC -DPIC -o lecuyer21.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT minstd.lo -MD -MP -MF .deps/minstd.Tpo -c minstd.c -fPIC -DPIC -o minstd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT mrg.lo -MD -MP -MF .deps/mrg.Tpo -c mrg.c -fPIC -DPIC -o mrg.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT mt.lo -MD -MP -MF .deps/mt.Tpo -c mt.c -fPIC -DPIC -o mt.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT r250.lo -MD -MP -MF .deps/r250.Tpo -c r250.c -fPIC -DPIC -o r250.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ran0.lo -MD -MP -MF .deps/ran0.Tpo -c ran0.c -fPIC -DPIC -o ran0.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ran1.lo -MD -MP -MF .deps/ran1.Tpo -c ran1.c -fPIC -DPIC -o ran1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ran2.lo -MD -MP -MF .deps/ran2.Tpo -c ran2.c -fPIC -DPIC -o ran2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ran3.lo -MD -MP -MF .deps/ran3.Tpo -c ran3.c -fPIC -DPIC -o ran3.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rand48.lo -MD -MP -MF .deps/rand48.Tpo -c rand48.c -fPIC -DPIC -o rand48.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c rand.c -fPIC -DPIC -o rand.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c -fPIC -DPIC -o random.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT randu.lo -MD -MP -MF .deps/randu.Tpo -c randu.c -fPIC -DPIC -o randu.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ranf.lo -MD -MP -MF .deps/ranf.Tpo -c ranf.c -fPIC -DPIC -o ranf.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ranlux.lo -MD -MP -MF .deps/ranlux.Tpo -c ranlux.c -fPIC -DPIC -o ranlux.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ranlxd.lo -MD -MP -MF .deps/ranlxd.Tpo -c ranlxd.c -fPIC -DPIC -o ranlxd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ranlxs.lo -MD -MP -MF .deps/ranlxs.Tpo -c ranlxs.c -fPIC -DPIC -o ranlxs.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ranmar.lo -MD -MP -MF .deps/ranmar.Tpo -c ranmar.c -fPIC -DPIC -o ranmar.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rng.lo -MD -MP -MF .deps/rng.Tpo -c rng.c -fPIC -DPIC -o rng.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT slatec.lo -MD -MP -MF .deps/slatec.Tpo -c slatec.c -fPIC -DPIC -o slatec.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT taus.lo -MD -MP -MF .deps/taus.Tpo -c taus.c -fPIC -DPIC -o taus.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT taus113.lo -MD -MP -MF .deps/taus113.Tpo -c taus113.c -fPIC -DPIC -o taus113.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT transputer.lo -MD -MP -MF .deps/transputer.Tpo -c transputer.c -fPIC -DPIC -o transputer.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT tt.lo -MD -MP -MF .deps/tt.Tpo -c tt.c -fPIC -DPIC -o tt.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT types.lo -MD -MP -MF .deps/types.Tpo -c types.c -fPIC -DPIC -o types.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT uni32.lo -MD -MP -MF .deps/uni32.Tpo -c uni32.c -fPIC -DPIC -o uni32.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT uni.lo -MD -MP -MF .deps/uni.Tpo -c uni.c -fPIC -DPIC -o uni.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT vax.lo -MD -MP -MF .deps/vax.Tpo -c vax.c -fPIC -DPIC -o vax.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT waterman14.lo -MD -MP -MF .deps/waterman14.Tpo -c waterman14.c -fPIC -DPIC -o waterman14.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zuf.lo -MD -MP -MF .deps/zuf.Tpo -c zuf.c -fPIC -DPIC -o zuf.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT inline.lo -MD -MP -MF .deps/inline.Tpo -c inline.c -fPIC -DPIC -o inline.o | |
libtool: link: ar cru .libs/libgslrng.a borosh13.o cmrg.o coveyou.o default.o file.o fishman18.o fishman20.o fishman2x.o gfsr4.o knuthran2.o knuthran.o knuthran2002.o lecuyer21.o minstd.o mrg.o mt.o r250.o ran0.o ran1.o ran2.o ran3.o rand48.o rand.o random.o randu.o ranf.o ranlux.o ranlxd.o ranlxs.o ranmar.o rng.o slatec.o taus.o taus113.o transputer.o tt.o types.o uni32.o uni.o vax.o waterman14.o zuf.o inline.o | |
libtool: link: ranlib .libs/libgslrng.a | |
libtool: link: ( cd ".libs" && rm -f "libgslrng.la" && ln -s "../libgslrng.la" "libgslrng.la" ) | |
Making all in randist | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bernoulli.lo -MD -MP -MF .deps/bernoulli.Tpo -c bernoulli.c -fPIC -DPIC -o bernoulli.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT beta.lo -MD -MP -MF .deps/beta.Tpo -c beta.c -fPIC -DPIC -o beta.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bigauss.lo -MD -MP -MF .deps/bigauss.Tpo -c bigauss.c -fPIC -DPIC -o bigauss.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT binomial.lo -MD -MP -MF .deps/binomial.Tpo -c binomial.c -fPIC -DPIC -o binomial.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cauchy.lo -MD -MP -MF .deps/cauchy.Tpo -c cauchy.c -fPIC -DPIC -o cauchy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT chisq.lo -MD -MP -MF .deps/chisq.Tpo -c chisq.c -fPIC -DPIC -o chisq.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dirichlet.lo -MD -MP -MF .deps/dirichlet.Tpo -c dirichlet.c -fPIC -DPIC -o dirichlet.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT discrete.lo -MD -MP -MF .deps/discrete.Tpo -c discrete.c -fPIC -DPIC -o discrete.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT erlang.lo -MD -MP -MF .deps/erlang.Tpo -c erlang.c -fPIC -DPIC -o erlang.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT exponential.lo -MD -MP -MF .deps/exponential.Tpo -c exponential.c -fPIC -DPIC -o exponential.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT exppow.lo -MD -MP -MF .deps/exppow.Tpo -c exppow.c -fPIC -DPIC -o exppow.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fdist.lo -MD -MP -MF .deps/fdist.Tpo -c fdist.c -fPIC -DPIC -o fdist.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT flat.lo -MD -MP -MF .deps/flat.Tpo -c flat.c -fPIC -DPIC -o flat.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c gamma.c -fPIC -DPIC -o gamma.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gauss.lo -MD -MP -MF .deps/gauss.Tpo -c gauss.c -fPIC -DPIC -o gauss.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gausszig.lo -MD -MP -MF .deps/gausszig.Tpo -c gausszig.c -fPIC -DPIC -o gausszig.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gausstail.lo -MD -MP -MF .deps/gausstail.Tpo -c gausstail.c -fPIC -DPIC -o gausstail.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT geometric.lo -MD -MP -MF .deps/geometric.Tpo -c geometric.c -fPIC -DPIC -o geometric.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gumbel.lo -MD -MP -MF .deps/gumbel.Tpo -c gumbel.c -fPIC -DPIC -o gumbel.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hyperg.lo -MD -MP -MF .deps/hyperg.Tpo -c hyperg.c -fPIC -DPIC -o hyperg.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT laplace.lo -MD -MP -MF .deps/laplace.Tpo -c laplace.c -fPIC -DPIC -o laplace.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT levy.lo -MD -MP -MF .deps/levy.Tpo -c levy.c -fPIC -DPIC -o levy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT logarithmic.lo -MD -MP -MF .deps/logarithmic.Tpo -c logarithmic.c -fPIC -DPIC -o logarithmic.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT logistic.lo -MD -MP -MF .deps/logistic.Tpo -c logistic.c -fPIC -DPIC -o logistic.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT lognormal.lo -MD -MP -MF .deps/lognormal.Tpo -c lognormal.c -fPIC -DPIC -o lognormal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT multinomial.lo -MD -MP -MF .deps/multinomial.Tpo -c multinomial.c -fPIC -DPIC -o multinomial.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT nbinomial.lo -MD -MP -MF .deps/nbinomial.Tpo -c nbinomial.c -fPIC -DPIC -o nbinomial.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT pareto.lo -MD -MP -MF .deps/pareto.Tpo -c pareto.c -fPIC -DPIC -o pareto.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT pascal.lo -MD -MP -MF .deps/pascal.Tpo -c pascal.c -fPIC -DPIC -o pascal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT poisson.lo -MD -MP -MF .deps/poisson.Tpo -c poisson.c -fPIC -DPIC -o poisson.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rayleigh.lo -MD -MP -MF .deps/rayleigh.Tpo -c rayleigh.c -fPIC -DPIC -o rayleigh.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT shuffle.lo -MD -MP -MF .deps/shuffle.Tpo -c shuffle.c -fPIC -DPIC -o shuffle.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT sphere.lo -MD -MP -MF .deps/sphere.Tpo -c sphere.c -fPIC -DPIC -o sphere.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT tdist.lo -MD -MP -MF .deps/tdist.Tpo -c tdist.c -fPIC -DPIC -o tdist.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT weibull.lo -MD -MP -MF .deps/weibull.Tpo -c weibull.c -fPIC -DPIC -o weibull.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT landau.lo -MD -MP -MF .deps/landau.Tpo -c landau.c -fPIC -DPIC -o landau.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT binomial_tpe.lo -MD -MP -MF .deps/binomial_tpe.Tpo -c binomial_tpe.c -fPIC -DPIC -o binomial_tpe.o | |
libtool: link: ar cru .libs/libgslrandist.a bernoulli.o beta.o bigauss.o binomial.o cauchy.o chisq.o dirichlet.o discrete.o erlang.o exponential.o exppow.o fdist.o flat.o gamma.o gauss.o gausszig.o gausstail.o geometric.o gumbel.o hyperg.o laplace.o levy.o logarithmic.o logistic.o lognormal.o multinomial.o nbinomial.o pareto.o pascal.o poisson.o rayleigh.o shuffle.o sphere.o tdist.o weibull.o landau.o binomial_tpe.o | |
libtool: link: ranlib .libs/libgslrandist.a | |
libtool: link: ( cd ".libs" && rm -f "libgslrandist.la" && ln -s "../libgslrandist.la" "libgslrandist.la" ) | |
Making all in fft | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dft.lo -MD -MP -MF .deps/dft.Tpo -c dft.c -fPIC -DPIC -o dft.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -fPIC -DPIC -o fft.o | |
libtool: link: ar cru .libs/libgslfft.a dft.o fft.o | |
libtool: link: ranlib .libs/libgslfft.a | |
libtool: link: ( cd ".libs" && rm -f "libgslfft.la" && ln -s "../libgslfft.la" "libgslfft.la" ) | |
Making all in poly | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dd.lo -MD -MP -MF .deps/dd.Tpo -c dd.c -fPIC -DPIC -o dd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT eval.lo -MD -MP -MF .deps/eval.Tpo -c eval.c -fPIC -DPIC -o eval.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT solve_quadratic.lo -MD -MP -MF .deps/solve_quadratic.Tpo -c solve_quadratic.c -fPIC -DPIC -o solve_quadratic.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT solve_cubic.lo -MD -MP -MF .deps/solve_cubic.Tpo -c solve_cubic.c -fPIC -DPIC -o solve_cubic.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zsolve_quadratic.lo -MD -MP -MF .deps/zsolve_quadratic.Tpo -c zsolve_quadratic.c -fPIC -DPIC -o zsolve_quadratic.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zsolve_cubic.lo -MD -MP -MF .deps/zsolve_cubic.Tpo -c zsolve_cubic.c -fPIC -DPIC -o zsolve_cubic.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zsolve.lo -MD -MP -MF .deps/zsolve.Tpo -c zsolve.c -fPIC -DPIC -o zsolve.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT zsolve_init.lo -MD -MP -MF .deps/zsolve_init.Tpo -c zsolve_init.c -fPIC -DPIC -o zsolve_init.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT deriv.lo -MD -MP -MF .deps/deriv.Tpo -c deriv.c -fPIC -DPIC -o deriv.o | |
libtool: link: ar cru .libs/libgslpoly.a dd.o eval.o solve_quadratic.o solve_cubic.o zsolve_quadratic.o zsolve_cubic.o zsolve.o zsolve_init.o deriv.o | |
libtool: link: ranlib .libs/libgslpoly.a | |
libtool: link: ( cd ".libs" && rm -f "libgslpoly.la" && ln -s "../libgslpoly.la" "libgslpoly.la" ) | |
Making all in fit | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT linear.lo -MD -MP -MF .deps/linear.Tpo -c linear.c -fPIC -DPIC -o linear.o | |
libtool: link: ar cru .libs/libgslfit.a linear.o | |
libtool: link: ranlib .libs/libgslfit.a | |
libtool: link: ( cd ".libs" && rm -f "libgslfit.la" && ln -s "../libgslfit.la" "libgslfit.la" ) | |
Making all in multifit | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT multilinear.lo -MD -MP -MF .deps/multilinear.Tpo -c multilinear.c -fPIC -DPIC -o multilinear.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT work.lo -MD -MP -MF .deps/work.Tpo -c work.c -fPIC -DPIC -o work.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT lmder.lo -MD -MP -MF .deps/lmder.Tpo -c lmder.c -fPIC -DPIC -o lmder.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fsolver.lo -MD -MP -MF .deps/fsolver.Tpo -c fsolver.c -fPIC -DPIC -o fsolver.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fdfsolver.lo -MD -MP -MF .deps/fdfsolver.Tpo -c fdfsolver.c -fPIC -DPIC -o fdfsolver.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fdjac.lo -MD -MP -MF .deps/fdjac.Tpo -c fdjac.c -fPIC -DPIC -o fdjac.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT convergence.lo -MD -MP -MF .deps/convergence.Tpo -c convergence.c -fPIC -DPIC -o convergence.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gradient.lo -MD -MP -MF .deps/gradient.Tpo -c gradient.c -fPIC -DPIC -o gradient.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT covar.lo -MD -MP -MF .deps/covar.Tpo -c covar.c -fPIC -DPIC -o covar.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT multirobust.lo -MD -MP -MF .deps/multirobust.Tpo -c multirobust.c -fPIC -DPIC -o multirobust.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT robust_wfun.lo -MD -MP -MF .deps/robust_wfun.Tpo -c robust_wfun.c -fPIC -DPIC -o robust_wfun.o | |
libtool: link: ar cru .libs/libgslmultifit.a multilinear.o work.o lmder.o fsolver.o fdfsolver.o fdjac.o convergence.o gradient.o covar.o multirobust.o robust_wfun.o | |
libtool: link: ranlib .libs/libgslmultifit.a | |
libtool: link: ( cd ".libs" && rm -f "libgslmultifit.la" && ln -s "../libgslmultifit.la" "libgslmultifit.la" ) | |
Making all in statistics | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT mean.lo -MD -MP -MF .deps/mean.Tpo -c mean.c -fPIC -DPIC -o mean.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT variance.lo -MD -MP -MF .deps/variance.Tpo -c variance.c -fPIC -DPIC -o variance.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT absdev.lo -MD -MP -MF .deps/absdev.Tpo -c absdev.c -fPIC -DPIC -o absdev.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT skew.lo -MD -MP -MF .deps/skew.Tpo -c skew.c -fPIC -DPIC -o skew.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT kurtosis.lo -MD -MP -MF .deps/kurtosis.Tpo -c kurtosis.c -fPIC -DPIC -o kurtosis.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT lag1.lo -MD -MP -MF .deps/lag1.Tpo -c lag1.c -fPIC -DPIC -o lag1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT p_variance.lo -MD -MP -MF .deps/p_variance.Tpo -c p_variance.c -fPIC -DPIC -o p_variance.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -fPIC -DPIC -o minmax.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ttest.lo -MD -MP -MF .deps/ttest.Tpo -c ttest.c -fPIC -DPIC -o ttest.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT median.lo -MD -MP -MF .deps/median.Tpo -c median.c -fPIC -DPIC -o median.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT covariance.lo -MD -MP -MF .deps/covariance.Tpo -c covariance.c -fPIC -DPIC -o covariance.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT quantiles.lo -MD -MP -MF .deps/quantiles.Tpo -c quantiles.c -fPIC -DPIC -o quantiles.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT wmean.lo -MD -MP -MF .deps/wmean.Tpo -c wmean.c -fPIC -DPIC -o wmean.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT wvariance.lo -MD -MP -MF .deps/wvariance.Tpo -c wvariance.c -fPIC -DPIC -o wvariance.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT wabsdev.lo -MD -MP -MF .deps/wabsdev.Tpo -c wabsdev.c -fPIC -DPIC -o wabsdev.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT wskew.lo -MD -MP -MF .deps/wskew.Tpo -c wskew.c -fPIC -DPIC -o wskew.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT wkurtosis.lo -MD -MP -MF .deps/wkurtosis.Tpo -c wkurtosis.c -fPIC -DPIC -o wkurtosis.o | |
libtool: link: ar cru .libs/libgslstatistics.a mean.o variance.o absdev.o skew.o kurtosis.o lag1.o p_variance.o minmax.o ttest.o median.o covariance.o quantiles.o wmean.o wvariance.o wabsdev.o wskew.o wkurtosis.o | |
libtool: link: ranlib .libs/libgslstatistics.a | |
libtool: link: ( cd ".libs" && rm -f "libgslstatistics.la" && ln -s "../libgslstatistics.la" "libgslstatistics.la" ) | |
Making all in siman | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT siman.lo -MD -MP -MF .deps/siman.Tpo -c siman.c -fPIC -DPIC -o siman.o | |
libtool: link: ar cru .libs/libgslsiman.a siman.o | |
libtool: link: ranlib .libs/libgslsiman.a | |
libtool: link: ( cd ".libs" && rm -f "libgslsiman.la" && ln -s "../libgslsiman.la" "libgslsiman.la" ) | |
libtool: link: /usr/bin/cc -O3 -DNDEBUG -o siman_tsp siman_tsp.o -L/home/surchs/Code/minc-toolkit/build/external//usr/local/lib ./.libs/libgslsiman.a ../rng/.libs/libgslrng.a ../ieee-utils/.libs/libgslieeeutils.a ../err/.libs/libgslerr.a ../sys/.libs/libgslsys.a ../utils/.libs/libutils.a -lm | |
Making all in sum | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT levin_u.lo -MD -MP -MF .deps/levin_u.Tpo -c levin_u.c -fPIC -DPIC -o levin_u.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT levin_utrunc.lo -MD -MP -MF .deps/levin_utrunc.Tpo -c levin_utrunc.c -fPIC -DPIC -o levin_utrunc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT work_u.lo -MD -MP -MF .deps/work_u.Tpo -c work_u.c -fPIC -DPIC -o work_u.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT work_utrunc.lo -MD -MP -MF .deps/work_utrunc.Tpo -c work_utrunc.c -fPIC -DPIC -o work_utrunc.o | |
libtool: link: ar cru .libs/libgslsum.a levin_u.o levin_utrunc.o work_u.o work_utrunc.o | |
libtool: link: ranlib .libs/libgslsum.a | |
libtool: link: ( cd ".libs" && rm -f "libgslsum.la" && ln -s "../libgslsum.la" "libgslsum.la" ) | |
Making all in integration | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qk15.lo -MD -MP -MF .deps/qk15.Tpo -c qk15.c -fPIC -DPIC -o qk15.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qk21.lo -MD -MP -MF .deps/qk21.Tpo -c qk21.c -fPIC -DPIC -o qk21.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qk31.lo -MD -MP -MF .deps/qk31.Tpo -c qk31.c -fPIC -DPIC -o qk31.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qk41.lo -MD -MP -MF .deps/qk41.Tpo -c qk41.c -fPIC -DPIC -o qk41.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qk51.lo -MD -MP -MF .deps/qk51.Tpo -c qk51.c -fPIC -DPIC -o qk51.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qk61.lo -MD -MP -MF .deps/qk61.Tpo -c qk61.c -fPIC -DPIC -o qk61.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qk.lo -MD -MP -MF .deps/qk.Tpo -c qk.c -fPIC -DPIC -o qk.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qng.lo -MD -MP -MF .deps/qng.Tpo -c qng.c -fPIC -DPIC -o qng.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qag.lo -MD -MP -MF .deps/qag.Tpo -c qag.c -fPIC -DPIC -o qag.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qags.lo -MD -MP -MF .deps/qags.Tpo -c qags.c -fPIC -DPIC -o qags.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qagp.lo -MD -MP -MF .deps/qagp.Tpo -c qagp.c -fPIC -DPIC -o qagp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT workspace.lo -MD -MP -MF .deps/workspace.Tpo -c workspace.c -fPIC -DPIC -o workspace.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qcheb.lo -MD -MP -MF .deps/qcheb.Tpo -c qcheb.c -fPIC -DPIC -o qcheb.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qawc.lo -MD -MP -MF .deps/qawc.Tpo -c qawc.c -fPIC -DPIC -o qawc.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qmomo.lo -MD -MP -MF .deps/qmomo.Tpo -c qmomo.c -fPIC -DPIC -o qmomo.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qaws.lo -MD -MP -MF .deps/qaws.Tpo -c qaws.c -fPIC -DPIC -o qaws.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qmomof.lo -MD -MP -MF .deps/qmomof.Tpo -c qmomof.c -fPIC -DPIC -o qmomof.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qawo.lo -MD -MP -MF .deps/qawo.Tpo -c qawo.c -fPIC -DPIC -o qawo.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT qawf.lo -MD -MP -MF .deps/qawf.Tpo -c qawf.c -fPIC -DPIC -o qawf.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT glfixed.lo -MD -MP -MF .deps/glfixed.Tpo -c glfixed.c -fPIC -DPIC -o glfixed.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cquad.lo -MD -MP -MF .deps/cquad.Tpo -c cquad.c -fPIC -DPIC -o cquad.o | |
libtool: link: ar cru .libs/libgslintegration.a qk15.o qk21.o qk31.o qk41.o qk51.o qk61.o qk.o qng.o qag.o qags.o qagp.o workspace.o qcheb.o qawc.o qmomo.o qaws.o qmomof.o qawo.o qawf.o glfixed.o cquad.o | |
libtool: link: ranlib .libs/libgslintegration.a | |
libtool: link: ( cd ".libs" && rm -f "libgslintegration.la" && ln -s "../libgslintegration.la" "libgslintegration.la" ) | |
Making all in interpolation | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT accel.lo -MD -MP -MF .deps/accel.Tpo -c accel.c -fPIC -DPIC -o accel.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT akima.lo -MD -MP -MF .deps/akima.Tpo -c akima.c -fPIC -DPIC -o akima.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cspline.lo -MD -MP -MF .deps/cspline.Tpo -c cspline.c -fPIC -DPIC -o cspline.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c interp.c -fPIC -DPIC -o interp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT linear.lo -MD -MP -MF .deps/linear.Tpo -c linear.c -fPIC -DPIC -o linear.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT spline.lo -MD -MP -MF .deps/spline.Tpo -c spline.c -fPIC -DPIC -o spline.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT poly.lo -MD -MP -MF .deps/poly.Tpo -c poly.c -fPIC -DPIC -o poly.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT inline.lo -MD -MP -MF .deps/inline.Tpo -c inline.c -fPIC -DPIC -o inline.o | |
libtool: link: ar cru .libs/libgslinterpolation.a accel.o akima.o cspline.o interp.o linear.o spline.o poly.o inline.o | |
libtool: link: ranlib .libs/libgslinterpolation.a | |
libtool: link: ( cd ".libs" && rm -f "libgslinterpolation.la" && ln -s "../libgslinterpolation.la" "libgslinterpolation.la" ) | |
Making all in histogram | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT add.lo -MD -MP -MF .deps/add.Tpo -c add.c -fPIC -DPIC -o add.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT get.lo -MD -MP -MF .deps/get.Tpo -c get.c -fPIC -DPIC -o get.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -fPIC -DPIC -o init.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT params.lo -MD -MP -MF .deps/params.Tpo -c params.c -fPIC -DPIC -o params.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT reset.lo -MD -MP -MF .deps/reset.Tpo -c reset.c -fPIC -DPIC -o reset.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o file.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT pdf.lo -MD -MP -MF .deps/pdf.Tpo -c pdf.c -fPIC -DPIC -o pdf.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT add2d.lo -MD -MP -MF .deps/add2d.Tpo -c add2d.c -fPIC -DPIC -o add2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT get2d.lo -MD -MP -MF .deps/get2d.Tpo -c get2d.c -fPIC -DPIC -o get2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT init2d.lo -MD -MP -MF .deps/init2d.Tpo -c init2d.c -fPIC -DPIC -o init2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT params2d.lo -MD -MP -MF .deps/params2d.Tpo -c params2d.c -fPIC -DPIC -o params2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT reset2d.lo -MD -MP -MF .deps/reset2d.Tpo -c reset2d.c -fPIC -DPIC -o reset2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT file2d.lo -MD -MP -MF .deps/file2d.Tpo -c file2d.c -fPIC -DPIC -o file2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT pdf2d.lo -MD -MP -MF .deps/pdf2d.Tpo -c pdf2d.c -fPIC -DPIC -o pdf2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT calloc_range.lo -MD -MP -MF .deps/calloc_range.Tpo -c calloc_range.c -fPIC -DPIC -o calloc_range.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT calloc_range2d.lo -MD -MP -MF .deps/calloc_range2d.Tpo -c calloc_range2d.c -fPIC -DPIC -o calloc_range2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT copy.lo -MD -MP -MF .deps/copy.Tpo -c copy.c -fPIC -DPIC -o copy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT copy2d.lo -MD -MP -MF .deps/copy2d.Tpo -c copy2d.c -fPIC -DPIC -o copy2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT maxval.lo -MD -MP -MF .deps/maxval.Tpo -c maxval.c -fPIC -DPIC -o maxval.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT maxval2d.lo -MD -MP -MF .deps/maxval2d.Tpo -c maxval2d.c -fPIC -DPIC -o maxval2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT oper.lo -MD -MP -MF .deps/oper.Tpo -c oper.c -fPIC -DPIC -o oper.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT oper2d.lo -MD -MP -MF .deps/oper2d.Tpo -c oper2d.c -fPIC -DPIC -o oper2d.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c stat.c -fPIC -DPIC -o stat.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT stat2d.lo -MD -MP -MF .deps/stat2d.Tpo -c stat2d.c -fPIC -DPIC -o stat2d.o | |
libtool: link: ar cru .libs/libgslhistogram.a add.o get.o init.o params.o reset.o file.o pdf.o add2d.o get2d.o init2d.o params2d.o reset2d.o file2d.o pdf2d.o calloc_range.o calloc_range2d.o copy.o copy2d.o maxval.o maxval2d.o oper.o oper2d.o stat.o stat2d.o | |
libtool: link: ranlib .libs/libgslhistogram.a | |
libtool: link: ( cd ".libs" && rm -f "libgslhistogram.la" && ln -s "../libgslhistogram.la" "libgslhistogram.la" ) | |
Making all in ode-initval | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT control.lo -MD -MP -MF .deps/control.Tpo -c control.c -fPIC -DPIC -o control.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cstd.lo -MD -MP -MF .deps/cstd.Tpo -c cstd.c -fPIC -DPIC -o cstd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cscal.lo -MD -MP -MF .deps/cscal.Tpo -c cscal.c -fPIC -DPIC -o cscal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT evolve.lo -MD -MP -MF .deps/evolve.Tpo -c evolve.c -fPIC -DPIC -o evolve.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT step.lo -MD -MP -MF .deps/step.Tpo -c step.c -fPIC -DPIC -o step.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk2.lo -MD -MP -MF .deps/rk2.Tpo -c rk2.c -fPIC -DPIC -o rk2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk2imp.lo -MD -MP -MF .deps/rk2imp.Tpo -c rk2imp.c -fPIC -DPIC -o rk2imp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk2simp.lo -MD -MP -MF .deps/rk2simp.Tpo -c rk2simp.c -fPIC -DPIC -o rk2simp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk4.lo -MD -MP -MF .deps/rk4.Tpo -c rk4.c -fPIC -DPIC -o rk4.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk4imp.lo -MD -MP -MF .deps/rk4imp.Tpo -c rk4imp.c -fPIC -DPIC -o rk4imp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rkf45.lo -MD -MP -MF .deps/rkf45.Tpo -c rkf45.c -fPIC -DPIC -o rkf45.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk8pd.lo -MD -MP -MF .deps/rk8pd.Tpo -c rk8pd.c -fPIC -DPIC -o rk8pd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rkck.lo -MD -MP -MF .deps/rkck.Tpo -c rkck.c -fPIC -DPIC -o rkck.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bsimp.lo -MD -MP -MF .deps/bsimp.Tpo -c bsimp.c -fPIC -DPIC -o bsimp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gear1.lo -MD -MP -MF .deps/gear1.Tpo -c gear1.c -fPIC -DPIC -o gear1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gear2.lo -MD -MP -MF .deps/gear2.Tpo -c gear2.c -fPIC -DPIC -o gear2.o | |
libtool: link: ar cru .libs/libgslodeiv.a control.o cstd.o cscal.o evolve.o step.o rk2.o rk2imp.o rk2simp.o rk4.o rk4imp.o rkf45.o rk8pd.o rkck.o bsimp.o gear1.o gear2.o | |
libtool: link: ranlib .libs/libgslodeiv.a | |
libtool: link: ( cd ".libs" && rm -f "libgslodeiv.la" && ln -s "../libgslodeiv.la" "libgslodeiv.la" ) | |
Making all in ode-initval2 | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT control.lo -MD -MP -MF .deps/control.Tpo -c control.c -fPIC -DPIC -o control.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cstd.lo -MD -MP -MF .deps/cstd.Tpo -c cstd.c -fPIC -DPIC -o cstd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cscal.lo -MD -MP -MF .deps/cscal.Tpo -c cscal.c -fPIC -DPIC -o cscal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT evolve.lo -MD -MP -MF .deps/evolve.Tpo -c evolve.c -fPIC -DPIC -o evolve.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT step.lo -MD -MP -MF .deps/step.Tpo -c step.c -fPIC -DPIC -o step.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk2.lo -MD -MP -MF .deps/rk2.Tpo -c rk2.c -fPIC -DPIC -o rk2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk2imp.lo -MD -MP -MF .deps/rk2imp.Tpo -c rk2imp.c -fPIC -DPIC -o rk2imp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk4.lo -MD -MP -MF .deps/rk4.Tpo -c rk4.c -fPIC -DPIC -o rk4.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk4imp.lo -MD -MP -MF .deps/rk4imp.Tpo -c rk4imp.c -fPIC -DPIC -o rk4imp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rkf45.lo -MD -MP -MF .deps/rkf45.Tpo -c rkf45.c -fPIC -DPIC -o rkf45.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk8pd.lo -MD -MP -MF .deps/rk8pd.Tpo -c rk8pd.c -fPIC -DPIC -o rk8pd.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rkck.lo -MD -MP -MF .deps/rkck.Tpo -c rkck.c -fPIC -DPIC -o rkck.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bsimp.lo -MD -MP -MF .deps/bsimp.Tpo -c bsimp.c -fPIC -DPIC -o bsimp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rk1imp.lo -MD -MP -MF .deps/rk1imp.Tpo -c rk1imp.c -fPIC -DPIC -o rk1imp.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT msadams.lo -MD -MP -MF .deps/msadams.Tpo -c msadams.c -fPIC -DPIC -o msadams.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT msbdf.lo -MD -MP -MF .deps/msbdf.Tpo -c msbdf.c -fPIC -DPIC -o msbdf.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT driver.lo -MD -MP -MF .deps/driver.Tpo -c driver.c -fPIC -DPIC -o driver.o | |
libtool: link: ar cru .libs/libgslodeiv2.a control.o cstd.o cscal.o evolve.o step.o rk2.o rk2imp.o rk4.o rk4imp.o rkf45.o rk8pd.o rkck.o bsimp.o rk1imp.o msadams.o msbdf.o driver.o | |
libtool: link: ranlib .libs/libgslodeiv2.a | |
libtool: link: ( cd ".libs" && rm -f "libgslodeiv2.la" && ln -s "../libgslodeiv2.la" "libgslodeiv2.la" ) | |
Making all in roots | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bisection.lo -MD -MP -MF .deps/bisection.Tpo -c bisection.c -fPIC -DPIC -o bisection.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT brent.lo -MD -MP -MF .deps/brent.Tpo -c brent.c -fPIC -DPIC -o brent.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT falsepos.lo -MD -MP -MF .deps/falsepos.Tpo -c falsepos.c -fPIC -DPIC -o falsepos.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT newton.lo -MD -MP -MF .deps/newton.Tpo -c newton.c -fPIC -DPIC -o newton.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT secant.lo -MD -MP -MF .deps/secant.Tpo -c secant.c -fPIC -DPIC -o secant.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT steffenson.lo -MD -MP -MF .deps/steffenson.Tpo -c steffenson.c -fPIC -DPIC -o steffenson.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT convergence.lo -MD -MP -MF .deps/convergence.Tpo -c convergence.c -fPIC -DPIC -o convergence.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fsolver.lo -MD -MP -MF .deps/fsolver.Tpo -c fsolver.c -fPIC -DPIC -o fsolver.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fdfsolver.lo -MD -MP -MF .deps/fdfsolver.Tpo -c fdfsolver.c -fPIC -DPIC -o fdfsolver.o | |
libtool: link: ar cru .libs/libgslroots.a bisection.o brent.o falsepos.o newton.o secant.o steffenson.o convergence.o fsolver.o fdfsolver.o | |
libtool: link: ranlib .libs/libgslroots.a | |
libtool: link: ( cd ".libs" && rm -f "libgslroots.la" && ln -s "../libgslroots.la" "libgslroots.la" ) | |
Making all in multiroots | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fdjac.lo -MD -MP -MF .deps/fdjac.Tpo -c fdjac.c -fPIC -DPIC -o fdjac.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fsolver.lo -MD -MP -MF .deps/fsolver.Tpo -c fsolver.c -fPIC -DPIC -o fsolver.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fdfsolver.lo -MD -MP -MF .deps/fdfsolver.Tpo -c fdfsolver.c -fPIC -DPIC -o fdfsolver.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT convergence.lo -MD -MP -MF .deps/convergence.Tpo -c convergence.c -fPIC -DPIC -o convergence.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT newton.lo -MD -MP -MF .deps/newton.Tpo -c newton.c -fPIC -DPIC -o newton.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gnewton.lo -MD -MP -MF .deps/gnewton.Tpo -c gnewton.c -fPIC -DPIC -o gnewton.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dnewton.lo -MD -MP -MF .deps/dnewton.Tpo -c dnewton.c -fPIC -DPIC -o dnewton.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT broyden.lo -MD -MP -MF .deps/broyden.Tpo -c broyden.c -fPIC -DPIC -o broyden.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hybrid.lo -MD -MP -MF .deps/hybrid.Tpo -c hybrid.c -fPIC -DPIC -o hybrid.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hybridj.lo -MD -MP -MF .deps/hybridj.Tpo -c hybridj.c -fPIC -DPIC -o hybridj.o | |
libtool: link: ar cru .libs/libgslmultiroots.a fdjac.o fsolver.o fdfsolver.o convergence.o newton.o gnewton.o dnewton.o broyden.o hybrid.o hybridj.o | |
libtool: link: ranlib .libs/libgslmultiroots.a | |
libtool: link: ( cd ".libs" && rm -f "libgslmultiroots.la" && ln -s "../libgslmultiroots.la" "libgslmultiroots.la" ) | |
Making all in min | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fsolver.lo -MD -MP -MF .deps/fsolver.Tpo -c fsolver.c -fPIC -DPIC -o fsolver.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT golden.lo -MD -MP -MF .deps/golden.Tpo -c golden.c -fPIC -DPIC -o golden.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT brent.lo -MD -MP -MF .deps/brent.Tpo -c brent.c -fPIC -DPIC -o brent.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT convergence.lo -MD -MP -MF .deps/convergence.Tpo -c convergence.c -fPIC -DPIC -o convergence.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bracketing.lo -MD -MP -MF .deps/bracketing.Tpo -c bracketing.c -fPIC -DPIC -o bracketing.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT quad_golden.lo -MD -MP -MF .deps/quad_golden.Tpo -c quad_golden.c -fPIC -DPIC -o quad_golden.o | |
libtool: link: ar cru .libs/libgslmin.a fsolver.o golden.o brent.o convergence.o bracketing.o quad_golden.o | |
libtool: link: ranlib .libs/libgslmin.a | |
libtool: link: ( cd ".libs" && rm -f "libgslmin.la" && ln -s "../libgslmin.la" "libgslmin.la" ) | |
Making all in multimin | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fdfminimizer.lo -MD -MP -MF .deps/fdfminimizer.Tpo -c fdfminimizer.c -fPIC -DPIC -o fdfminimizer.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT steepest_descent.lo -MD -MP -MF .deps/steepest_descent.Tpo -c steepest_descent.c -fPIC -DPIC -o steepest_descent.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT conjugate_fr.lo -MD -MP -MF .deps/conjugate_fr.Tpo -c conjugate_fr.c -fPIC -DPIC -o conjugate_fr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT conjugate_pr.lo -MD -MP -MF .deps/conjugate_pr.Tpo -c conjugate_pr.c -fPIC -DPIC -o conjugate_pr.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT convergence.lo -MD -MP -MF .deps/convergence.Tpo -c convergence.c -fPIC -DPIC -o convergence.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT diff.lo -MD -MP -MF .deps/diff.Tpo -c diff.c -fPIC -DPIC -o diff.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT vector_bfgs.lo -MD -MP -MF .deps/vector_bfgs.Tpo -c vector_bfgs.c -fPIC -DPIC -o vector_bfgs.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT vector_bfgs2.lo -MD -MP -MF .deps/vector_bfgs2.Tpo -c vector_bfgs2.c -fPIC -DPIC -o vector_bfgs2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fminimizer.lo -MD -MP -MF .deps/fminimizer.Tpo -c fminimizer.c -fPIC -DPIC -o fminimizer.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT simplex.lo -MD -MP -MF .deps/simplex.Tpo -c simplex.c -fPIC -DPIC -o simplex.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT simplex2.lo -MD -MP -MF .deps/simplex2.Tpo -c simplex2.c -fPIC -DPIC -o simplex2.o | |
libtool: link: ar cru .libs/libgslmultimin.a fdfminimizer.o steepest_descent.o conjugate_fr.o conjugate_pr.o convergence.o diff.o vector_bfgs.o vector_bfgs2.o fminimizer.o simplex.o simplex2.o | |
libtool: link: ranlib .libs/libgslmultimin.a | |
libtool: link: ( cd ".libs" && rm -f "libgslmultimin.la" && ln -s "../libgslmultimin.la" "libgslmultimin.la" ) | |
Making all in monte | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT miser.lo -MD -MP -MF .deps/miser.Tpo -c miser.c -fPIC -DPIC -o miser.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT plain.lo -MD -MP -MF .deps/plain.Tpo -c plain.c -fPIC -DPIC -o plain.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT vegas.lo -MD -MP -MF .deps/vegas.Tpo -c vegas.c -fPIC -DPIC -o vegas.o | |
libtool: link: ar cru .libs/libgslmonte.a miser.o plain.o vegas.o | |
libtool: link: ranlib .libs/libgslmonte.a | |
libtool: link: ( cd ".libs" && rm -f "libgslmonte.la" && ln -s "../libgslmonte.la" "libgslmonte.la" ) | |
Making all in ntuple | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT ntuple.lo -MD -MP -MF .deps/ntuple.Tpo -c ntuple.c -fPIC -DPIC -o ntuple.o | |
libtool: link: ar cru .libs/libgslntuple.a ntuple.o | |
libtool: link: ranlib .libs/libgslntuple.a | |
libtool: link: ( cd ".libs" && rm -f "libgslntuple.la" && ln -s "../libgslntuple.la" "libgslntuple.la" ) | |
Making all in diff | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT diff.lo -MD -MP -MF .deps/diff.Tpo -c diff.c -fPIC -DPIC -o diff.o | |
libtool: link: ar cru .libs/libgsldiff.a diff.o | |
libtool: link: ranlib .libs/libgsldiff.a | |
libtool: link: ( cd ".libs" && rm -f "libgsldiff.la" && ln -s "../libgsldiff.la" "libgsldiff.la" ) | |
Making all in deriv | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT deriv.lo -MD -MP -MF .deps/deriv.Tpo -c deriv.c -fPIC -DPIC -o deriv.o | |
libtool: link: ar cru .libs/libgslderiv.a deriv.o | |
libtool: link: ranlib .libs/libgslderiv.a | |
libtool: link: ( cd ".libs" && rm -f "libgslderiv.la" && ln -s "../libgslderiv.la" "libgslderiv.la" ) | |
Making all in cdf | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT beta.lo -MD -MP -MF .deps/beta.Tpo -c beta.c -fPIC -DPIC -o beta.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT betainv.lo -MD -MP -MF .deps/betainv.Tpo -c betainv.c -fPIC -DPIC -o betainv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cauchy.lo -MD -MP -MF .deps/cauchy.Tpo -c cauchy.c -fPIC -DPIC -o cauchy.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT cauchyinv.lo -MD -MP -MF .deps/cauchyinv.Tpo -c cauchyinv.c -fPIC -DPIC -o cauchyinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT chisq.lo -MD -MP -MF .deps/chisq.Tpo -c chisq.c -fPIC -DPIC -o chisq.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT chisqinv.lo -MD -MP -MF .deps/chisqinv.Tpo -c chisqinv.c -fPIC -DPIC -o chisqinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT exponential.lo -MD -MP -MF .deps/exponential.Tpo -c exponential.c -fPIC -DPIC -o exponential.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT exponentialinv.lo -MD -MP -MF .deps/exponentialinv.Tpo -c exponentialinv.c -fPIC -DPIC -o exponentialinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT exppow.lo -MD -MP -MF .deps/exppow.Tpo -c exppow.c -fPIC -DPIC -o exppow.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fdist.lo -MD -MP -MF .deps/fdist.Tpo -c fdist.c -fPIC -DPIC -o fdist.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT fdistinv.lo -MD -MP -MF .deps/fdistinv.Tpo -c fdistinv.c -fPIC -DPIC -o fdistinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT flat.lo -MD -MP -MF .deps/flat.Tpo -c flat.c -fPIC -DPIC -o flat.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT flatinv.lo -MD -MP -MF .deps/flatinv.Tpo -c flatinv.c -fPIC -DPIC -o flatinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gamma.lo -MD -MP -MF .deps/gamma.Tpo -c gamma.c -fPIC -DPIC -o gamma.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gammainv.lo -MD -MP -MF .deps/gammainv.Tpo -c gammainv.c -fPIC -DPIC -o gammainv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gauss.lo -MD -MP -MF .deps/gauss.Tpo -c gauss.c -fPIC -DPIC -o gauss.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gaussinv.lo -MD -MP -MF .deps/gaussinv.Tpo -c gaussinv.c -fPIC -DPIC -o gaussinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gumbel1.lo -MD -MP -MF .deps/gumbel1.Tpo -c gumbel1.c -fPIC -DPIC -o gumbel1.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gumbel1inv.lo -MD -MP -MF .deps/gumbel1inv.Tpo -c gumbel1inv.c -fPIC -DPIC -o gumbel1inv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gumbel2.lo -MD -MP -MF .deps/gumbel2.Tpo -c gumbel2.c -fPIC -DPIC -o gumbel2.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT gumbel2inv.lo -MD -MP -MF .deps/gumbel2inv.Tpo -c gumbel2inv.c -fPIC -DPIC -o gumbel2inv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT laplace.lo -MD -MP -MF .deps/laplace.Tpo -c laplace.c -fPIC -DPIC -o laplace.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT laplaceinv.lo -MD -MP -MF .deps/laplaceinv.Tpo -c laplaceinv.c -fPIC -DPIC -o laplaceinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT logistic.lo -MD -MP -MF .deps/logistic.Tpo -c logistic.c -fPIC -DPIC -o logistic.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT logisticinv.lo -MD -MP -MF .deps/logisticinv.Tpo -c logisticinv.c -fPIC -DPIC -o logisticinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT lognormal.lo -MD -MP -MF .deps/lognormal.Tpo -c lognormal.c -fPIC -DPIC -o lognormal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT lognormalinv.lo -MD -MP -MF .deps/lognormalinv.Tpo -c lognormalinv.c -fPIC -DPIC -o lognormalinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT pareto.lo -MD -MP -MF .deps/pareto.Tpo -c pareto.c -fPIC -DPIC -o pareto.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT paretoinv.lo -MD -MP -MF .deps/paretoinv.Tpo -c paretoinv.c -fPIC -DPIC -o paretoinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rayleigh.lo -MD -MP -MF .deps/rayleigh.Tpo -c rayleigh.c -fPIC -DPIC -o rayleigh.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT rayleighinv.lo -MD -MP -MF .deps/rayleighinv.Tpo -c rayleighinv.c -fPIC -DPIC -o rayleighinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT tdist.lo -MD -MP -MF .deps/tdist.Tpo -c tdist.c -fPIC -DPIC -o tdist.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT tdistinv.lo -MD -MP -MF .deps/tdistinv.Tpo -c tdistinv.c -fPIC -DPIC -o tdistinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT weibull.lo -MD -MP -MF .deps/weibull.Tpo -c weibull.c -fPIC -DPIC -o weibull.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT weibullinv.lo -MD -MP -MF .deps/weibullinv.Tpo -c weibullinv.c -fPIC -DPIC -o weibullinv.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT binomial.lo -MD -MP -MF .deps/binomial.Tpo -c binomial.c -fPIC -DPIC -o binomial.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT poisson.lo -MD -MP -MF .deps/poisson.Tpo -c poisson.c -fPIC -DPIC -o poisson.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT geometric.lo -MD -MP -MF .deps/geometric.Tpo -c geometric.c -fPIC -DPIC -o geometric.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT nbinomial.lo -MD -MP -MF .deps/nbinomial.Tpo -c nbinomial.c -fPIC -DPIC -o nbinomial.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT pascal.lo -MD -MP -MF .deps/pascal.Tpo -c pascal.c -fPIC -DPIC -o pascal.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT hypergeometric.lo -MD -MP -MF .deps/hypergeometric.Tpo -c hypergeometric.c -fPIC -DPIC -o hypergeometric.o | |
libtool: link: ar cru .libs/libgslcdf.a beta.o betainv.o cauchy.o cauchyinv.o chisq.o chisqinv.o exponential.o exponentialinv.o exppow.o fdist.o fdistinv.o flat.o flatinv.o gamma.o gammainv.o gauss.o gaussinv.o gumbel1.o gumbel1inv.o gumbel2.o gumbel2inv.o laplace.o laplaceinv.o logistic.o logisticinv.o lognormal.o lognormalinv.o pareto.o paretoinv.o rayleigh.o rayleighinv.o tdist.o tdistinv.o weibull.o weibullinv.o binomial.o poisson.o geometric.o nbinomial.o pascal.o hypergeometric.o | |
libtool: link: ranlib .libs/libgslcdf.a | |
libtool: link: ( cd ".libs" && rm -f "libgslcdf.la" && ln -s "../libgslcdf.la" "libgslcdf.la" ) | |
Making all in wavelet | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT dwt.lo -MD -MP -MF .deps/dwt.Tpo -c dwt.c -fPIC -DPIC -o dwt.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT wavelet.lo -MD -MP -MF .deps/wavelet.Tpo -c wavelet.c -fPIC -DPIC -o wavelet.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bspline.lo -MD -MP -MF .deps/bspline.Tpo -c bspline.c -fPIC -DPIC -o bspline.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT daubechies.lo -MD -MP -MF .deps/daubechies.Tpo -c daubechies.c -fPIC -DPIC -o daubechies.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT haar.lo -MD -MP -MF .deps/haar.Tpo -c haar.c -fPIC -DPIC -o haar.o | |
libtool: link: ar cru .libs/libgslwavelet.a dwt.o wavelet.o bspline.o daubechies.o haar.o | |
libtool: link: ranlib .libs/libgslwavelet.a | |
libtool: link: ( cd ".libs" && rm -f "libgslwavelet.la" && ln -s "../libgslwavelet.la" "libgslwavelet.la" ) | |
Making all in bspline | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT bspline.lo -MD -MP -MF .deps/bspline.Tpo -c bspline.c -fPIC -DPIC -o bspline.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -DNDEBUG -O3 -DNDEBUG -MT greville.lo -MD -MP -MF .deps/greville.Tpo -c greville.c -fPIC -DPIC -o greville.o | |
libtool: link: ar cru .libs/libgslbspline.a bspline.o greville.o | |
libtool: link: ranlib .libs/libgslbspline.a | |
libtool: link: ( cd ".libs" && rm -f "libgslbspline.la" && ln -s "../libgslbspline.la" "libgslbspline.la" ) | |
Making all in doc | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -O3 -DNDEBUG -O3 -DNDEBUG -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o version.o | |
libtool: link: (cd .libs/libgsl.lax/libgslblock.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/block/.libs/libgslblock.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslblas.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/blas/.libs/libgslblas.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslbspline.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/bspline/.libs/libgslbspline.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslcomplex.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/complex/.libs/libgslcomplex.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslcheb.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/cheb/.libs/libgslcheb.a") | |
libtool: link: (cd .libs/libgsl.lax/libgsldht.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/dht/.libs/libgsldht.a") | |
libtool: link: (cd .libs/libgsl.lax/libgsldiff.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/diff/.libs/libgsldiff.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslderiv.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/deriv/.libs/libgslderiv.a") | |
libtool: link: (cd .libs/libgsl.lax/libgsleigen.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/eigen/.libs/libgsleigen.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslerr.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/err/.libs/libgslerr.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslfft.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/fft/.libs/libgslfft.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslfit.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/fit/.libs/libgslfit.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslhistogram.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/histogram/.libs/libgslhistogram.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslieeeutils.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/ieee-utils/.libs/libgslieeeutils.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslintegration.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/integration/.libs/libgslintegration.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslinterpolation.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/interpolation/.libs/libgslinterpolation.a") | |
libtool: link: (cd .libs/libgsl.lax/libgsllinalg.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/linalg/.libs/libgsllinalg.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslmatrix.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/matrix/.libs/libgslmatrix.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslmin.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/min/.libs/libgslmin.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslmonte.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/monte/.libs/libgslmonte.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslmultifit.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/multifit/.libs/libgslmultifit.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslmultimin.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/multimin/.libs/libgslmultimin.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslmultiroots.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/multiroots/.libs/libgslmultiroots.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslntuple.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/ntuple/.libs/libgslntuple.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslodeiv.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/ode-initval/.libs/libgslodeiv.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslodeiv2.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/ode-initval2/.libs/libgslodeiv2.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslpermutation.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/permutation/.libs/libgslpermutation.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslcombination.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/combination/.libs/libgslcombination.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslmultiset.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/multiset/.libs/libgslmultiset.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslpoly.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/poly/.libs/libgslpoly.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslqrng.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/qrng/.libs/libgslqrng.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslrandist.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/randist/.libs/libgslrandist.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslrng.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/rng/.libs/libgslrng.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslroots.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/roots/.libs/libgslroots.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslsiman.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/siman/.libs/libgslsiman.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslsort.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/sort/.libs/libgslsort.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslspecfunc.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/specfunc/.libs/libgslspecfunc.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslstatistics.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/statistics/.libs/libgslstatistics.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslsum.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/sum/.libs/libgslsum.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslsys.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/sys/.libs/libgslsys.a") | |
libtool: link: (cd .libs/libgsl.lax/libgsltest.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/test/.libs/libgsltest.a") | |
libtool: link: (cd .libs/libgsl.lax/libutils.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/utils/.libs/libutils.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslvector.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/vector/.libs/libgslvector.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslcdf.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/cdf/.libs/libgslcdf.a") | |
libtool: link: (cd .libs/libgsl.lax/libgslwavelet.a && ar x "/home/surchs/Code/minc-toolkit/build/GSL/wavelet/.libs/libgslwavelet.a") | |
copying selected object files to avoid basename conflicts... | |
libtool: link: ln .libs/libgsl.lax/libgslcheb.a/init.o .libs/libgsl.lax/lt1-init.o || cp .libs/libgsl.lax/libgslcheb.a/init.o .libs/libgsl.lax/lt1-init.o | |
libtool: link: ln .libs/libgsl.lax/libgslderiv.a/deriv.o .libs/libgsl.lax/lt2-deriv.o || cp .libs/libgsl.lax/libgslderiv.a/deriv.o .libs/libgsl.lax/lt2-deriv.o | |
libtool: link: ln .libs/libgsl.lax/libgslhistogram.a/file.o .libs/libgsl.lax/lt3-file.o || cp .libs/libgsl.lax/libgslhistogram.a/file.o .libs/libgsl.lax/lt3-file.o | |
libtool: link: ln .libs/libgsl.lax/libgslhistogram.a/init.o .libs/libgsl.lax/lt4-init.o || cp .libs/libgsl.lax/libgslhistogram.a/init.o .libs/libgsl.lax/lt4-init.o | |
libtool: link: ln .libs/libgsl.lax/libgslinterpolation.a/inline.o .libs/libgsl.lax/lt5-inline.o || cp .libs/libgsl.lax/libgslinterpolation.a/inline.o .libs/libgsl.lax/lt5-inline.o | |
libtool: link: ln .libs/libgsl.lax/libgslinterpolation.a/linear.o .libs/libgsl.lax/lt6-linear.o || cp .libs/libgsl.lax/libgslinterpolation.a/linear.o .libs/libgsl.lax/lt6-linear.o | |
libtool: link: ln .libs/libgsl.lax/libgslmatrix.a/copy.o .libs/libgsl.lax/lt7-copy.o || cp .libs/libgsl.lax/libgslmatrix.a/copy.o .libs/libgsl.lax/lt7-copy.o | |
libtool: link: ln .libs/libgsl.lax/libgslmatrix.a/file.o .libs/libgsl.lax/lt8-file.o || cp .libs/libgsl.lax/libgslmatrix.a/file.o .libs/libgsl.lax/lt8-file.o | |
libtool: link: ln .libs/libgsl.lax/libgslmatrix.a/init.o .libs/libgsl.lax/lt9-init.o || cp .libs/libgsl.lax/libgslmatrix.a/init.o .libs/libgsl.lax/lt9-init.o | |
libtool: link: ln .libs/libgsl.lax/libgslmatrix.a/oper.o .libs/libgsl.lax/lt10-oper.o || cp .libs/libgsl.lax/libgslmatrix.a/oper.o .libs/libgsl.lax/lt10-oper.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultifit.a/convergence.o .libs/libgsl.lax/lt11-convergence.o || cp .libs/libgsl.lax/libgslmultifit.a/convergence.o .libs/libgsl.lax/lt11-convergence.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultifit.a/fsolver.o .libs/libgsl.lax/lt12-fsolver.o || cp .libs/libgsl.lax/libgslmultifit.a/fsolver.o .libs/libgsl.lax/lt12-fsolver.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultimin.a/convergence.o .libs/libgsl.lax/lt13-convergence.o || cp .libs/libgsl.lax/libgslmultimin.a/convergence.o .libs/libgsl.lax/lt13-convergence.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultimin.a/diff.o .libs/libgsl.lax/lt14-diff.o || cp .libs/libgsl.lax/libgslmultimin.a/diff.o .libs/libgsl.lax/lt14-diff.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultiroots.a/convergence.o .libs/libgsl.lax/lt15-convergence.o || cp .libs/libgsl.lax/libgslmultiroots.a/convergence.o .libs/libgsl.lax/lt15-convergence.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultiroots.a/fdfsolver.o .libs/libgsl.lax/lt16-fdfsolver.o || cp .libs/libgsl.lax/libgslmultiroots.a/fdfsolver.o .libs/libgsl.lax/lt16-fdfsolver.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultiroots.a/fdjac.o .libs/libgsl.lax/lt17-fdjac.o || cp .libs/libgsl.lax/libgslmultiroots.a/fdjac.o .libs/libgsl.lax/lt17-fdjac.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultiroots.a/fsolver.o .libs/libgsl.lax/lt18-fsolver.o || cp .libs/libgsl.lax/libgslmultiroots.a/fsolver.o .libs/libgsl.lax/lt18-fsolver.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/bsimp.o .libs/libgsl.lax/lt19-bsimp.o || cp .libs/libgsl.lax/libgslodeiv2.a/bsimp.o .libs/libgsl.lax/lt19-bsimp.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/control.o .libs/libgsl.lax/lt20-control.o || cp .libs/libgsl.lax/libgslodeiv2.a/control.o .libs/libgsl.lax/lt20-control.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/cscal.o .libs/libgsl.lax/lt21-cscal.o || cp .libs/libgsl.lax/libgslodeiv2.a/cscal.o .libs/libgsl.lax/lt21-cscal.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/cstd.o .libs/libgsl.lax/lt22-cstd.o || cp .libs/libgsl.lax/libgslodeiv2.a/cstd.o .libs/libgsl.lax/lt22-cstd.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/evolve.o .libs/libgsl.lax/lt23-evolve.o || cp .libs/libgsl.lax/libgslodeiv2.a/evolve.o .libs/libgsl.lax/lt23-evolve.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/rk2.o .libs/libgsl.lax/lt24-rk2.o || cp .libs/libgsl.lax/libgslodeiv2.a/rk2.o .libs/libgsl.lax/lt24-rk2.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/rk2imp.o .libs/libgsl.lax/lt25-rk2imp.o || cp .libs/libgsl.lax/libgslodeiv2.a/rk2imp.o .libs/libgsl.lax/lt25-rk2imp.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/rk4.o .libs/libgsl.lax/lt26-rk4.o || cp .libs/libgsl.lax/libgslodeiv2.a/rk4.o .libs/libgsl.lax/lt26-rk4.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/rk4imp.o .libs/libgsl.lax/lt27-rk4imp.o || cp .libs/libgsl.lax/libgslodeiv2.a/rk4imp.o .libs/libgsl.lax/lt27-rk4imp.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/rk8pd.o .libs/libgsl.lax/lt28-rk8pd.o || cp .libs/libgsl.lax/libgslodeiv2.a/rk8pd.o .libs/libgsl.lax/lt28-rk8pd.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/rkck.o .libs/libgsl.lax/lt29-rkck.o || cp .libs/libgsl.lax/libgslodeiv2.a/rkck.o .libs/libgsl.lax/lt29-rkck.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/rkf45.o .libs/libgsl.lax/lt30-rkf45.o || cp .libs/libgsl.lax/libgslodeiv2.a/rkf45.o .libs/libgsl.lax/lt30-rkf45.o | |
libtool: link: ln .libs/libgsl.lax/libgslodeiv2.a/step.o .libs/libgsl.lax/lt31-step.o || cp .libs/libgsl.lax/libgslodeiv2.a/step.o .libs/libgsl.lax/lt31-step.o | |
libtool: link: ln .libs/libgsl.lax/libgslpermutation.a/file.o .libs/libgsl.lax/lt32-file.o || cp .libs/libgsl.lax/libgslpermutation.a/file.o .libs/libgsl.lax/lt32-file.o | |
libtool: link: ln .libs/libgsl.lax/libgslpermutation.a/init.o .libs/libgsl.lax/lt33-init.o || cp .libs/libgsl.lax/libgslpermutation.a/init.o .libs/libgsl.lax/lt33-init.o | |
libtool: link: ln .libs/libgsl.lax/libgslpermutation.a/inline.o .libs/libgsl.lax/lt34-inline.o || cp .libs/libgsl.lax/libgslpermutation.a/inline.o .libs/libgsl.lax/lt34-inline.o | |
libtool: link: ln .libs/libgsl.lax/libgslcombination.a/file.o .libs/libgsl.lax/lt35-file.o || cp .libs/libgsl.lax/libgslcombination.a/file.o .libs/libgsl.lax/lt35-file.o | |
libtool: link: ln .libs/libgsl.lax/libgslcombination.a/init.o .libs/libgsl.lax/lt36-init.o || cp .libs/libgsl.lax/libgslcombination.a/init.o .libs/libgsl.lax/lt36-init.o | |
libtool: link: ln .libs/libgsl.lax/libgslcombination.a/inline.o .libs/libgsl.lax/lt37-inline.o || cp .libs/libgsl.lax/libgslcombination.a/inline.o .libs/libgsl.lax/lt37-inline.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultiset.a/file.o .libs/libgsl.lax/lt38-file.o || cp .libs/libgsl.lax/libgslmultiset.a/file.o .libs/libgsl.lax/lt38-file.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultiset.a/init.o .libs/libgsl.lax/lt39-init.o || cp .libs/libgsl.lax/libgslmultiset.a/init.o .libs/libgsl.lax/lt39-init.o | |
libtool: link: ln .libs/libgsl.lax/libgslmultiset.a/inline.o .libs/libgsl.lax/lt40-inline.o || cp .libs/libgsl.lax/libgslmultiset.a/inline.o .libs/libgsl.lax/lt40-inline.o | |
libtool: link: ln .libs/libgsl.lax/libgslpoly.a/deriv.o .libs/libgsl.lax/lt41-deriv.o || cp .libs/libgsl.lax/libgslpoly.a/deriv.o .libs/libgsl.lax/lt41-deriv.o | |
libtool: link: ln .libs/libgsl.lax/libgslpoly.a/eval.o .libs/libgsl.lax/lt42-eval.o || cp .libs/libgsl.lax/libgslpoly.a/eval.o .libs/libgsl.lax/lt42-eval.o | |
libtool: link: ln .libs/libgsl.lax/libgslqrng.a/inline.o .libs/libgsl.lax/lt43-inline.o || cp .libs/libgsl.lax/libgslqrng.a/inline.o .libs/libgsl.lax/lt43-inline.o | |
libtool: link: ln .libs/libgsl.lax/libgslrandist.a/exponential.o .libs/libgsl.lax/lt44-exponential.o || cp .libs/libgsl.lax/libgslrandist.a/exponential.o .libs/libgsl.lax/lt44-exponential.o | |
libtool: link: ln .libs/libgsl.lax/libgslrng.a/file.o .libs/libgsl.lax/lt45-file.o || cp .libs/libgsl.lax/libgslrng.a/file.o .libs/libgsl.lax/lt45-file.o | |
libtool: link: ln .libs/libgsl.lax/libgslrng.a/inline.o .libs/libgsl.lax/lt46-inline.o || cp .libs/libgsl.lax/libgslrng.a/inline.o .libs/libgsl.lax/lt46-inline.o | |
libtool: link: ln .libs/libgsl.lax/libgslroots.a/brent.o .libs/libgsl.lax/lt47-brent.o || cp .libs/libgsl.lax/libgslroots.a/brent.o .libs/libgsl.lax/lt47-brent.o | |
libtool: link: ln .libs/libgsl.lax/libgslroots.a/convergence.o .libs/libgsl.lax/lt48-convergence.o || cp .libs/libgsl.lax/libgslroots.a/convergence.o .libs/libgsl.lax/lt48-convergence.o | |
libtool: link: ln .libs/libgsl.lax/libgslroots.a/fdfsolver.o .libs/libgsl.lax/lt49-fdfsolver.o || cp .libs/libgsl.lax/libgslroots.a/fdfsolver.o .libs/libgsl.lax/lt49-fdfsolver.o | |
libtool: link: ln .libs/libgsl.lax/libgslroots.a/fsolver.o .libs/libgsl.lax/lt50-fsolver.o || cp .libs/libgsl.lax/libgslroots.a/fsolver.o .libs/libgsl.lax/lt50-fsolver.o | |
libtool: link: ln .libs/libgsl.lax/libgslroots.a/newton.o .libs/libgsl.lax/lt51-newton.o || cp .libs/libgsl.lax/libgslroots.a/newton.o .libs/libgsl.lax/lt51-newton.o | |
libtool: link: ln .libs/libgsl.lax/libgslsort.a/sort.o .libs/libgsl.lax/lt52-sort.o || cp .libs/libgsl.lax/libgslsort.a/sort.o .libs/libgsl.lax/lt52-sort.o | |
libtool: link: ln .libs/libgsl.lax/libgslspecfunc.a/beta.o .libs/libgsl.lax/lt53-beta.o || cp .libs/libgsl.lax/libgslspecfunc.a/beta.o .libs/libgsl.lax/lt53-beta.o | |
libtool: link: ln .libs/libgsl.lax/libgslspecfunc.a/gamma.o .libs/libgsl.lax/lt54-gamma.o || cp .libs/libgsl.lax/libgslspecfunc.a/gamma.o .libs/libgsl.lax/lt54-gamma.o | |
libtool: link: ln .libs/libgsl.lax/libgslspecfunc.a/hyperg.o .libs/libgsl.lax/lt55-hyperg.o || cp .libs/libgsl.lax/libgslspecfunc.a/hyperg.o .libs/libgsl.lax/lt55-hyperg.o | |
libtool: link: ln .libs/libgsl.lax/libgslstatistics.a/minmax.o .libs/libgsl.lax/lt56-minmax.o || cp .libs/libgsl.lax/libgslstatistics.a/minmax.o .libs/libgsl.lax/lt56-minmax.o | |
libtool: link: ln .libs/libgsl.lax/libgslsys.a/minmax.o .libs/libgsl.lax/lt57-minmax.o || cp .libs/libgsl.lax/libgslsys.a/minmax.o .libs/libgsl.lax/lt57-minmax.o | |
libtool: link: ln .libs/libgsl.lax/libgslsys.a/pow_int.o .libs/libgsl.lax/lt58-pow_int.o || cp .libs/libgsl.lax/libgslsys.a/pow_int.o .libs/libgsl.lax/lt58-pow_int.o | |
libtool: link: ln .libs/libgsl.lax/libgslvector.a/copy.o .libs/libgsl.lax/lt59-copy.o || cp .libs/libgsl.lax/libgslvector.a/copy.o .libs/libgsl.lax/lt59-copy.o | |
libtool: link: ln .libs/libgsl.lax/libgslvector.a/file.o .libs/libgsl.lax/lt60-file.o || cp .libs/libgsl.lax/libgslvector.a/file.o .libs/libgsl.lax/lt60-file.o | |
libtool: link: ln .libs/libgsl.lax/libgslvector.a/init.o .libs/libgsl.lax/lt61-init.o || cp .libs/libgsl.lax/libgslvector.a/init.o .libs/libgsl.lax/lt61-init.o | |
libtool: link: ln .libs/libgsl.lax/libgslvector.a/minmax.o .libs/libgsl.lax/lt62-minmax.o || cp .libs/libgsl.lax/libgslvector.a/minmax.o .libs/libgsl.lax/lt62-minmax.o | |
libtool: link: ln .libs/libgsl.lax/libgslvector.a/oper.o .libs/libgsl.lax/lt63-oper.o || cp .libs/libgsl.lax/libgslvector.a/oper.o .libs/libgsl.lax/lt63-oper.o | |
libtool: link: ln .libs/libgsl.lax/libgslvector.a/prop.o .libs/libgsl.lax/lt64-prop.o || cp .libs/libgsl.lax/libgslvector.a/prop.o .libs/libgsl.lax/lt64-prop.o | |
libtool: link: ln .libs/libgsl.lax/libgslvector.a/swap.o .libs/libgsl.lax/lt65-swap.o || cp .libs/libgsl.lax/libgslvector.a/swap.o .libs/libgsl.lax/lt65-swap.o | |
libtool: link: ln .libs/libgsl.lax/libgslvector.a/view.o .libs/libgsl.lax/lt66-view.o || cp .libs/libgsl.lax/libgslvector.a/view.o .libs/libgsl.lax/lt66-view.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/beta.o .libs/libgsl.lax/lt67-beta.o || cp .libs/libgsl.lax/libgslcdf.a/beta.o .libs/libgsl.lax/lt67-beta.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/binomial.o .libs/libgsl.lax/lt68-binomial.o || cp .libs/libgsl.lax/libgslcdf.a/binomial.o .libs/libgsl.lax/lt68-binomial.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/cauchy.o .libs/libgsl.lax/lt69-cauchy.o || cp .libs/libgsl.lax/libgslcdf.a/cauchy.o .libs/libgsl.lax/lt69-cauchy.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/chisq.o .libs/libgsl.lax/lt70-chisq.o || cp .libs/libgsl.lax/libgslcdf.a/chisq.o .libs/libgsl.lax/lt70-chisq.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/exponential.o .libs/libgsl.lax/lt71-exponential.o || cp .libs/libgsl.lax/libgslcdf.a/exponential.o .libs/libgsl.lax/lt71-exponential.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/exppow.o .libs/libgsl.lax/lt72-exppow.o || cp .libs/libgsl.lax/libgslcdf.a/exppow.o .libs/libgsl.lax/lt72-exppow.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/fdist.o .libs/libgsl.lax/lt73-fdist.o || cp .libs/libgsl.lax/libgslcdf.a/fdist.o .libs/libgsl.lax/lt73-fdist.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/flat.o .libs/libgsl.lax/lt74-flat.o || cp .libs/libgsl.lax/libgslcdf.a/flat.o .libs/libgsl.lax/lt74-flat.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/gamma.o .libs/libgsl.lax/lt75-gamma.o || cp .libs/libgsl.lax/libgslcdf.a/gamma.o .libs/libgsl.lax/lt75-gamma.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/gauss.o .libs/libgsl.lax/lt76-gauss.o || cp .libs/libgsl.lax/libgslcdf.a/gauss.o .libs/libgsl.lax/lt76-gauss.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/geometric.o .libs/libgsl.lax/lt77-geometric.o || cp .libs/libgsl.lax/libgslcdf.a/geometric.o .libs/libgsl.lax/lt77-geometric.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/laplace.o .libs/libgsl.lax/lt78-laplace.o || cp .libs/libgsl.lax/libgslcdf.a/laplace.o .libs/libgsl.lax/lt78-laplace.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/logistic.o .libs/libgsl.lax/lt79-logistic.o || cp .libs/libgsl.lax/libgslcdf.a/logistic.o .libs/libgsl.lax/lt79-logistic.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/lognormal.o .libs/libgsl.lax/lt80-lognormal.o || cp .libs/libgsl.lax/libgslcdf.a/lognormal.o .libs/libgsl.lax/lt80-lognormal.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/nbinomial.o .libs/libgsl.lax/lt81-nbinomial.o || cp .libs/libgsl.lax/libgslcdf.a/nbinomial.o .libs/libgsl.lax/lt81-nbinomial.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/pareto.o .libs/libgsl.lax/lt82-pareto.o || cp .libs/libgsl.lax/libgslcdf.a/pareto.o .libs/libgsl.lax/lt82-pareto.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/pascal.o .libs/libgsl.lax/lt83-pascal.o || cp .libs/libgsl.lax/libgslcdf.a/pascal.o .libs/libgsl.lax/lt83-pascal.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/poisson.o .libs/libgsl.lax/lt84-poisson.o || cp .libs/libgsl.lax/libgslcdf.a/poisson.o .libs/libgsl.lax/lt84-poisson.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/rayleigh.o .libs/libgsl.lax/lt85-rayleigh.o || cp .libs/libgsl.lax/libgslcdf.a/rayleigh.o .libs/libgsl.lax/lt85-rayleigh.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/tdist.o .libs/libgsl.lax/lt86-tdist.o || cp .libs/libgsl.lax/libgslcdf.a/tdist.o .libs/libgsl.lax/lt86-tdist.o | |
libtool: link: ln .libs/libgsl.lax/libgslcdf.a/weibull.o .libs/libgsl.lax/lt87-weibull.o || cp .libs/libgsl.lax/libgslcdf.a/weibull.o .libs/libgsl.lax/lt87-weibull.o | |
libtool: link: ln .libs/libgsl.lax/libgslwavelet.a/bspline.o .libs/libgsl.lax/lt88-bspline.o || cp .libs/libgsl.lax/libgslwavelet.a/bspline.o .libs/libgsl.lax/lt88-bspline.o | |
libtool: link: ar cru .libs/libgsl.a version.o .libs/libgsl.lax/libgslblock.a/block.o .libs/libgsl.lax/libgslblock.a/file.o .libs/libgsl.lax/libgslblock.a/init.o .libs/libgsl.lax/libgslblas.a/blas.o .libs/libgsl.lax/libgslbspline.a/bspline.o .libs/libgsl.lax/libgslbspline.a/greville.o .libs/libgsl.lax/libgslcomplex.a/inline.o .libs/libgsl.lax/libgslcomplex.a/math.o .libs/libgsl.lax/libgslcheb.a/deriv.o .libs/libgsl.lax/libgslcheb.a/eval.o .libs/libgsl.lax/lt1-init.o .libs/libgsl.lax/libgslcheb.a/integ.o .libs/libgsl.lax/libgsldht.a/dht.o .libs/libgsl.lax/libgsldiff.a/diff.o .libs/libgsl.lax/lt2-deriv.o .libs/libgsl.lax/libgsleigen.a/francis.o .libs/libgsl.lax/libgsleigen.a/gen.o .libs/libgsl.lax/libgsleigen.a/genherm.o .libs/libgsl.lax/libgsleigen.a/genhermv.o .libs/libgsl.lax/libgsleigen.a/gensymm.o .libs/libgsl.lax/libgsleigen.a/gensymmv.o .libs/libgsl.lax/libgsleigen.a/genv.o .libs/libgsl.lax/libgsleigen.a/herm.o .libs/libgsl.lax/libgsleigen.a/hermv.o .libs/libgsl.lax/libgsleigen.a/jacobi.o .libs/libgsl.lax/libgsleigen.a/nonsymm.o .libs/libgsl.lax/libgsleigen.a/nonsymmv.o .libs/libgsl.lax/libgsleigen.a/schur.o .libs/libgsl.lax/libgsleigen.a/sort.o .libs/libgsl.lax/libgsleigen.a/symm.o .libs/libgsl.lax/libgsleigen.a/symmv.o .libs/libgsl.lax/libgslerr.a/error.o .libs/libgsl.lax/libgslerr.a/message.o .libs/libgsl.lax/libgslerr.a/stream.o .libs/libgsl.lax/libgslerr.a/strerror.o .libs/libgsl.lax/libgslfft.a/dft.o .libs/libgsl.lax/libgslfft.a/fft.o .libs/libgsl.lax/libgslfit.a/linear.o .libs/libgsl.lax/libgslhistogram.a/add.o .libs/libgsl.lax/libgslhistogram.a/add2d.o .libs/libgsl.lax/libgslhistogram.a/calloc_range.o .libs/libgsl.lax/libgslhistogram.a/calloc_range2d.o .libs/libgsl.lax/libgslhistogram.a/copy.o .libs/libgsl.lax/libgslhistogram.a/copy2d.o .libs/libgsl.lax/lt3-file.o .libs/libgsl.lax/libgslhistogram.a/file2d.o .libs/libgsl.lax/libgslhistogram.a/get.o .libs/libgsl.lax/libgslhistogram.a/get2d.o .libs/libgsl.lax/lt4-init.o .libs/libgsl.lax/libgslhistogram.a/init2d.o .libs/libgsl.lax/libgslhistogram.a/maxval.o .libs/libgsl.lax/libgslhistogram.a/maxval2d.o .libs/libgsl.lax/libgslhistogram.a/oper.o .libs/libgsl.lax/libgslhistogram.a/oper2d.o .libs/libgsl.lax/libgslhistogram.a/params.o .libs/libgsl.lax/libgslhistogram.a/params2d.o .libs/libgsl.lax/libgslhistogram.a/pdf.o .libs/libgsl.lax/libgslhistogram.a/pdf2d.o .libs/libgsl.lax/libgslhistogram.a/reset.o .libs/libgsl.lax/libgslhistogram.a/reset2d.o .libs/libgsl.lax/libgslhistogram.a/stat.o .libs/libgsl.lax/libgslhistogram.a/stat2d.o .libs/libgsl.lax/libgslieeeutils.a/env.o .libs/libgsl.lax/libgslieeeutils.a/fp.o .libs/libgsl.lax/libgslieeeutils.a/make_rep.o .libs/libgsl.lax/libgslieeeutils.a/print.o .libs/libgsl.lax/libgslieeeutils.a/read.o .libs/libgsl.lax/libgslintegration.a/cquad.o .libs/libgsl.lax/libgslintegration.a/glfixed.o .libs/libgsl.lax/libgslintegration.a/qag.o .libs/libgsl.lax/libgslintegration.a/qagp.o .libs/libgsl.lax/libgslintegration.a/qags.o .libs/libgsl.lax/libgslintegration.a/qawc.o .libs/libgsl.lax/libgslintegration.a/qawf.o .libs/libgsl.lax/libgslintegration.a/qawo.o .libs/libgsl.lax/libgslintegration.a/qaws.o .libs/libgsl.lax/libgslintegration.a/qcheb.o .libs/libgsl.lax/libgslintegration.a/qk.o .libs/libgsl.lax/libgslintegration.a/qk15.o .libs/libgsl.lax/libgslintegration.a/qk21.o .libs/libgsl.lax/libgslintegration.a/qk31.o .libs/libgsl.lax/libgslintegration.a/qk41.o .libs/libgsl.lax/libgslintegration.a/qk51.o .libs/libgsl.lax/libgslintegration.a/qk61.o .libs/libgsl.lax/libgslintegration.a/qmomo.o .libs/libgsl.lax/libgslintegration.a/qmomof.o .libs/libgsl.lax/libgslintegration.a/qng.o .libs/libgsl.lax/libgslintegration.a/workspace.o .libs/libgsl.lax/libgslinterpolation.a/accel.o .libs/libgsl.lax/libgslinterpolation.a/akima.o .libs/libgsl.lax/libgslinterpolation.a/cspline.o .libs/libgsl.lax/lt5-inline.o .libs/libgsl.lax/libgslinterpolation.a/interp.o .libs/libgsl.lax/lt6-linear.o .libs/libgsl.lax/libgslinterpolation.a/poly.o .libs/libgsl.lax/libgslinterpolation.a/spline.o .libs/libgsl.lax/libgsllinalg.a/balance.o .libs/libgsl.lax/libgsllinalg.a/balancemat.o .libs/libgsl.lax/libgsllinalg.a/bidiag.o .libs/libgsl.lax/libgsllinalg.a/cholesky.o .libs/libgsl.lax/libgsllinalg.a/choleskyc.o .libs/libgsl.lax/libgsllinalg.a/exponential.o .libs/libgsl.lax/libgsllinalg.a/hermtd.o .libs/libgsl.lax/libgsllinalg.a/hessenberg.o .libs/libgsl.lax/libgsllinalg.a/hesstri.o .libs/libgsl.lax/libgsllinalg.a/hh.o .libs/libgsl.lax/libgsllinalg.a/householder.o .libs/libgsl.lax/libgsllinalg.a/householdercomplex.o .libs/libgsl.lax/libgsllinalg.a/lq.o .libs/libgsl.lax/libgsllinalg.a/lu.o .libs/libgsl.lax/libgsllinalg.a/luc.o .libs/libgsl.lax/libgsllinalg.a/multiply.o .libs/libgsl.lax/libgsllinalg.a/ptlq.o .libs/libgsl.lax/libgsllinalg.a/qr.o .libs/libgsl.lax/libgsllinalg.a/qrpt.o .libs/libgsl.lax/libgsllinalg.a/svd.o .libs/libgsl.lax/libgsllinalg.a/symmtd.o .libs/libgsl.lax/libgsllinalg.a/tridiag.o .libs/libgsl.lax/lt7-copy.o .libs/libgsl.lax/lt8-file.o .libs/libgsl.lax/libgslmatrix.a/getset.o .libs/libgsl.lax/lt9-init.o .libs/libgsl.lax/libgslmatrix.a/matrix.o .libs/libgsl.lax/libgslmatrix.a/minmax.o .libs/libgsl.lax/lt10-oper.o .libs/libgsl.lax/libgslmatrix.a/prop.o .libs/libgsl.lax/libgslmatrix.a/rowcol.o .libs/libgsl.lax/libgslmatrix.a/submatrix.o .libs/libgsl.lax/libgslmatrix.a/swap.o .libs/libgsl.lax/libgslmatrix.a/view.o .libs/libgsl.lax/libgslmin.a/bracketing.o .libs/libgsl.lax/libgslmin.a/brent.o .libs/libgsl.lax/libgslmin.a/convergence.o .libs/libgsl.lax/libgslmin.a/fsolver.o .libs/libgsl.lax/libgslmin.a/golden.o .libs/libgsl.lax/libgslmin.a/quad_golden.o .libs/libgsl.lax/libgslmonte.a/miser.o .libs/libgsl.lax/libgslmonte.a/plain.o .libs/libgsl.lax/libgslmonte.a/vegas.o .libs/libgsl.lax/lt11-convergence.o .libs/libgsl.lax/libgslmultifit.a/covar.o .libs/libgsl.lax/libgslmultifit.a/fdfsolver.o .libs/libgsl.lax/libgslmultifit.a/fdjac.o .libs/libgsl.lax/lt12-fsolver.o .libs/libgsl.lax/libgslmultifit.a/gradient.o .libs/libgsl.lax/libgslmultifit.a/lmder.o .libs/libgsl.lax/libgslmultifit.a/multilinear.o .libs/libgsl.lax/libgslmultifit.a/multirobust.o .libs/libgsl.lax/libgslmultifit.a/robust_wfun.o .libs/libgsl.lax/libgslmultifit.a/work.o .libs/libgsl.lax/libgslmultimin.a/conjugate_fr.o .libs/libgsl.lax/libgslmultimin.a/conjugate_pr.o .libs/libgsl.lax/lt13-convergence.o .libs/libgsl.lax/lt14-diff.o .libs/libgsl.lax/libgslmultimin.a/fdfminimizer.o .libs/libgsl.lax/libgslmultimin.a/fminimizer.o .libs/libgsl.lax/libgslmultimin.a/simplex.o .libs/libgsl.lax/libgslmultimin.a/simplex2.o .libs/libgsl.lax/libgslmultimin.a/steepest_descent.o .libs/libgsl.lax/libgslmultimin.a/vector_bfgs.o .libs/libgsl.lax/libgslmultimin.a/vector_bfgs2.o .libs/libgsl.lax/libgslmultiroots.a/broyden.o .libs/libgsl.lax/lt15-convergence.o .libs/libgsl.lax/libgslmultiroots.a/dnewton.o .libs/libgsl.lax/lt16-fdfsolver.o .libs/libgsl.lax/lt17-fdjac.o .libs/libgsl.lax/lt18-fsolver.o .libs/libgsl.lax/libgslmultiroots.a/gnewton.o .libs/libgsl.lax/libgslmultiroots.a/hybrid.o .libs/libgsl.lax/libgslmultiroots.a/hybridj.o .libs/libgsl.lax/libgslmultiroots.a/newton.o .libs/libgsl.lax/libgslntuple.a/ntuple.o .libs/libgsl.lax/libgslodeiv.a/bsimp.o .libs/libgsl.lax/libgslodeiv.a/control.o .libs/libgsl.lax/libgslodeiv.a/cscal.o .libs/libgsl.lax/libgslodeiv.a/cstd.o .libs/libgsl.lax/libgslodeiv.a/evolve.o .libs/libgsl.lax/libgslodeiv.a/gear1.o .libs/libgsl.lax/libgslodeiv.a/gear2.o .libs/libgsl.lax/libgslodeiv.a/rk2.o .libs/libgsl.lax/libgslodeiv.a/rk2imp.o .libs/libgsl.lax/libgslodeiv.a/rk2simp.o .libs/libgsl.lax/libgslodeiv.a/rk4.o .libs/libgsl.lax/libgslodeiv.a/rk4imp.o .libs/libgsl.lax/libgslodeiv.a/rk8pd.o .libs/libgsl.lax/libgslodeiv.a/rkck.o .libs/libgsl.lax/libgslodeiv.a/rkf45.o .libs/libgsl.lax/libgslodeiv.a/step.o .libs/libgsl.lax/lt19-bsimp.o .libs/libgsl.lax/lt20-control.o .libs/libgsl.lax/lt21-cscal.o .libs/libgsl.lax/lt22-cstd.o .libs/libgsl.lax/libgslodeiv2.a/driver.o .libs/libgsl.lax/lt23-evolve.o .libs/libgsl.lax/libgslodeiv2.a/msadams.o .libs/libgsl.lax/libgslodeiv2.a/msbdf.o .libs/libgsl.lax/libgslodeiv2.a/rk1imp.o .libs/libgsl.lax/lt24-rk2.o .libs/libgsl.lax/lt25-rk2imp.o .libs/libgsl.lax/lt26-rk4.o .libs/libgsl.lax/lt27-rk4imp.o .libs/libgsl.lax/lt28-rk8pd.o .libs/libgsl.lax/lt29-rkck.o .libs/libgsl.lax/lt30-rkf45.o .libs/libgsl.lax/lt31-step.o .libs/libgsl.lax/libgslpermutation.a/canonical.o .libs/libgsl.lax/lt32-file.o .libs/libgsl.lax/lt33-init.o .libs/libgsl.lax/lt34-inline.o .libs/libgsl.lax/libgslpermutation.a/permutation.o .libs/libgsl.lax/libgslpermutation.a/permute.o .libs/libgsl.lax/libgslcombination.a/combination.o .libs/libgsl.lax/lt35-file.o .libs/libgsl.lax/lt36-init.o .libs/libgsl.lax/lt37-inline.o .libs/libgsl.lax/lt38-file.o .libs/libgsl.lax/lt39-init.o .libs/libgsl.lax/lt40-inline.o .libs/libgsl.lax/libgslmultiset.a/multiset.o .libs/libgsl.lax/libgslpoly.a/dd.o .libs/libgsl.lax/lt41-deriv.o .libs/libgsl.lax/lt42-eval.o .libs/libgsl.lax/libgslpoly.a/solve_cubic.o .libs/libgsl.lax/libgslpoly.a/solve_quadratic.o .libs/libgsl.lax/libgslpoly.a/zsolve.o .libs/libgsl.lax/libgslpoly.a/zsolve_cubic.o .libs/libgsl.lax/libgslpoly.a/zsolve_init.o .libs/libgsl.lax/libgslpoly.a/zsolve_quadratic.o .libs/libgsl.lax/libgslqrng.a/halton.o .libs/libgsl.lax/lt43-inline.o .libs/libgsl.lax/libgslqrng.a/niederreiter-2.o .libs/libgsl.lax/libgslqrng.a/qrng.o .libs/libgsl.lax/libgslqrng.a/reversehalton.o .libs/libgsl.lax/libgslqrng.a/sobol.o .libs/libgsl.lax/libgslrandist.a/bernoulli.o .libs/libgsl.lax/libgslrandist.a/beta.o .libs/libgsl.lax/libgslrandist.a/bigauss.o .libs/libgsl.lax/libgslrandist.a/binomial.o .libs/libgsl.lax/libgslrandist.a/binomial_tpe.o .libs/libgsl.lax/libgslrandist.a/cauchy.o .libs/libgsl.lax/libgslrandist.a/chisq.o .libs/libgsl.lax/libgslrandist.a/dirichlet.o .libs/libgsl.lax/libgslrandist.a/discrete.o .libs/libgsl.lax/libgslrandist.a/erlang.o .libs/libgsl.lax/lt44-exponential.o .libs/libgsl.lax/libgslrandist.a/exppow.o .libs/libgsl.lax/libgslrandist.a/fdist.o .libs/libgsl.lax/libgslrandist.a/flat.o .libs/libgsl.lax/libgslrandist.a/gamma.o .libs/libgsl.lax/libgslrandist.a/gauss.o .libs/libgsl.lax/libgslrandist.a/gausstail.o .libs/libgsl.lax/libgslrandist.a/gausszig.o .libs/libgsl.lax/libgslrandist.a/geometric.o .libs/libgsl.lax/libgslrandist.a/gumbel.o .libs/libgsl.lax/libgslrandist.a/hyperg.o .libs/libgsl.lax/libgslrandist.a/landau.o .libs/libgsl.lax/libgslrandist.a/laplace.o .libs/libgsl.lax/libgslrandist.a/levy.o .libs/libgsl.lax/libgslrandist.a/logarithmic.o .libs/libgsl.lax/libgslrandist.a/logistic.o .libs/libgsl.lax/libgslrandist.a/lognormal.o .libs/libgsl.lax/libgslrandist.a/multinomial.o .libs/libgsl.lax/libgslrandist.a/nbinomial.o .libs/libgsl.lax/libgslrandist.a/pareto.o .libs/libgsl.lax/libgslrandist.a/pascal.o .libs/libgsl.lax/libgslrandist.a/poisson.o .libs/libgsl.lax/libgslrandist.a/rayleigh.o .libs/libgsl.lax/libgslrandist.a/shuffle.o .libs/libgsl.lax/libgslrandist.a/sphere.o .libs/libgsl.lax/libgslrandist.a/tdist.o .libs/libgsl.lax/libgslrandist.a/weibull.o .libs/libgsl.lax/libgslrng.a/borosh13.o .libs/libgsl.lax/libgslrng.a/cmrg.o .libs/libgsl.lax/libgslrng.a/coveyou.o .libs/libgsl.lax/libgslrng.a/default.o .libs/libgsl.lax/lt45-file.o .libs/libgsl.lax/libgslrng.a/fishman18.o .libs/libgsl.lax/libgslrng.a/fishman20.o .libs/libgsl.lax/libgslrng.a/fishman2x.o .libs/libgsl.lax/libgslrng.a/gfsr4.o .libs/libgsl.lax/lt46-inline.o .libs/libgsl.lax/libgslrng.a/knuthran.o .libs/libgsl.lax/libgslrng.a/knuthran2.o .libs/libgsl.lax/libgslrng.a/knuthran2002.o .libs/libgsl.lax/libgslrng.a/lecuyer21.o .libs/libgsl.lax/libgslrng.a/minstd.o .libs/libgsl.lax/libgslrng.a/mrg.o .libs/libgsl.lax/libgslrng.a/mt.o .libs/libgsl.lax/libgslrng.a/r250.o .libs/libgsl.lax/libgslrng.a/ran0.o .libs/libgsl.lax/libgslrng.a/ran1.o .libs/libgsl.lax/libgslrng.a/ran2.o .libs/libgsl.lax/libgslrng.a/ran3.o .libs/libgsl.lax/libgslrng.a/rand.o .libs/libgsl.lax/libgslrng.a/rand48.o .libs/libgsl.lax/libgslrng.a/random.o .libs/libgsl.lax/libgslrng.a/randu.o .libs/libgsl.lax/libgslrng.a/ranf.o .libs/libgsl.lax/libgslrng.a/ranlux.o .libs/libgsl.lax/libgslrng.a/ranlxd.o .libs/libgsl.lax/libgslrng.a/ranlxs.o .libs/libgsl.lax/libgslrng.a/ranmar.o .libs/libgsl.lax/libgslrng.a/rng.o .libs/libgsl.lax/libgslrng.a/slatec.o .libs/libgsl.lax/libgslrng.a/taus.o .libs/libgsl.lax/libgslrng.a/taus113.o .libs/libgsl.lax/libgslrng.a/transputer.o .libs/libgsl.lax/libgslrng.a/tt.o .libs/libgsl.lax/libgslrng.a/types.o .libs/libgsl.lax/libgslrng.a/uni.o .libs/libgsl.lax/libgslrng.a/uni32.o .libs/libgsl.lax/libgslrng.a/vax.o .libs/libgsl.lax/libgslrng.a/waterman14.o .libs/libgsl.lax/libgslrng.a/zuf.o .libs/libgsl.lax/libgslroots.a/bisection.o .libs/libgsl.lax/lt47-brent.o .libs/libgsl.lax/lt48-convergence.o .libs/libgsl.lax/libgslroots.a/falsepos.o .libs/libgsl.lax/lt49-fdfsolver.o .libs/libgsl.lax/lt50-fsolver.o .libs/libgsl.lax/lt51-newton.o .libs/libgsl.lax/libgslroots.a/secant.o .libs/libgsl.lax/libgslroots.a/steffenson.o .libs/libgsl.lax/libgslsiman.a/siman.o .libs/libgsl.lax/lt52-sort.o .libs/libgsl.lax/libgslsort.a/sortind.o .libs/libgsl.lax/libgslsort.a/sortvec.o .libs/libgsl.lax/libgslsort.a/sortvecind.o .libs/libgsl.lax/libgslsort.a/subset.o .libs/libgsl.lax/libgslsort.a/subsetind.o .libs/libgsl.lax/libgslspecfunc.a/airy.o .libs/libgsl.lax/libgslspecfunc.a/airy_der.o .libs/libgsl.lax/libgslspecfunc.a/airy_zero.o .libs/libgsl.lax/libgslspecfunc.a/atanint.o .libs/libgsl.lax/libgslspecfunc.a/bessel.o .libs/libgsl.lax/libgslspecfunc.a/bessel_I0.o .libs/libgsl.lax/libgslspecfunc.a/bessel_I1.o .libs/libgsl.lax/libgslspecfunc.a/bessel_In.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Inu.o .libs/libgsl.lax/libgslspecfunc.a/bessel_J0.o .libs/libgsl.lax/libgslspecfunc.a/bessel_J1.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Jn.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Jnu.o .libs/libgsl.lax/libgslspecfunc.a/bessel_K0.o .libs/libgsl.lax/libgslspecfunc.a/bessel_K1.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Kn.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Knu.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Y0.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Y1.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Yn.o .libs/libgsl.lax/libgslspecfunc.a/bessel_Ynu.o .libs/libgsl.lax/libgslspecfunc.a/bessel_amp_phase.o .libs/libgsl.lax/libgslspecfunc.a/bessel_i.o .libs/libgsl.lax/libgslspecfunc.a/bessel_j.o .libs/libgsl.lax/libgslspecfunc.a/bessel_k.o .libs/libgsl.lax/libgslspecfunc.a/bessel_olver.o .libs/libgsl.lax/libgslspecfunc.a/bessel_sequence.o .libs/libgsl.lax/libgslspecfunc.a/bessel_temme.o .libs/libgsl.lax/libgslspecfunc.a/bessel_y.o .libs/libgsl.lax/libgslspecfunc.a/bessel_zero.o .libs/libgsl.lax/lt53-beta.o .libs/libgsl.lax/libgslspecfunc.a/beta_inc.o .libs/libgsl.lax/libgslspecfunc.a/clausen.o .libs/libgsl.lax/libgslspecfunc.a/coulomb.o .libs/libgsl.lax/libgslspecfunc.a/coulomb_bound.o .libs/libgsl.lax/libgslspecfunc.a/coupling.o .libs/libgsl.lax/libgslspecfunc.a/dawson.o .libs/libgsl.lax/libgslspecfunc.a/debye.o .libs/libgsl.lax/libgslspecfunc.a/dilog.o .libs/libgsl.lax/libgslspecfunc.a/elementary.o .libs/libgsl.lax/libgslspecfunc.a/ellint.o .libs/libgsl.lax/libgslspecfunc.a/elljac.o .libs/libgsl.lax/libgslspecfunc.a/erfc.o .libs/libgsl.lax/libgslspecfunc.a/exp.o .libs/libgsl.lax/libgslspecfunc.a/expint.o .libs/libgsl.lax/libgslspecfunc.a/expint3.o .libs/libgsl.lax/libgslspecfunc.a/fermi_dirac.o .libs/libgsl.lax/lt54-gamma.o .libs/libgsl.lax/libgslspecfunc.a/gamma_inc.o .libs/libgsl.lax/libgslspecfunc.a/gegenbauer.o .libs/libgsl.lax/lt55-hyperg.o .libs/libgsl.lax/libgslspecfunc.a/hyperg_0F1.o .libs/libgsl.lax/libgslspecfunc.a/hyperg_1F1.o .libs/libgsl.lax/libgslspecfunc.a/hyperg_2F0.o .libs/libgsl.lax/libgslspecfunc.a/hyperg_2F1.o .libs/libgsl.lax/libgslspecfunc.a/hyperg_U.o .libs/libgsl.lax/libgslspecfunc.a/laguerre.o .libs/libgsl.lax/libgslspecfunc.a/lambert.o .libs/libgsl.lax/libgslspecfunc.a/legendre_H3d.o .libs/libgsl.lax/libgslspecfunc.a/legendre_Qn.o .libs/libgsl.lax/libgslspecfunc.a/legendre_con.o .libs/libgsl.lax/libgslspecfunc.a/legendre_poly.o .libs/libgsl.lax/libgslspecfunc.a/log.o .libs/libgsl.lax/libgslspecfunc.a/mathieu_angfunc.o .libs/libgsl.lax/libgslspecfunc.a/mathieu_charv.o .libs/libgsl.lax/libgslspecfunc.a/mathieu_coeff.o .libs/libgsl.lax/libgslspecfunc.a/mathieu_radfunc.o .libs/libgsl.lax/libgslspecfunc.a/mathieu_workspace.o .libs/libgsl.lax/libgslspecfunc.a/poch.o .libs/libgsl.lax/libgslspecfunc.a/pow_int.o .libs/libgsl.lax/libgslspecfunc.a/psi.o .libs/libgsl.lax/libgslspecfunc.a/result.o .libs/libgsl.lax/libgslspecfunc.a/shint.o .libs/libgsl.lax/libgslspecfunc.a/sinint.o .libs/libgsl.lax/libgslspecfunc.a/synchrotron.o .libs/libgsl.lax/libgslspecfunc.a/transport.o .libs/libgsl.lax/libgslspecfunc.a/trig.o .libs/libgsl.lax/libgslspecfunc.a/zeta.o .libs/libgsl.lax/libgslstatistics.a/absdev.o .libs/libgsl.lax/libgslstatistics.a/covariance.o .libs/libgsl.lax/libgslstatistics.a/kurtosis.o .libs/libgsl.lax/libgslstatistics.a/lag1.o .libs/libgsl.lax/libgslstatistics.a/mean.o .libs/libgsl.lax/libgslstatistics.a/median.o .libs/libgsl.lax/lt56-minmax.o .libs/libgsl.lax/libgslstatistics.a/p_variance.o .libs/libgsl.lax/libgslstatistics.a/quantiles.o .libs/libgsl.lax/libgslstatistics.a/skew.o .libs/libgsl.lax/libgslstatistics.a/ttest.o .libs/libgsl.lax/libgslstatistics.a/variance.o .libs/libgsl.lax/libgslstatistics.a/wabsdev.o .libs/libgsl.lax/libgslstatistics.a/wkurtosis.o .libs/libgsl.lax/libgslstatistics.a/wmean.o .libs/libgsl.lax/libgslstatistics.a/wskew.o .libs/libgsl.lax/libgslstatistics.a/wvariance.o .libs/libgsl.lax/libgslsum.a/levin_u.o .libs/libgsl.lax/libgslsum.a/levin_utrunc.o .libs/libgsl.lax/libgslsum.a/work_u.o .libs/libgsl.lax/libgslsum.a/work_utrunc.o .libs/libgsl.lax/libgslsys.a/coerce.o .libs/libgsl.lax/libgslsys.a/expm1.o .libs/libgsl.lax/libgslsys.a/fcmp.o .libs/libgsl.lax/libgslsys.a/fdiv.o .libs/libgsl.lax/libgslsys.a/hypot.o .libs/libgsl.lax/libgslsys.a/infnan.o .libs/libgsl.lax/libgslsys.a/invhyp.o .libs/libgsl.lax/libgslsys.a/ldfrexp.o .libs/libgsl.lax/libgslsys.a/log1p.o .libs/libgsl.lax/lt57-minmax.o .libs/libgsl.lax/lt58-pow_int.o .libs/libgsl.lax/libgslsys.a/prec.o .libs/libgsl.lax/libgsltest.a/results.o .libs/libgsl.lax/libutils.a/placeholder.o .libs/libgsl.lax/lt59-copy.o .libs/libgsl.lax/lt60-file.o .libs/libgsl.lax/lt61-init.o .libs/libgsl.lax/lt62-minmax.o .libs/libgsl.lax/lt63-oper.o .libs/libgsl.lax/lt64-prop.o .libs/libgsl.lax/libgslvector.a/reim.o .libs/libgsl.lax/libgslvector.a/subvector.o .libs/libgsl.lax/lt65-swap.o .libs/libgsl.lax/libgslvector.a/vector.o .libs/libgsl.lax/lt66-view.o .libs/libgsl.lax/lt67-beta.o .libs/libgsl.lax/libgslcdf.a/betainv.o .libs/libgsl.lax/lt68-binomial.o .libs/libgsl.lax/lt69-cauchy.o .libs/libgsl.lax/libgslcdf.a/cauchyinv.o .libs/libgsl.lax/lt70-chisq.o .libs/libgsl.lax/libgslcdf.a/chisqinv.o .libs/libgsl.lax/lt71-exponential.o .libs/libgsl.lax/libgslcdf.a/exponentialinv.o .libs/libgsl.lax/lt72-exppow.o .libs/libgsl.lax/lt73-fdist.o .libs/libgsl.lax/libgslcdf.a/fdistinv.o .libs/libgsl.lax/lt74-flat.o .libs/libgsl.lax/libgslcdf.a/flatinv.o .libs/libgsl.lax/lt75-gamma.o .libs/libgsl.lax/libgslcdf.a/gammainv.o .libs/libgsl.lax/lt76-gauss.o .libs/libgsl.lax/libgslcdf.a/gaussinv.o .libs/libgsl.lax/lt77-geometric.o .libs/libgsl.lax/libgslcdf.a/gumbel1.o .libs/libgsl.lax/libgslcdf.a/gumbel1inv.o .libs/libgsl.lax/libgslcdf.a/gumbel2.o .libs/libgsl.lax/libgslcdf.a/gumbel2inv.o .libs/libgsl.lax/libgslcdf.a/hypergeometric.o .libs/libgsl.lax/lt78-laplace.o .libs/libgsl.lax/libgslcdf.a/laplaceinv.o .libs/libgsl.lax/lt79-logistic.o .libs/libgsl.lax/libgslcdf.a/logisticinv.o .libs/libgsl.lax/lt80-lognormal.o .libs/libgsl.lax/libgslcdf.a/lognormalinv.o .libs/libgsl.lax/lt81-nbinomial.o .libs/libgsl.lax/lt82-pareto.o .libs/libgsl.lax/libgslcdf.a/paretoinv.o .libs/libgsl.lax/lt83-pascal.o .libs/libgsl.lax/lt84-poisson.o .libs/libgsl.lax/lt85-rayleigh.o .libs/libgsl.lax/libgslcdf.a/rayleighinv.o .libs/libgsl.lax/lt86-tdist.o .libs/libgsl.lax/libgslcdf.a/tdistinv.o .libs/libgsl.lax/lt87-weibull.o .libs/libgsl.lax/libgslcdf.a/weibullinv.o .libs/libgsl.lax/lt88-bspline.o .libs/libgsl.lax/libgslwavelet.a/daubechies.o .libs/libgsl.lax/libgslwavelet.a/dwt.o .libs/libgsl.lax/libgslwavelet.a/haar.o .libs/libgsl.lax/libgslwavelet.a/wavelet.o | |
libtool: link: ranlib .libs/libgsl.a | |
libtool: link: rm -fr .libs/libgsl.lax .libs/libgsl.lax | |
libtool: link: ( cd ".libs" && rm -f "libgsl.la" && ln -s "../libgsl.la" "libgsl.la" ) | |
libtool: link: /usr/bin/cc -O3 -DNDEBUG -o gsl-randist gsl-randist.o -L/home/surchs/Code/minc-toolkit/build/external//usr/local/lib ./.libs/libgsl.a cblas/.libs/libgslcblas.a -lm | |
libtool: link: /usr/bin/cc -O3 -DNDEBUG -o gsl-histogram gsl-histogram.o -L/home/surchs/Code/minc-toolkit/build/external//usr/local/lib ./.libs/libgsl.a cblas/.libs/libgslcblas.a -lm | |
creating gsl-config | |
creating gsl.pc | |
[ 1%] Performing install step for 'GSL' | |
Making install in gsl | |
Making install in utils | |
Making install in sys | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_sys.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in test | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_test.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in err | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_errno.h gsl_message.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in const | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_const.h gsl_const_cgs.h gsl_const_mks.h gsl_const_cgsm.h gsl_const_mksa.h gsl_const_num.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in complex | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_complex.h gsl_complex_math.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in cheb | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_chebyshev.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in block | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_block.h gsl_block_char.h gsl_block_complex_double.h gsl_block_complex_float.h gsl_block_complex_long_double.h gsl_block_double.h gsl_block_float.h gsl_block_int.h gsl_block_long.h gsl_block_long_double.h gsl_block_short.h gsl_block_uchar.h gsl_block_uint.h gsl_block_ulong.h gsl_block_ushort.h gsl_check_range.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in vector | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_vector.h gsl_vector_char.h gsl_vector_complex.h gsl_vector_complex_double.h gsl_vector_complex_float.h gsl_vector_complex_long_double.h gsl_vector_double.h gsl_vector_float.h gsl_vector_int.h gsl_vector_long.h gsl_vector_long_double.h gsl_vector_short.h gsl_vector_uchar.h gsl_vector_uint.h gsl_vector_ulong.h gsl_vector_ushort.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in matrix | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_matrix.h gsl_matrix_char.h gsl_matrix_complex_double.h gsl_matrix_complex_float.h gsl_matrix_complex_long_double.h gsl_matrix_double.h gsl_matrix_float.h gsl_matrix_int.h gsl_matrix_long.h gsl_matrix_long_double.h gsl_matrix_short.h gsl_matrix_uchar.h gsl_matrix_uint.h gsl_matrix_ulong.h gsl_matrix_ushort.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in permutation | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_permutation.h gsl_permute.h gsl_permute_char.h gsl_permute_complex_double.h gsl_permute_complex_float.h gsl_permute_complex_long_double.h gsl_permute_double.h gsl_permute_float.h gsl_permute_int.h gsl_permute_long.h gsl_permute_long_double.h gsl_permute_short.h gsl_permute_uchar.h gsl_permute_uint.h gsl_permute_ulong.h gsl_permute_ushort.h gsl_permute_vector.h gsl_permute_vector_char.h gsl_permute_vector_complex_double.h gsl_permute_vector_complex_float.h gsl_permute_vector_complex_long_double.h gsl_permute_vector_double.h gsl_permute_vector_float.h gsl_permute_vector_int.h gsl_permute_vector_long.h gsl_permute_vector_long_double.h gsl_permute_vector_short.h gsl_permute_vector_uchar.h gsl_permute_vector_uint.h gsl_permute_vector_ulong.h gsl_permute_vector_ushort.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in combination | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_combination.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in multiset | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_multiset.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in sort | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_heapsort.h gsl_sort.h gsl_sort_char.h gsl_sort_double.h gsl_sort_float.h gsl_sort_int.h gsl_sort_long.h gsl_sort_long_double.h gsl_sort_short.h gsl_sort_uchar.h gsl_sort_uint.h gsl_sort_ulong.h gsl_sort_ushort.h gsl_sort_vector.h gsl_sort_vector_char.h gsl_sort_vector_double.h gsl_sort_vector_float.h gsl_sort_vector_int.h gsl_sort_vector_long.h gsl_sort_vector_long_double.h gsl_sort_vector_short.h gsl_sort_vector_uchar.h gsl_sort_vector_uint.h gsl_sort_vector_ulong.h gsl_sort_vector_ushort.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in ieee-utils | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_ieee_utils.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in cblas | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib' | |
/bin/bash ../libtool --mode=install /usr/bin/install -c libgslcblas.la '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib' | |
libtool: install: /usr/bin/install -c .libs/libgslcblas.lai /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libgslcblas.la | |
libtool: install: /usr/bin/install -c .libs/libgslcblas.a /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libgslcblas.a | |
libtool: install: chmod 644 /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libgslcblas.a | |
libtool: install: ranlib /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libgslcblas.a | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_cblas.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in blas | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_blas.h gsl_blas_types.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in linalg | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_linalg.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in eigen | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_eigen.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in specfunc | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_sf.h gsl_sf_airy.h gsl_sf_bessel.h gsl_sf_clausen.h gsl_sf_coulomb.h gsl_sf_coupling.h gsl_sf_dawson.h gsl_sf_debye.h gsl_sf_dilog.h gsl_sf_elementary.h gsl_sf_ellint.h gsl_sf_elljac.h gsl_sf_erf.h gsl_sf_exp.h gsl_sf_expint.h gsl_sf_fermi_dirac.h gsl_sf_gamma.h gsl_sf_gegenbauer.h gsl_sf_hyperg.h gsl_sf_laguerre.h gsl_sf_lambert.h gsl_sf_legendre.h gsl_sf_log.h gsl_sf_mathieu.h gsl_sf_pow_int.h gsl_sf_psi.h gsl_sf_result.h gsl_sf_synchrotron.h gsl_sf_transport.h gsl_sf_trig.h gsl_sf_zeta.h gsl_specfunc.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in dht | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_dht.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in qrng | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_qrng.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in rng | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_rng.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in randist | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_randist.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in fft | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_fft.h gsl_fft_complex.h gsl_fft_halfcomplex.h gsl_fft_real.h gsl_dft_complex.h gsl_dft_complex_float.h gsl_fft_complex_float.h gsl_fft_halfcomplex_float.h gsl_fft_real_float.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in poly | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_poly.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in fit | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_fit.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in multifit | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_multifit.h gsl_multifit_nlin.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in statistics | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_statistics.h gsl_statistics_char.h gsl_statistics_double.h gsl_statistics_float.h gsl_statistics_int.h gsl_statistics_long.h gsl_statistics_long_double.h gsl_statistics_short.h gsl_statistics_uchar.h gsl_statistics_uint.h gsl_statistics_ulong.h gsl_statistics_ushort.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in siman | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_siman.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in sum | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_sum.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in integration | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_integration.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in interpolation | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_interp.h gsl_spline.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in histogram | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_histogram.h gsl_histogram2d.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in ode-initval | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_odeiv.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in ode-initval2 | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_odeiv2.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in roots | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_roots.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in multiroots | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_multiroots.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in min | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_min.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in multimin | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_multimin.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in monte | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_monte.h gsl_monte_vegas.h gsl_monte_miser.h gsl_monte_plain.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in ntuple | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_ntuple.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in diff | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_diff.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in deriv | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_deriv.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in cdf | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_cdf.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in wavelet | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_wavelet.h gsl_wavelet2d.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in bspline | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_bspline.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
Making install in doc | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/info' | |
/usr/bin/install -c -m 644 ./gsl-ref.info ./gsl-ref.info-1 ./gsl-ref.info-2 ./gsl-ref.info-3 ./gsl-ref.info-4 ./gsl-ref.info-5 '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/info' | |
install-info --info-dir='/home/surchs/Code/minc-toolkit/build/external/usr/local/share/info' '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/info/gsl-ref.info' | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/man/man1' | |
/usr/bin/install -c -m 644 gsl-config.1 gsl-randist.1 gsl-histogram.1 '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/man/man1' | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/man/man3' | |
/usr/bin/install -c -m 644 gsl.3 '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/man/man3' | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c libgsl.la '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib' | |
libtool: install: /usr/bin/install -c .libs/libgsl.lai /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libgsl.la | |
libtool: install: /usr/bin/install -c .libs/libgsl.a /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libgsl.a | |
libtool: install: chmod 644 /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libgsl.a | |
libtool: install: ranlib /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libgsl.a | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/bin' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c gsl-randist gsl-histogram '/home/surchs/Code/minc-toolkit/build/external/usr/local/bin' | |
libtool: install: /usr/bin/install -c gsl-randist /home/surchs/Code/minc-toolkit/build/external/usr/local/bin/gsl-randist | |
libtool: install: /usr/bin/install -c gsl-histogram /home/surchs/Code/minc-toolkit/build/external/usr/local/bin/gsl-histogram | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/bin' | |
/usr/bin/install -c gsl-config '/home/surchs/Code/minc-toolkit/build/external/usr/local/bin' | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/aclocal' | |
/usr/bin/install -c -m 644 gsl.m4 '/home/surchs/Code/minc-toolkit/build/external/usr/local/share/aclocal' | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib/pkgconfig' | |
/usr/bin/install -c -m 644 gsl.pc '/home/surchs/Code/minc-toolkit/build/external/usr/local/lib/pkgconfig' | |
/bin/mkdir -p '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
/usr/bin/install -c -m 644 gsl_math.h gsl_pow_int.h gsl_nan.h gsl_machine.h gsl_mode.h gsl_precision.h gsl_types.h gsl_version.h gsl_minmax.h gsl_inline.h '/home/surchs/Code/minc-toolkit/build/external/usr/local/include/gsl' | |
[ 1%] Completed 'GSL' | |
[ 1%] Built target GSL | |
Scanning dependencies of target ZLIB | |
[ 1%] Creating directories for 'ZLIB' | |
[ 1%] Performing download step (download, verify and extract) for 'ZLIB' | |
-- downloading... | |
src='http://zlib.net/zlib-1.2.8.tar.gz' | |
dst='/home/surchs/Code/minc-toolkit/build/ZLIB-prefix/src/zlib-1.2.8.tar.gz' | |
timeout='none' | |
-- [download 0% complete] | |
-- [download 1% complete] | |
-- [download 2% complete] | |
-- [download 3% complete] | |
-- [download 4% complete] | |
-- [download 5% complete] | |
-- [download 6% complete] | |
-- [download 7% complete] | |
-- [download 8% complete] | |
-- [download 9% complete] | |
-- [download 10% complete] | |
-- [download 11% complete] | |
-- [download 12% complete] | |
-- [download 13% complete] | |
-- [download 14% complete] | |
-- [download 15% complete] | |
-- [download 16% complete] | |
-- [download 17% complete] | |
-- [download 18% complete] | |
-- [download 19% complete] | |
-- [download 20% complete] | |
-- [download 21% complete] | |
-- [download 22% complete] | |
-- [download 23% complete] | |
-- [download 24% complete] | |
-- [download 25% complete] | |
-- [download 26% complete] | |
-- [download 27% complete] | |
-- [download 28% complete] | |
-- [download 29% complete] | |
-- [download 30% complete] | |
-- [download 31% complete] | |
-- [download 32% complete] | |
-- [download 33% complete] | |
-- [download 34% complete] | |
-- [download 35% complete] | |
-- [download 38% complete] | |
-- [download 41% complete] | |
-- [download 44% complete] | |
-- [download 46% complete] | |
-- [download 49% complete] | |
-- [download 52% complete] | |
-- [download 54% complete] | |
-- [download 57% complete] | |
-- [download 60% complete] | |
-- [download 63% complete] | |
-- [download 66% complete] | |
-- [download 69% complete] | |
-- [download 71% complete] | |
-- [download 74% complete] | |
-- [download 77% complete] | |
-- [download 79% complete] | |
-- [download 80% complete] | |
-- [download 81% complete] | |
-- [download 82% complete] | |
-- [download 83% complete] | |
-- [download 84% complete] | |
-- [download 85% complete] | |
-- [download 86% complete] | |
-- [download 87% complete] | |
-- [download 88% complete] | |
-- [download 89% complete] | |
-- [download 90% complete] | |
-- [download 91% complete] | |
-- [download 92% complete] | |
-- [download 93% complete] | |
-- [download 94% complete] | |
-- [download 95% complete] | |
-- [download 96% complete] | |
-- [download 97% complete] | |
-- [download 98% complete] | |
-- [download 99% complete] | |
-- [download 100% complete] | |
-- downloading... done | |
-- verifying file... | |
file='/home/surchs/Code/minc-toolkit/build/ZLIB-prefix/src/zlib-1.2.8.tar.gz' | |
-- verifying file... done | |
-- extracting... | |
src='/home/surchs/Code/minc-toolkit/build/ZLIB-prefix/src/zlib-1.2.8.tar.gz' | |
dst='/home/surchs/Code/minc-toolkit/build/ZLIB' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 1%] No patch step for 'ZLIB' | |
[ 1%] No update step for 'ZLIB' | |
[ 1%] Performing configure step for 'ZLIB' | |
-- The C compiler identification is GNU 4.9.2 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Check size of off64_t | |
-- Check size of off64_t - done | |
-- Looking for fseeko | |
-- Looking for fseeko - found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Renaming | |
-- /home/surchs/Code/minc-toolkit/build/ZLIB/zconf.h | |
-- to 'zconf.h.included' because this file is included with zlib | |
-- but CMake generates it automatically in the build directory. | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/surchs/Code/minc-toolkit/build/ZLIB-build | |
[ 2%] Performing build step for 'ZLIB' | |
Scanning dependencies of target zlib | |
[ 2%] Building C object CMakeFiles/zlib.dir/adler32.o | |
[ 5%] Building C object CMakeFiles/zlib.dir/compress.o | |
[ 8%] Building C object CMakeFiles/zlib.dir/crc32.o | |
[ 11%] Building C object CMakeFiles/zlib.dir/deflate.o | |
[ 14%] Building C object CMakeFiles/zlib.dir/gzclose.o | |
[ 17%] Building C object CMakeFiles/zlib.dir/gzlib.o | |
[ 20%] Building C object CMakeFiles/zlib.dir/gzread.o | |
[ 23%] Building C object CMakeFiles/zlib.dir/gzwrite.o | |
[ 26%] Building C object CMakeFiles/zlib.dir/inflate.o | |
[ 29%] Building C object CMakeFiles/zlib.dir/infback.o | |
[ 32%] Building C object CMakeFiles/zlib.dir/inftrees.o | |
[ 35%] Building C object CMakeFiles/zlib.dir/inffast.o | |
[ 38%] Building C object CMakeFiles/zlib.dir/trees.o | |
[ 41%] Building C object CMakeFiles/zlib.dir/uncompr.o | |
[ 44%] Building C object CMakeFiles/zlib.dir/zutil.o | |
Linking C shared library libz.so | |
[ 44%] Built target zlib | |
Scanning dependencies of target example | |
[ 47%] Building C object CMakeFiles/example.dir/test/example.o | |
Linking C executable example | |
[ 47%] Built target example | |
Scanning dependencies of target example64 | |
[ 50%] Building C object CMakeFiles/example64.dir/test/example.o | |
Linking C executable example64 | |
[ 50%] Built target example64 | |
Scanning dependencies of target minigzip | |
[ 52%] Building C object CMakeFiles/minigzip.dir/test/minigzip.o | |
Linking C executable minigzip | |
[ 52%] Built target minigzip | |
Scanning dependencies of target minigzip64 | |
[ 55%] Building C object CMakeFiles/minigzip64.dir/test/minigzip.o | |
Linking C executable minigzip64 | |
[ 55%] Built target minigzip64 | |
Scanning dependencies of target zlibstatic | |
[ 58%] Building C object CMakeFiles/zlibstatic.dir/adler32.o | |
[ 61%] Building C object CMakeFiles/zlibstatic.dir/compress.o | |
[ 64%] Building C object CMakeFiles/zlibstatic.dir/crc32.o | |
[ 67%] Building C object CMakeFiles/zlibstatic.dir/deflate.o | |
[ 70%] Building C object CMakeFiles/zlibstatic.dir/gzclose.o | |
[ 73%] Building C object CMakeFiles/zlibstatic.dir/gzlib.o | |
[ 76%] Building C object CMakeFiles/zlibstatic.dir/gzread.o | |
[ 79%] Building C object CMakeFiles/zlibstatic.dir/gzwrite.o | |
[ 82%] Building C object CMakeFiles/zlibstatic.dir/inflate.o | |
[ 85%] Building C object CMakeFiles/zlibstatic.dir/infback.o | |
[ 88%] Building C object CMakeFiles/zlibstatic.dir/inftrees.o | |
[ 91%] Building C object CMakeFiles/zlibstatic.dir/inffast.o | |
[ 94%] Building C object CMakeFiles/zlibstatic.dir/trees.o | |
[ 97%] Building C object CMakeFiles/zlibstatic.dir/uncompr.o | |
[100%] Building C object CMakeFiles/zlibstatic.dir/zutil.o | |
Linking C static library libz.a | |
[100%] Built target zlibstatic | |
[ 2%] Performing install step for 'ZLIB' | |
[ 44%] Built target zlib | |
[ 47%] Built target example | |
[ 50%] Built target example64 | |
[ 52%] Built target minigzip | |
[ 55%] Built target minigzip64 | |
[100%] Built target zlibstatic | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libz.so.1.2.8 | |
-- Installing: /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libz.so.1 | |
-- Installing: /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libz.so | |
-- Installing: /home/surchs/Code/minc-toolkit/build/external/usr/local/lib/libz.a | |
-- Installing: /home/surchs/Code/minc-toolkit/build/external/usr/local/include/zconf.h | |
-- Installing: /home/surchs/Code/minc-toolkit/build/external/usr/local/include/zlib.h | |
-- Installing: /home/surchs/Code/minc-toolkit/build/external/usr/local/share/man/man3/zlib.3 | |
-- Installing: /home/surchs/Code/minc-toolkit/build/external/usr/local/share/pkgconfig/zlib.pc | |
[ 2%] Completed 'ZLIB' | |
[ 2%] Built target ZLIB | |
Scanning dependencies of target HDF5 | |
[ 2%] Creating directories for 'HDF5' | |
[ 2%] Performing download step (download, verify and extract) for 'HDF5' | |
-- downloading... | |
src='http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.11/src/hdf5-1.8.11.tar.gz' | |
dst='/home/surchs/Code/minc-toolkit/build/HDF5-prefix/src/hdf5-1.8.11.tar.gz' | |
timeout='none' | |
-- [download 0% complete] | |
-- [download 1% complete] | |
-- [download 2% complete] | |
-- [download 3% complete] | |
-- [download 4% complete] | |
-- [download 5% complete] | |
-- [download 6% complete] | |
-- [download 7% complete] | |
-- [download 8% complete] | |
-- [download 9% complete] | |
-- [download 10% complete] | |
-- [download 11% complete] | |
-- [download 12% complete] | |
-- [download 13% complete] | |
-- [download 14% complete] | |
-- [download 15% complete] | |
-- [download 16% complete] | |
-- [download 17% complete] | |
-- [download 18% complete] | |
-- [download 19% complete] | |
-- [download 20% complete] | |
-- [download 21% complete] | |
-- [download 22% complete] | |
-- [download 23% complete] | |
-- [download 24% complete] | |
-- [download 25% complete] | |
-- [download 26% complete] | |
-- [download 27% complete] | |
-- [download 28% complete] | |
-- [download 29% complete] | |
-- [download 30% complete] | |
-- [download 31% complete] | |
-- [download 32% complete] | |
-- [download 33% complete] | |
-- [download 34% complete] | |
-- [download 35% complete] | |
-- [download 36% complete] | |
-- [download 37% complete] | |
-- [download 38% complete] | |
-- [download 39% complete] | |
-- [download 40% complete] | |
-- [download 41% complete] | |
-- [download 42% complete] | |
-- [download 43% complete] | |
-- [download 44% complete] | |
-- [download 45% complete] | |
-- [download 46% complete] | |
-- [download 47% complete] | |
-- [download 48% complete] | |
-- [download 49% complete] | |
-- [download 50% complete] | |
-- [download 51% complete] | |
-- [download 52% complete] | |
-- [download 53% complete] | |
-- [download 54% complete] | |
-- [download 55% complete] | |
-- [download 56% complete] | |
-- [download 57% complete] | |
-- [download 58% complete] | |
-- [download 59% complete] | |
-- [download 60% complete] | |
-- [download 61% complete] | |
-- [download 62% complete] | |
-- [download 63% complete] | |
-- [download 64% complete] | |
-- [download 65% complete] | |
-- [download 66% complete] | |
-- [download 67% complete] | |
-- [download 68% complete] | |
-- [download 69% complete] | |
-- [download 70% complete] | |
-- [download 71% complete] | |
-- [download 72% complete] | |
-- [download 73% complete] | |
-- [download 74% complete] | |
-- [download 75% complete] | |
-- [download 76% complete] | |
-- [download 77% complete] | |
-- [download 78% complete] | |
-- [download 79% complete] | |
-- [download 80% complete] | |
-- [download 81% complete] | |
-- [download 82% complete] | |
-- [download 83% complete] | |
-- [download 84% complete] | |
-- [download 85% complete] | |
-- [download 86% complete] | |
-- [download 87% complete] | |
-- [download 88% complete] | |
-- [download 89% complete] | |
-- [download 90% complete] | |
-- [download 91% complete] | |
-- [download 92% complete] | |
-- [download 93% complete] | |
-- [download 94% complete] | |
-- [download 95% complete] | |
-- [download 96% complete] | |
-- [download 97% complete] | |
-- [download 98% complete] | |
-- [download 99% complete] | |
-- [download 100% complete] | |
-- downloading... done | |
-- verifying file... | |
file='/home/surchs/Code/minc-toolkit/build/HDF5-prefix/src/hdf5-1.8.11.tar.gz' | |
-- verifying file... done | |
-- extracting... | |
src='/home/surchs/Code/minc-toolkit/build/HDF5-prefix/src/hdf5-1.8.11.tar.gz' | |
dst='/home/surchs/Code/minc-toolkit/build/HDF5' | |
-- extracting... [tar xfz] | |
-- extracting... [analysis] | |
-- extracting... [rename] | |
-- extracting... [clean up] | |
-- extracting... done | |
[ 2%] No patch step for 'HDF5' | |
[ 2%] No update step for 'HDF5' | |
[ 2%] Performing configure step for 'HDF5' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking shell variables initial values... done | |
checking if basename works... yes | |
checking if xargs works... yes | |
checking for cached host... none | |
checking for config x86_64-unknown-linux-gnu... no | |
checking for config x86_64-unknown-linux-gnu... no | |
checking for config unknown-linux-gnu... no | |
checking for config unknown-linux-gnu... no | |
checking for config x86_64-linux-gnu... no | |
checking for config x86_64-linux-gnu... no | |
checking for config x86_64-unknown... no | |
checking for config linux-gnu... found | |
compiler '/usr/bin/cc' is GNU gcc-4.9.2 | |
CC_BASENAME is cc. | |
No match to get cc_version_info for /usr/bin/cc | |
No match to get fc_version_info for | |
No match to get cxx_version_info for /usr/bin/c++ | |
checking for config ./config/site-specific/host-ace-ws-4... no | |
checking for gcc... /usr/bin/cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/cc... gcc3 | |
checking if unsupported combinations of configure options are allowed... no | |
checking if Fortran interface enabled... no | |
checking if Fortran 2003 interface enabled... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/c++ accepts -g... yes | |
checking dependency style of /usr/bin/c++... gcc3 | |
checking how to run the C++ preprocessor... /usr/bin/c++ -E | |
checking if c++ interface enabled... yes | |
checking if /usr/bin/c++ needs old style header files in includes... no | |
checking if /usr/bin/c++ can handle namespaces... yes | |
checking if /usr/bin/c++ supports std... yes | |
checking if /usr/bin/c++ supports bool types... yes | |
checking if /usr/bin/c++ has offsetof extension... yes | |
checking if /usr/bin/c++ can handle static cast... yes | |
checking for perl... perl | |
checking for ar... ar | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for tr... /usr/bin/tr | |
checking if srcdir= and time commands work together... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by /usr/bin/cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from /usr/bin/cc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... /usr/bin/cc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/cc supports -fno-rtti -fno-exceptions... no | |
checking for /usr/bin/cc option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/cc PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/cc static flag -static works... yes | |
checking if /usr/bin/cc supports -c -o file.o... yes | |
checking if /usr/bin/cc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dlopen... no | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... no | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... /usr/bin/c++ -E | |
checking for ld used by /usr/bin/c++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the /usr/bin/c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for /usr/bin/c++ option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/c++ PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/c++ static flag -static works... yes | |
checking if /usr/bin/c++ supports -c -o file.o... yes | |
checking if /usr/bin/c++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/c++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking if we should install only statically linked executables... no | |
checking if -Wl,-rpath should be used to link shared libs in nondefault directories... yes | |
checking make... checking how make searches directories... VPATH=DIR1 DIR2 ... | |
checking whether make will build with undefined variables... yes | |
checking for production mode... production | |
checking for ceil in -lm... yes | |
checking for dlopen in -ldl... (cached) yes | |
checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for difftime... yes | |
checking for gettimeofday... yes | |
checking for library containing clock_gettime... none required | |
checking for clock_gettime... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for sys/types.h... (cached) yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking features.h usability... yes | |
checking features.h presence... yes | |
checking for features.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking for stdint.h... (cached) yes | |
checking mach/mach_time.h usability... no | |
checking mach/mach_time.h presence... no | |
checking for mach/mach_time.h... no | |
checking io.h usability... no | |
checking io.h presence... no | |
checking for io.h... no | |
checking winsock2.h usability... no | |
checking winsock2.h presence... no | |
checking for winsock2.h... no | |
checking sys/timeb.h usability... yes | |
checking sys/timeb.h presence... yes | |
checking for sys/timeb.h... yes | |
checking if configure should try to set up large file support... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking if large (64-bit) files are supported on this system.... yes | |
checking for lseek64... yes | |
checking for fseeko64... yes | |
checking for ftello64... yes | |
checking for ftruncate64... yes | |
checking for fseeko... yes | |
checking for ftello... yes | |
checking for stat64... yes | |
checking for fstat64... yes | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for ptrdiff_t... yes | |
checking whether byte ordering is bigendian... no | |
checking size of char... 1 | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of unsigned... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of __int64... 0 | |
checking size of float... 4 | |
checking size of double... 8 | |
checking size of long double... 16 | |
checking size of int8_t... 1 | |
checking size of uint8_t... 1 | |
checking size of int_least8_t... 1 | |
checking size of uint_least8_t... 1 | |
checking size of int_fast8_t... 1 | |
checking size of uint_fast8_t... 1 | |
checking size of int16_t... 2 | |
checking size of uint16_t... 2 | |
checking size of int_least16_t... 2 | |
checking size of uint_least16_t... 2 | |
checking size of int_fast16_t... 8 | |
checking size of uint_fast16_t... 8 | |
checking size of int32_t... 4 | |
checking size of uint32_t... 4 | |
checking size of int_least32_t... 4 | |
checking size of uint_least32_t... 4 | |
checking size of int_fast32_t... 8 | |
checking size of uint_fast32_t... 8 | |
checking size of int64_t... 8 | |
checking size of uint64_t... 8 | |
checking size of int_least64_t... 8 | |
checking size of uint_least64_t... 8 | |
checking size of int_fast64_t... 8 | |
checking size of uint_fast64_t... 8 | |
checking size of size_t... 8 | |
checking size of ssize_t... 8 | |
checking size of ptrdiff_t... 8 | |
checking size of off_t... 8 | |
checking size of off64_t... 8 | |
checking if dev_t is scalar... yes | |
checking for dmalloc library... suppressed | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for compress2 in -lz... yes | |
checking for compress2... yes | |
checking for szlib... suppressed | |
checking for pthread... suppressed | |
checking for thread safe support... no | |
checking whether CLOCK_MONOTONIC is declared... yes | |
checking for tm_gmtoff in struct tm... yes | |
checking for __tm_gmtoff in struct tm... no | |
checking for global timezone variable... no | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for struct timezone... yes | |
checking whether gettimeofday() gives timezone... yes | |
checking for st_blocks in struct stat... yes | |
checking for _getvideoconfig... no | |
checking for gettextinfo... no | |
checking for GetConsoleScreenBufferInfo... no | |
checking for _scrsize... no | |
checking for ioctl... yes | |
checking for struct videoconfig... no | |
checking for struct text_info... no | |
checking for TIOCGWINSZ... yes | |
checking for TIOCGETD... yes | |
checking for alarm... yes | |
checking for BSDgettimeofday... no | |
checking for fork... yes | |
checking for frexpf... yes | |
checking for frexpl... yes | |
checking for gethostname... yes | |
checking for getpwuid... yes | |
checking for getrusage... yes | |
checking for lstat... yes | |
checking for rand_r... yes | |
checking for random... yes | |
checking for setsysinfo... no | |
checking for signal... yes | |
checking for longjmp... yes | |
checking for setjmp... yes | |
checking for siglongjmp... yes | |
checking for sigsetjmp... no | |
checking for sigprocmask... yes | |
checking for snprintf... yes | |
checking for srandom... yes | |
checking for strdup... yes | |
checking for symlink... yes | |
checking for system... yes | |
checking for tmpfile... yes | |
checking for vasprintf... yes | |
checking for waitpid... yes | |
checking for vsnprintf... yes | |
checking if vsnprintf returns correct value... yes | |
checking if lone colon can be used as an argument... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... __inline__ | |
checking for __attribute__ extension... yes | |
checking for __func__ extension... yes | |
checking for __FUNCTION__ extension... yes | |
checking for C99 designated initialization support... yes | |
checking how to print long long... %ld and %lu | |
checking Threads support system scope... yes | |
checking for gpfs... suppressed | |
checking for debug flags... none | |
checking whether function stack tracking is enabled... no | |
checking whether metadata trace file code is enabled... no | |
checking for API tracing... no | |
checking for instrumented library... no | |
checking whether to clear file buffers... yes | |
checking whether a memory checking tool will be used... no | |
checking for parallel support files... skipped | |
checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset) | |
checking for Default Virtual File Driver definition... yes | |
checking for Direct Virtual File Driver support... no | |
checking whether exception handling functions is checked during data conversions... yes | |
checking whether data accuracy is guaranteed during data conversions... yes | |
checking if converting denormalized floating-point values is possible... yes | |
checking if converting floating-point values to long long is not working... false | |
checking if the machine has window style path name... no | |
checking if converting from long double to integers is accurate... yes | |
checking if converting from long double to integers works... yes | |
checking if accurately converting from integers to long double... yes | |
checking if accurately converting unsigned long to float values... yes | |
checking if accurately converting unsigned long long to floating-point values... yes | |
checking if accurately roundup converting floating-point to unsigned long long values... yes | |
checking if right maximum converting floating-point to unsigned long long values... yes | |
checking if correctly converting long double to unsigned int values... yes | |
checking if compiling unsigned long long to floating-point typecasts work... yes | |
checking if compiling long long to floating-point typecasts work... yes | |
checking if converting unsigned long long to long double with precision... yes | |
checking if overflows normally converting floating-point to integer values... yes | |
checking if using special algorithm to convert long double to (unsigned) long values... no | |
checking if using special algorithm to convert (unsigned) long to long double values... no | |
checking if correctly converting long double to (unsigned) long long values... yes | |
checking if correctly converting (unsigned) long long to long double values... yes | |
checking if bad code for log2 routine is generated... no | |
checking if high level library is enabled... no | |
checking additional programs should be built... no | |
checking if deprecated public symbols are available... yes | |
checking which version of public symbols to use by default... v18 | |
checking Whether to perform strict file format checks... no | |
checking Whether to have library information embedded in the executables... yes | |
checking if alignment restrictions are strictly enforced... no | |
configure: creating ./config.lt | |
config.lt: creating libtool | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating src/libhdf5.settings | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating test/Makefile | |
config.status: creating test/testcheck_version.sh | |
config.status: creating test/testerror.sh | |
config.status: creating test/H5srcdir_str.h | |
config.status: creating test/testlibinfo.sh | |
config.status: creating test/testlinks_env.sh | |
config.status: creating test/test_plugin.sh | |
config.status: creating testpar/Makefile | |
config.status: creating testpar/testph5.sh | |
config.status: creating perform/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating tools/h5dump/Makefile | |
config.status: creating tools/h5dump/testh5dump.sh | |
config.status: creating tools/h5dump/testh5dumppbits.sh | |
config.status: creating tools/h5dump/testh5dumpxml.sh | |
config.status: creating tools/h5ls/testh5ls.sh | |
config.status: creating tools/h5import/Makefile | |
config.status: creating tools/h5import/h5importtestutil.sh | |
config.status: creating tools/h5diff/Makefile | |
config.status: creating tools/h5diff/testh5diff.sh | |
config.status: creating tools/h5diff/testph5diff.sh | |
config.status: creating tools/h5jam/Makefile | |
config.status: creating tools/h5jam/testh5jam.sh | |
config.status: creating tools/h5repack/Makefile | |
config.status: creating tools/h5repack/h5repack.sh | |
config.status: creating tools/h5ls/Makefile | |
config.status: creating tools/h5copy/Makefile | |
config.status: creating tools/h5copy/testh5copy.sh | |
config.status: creating tools/lib/Makefile | |
config.status: creating tools/misc/Makefile | |
config.status: creating tools/misc/h5cc | |
config.status: creating tools/misc/testh5mkgrp.sh | |
config.status: creating tools/misc/testh5repart.sh | |
config.status: creating tools/h5stat/testh5stat.sh | |
config.status: creating tools/h5stat/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating examples/run-c-ex.sh | |
config.status: creating examples/testh5cc.sh | |
config.status: creating c++/Makefile | |
config.status: creating c++/src/Makefile | |
config.status: creating c++/src/h5c++ | |
config.status: creating c++/test/Makefile | |
config.status: creating c++/test/H5srcdir_str.h | |
config.status: creating c++/examples/Makefile | |
config.status: creating c++/examples/run-c++-ex.sh | |
config.status: creating c++/examples/testh5c++.sh | |
config.status: creating fortran/Makefile | |
config.status: creating fortran/src/h5fc | |
config.status: creating fortran/src/Makefile | |
config.status: creating fortran/test/Makefile | |
config.status: creating fortran/testpar/Makefile | |
config.status: creating fortran/examples/Makefile | |
config.status: creating fortran/examples/run-fortran-ex.sh | |
config.status: creating fortran/examples/testh5fc.sh | |
config.status: creating hl/Makefile | |
config.status: creating hl/src/Makefile | |
config.status: creating hl/test/Makefile | |
config.status: creating hl/test/H5srcdir_str.h | |
config.status: creating hl/tools/Makefile | |
config.status: creating hl/tools/gif2h5/Makefile | |
config.status: creating hl/tools/gif2h5/h52giftest.sh | |
config.status: creating hl/examples/Makefile | |
config.status: creating hl/examples/run-hlc-ex.sh | |
config.status: creating hl/c++/Makefile | |
config.status: creating hl/c++/src/Makefile | |
config.status: creating hl/c++/test/Makefile | |
config.status: creating hl/c++/examples/Makefile | |
config.status: creating hl/c++/examples/run-hlc++-ex.sh | |
config.status: creating hl/fortran/Makefile | |
config.status: creating hl/fortran/src/Makefile | |
config.status: creating hl/fortran/test/Makefile | |
config.status: creating hl/fortran/examples/Makefile | |
config.status: creating hl/fortran/examples/run-hlfortran-ex.sh | |
config.status: creating src/H5config.h | |
config.status: executing pubconf commands | |
creating src/H5pubconf.h | |
Post process src/libhdf5.settings | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
SUMMARY OF THE HDF5 CONFIGURATION | |
================================= | |
General Information: | |
------------------- | |
HDF5 Version: 1.8.11 | |
Configured on: Mon May 25 11:04:14 EDT 2015 | |
Configured by: surchs@ace-ws-4 | |
Configure mode: production | |
Host system: x86_64-unknown-linux-gnu | |
Uname information: Linux ace-ws-4 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3 (2015-04-23) x86_64 GNU/Linux | |
Byte sex: little-endian | |
Libraries: static | |
Installation point: /usr/local | |
Compiling Options: | |
------------------ | |
Compilation Mode: production | |
C Compiler: /usr/bin/cc | |
CFLAGS: | |
H5_CFLAGS: -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O3 -fomit-frame-pointer -finline-functions | |
AM_CFLAGS: | |
CPPFLAGS: | |
H5_CPPFLAGS: -D_POSIX_C_SOURCE=199506L -DNDEBUG -UH5_DEBUG_API | |
AM_CPPFLAGS: -I/home/surchs/Code/minc-toolkit/build/external//usr/local/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_BSD_SOURCE | |
Shared C Library: no | |
Static C Library: yes | |
Statically Linked Executables: no | |
LDFLAGS: | |
H5_LDFLAGS: | |
AM_LDFLAGS: -L/home/surchs/Code/minc-toolkit/build/external/usr/local/lib | |
Extra libraries: -lz -ldl -lm | |
Archiver: ar | |
Ranlib: ranlib | |
Debugged Packages: | |
API Tracing: no | |
Languages: | |
---------- | |
Fortran: no | |
C++: yes | |
C++ Compiler: /usr/bin/c++ | |
C++ Flags: | |
H5 C++ Flags: | |
AM C++ Flags: | |
Shared C++ Library: no | |
Static C++ Library: yes | |
Features: | |
--------- | |
Parallel HDF5: no | |
High Level library: no | |
Threadsafety: no | |
Default API Mapping: v18 | |
With Deprecated Public Symbols: yes | |
I/O filters (external): deflate(zlib) | |
I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset | |
MPE: no | |
Direct VFD: no | |
dmalloc: no | |
Clear file buffers before write: yes | |
Using memory checker: no | |
Function Stack Tracing: no | |
GPFS: no | |
Strict File Format Checks: no | |
Optimization Instrumentation: no | |
Large File Support (LFS): yes | |
[ 2%] Performing build step for 'HDF5' | |
Making all in src | |
CC H5.lo | |
CC H5checksum.lo | |
CC H5dbg.lo | |
CC H5system.lo | |
CC H5timer.lo | |
CC H5trace.lo | |
CC H5A.lo | |
CC H5Abtree2.lo | |
CC H5Adense.lo | |
CC H5Adeprec.lo | |
CC H5Aint.lo | |
CC H5Atest.lo | |
CC H5AC.lo | |
CC H5B.lo | |
CC H5Bcache.lo | |
CC H5Bdbg.lo | |
CC H5B2.lo | |
CC H5B2cache.lo | |
CC H5B2dbg.lo | |
CC H5B2hdr.lo | |
CC H5B2int.lo | |
CC H5B2stat.lo | |
CC H5B2test.lo | |
CC H5C.lo | |
CC H5CS.lo | |
CC H5D.lo | |
CC H5Dbtree.lo | |
CC H5Dchunk.lo | |
CC H5Dcompact.lo | |
CC H5Dcontig.lo | |
CC H5Ddbg.lo | |
CC H5Ddeprec.lo | |
CC H5Defl.lo | |
CC H5Dfill.lo | |
CC H5Dint.lo | |
CC H5Dio.lo | |
CC H5Dlayout.lo | |
CC H5Dmpio.lo | |
CC H5Doh.lo | |
CC H5Dscatgath.lo | |
CC H5Dselect.lo | |
CC H5Dtest.lo | |
CC H5E.lo | |
CC H5Edeprec.lo | |
CC H5Eint.lo | |
CC H5F.lo | |
CC H5Faccum.lo | |
CC H5Fcwfs.lo | |
CC H5Fdbg.lo | |
CC H5Fefc.lo | |
CC H5Ffake.lo | |
CC H5Fio.lo | |
CC H5Fmount.lo | |
CC H5Fmpi.lo | |
CC H5Fquery.lo | |
CC H5Fsfile.lo | |
CC H5Fsuper.lo | |
CC H5Fsuper_cache.lo | |
CC H5Ftest.lo | |
CC H5FD.lo | |
CC H5FDcore.lo | |
CC H5FDdirect.lo | |
CC H5FDfamily.lo | |
CC H5FDint.lo | |
CC H5FDlog.lo | |
CC H5FDmpi.lo | |
CC H5FDmpio.lo | |
CC H5FDmpiposix.lo | |
CC H5FDmulti.lo | |
CC H5FDsec2.lo | |
CC H5FDspace.lo | |
CC H5FDstdio.lo | |
CC H5FL.lo | |
CC H5FO.lo | |
CC H5FS.lo | |
CC H5FScache.lo | |
CC H5FSdbg.lo | |
CC H5FSsection.lo | |
CC H5FSstat.lo | |
CC H5FStest.lo | |
CC H5G.lo | |
CC H5Gbtree2.lo | |
CC H5Gcache.lo | |
CC H5Gcompact.lo | |
CC H5Gdense.lo | |
CC H5Gdeprec.lo | |
CC H5Gent.lo | |
CC H5Gint.lo | |
CC H5Glink.lo | |
CC H5Gloc.lo | |
CC H5Gname.lo | |
CC H5Gnode.lo | |
CC H5Gobj.lo | |
CC H5Goh.lo | |
CC H5Groot.lo | |
CC H5Gstab.lo | |
CC H5Gtest.lo | |
CC H5Gtraverse.lo | |
CC H5HF.lo | |
CC H5HFbtree2.lo | |
CC H5HFcache.lo | |
CC H5HFdbg.lo | |
CC H5HFdblock.lo | |
CC H5HFdtable.lo | |
CC H5HFhdr.lo | |
CC H5HFhuge.lo | |
CC H5HFiblock.lo | |
CC H5HFiter.lo | |
CC H5HFman.lo | |
CC H5HFsection.lo | |
CC H5HFspace.lo | |
CC H5HFstat.lo | |
CC H5HFtest.lo | |
CC H5HFtiny.lo | |
CC H5HG.lo | |
CC H5HGcache.lo | |
CC H5HGdbg.lo | |
CC H5HGquery.lo | |
CC H5HL.lo | |
CC H5HLcache.lo | |
CC H5HLdbg.lo | |
CC H5HLint.lo | |
CC H5HP.lo | |
CC H5I.lo | |
CC H5Itest.lo | |
CC H5L.lo | |
CC H5Lexternal.lo | |
CC H5make_libsettings.o | |
CCLD H5make_libsettings | |
CC H5lib_settings.lo | |
CC H5MF.lo | |
CC H5MFaggr.lo | |
CC H5MFdbg.lo | |
CC H5MFsection.lo | |
CC H5MM.lo | |
CC H5MP.lo | |
CC H5MPtest.lo | |
CC H5O.lo | |
CC H5Oainfo.lo | |
CC H5Oalloc.lo | |
CC H5Oattr.lo | |
CC H5Oattribute.lo | |
CC H5Obogus.lo | |
CC H5Obtreek.lo | |
CC H5Ocache.lo | |
CC H5Ochunk.lo | |
CC H5Ocont.lo | |
CC H5Ocopy.lo | |
CC H5Odbg.lo | |
CC H5Odrvinfo.lo | |
CC H5Odtype.lo | |
CC H5Oefl.lo | |
CC H5Ofill.lo | |
CC H5Oginfo.lo | |
CC H5Olayout.lo | |
CC H5Olinfo.lo | |
CC H5Olink.lo | |
CC H5Omessage.lo | |
CC H5Omtime.lo | |
CC H5Oname.lo | |
CC H5Onull.lo | |
CC H5Opline.lo | |
CC H5Orefcount.lo | |
CC H5Osdspace.lo | |
CC H5Oshared.lo | |
CC H5Ostab.lo | |
CC H5Oshmesg.lo | |
CC H5Otest.lo | |
CC H5Ounknown.lo | |
CC H5P.lo | |
CC H5Pacpl.lo | |
CC H5Pdapl.lo | |
CC H5Pdcpl.lo | |
CC H5Pdeprec.lo | |
CC H5Pdxpl.lo | |
CC H5Pfapl.lo | |
CC H5Pfcpl.lo | |
CC H5Pfmpl.lo | |
CC H5Pgcpl.lo | |
CC H5Pint.lo | |
CC H5Plapl.lo | |
CC H5Plcpl.lo | |
CC H5Pocpl.lo | |
CC H5Pocpypl.lo | |
CC H5Pstrcpl.lo | |
CC H5Ptest.lo | |
CC H5PL.lo | |
CC H5R.lo | |
CC H5Rdeprec.lo | |
CC H5RC.lo | |
CC H5RS.lo | |
CC H5S.lo | |
CC H5Sall.lo | |
CC H5Sdbg.lo | |
CC H5Shyper.lo | |
CC H5Smpio.lo | |
CC H5Snone.lo | |
CC H5Spoint.lo | |
CC H5Sselect.lo | |
CC H5Stest.lo | |
CC H5SL.lo | |
CC H5SM.lo | |
CC H5SMbtree2.lo | |
CC H5SMcache.lo | |
CC H5SMmessage.lo | |
CC H5SMtest.lo | |
CC H5ST.lo | |
CC H5T.lo | |
CC H5Tarray.lo | |
CC H5Tbit.lo | |
CC H5Tcommit.lo | |
CC H5Tcompound.lo | |
CC H5Tconv.lo | |
CC H5Tcset.lo | |
CC H5Tdbg.lo | |
CC H5Tdeprec.lo | |
CC H5Tenum.lo | |
CC H5Tfields.lo | |
CC H5Tfixed.lo | |
CC H5Tfloat.lo | |
CC H5detect-H5detect.o | |
CCLD H5detect | |
CC H5Tinit.lo | |
CC H5Tnative.lo | |
CC H5Toffset.lo | |
CC H5Toh.lo | |
CC H5Topaque.lo | |
CC H5Torder.lo | |
CC H5Tpad.lo | |
CC H5Tprecis.lo | |
CC H5Tstrpad.lo | |
CC H5Tvisit.lo | |
CC H5Tvlen.lo | |
CC H5TS.lo | |
CC H5V.lo | |
CC H5WB.lo | |
CC H5Z.lo | |
CC H5Zdeflate.lo | |
CC H5Zfletcher32.lo | |
CC H5Znbit.lo | |
CC H5Zshuffle.lo | |
CC H5Zszip.lo | |
CC H5Zscaleoffset.lo | |
CC H5Ztrans.lo | |
CCLD libhdf5.la | |
Making all in test | |
CC h5test.lo | |
CC testframe.lo | |
CC cache_common.lo | |
CCLD libh5test.la | |
CC testhdf5.o | |
CC tarray.o | |
CC tattr.o | |
CC tchecksum.o | |
CC tconfig.o | |
CC tfile.o | |
CC tgenprop.o | |
CC th5o.o | |
CC th5s.o | |
CC tcoords.o | |
CC theap.o | |
CC tid.o | |
CC titerate.o | |
CC tmeta.o | |
CC tmisc.o | |
CC trefer.o | |
CC trefstr.o | |
CC tselect.o | |
CC tskiplist.o | |
CC tsohm.o | |
CC ttime.o | |
CC ttst.o | |
CC tunicode.o | |
CC tvlstr.o | |
CC tvltypes.o | |
CCLD testhdf5 | |
CC lheap.o | |
CCLD lheap | |
CC ohdr.o | |
CCLD ohdr | |
CC stab.o | |
CCLD stab | |
CC gheap.o | |
CCLD gheap | |
CC cache.o | |
CCLD cache | |
CC cache_api.o | |
CCLD cache_api | |
CC pool.o | |
CCLD pool | |
CC accum.o | |
CCLD accum | |
CC hyperslab.o | |
CCLD hyperslab | |
CC istore.o | |
CCLD istore | |
CC bittests.o | |
CCLD bittests | |
CC dt_arith.o | |
CCLD dt_arith | |
CC dtypes.o | |
CCLD dtypes | |
CC dsets.o | |
CCLD dsets | |
CC cmpd_dset.o | |
CCLD cmpd_dset | |
CC filter_fail.o | |
CCLD filter_fail | |
CC extend.o | |
CCLD extend | |
CC external.o | |
CCLD external | |
CC efc.o | |
CCLD efc | |
CC objcopy.o | |
CCLD objcopy | |
CC links.o | |
CCLD links | |
CC unlink.o | |
CCLD unlink | |
CC big.o | |
CCLD big | |
CC mtime.o | |
CCLD mtime | |
CC fillval.o | |
CCLD fillval | |
CC mount.o | |
CCLD mount | |
CC flush1.o | |
CCLD flush1 | |
CC flush2.o | |
CCLD flush2 | |
CC app_ref.o | |
CCLD app_ref | |
CC enum.o | |
CCLD enum | |
CC set_extent.o | |
CCLD set_extent | |
CC ttsafe.o | |
CC ttsafe_dcreate.o | |
CC ttsafe_error.o | |
CC ttsafe_cancel.o | |
CC ttsafe_acreate.o | |
CCLD ttsafe | |
CC getname.o | |
CCLD getname | |
CC vfd.o | |
CCLD vfd | |
CC ntypes.o | |
CCLD ntypes | |
CC dangle.o | |
CCLD dangle | |
CC dtransform.o | |
CCLD dtransform | |
CC reserved.o | |
CCLD reserved | |
CC cross_read.o | |
CCLD cross_read | |
CC freespace.o | |
CCLD freespace | |
CC mf.o | |
CCLD mf | |
CC btree2.o | |
CCLD btree2 | |
CC fheap.o | |
CCLD fheap | |
CC file_image.o | |
CCLD file_image | |
CC error_test.o | |
CCLD error_test | |
CC err_compat.o | |
CCLD err_compat | |
CC tcheck_version.o | |
CCLD tcheck_version | |
CC testmeta.o | |
CCLD testmeta | |
CC links_env.o | |
CCLD links_env | |
Making all in tools | |
Making all in lib | |
CC h5tools.lo | |
CC h5tools_dump.lo | |
Makefile:553: recipe for target 'h5tools_dump.lo' failed | |
Makefile:497: recipe for target 'all-recursive' failed | |
Makefile:539: recipe for target 'all-recursive' failed | |
CMakeFiles/HDF5.dir/build.make:111: recipe for target 'HDF5-prefix/src/HDF5-stamp/HDF5-build' failed | |
CMakeFiles/Makefile2:130: recipe for target 'CMakeFiles/HDF5.dir/all' failed | |
Makefile:146: recipe for target 'all' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment