Bug#1009919: fftw3: New upstream release (3.3.10, 2021 Sep 14)

Florian Ernst florian_ernst at gmx.net
Wed Apr 20 17:18:58 BST 2022


Source: fftw3
Version: 3.3.8-2
Severity: wishlist

Dear maintainer,

there is a new upstream release available, cf.
<http://fftw.org/download.html>. Its NEWS read

| FFTW 3.3.10:
| 
| * Fix bug that would cause 2-way SIMD (notably SSE2 in double precision)
|   to attempt unaligned accesses in certain obscure cases, causing
|   segfaults.
| 
|   The following test triggers the bug (SSE2, double precision):
| 
|     ./tests/bench -oexhaustive r4*2:5:3
| 
|   This test computes a pair of length-4 real->complex transforms where
|   the second input is 5 real numbers away from the first input.  That
|   is, there is a gap of one real number between the first and second
|   input array.  The -oexhaustive level allow FFTW to attempt to
|   compute this transform by reducing it to a pair of complex
|   transforms of length 2, but now the second input is not aligned to a
|   complex-number boundary.  The fact that 5 is odd is the problem.
| 
|   The bug cannot occur in complex->complex transforms because the
|   complex interface accepts strides in units of complex numbers, so
|   strides are aligned by construction.
| 
|   This bug has been around at least since fftw-3.1.2 (July 2006), and
|   probably since fftw-3.0 (2003).
| 
| FFTW 3.3.9:
| 
| * New API fftw_planner_nthreads() returns the number of threads
|   currently being used by the planner.
| 
| * Fix incorrect math in 128-bit generic SIMD
| 
| * Fix wisdom for avx512.
| 
|   The avx512 alignment requirement was set to 64 bytes, but this is
|   wrong.  Alignment requirements are a property of the platform (e.g.,
|   x86) and not of the instruction set (e.g., AVX).  Among other
|   things, this broke wisdom with avx512.
| 
|   Note that avx512 support is still experimental because the FFTW
|   authors have no avx512 hardware available for testing.
| 
| * fftw_threads_set_callback function to change the threading backend at runtime.

I just confirmed that the current packaging on Salsa manages to build
without requiring any changes, the resulting binary packages look sane
to me, cf. the attached fftw3.debdiff comparing them to the latest build
of 3.3.8-2 and the also-attached build log.

Please update the package when you think it is due time.

Cheers,
Flo
-------------- next part --------------
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files only in first set of .debs, found in package libfftw3-dev
---------------------------------------------------------------
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3.so -> libfftw3.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_omp.so -> libfftw3_omp.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_threads.so -> libfftw3_threads.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f.so -> libfftw3f.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_omp.so -> libfftw3f_omp.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_threads.so -> libfftw3f_threads.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l.so -> libfftw3l.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_omp.so -> libfftw3l_omp.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_threads.so -> libfftw3l_threads.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q.so -> libfftw3q.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_omp.so -> libfftw3q_omp.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_threads.so -> libfftw3q_threads.so.3.5.8

Files only in first set of .debs, found in package libfftw3-doc
---------------------------------------------------------------
-rw-r--r--  root/root   /usr/share/doc-base/fftw3-faq
-rw-r--r--  root/root   /usr/share/doc-base/fftw3-manual
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/NEWS.gz
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/README
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/fftw-faq.ascii.gz
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/fftw-faq.html/index.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/fftw-faq.html/section1.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/fftw-faq.html/section2.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/fftw-faq.html/section3.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/fftw-faq.html/section4.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/fftw-faq.html/section5.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/1d-Discrete-Hartley-Transforms-_0028DHTs_0029.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/1d-Real_002deven-DFTs-_0028DCTs_0029.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/1d-Real_002dodd-DFTs-_0028DSTs_0029.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/2d-MPI-example.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/64_002dbit-Guru-Interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Accessing-the-wisdom-API-from-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Acknowledgments.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Advanced-Complex-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Advanced-Interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Advanced-Real_002ddata-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Advanced-Real_002dto_002dreal-Transforms.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Advanced-distributed_002dtranspose-interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Allocating-aligned-memory-in-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/An-improved-replacement-for-MPI_005fAlltoall.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Avoiding-MPI-Deadlocks.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Basic-Interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Basic-and-advanced-distribution-interfaces.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Basic-distributed_002dtranspose-interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Calling-FFTW-from-Legacy-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Calling-FFTW-from-Modern-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Caveats-in-Using-Wisdom.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Column_002dmajor-Format.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Combining-MPI-and-Threads.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Complex-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Complex-Multi_002dDimensional-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Complex-One_002dDimensional-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Complex-numbers.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Concept-Index.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Cycle-Counters.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Data-Types-and-Files.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Defining-an-FFTW-module.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Distributed_002dmemory-FFTW-with-MPI.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Dynamic-Arrays-in-C.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Dynamic-Arrays-in-C_002dThe-Wrong-Way.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Extended-and-quadruple-precision-in-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/FFTW-Constants-in-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/FFTW-Execution-in-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/FFTW-Fortran-type-reference.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/FFTW-MPI-Fortran-Interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/FFTW-MPI-Installation.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/FFTW-MPI-Performance-Tips.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/FFTW-MPI-Reference.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/FFTW-MPI-Transposes.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/FFTW-MPI-Wisdom.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/FFTW-Reference.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Fixed_002dsize-Arrays-in-C.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Forgetting-Wisdom.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Fortran-Examples.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Fortran_002dinterface-routines.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Generating-your-own-code.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Guru-Complex-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Guru-Interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Guru-Real_002ddata-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Guru-Real_002dto_002dreal-Transforms.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Guru-vector-and-transform-sizes.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/How-Many-Threads-to-Use_003f.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Installation-and-Customization.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Installation-and-Supported-Hardware_002fSoftware.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Installation-on-Unix.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Installation-on-non_002dUnix-systems.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Interleaved-and-split-arrays.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Introduction.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Library-Index.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/License-and-Copyright.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Linking-and-Initializing-MPI-FFTW.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Load-balancing.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/MPI-Data-Distribution-Functions.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/MPI-Data-Distribution.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/MPI-Files-and-Data-Types.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/MPI-Initialization.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/MPI-Plan-Creation.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/MPI-Wisdom-Communication.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Memory-Allocation.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/More-DFTs-of-Real-Data.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Multi_002dDimensional-DFTs-of-Real-Data.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Multi_002ddimensional-Array-Format.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Multi_002ddimensional-MPI-DFTs-of-Real-Data.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Multi_002ddimensional-Transforms.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Multi_002dthreaded-FFTW.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/New_002darray-Execute-Functions.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/One_002dDimensional-DFTs-of-Real-Data.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/One_002ddimensional-distributions.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Other-Important-Topics.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Other-Multi_002ddimensional-Real_002ddata-MPI-Transforms.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Overview-of-Fortran-interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Plan-execution-in-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Planner-Flags.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Precision.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Real-even_002fodd-DFTs-_0028cosine_002fsine-transforms_0029.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Real_002ddata-DFT-Array-Format.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Real_002ddata-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Real_002dto_002dReal-Transform-Kinds.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Real_002dto_002dReal-Transforms.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Reversing-array-dimensions.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Row_002dmajor-Format.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/SIMD-alignment-and-fftw_005fmalloc.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/The-1d-Discrete-Fourier-Transform-_0028DFT_0029.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/The-1d-Real_002ddata-DFT.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/The-Discrete-Hartley-Transform.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/The-Halfcomplex_002dformat-DFT.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Thread-safety.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Transposed-distributions.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Tutorial.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Upgrading-from-FFTW-version-2.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Usage-of-Multi_002dthreaded-FFTW.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Using-MPI-Plans.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Using-Plans.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/What-FFTW-Really-Computes.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Wisdom-Export.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Wisdom-File-Export_002fImport-from-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Wisdom-Generic-Export_002fImport-from-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Wisdom-Import.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Wisdom-String-Export_002fImport-from-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Wisdom-Utilities.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Wisdom-of-Fortran_003f.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Wisdom.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/Words-of-Wisdom_002dSaving-Plans.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-dft.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-dht.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-idft.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-redft00.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-redft01.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-redft10.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-redft11.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-rodft00.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-rodft01.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-rodft10.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/equation-rodft11.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/index.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-doc/html/rfftwnd-for-html.png
drwxr-xr-x  root/root   /usr/share/doc/libfftw3-doc/fftw-faq.html/
drwxr-xr-x  root/root   /usr/share/doc/libfftw3-doc/html/

Files only in first set of .debs, found in package libfftw3-double3
-------------------------------------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3.so.3.5.8
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_omp.so.3.5.8
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_threads.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3.so.3 -> libfftw3.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_omp.so.3 -> libfftw3_omp.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_threads.so.3 -> libfftw3_threads.so.3.5.8

Files only in first set of .debs, found in package libfftw3-long3
-----------------------------------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l.so.3.5.8
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_omp.so.3.5.8
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_threads.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l.so.3 -> libfftw3l.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_omp.so.3 -> libfftw3l_omp.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_threads.so.3 -> libfftw3l_threads.so.3.5.8

Files only in first set of .debs, found in package libfftw3-mpi-dev
-------------------------------------------------------------------
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_mpi.so -> libfftw3_mpi.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so -> libfftw3f_mpi.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so -> libfftw3l_mpi.so.3.5.8

Files only in first set of .debs, found in package libfftw3-mpi3
----------------------------------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3.5.8
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so.3.5.8
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3 -> libfftw3_mpi.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so.3 -> libfftw3f_mpi.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so.3 -> libfftw3l_mpi.so.3.5.8

Files only in first set of .debs, found in package libfftw3-quad3
-----------------------------------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q.so.3.5.8
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_omp.so.3.5.8
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_threads.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q.so.3 -> libfftw3q.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_omp.so.3 -> libfftw3q_omp.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_threads.so.3 -> libfftw3q_threads.so.3.5.8

Files only in first set of .debs, found in package libfftw3-single3
-------------------------------------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f.so.3.5.8
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_omp.so.3.5.8
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_threads.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f.so.3 -> libfftw3f.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_omp.so.3 -> libfftw3f_omp.so.3.5.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_threads.so.3 -> libfftw3f_threads.so.3.5.8

New files in second set of .debs, found in package libfftw3-dev
---------------------------------------------------------------
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3.so -> libfftw3.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_omp.so -> libfftw3_omp.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_threads.so -> libfftw3_threads.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f.so -> libfftw3f.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_omp.so -> libfftw3f_omp.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_threads.so -> libfftw3f_threads.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l.so -> libfftw3l.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_omp.so -> libfftw3l_omp.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_threads.so -> libfftw3l_threads.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q.so -> libfftw3q.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_omp.so -> libfftw3q_omp.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_threads.so -> libfftw3q_threads.so.3.6.10

New files in second set of .debs, found in package libfftw3-doc
---------------------------------------------------------------
-rw-r--r--  root/root   /usr/share/doc-base/libfftw3-doc.fftw3-faq
-rw-r--r--  root/root   /usr/share/doc-base/libfftw3-doc.fftw3-manual
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/fftw-faq.ascii.gz
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/fftw-faq.html/index.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/fftw-faq.html/section1.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/fftw-faq.html/section2.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/fftw-faq.html/section3.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/fftw-faq.html/section4.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/fftw-faq.html/section5.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/1d-Discrete-Hartley-Transforms-_0028DHTs_0029.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/1d-Real_002deven-DFTs-_0028DCTs_0029.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/1d-Real_002dodd-DFTs-_0028DSTs_0029.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/2d-MPI-example.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/64_002dbit-Guru-Interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Accessing-the-wisdom-API-from-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Acknowledgments.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Advanced-Complex-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Advanced-Interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Advanced-Real_002ddata-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Advanced-Real_002dto_002dreal-Transforms.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Advanced-distributed_002dtranspose-interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Allocating-aligned-memory-in-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/An-improved-replacement-for-MPI_005fAlltoall.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Avoiding-MPI-Deadlocks.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Basic-Interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Basic-and-advanced-distribution-interfaces.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Basic-distributed_002dtranspose-interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Calling-FFTW-from-Legacy-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Calling-FFTW-from-Modern-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Caveats-in-Using-Wisdom.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Column_002dmajor-Format.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Combining-MPI-and-Threads.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Complex-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Complex-Multi_002dDimensional-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Complex-One_002dDimensional-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Complex-numbers.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Concept-Index.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Cycle-Counters.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Data-Types-and-Files.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Defining-an-FFTW-module.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Distributed_002dmemory-FFTW-with-MPI.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Dynamic-Arrays-in-C.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Dynamic-Arrays-in-C_002dThe-Wrong-Way.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Extended-and-quadruple-precision-in-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/FFTW-Constants-in-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/FFTW-Execution-in-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/FFTW-Fortran-type-reference.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/FFTW-MPI-Fortran-Interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/FFTW-MPI-Installation.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/FFTW-MPI-Performance-Tips.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/FFTW-MPI-Reference.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/FFTW-MPI-Transposes.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/FFTW-MPI-Wisdom.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/FFTW-Reference.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Fixed_002dsize-Arrays-in-C.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Forgetting-Wisdom.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Fortran-Examples.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Fortran_002dinterface-routines.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Generating-your-own-code.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Guru-Complex-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Guru-Interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Guru-Real_002ddata-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Guru-Real_002dto_002dreal-Transforms.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Guru-vector-and-transform-sizes.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/How-Many-Threads-to-Use_003f.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Installation-and-Customization.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Installation-and-Supported-Hardware_002fSoftware.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Installation-on-Unix.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Installation-on-non_002dUnix-systems.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Interleaved-and-split-arrays.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Introduction.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Library-Index.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/License-and-Copyright.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Linking-and-Initializing-MPI-FFTW.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Load-balancing.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/MPI-Data-Distribution-Functions.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/MPI-Data-Distribution.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/MPI-Files-and-Data-Types.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/MPI-Initialization.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/MPI-Plan-Creation.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/MPI-Wisdom-Communication.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Memory-Allocation.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/More-DFTs-of-Real-Data.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Multi_002dDimensional-DFTs-of-Real-Data.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Multi_002ddimensional-Array-Format.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Multi_002ddimensional-MPI-DFTs-of-Real-Data.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Multi_002ddimensional-Transforms.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Multi_002dthreaded-FFTW.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/New_002darray-Execute-Functions.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/One_002dDimensional-DFTs-of-Real-Data.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/One_002ddimensional-distributions.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Other-Important-Topics.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Other-Multi_002ddimensional-Real_002ddata-MPI-Transforms.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Overview-of-Fortran-interface.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Plan-execution-in-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Planner-Flags.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Precision.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Real-even_002fodd-DFTs-_0028cosine_002fsine-transforms_0029.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Real_002ddata-DFT-Array-Format.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Real_002ddata-DFTs.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Real_002dto_002dReal-Transform-Kinds.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Real_002dto_002dReal-Transforms.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Reversing-array-dimensions.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Row_002dmajor-Format.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/SIMD-alignment-and-fftw_005fmalloc.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/The-1d-Discrete-Fourier-Transform-_0028DFT_0029.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/The-1d-Real_002ddata-DFT.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/The-Discrete-Hartley-Transform.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/The-Halfcomplex_002dformat-DFT.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Thread-safety.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Transposed-distributions.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Tutorial.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Upgrading-from-FFTW-version-2.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Usage-of-Multi_002dthreaded-FFTW.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Using-MPI-Plans.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Using-Plans.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/What-FFTW-Really-Computes.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Wisdom-Export.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Wisdom-File-Export_002fImport-from-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Wisdom-Generic-Export_002fImport-from-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Wisdom-Import.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Wisdom-String-Export_002fImport-from-Fortran.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Wisdom-Utilities.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Wisdom-of-Fortran_003f.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Wisdom.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/Words-of-Wisdom_002dSaving-Plans.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-dft.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-dht.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-idft.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-redft00.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-redft01.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-redft10.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-redft11.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-rodft00.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-rodft01.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-rodft10.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/equation-rodft11.png
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/index.html
-rw-r--r--  root/root   /usr/share/doc/libfftw3-dev/html/rfftwnd-for-html.png
drwxr-xr-x  root/root   /usr/share/doc/libfftw3-dev/fftw-faq.html/
drwxr-xr-x  root/root   /usr/share/doc/libfftw3-dev/html/

New files in second set of .debs, found in package libfftw3-double3
-------------------------------------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3.so.3.6.10
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_omp.so.3.6.10
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_threads.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3.so.3 -> libfftw3.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_omp.so.3 -> libfftw3_omp.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_threads.so.3 -> libfftw3_threads.so.3.6.10

New files in second set of .debs, found in package libfftw3-long3
-----------------------------------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l.so.3.6.10
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_omp.so.3.6.10
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_threads.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l.so.3 -> libfftw3l.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_omp.so.3 -> libfftw3l_omp.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_threads.so.3 -> libfftw3l_threads.so.3.6.10

New files in second set of .debs, found in package libfftw3-mpi-dev
-------------------------------------------------------------------
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_mpi.so -> libfftw3_mpi.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so -> libfftw3f_mpi.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so -> libfftw3l_mpi.so.3.6.10

New files in second set of .debs, found in package libfftw3-mpi3
----------------------------------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3.6.10
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so.3.6.10
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3 -> libfftw3_mpi.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so.3 -> libfftw3f_mpi.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so.3 -> libfftw3l_mpi.so.3.6.10

New files in second set of .debs, found in package libfftw3-quad3
-----------------------------------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q.so.3.6.10
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_omp.so.3.6.10
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_threads.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q.so.3 -> libfftw3q.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_omp.so.3 -> libfftw3q_omp.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3q_threads.so.3 -> libfftw3q_threads.so.3.6.10

New files in second set of .debs, found in package libfftw3-single3
-------------------------------------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f.so.3.6.10
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_omp.so.3.6.10
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_threads.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f.so.3 -> libfftw3f.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_omp.so.3 -> libfftw3f_omp.so.3.6.10
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/libfftw3f_threads.so.3 -> libfftw3f_threads.so.3.6.10

Files moved or copied from at least TWO packages or to at least TWO packages
----------------------------------------------------------------------------
drwxr-xr-x  root/root   /usr/share/doc/libfftw3-dev/
From package: libfftw3-dev
To packages: libfftw3-dev, libfftw3-doc

Control files of package libfftw3-3: lines which differ (wdiff format)
----------------------------------------------------------------------
Depends: libfftw3-double3 (= [-3.3.8-2),-] {+3.3.10-0.1),+} libfftw3-long3 (= [-3.3.8-2),-] {+3.3.10-0.1),+} libfftw3-single3 (= [-3.3.8-2)-] {+3.3.10-0.1)+}
Installed-Size: [-29-] {+30+}
Version: [-3.3.8-2-] {+3.3.10-0.1+}

Control files of package libfftw3-bin: lines which differ (wdiff format)
------------------------------------------------------------------------
[-Breaks: libfftw3-dev (<< 3.3.2-1)-]
Depends: libc6 (>= 2.7), libfftw3-double3 (>= [-3.3.5),-] {+3.3.10),+} libfftw3-long3 (>= [-3.3.5),-] {+3.3.10),+} libfftw3-quad3 (>= [-3.3.5),-] {+3.3.10),+} libfftw3-single3 (>= [-3.3.5)-] {+3.3.10)+}
Installed-Size: [-229-] {+264+}
[-Replaces: libfftw3-dev (<< 3.3.2-1)-]
Version: [-3.3.8-2-] {+3.3.10-0.1+}

Control files of package libfftw3-dev: lines which differ (wdiff format)
------------------------------------------------------------------------
[-Conflicts: fftw3-dev-]
Depends: libfftw3-bin (= [-3.3.8-2),-] {+3.3.10-0.1),+} libfftw3-double3 (= [-3.3.8-2),-] {+3.3.10-0.1),+} libfftw3-long3 (= [-3.3.8-2),-] {+3.3.10-0.1),+} libfftw3-quad3 (= [-3.3.8-2),-] {+3.3.10-0.1),+} libfftw3-single3 (= [-3.3.8-2)-] {+3.3.10-0.1)+}
Installed-Size: [-15283-] {+16039+}
[-Provides: fftw3-dev-]
[-Replaces: fftw3-dev-]
Version: [-3.3.8-2-] {+3.3.10-0.1+}

Control files of package libfftw3-doc: lines which differ (wdiff format)
------------------------------------------------------------------------
[-Conflicts: fftw3-doc-]
Installed-Size: [-1506-] {+1415+}
[-Provides: fftw3-doc-]
[-Replaces: fftw3-doc-]
Suggests: [-libfftw3-3-] {+libfftw3-dev+}
Version: [-3.3.8-2-] {+3.3.10-0.1+}

Control files of package libfftw3-double3: lines which differ (wdiff format)
----------------------------------------------------------------------------
[-Breaks: libfftw3-3 (<< 3.3.3-1)-]
Depends: libc6 (>= [-2.14),-] {+2.29),+} libgomp1 (>= 4.9)
Installed-Size: [-2170-] {+2261+}
[-Replaces: libfftw3-3 (<< 3.3.3-1)-]
Version: [-3.3.8-2-] {+3.3.10-0.1+}

Control files of package libfftw3-long3: lines which differ (wdiff format)
--------------------------------------------------------------------------
[-Breaks: libfftw3-3 (<< 3.3.3-1)-]
Depends: libc6 (>= [-2.14),-] {+2.29),+} libgomp1 (>= 4.9)
Installed-Size: [-982-] {+1081+}
[-Replaces: libfftw3-3 (<< 3.3.3-1)-]
Version: [-3.3.8-2-] {+3.3.10-0.1+}

Control files of package libfftw3-mpi-dev: lines which differ (wdiff format)
----------------------------------------------------------------------------
Depends: libfftw3-mpi3 (= [-3.3.8-2)-] {+3.3.10-0.1)+}
Installed-Size: [-633-] {+669+}
Version: [-3.3.8-2-] {+3.3.10-0.1+}

Control files of package libfftw3-mpi3: lines which differ (wdiff format)
-------------------------------------------------------------------------
Depends: libc6 (>= 2.14), libfftw3-double3 (>= [-3.3.5),-] {+3.3.10),+} libfftw3-long3 (>= [-3.3.5),-] {+3.3.10),+} libfftw3-single3 (>= [-3.3.5),-] {+3.3.10),+} libopenmpi3 {+(>= 4.1.3)+}
Installed-Size: [-312-] {+323+}
Version: [-3.3.8-2-] {+3.3.10-0.1+}

Control files of package libfftw3-quad3: lines which differ (wdiff format)
--------------------------------------------------------------------------
Depends: libc6 (>= [-2.14),-] {+2.29),+} libgomp1 (>= 4.9), libquadmath0 (>= 4.6)
Installed-Size: [-2066-] {+2665+}
Version: [-3.3.8-2-] {+3.3.10-0.1+}

Control files of package libfftw3-single3: lines which differ (wdiff format)
----------------------------------------------------------------------------
[-Breaks: libfftw3-3 (<< 3.3.3-1)-]
Depends: libc6 (>= [-2.14),-] {+2.29),+} libgomp1 (>= 4.9)
Installed-Size: [-2206-] {+2301+}
[-Replaces: libfftw3-3 (<< 3.3.3-1)-]
Version: [-3.3.8-2-] {+3.3.10-0.1+}
-------------- next part --------------
sbuild (Debian sbuild) 0.81.2 (31 January 2021) on fernst.no-ip.org

+==============================================================================+
| fftw3 3.3.10-0.1 (amd64)                     Wed, 20 Apr 2022 15:56:25 +0000 |
+==============================================================================+

Package: fftw3
Version: 3.3.10-0.1
Source Version: 3.3.10-0.1
Distribution: unstable
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64
Build Type: full

I: NOTICE: Log filtering will replace 'var/run/schroot/mount/unstable-amd64-sbuild-ccc7e69d-815c-478b-9a9d-616aa8fa41ed' with '<<CHROOT>>'
I: NOTICE: Log filtering will replace 'build/fftw3-X7xtQt/resolver-igLqgW' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 http://127.0.0.1:3142/deb.debian.org/debian unstable InRelease [165 kB]
Get:2 http://127.0.0.1:3142/deb.debian.org/debian unstable/main Sources.diff/Index [63.6 kB]
Get:3 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
Get:4 http://127.0.0.1:3142/deb.debian.org/debian unstable/main Sources T-2022-04-20-1401.16-F-2022-04-20-0802.27.pdiff [11.0 kB]
Get:4 http://127.0.0.1:3142/deb.debian.org/debian unstable/main Sources T-2022-04-20-1401.16-F-2022-04-20-0802.27.pdiff [11.0 kB]
Get:5 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 Packages T-2022-04-20-1401.16-F-2022-04-20-0802.27.pdiff [11.2 kB]
Get:5 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 Packages T-2022-04-20-1401.16-F-2022-04-20-0802.27.pdiff [11.2 kB]
Fetched 315 kB in 3s (105 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  debhelper libdebhelper-perl libjson-c5
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 1309 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 debhelper all 13.7.1 [1071 kB]
Get:2 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdebhelper-perl all 13.7.1 [195 kB]
Get:3 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libjson-c5 amd64 0.15-3 [43.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1309 kB in 0s (66.0 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 38702 files and directories currently installed.)
Preparing to unpack .../debhelper_13.7.1_all.deb ...
Unpacking debhelper (13.7.1) over (13.7) ...
Preparing to unpack .../libdebhelper-perl_13.7.1_all.deb ...
Unpacking libdebhelper-perl (13.7.1) over (13.7) ...
Preparing to unpack .../libjson-c5_0.15-3_amd64.deb ...
Unpacking libjson-c5:amd64 (0.15-3) over (0.15-2) ...
Setting up libdebhelper-perl (13.7.1) ...
Setting up debhelper (13.7.1) ...
Setting up libjson-c5:amd64 (0.15-3) ...
Processing triggers for man-db (2.10.2-1) ...
Not building database; man-db/auto-update is not 'true'.
Processing triggers for libc-bin (2.33-7) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/home/fernst/debian/temp/fftw3/fftw3_3.3.10-0.1.dsc exists in /home/fernst/debian/temp/fftw3; copying to chroot
I: NOTICE: Log filtering will replace 'build/fftw3-X7xtQt/fftw3-3.3.10' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/fftw3-X7xtQt' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: chrpath, debhelper-compat (= 13), gfortran, mpi-default-dev, texinfo, build-essential, fakeroot, ghostscript, transfig
Filtered Build-Depends: chrpath, debhelper-compat (= 13), gfortran, mpi-default-dev, texinfo, build-essential, fakeroot, ghostscript, transfig
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [957 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [421 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [494 B]
Fetched 1872 B in 0s (104 kB/s)
Reading package lists...
Reading package lists...

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  chrpath fig2dev fonts-urw-base35 gawk ghostscript ibverbs-providers
  libcbor0.8 libevent-2.1-7 libevent-core-2.1-7 libevent-dev
  libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7
  libfabric1 libfido2-1 libgs9 libgs9-common libhwloc-dev libhwloc-plugins
  libhwloc15 libibverbs-dev libibverbs1 libidn12 libijs-0.35 libjbig2dec0
  libjs-jquery-ui libltdl-dev libltdl7 libnetpbm11 libnl-3-200 libnl-3-dev
  libnl-route-3-200 libnl-route-3-dev libnuma-dev libnuma1 libopenjp2-7
  libopenmpi-dev libopenmpi3 libpaper1 libpmix-dev libpmix2 libpsm-infinipath1
  libpsm2-2 librdmacm1 libtext-unidecode-perl libucx0 libxml-libxml-perl
  libxml-namespacesupport-perl libxml-sax-base-perl libxml-sax-perl
  libxnvctrl0 mpi-default-dev netpbm ocl-icd-libopencl1 openmpi-bin
  openmpi-common openssh-client poppler-data tex-common texinfo
Suggested packages:
  xfig fonts-freefont-otf | fonts-freefont-ttf fonts-texgyre gawk-doc
  ghostscript-x libhwloc-contrib-plugins libjs-jquery-ui-docs libtool-doc
  openmpi-doc opencl-icd keychain libpam-ssh monkeysphere ssh-askpass
  poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
  fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
  fonts-arphic-uming fonts-nanum texlive-base texlive-latex-base
  texlive-plain-generic texlive-fonts-recommended
Recommended packages:
  fonts-droid-fallback javascript-common libcoarrays-openmpi-dev
  libpaper-utils libxml-sax-expat-perl xauth
The following NEW packages will be installed:
  chrpath fig2dev fonts-urw-base35 gawk ghostscript ibverbs-providers
  libcbor0.8 libevent-2.1-7 libevent-core-2.1-7 libevent-dev
  libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7
  libfabric1 libfido2-1 libgs9 libgs9-common libhwloc-dev libhwloc-plugins
  libhwloc15 libibverbs-dev libibverbs1 libidn12 libijs-0.35 libjbig2dec0
  libjs-jquery-ui libltdl-dev libltdl7 libnetpbm11 libnl-3-200 libnl-3-dev
  libnl-route-3-200 libnl-route-3-dev libnuma-dev libnuma1 libopenjp2-7
  libopenmpi-dev libopenmpi3 libpaper1 libpmix-dev libpmix2 libpsm-infinipath1
  libpsm2-2 librdmacm1 libtext-unidecode-perl libucx0 libxml-libxml-perl
  libxml-namespacesupport-perl libxml-sax-base-perl libxml-sax-perl
  libxnvctrl0 mpi-default-dev netpbm ocl-icd-libopencl1 openmpi-bin
  openmpi-common openssh-client poppler-data sbuild-build-depends-main-dummy
  tex-common texinfo
0 upgraded, 61 newly installed, 0 to remove and 0 not upgraded.
Need to get 29.1 MB of archives.
After this operation, 132 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [920 B]
Get:2 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 gawk amd64 1:5.1.0-1 [605 kB]
Get:3 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 poppler-data all 0.4.11-1 [1608 kB]
Get:4 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 tex-common all 6.17 [53.6 kB]
Get:5 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libcbor0.8 amd64 0.8.0-2 [27.1 kB]
Get:6 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libfido2-1 amd64 1.10.0-1 [73.9 kB]
Get:7 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 openssh-client amd64 1:9.0p1-1 [1049 kB]
Get:8 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 chrpath amd64 0.16-2+b1 [17.1 kB]
Get:9 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 fonts-urw-base35 all 20200910-1 [6367 kB]
Get:10 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libgs9-common all 9.56.0~dfsg-1 [747 kB]
Get:11 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libidn12 amd64 1.38-4 [82.6 kB]
Get:12 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libijs-0.35 amd64 0.35-15 [16.4 kB]
Get:13 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libjbig2dec0 amd64 0.19-3 [67.2 kB]
Get:14 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libopenjp2-7 amd64 2.4.0-6 [172 kB]
Get:15 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libpaper1 amd64 1.1.28+b1 [21.6 kB]
Get:16 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libgs9 amd64 9.56.0~dfsg-1 [2555 kB]
Get:17 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 ghostscript amd64 9.56.0~dfsg-1 [99.3 kB]
Get:18 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnetpbm11 amd64 2:10.97.00-2 [182 kB]
Get:19 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 netpbm amd64 2:10.97.00-2 [2017 kB]
Get:20 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 fig2dev amd64 1:3.2.8b-2 [454 kB]
Get:21 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnl-3-200 amd64 3.5.0-0.1 [63.2 kB]
Get:22 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnl-route-3-200 amd64 3.5.0-0.1 [172 kB]
Get:23 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libibverbs1 amd64 39.0-1+b1 [62.0 kB]
Get:24 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 ibverbs-providers amd64 39.0-1+b1 [314 kB]
Get:25 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libevent-2.1-7 amd64 2.1.12-stable-5 [186 kB]
Get:26 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libevent-core-2.1-7 amd64 2.1.12-stable-5 [137 kB]
Get:27 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libevent-extra-2.1-7 amd64 2.1.12-stable-5 [111 kB]
Get:28 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libevent-pthreads-2.1-7 amd64 2.1.12-stable-5 [57.6 kB]
Get:29 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libevent-openssl-2.1-7 amd64 2.1.12-stable-5 [64.7 kB]
Get:30 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libevent-dev amd64 2.1.12-stable-5 [310 kB]
Get:31 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libpsm-infinipath1 amd64 3.3+20.604758e7-6.1 [169 kB]
Get:32 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnuma1 amd64 2.0.14-3 [24.4 kB]
Get:33 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libpsm2-2 amd64 11.2.185-1 [181 kB]
Get:34 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 librdmacm1 amd64 39.0-1+b1 [70.0 kB]
Get:35 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libfabric1 amd64 1.11.0-3 [521 kB]
Get:36 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libhwloc15 amd64 2.7.1-1 [155 kB]
Get:37 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnuma-dev amd64 2.0.14-3 [37.8 kB]
Get:38 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libltdl7 amd64 2.4.7-3 [402 kB]
Get:39 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libltdl-dev amd64 2.4.7-3 [164 kB]
Get:40 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libhwloc-dev amd64 2.7.1-1 [240 kB]
Get:41 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libxnvctrl0 amd64 470.103.01-2 [27.4 kB]
Get:42 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 ocl-icd-libopencl1 amd64 2.2.14-3 [42.6 kB]
Get:43 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libhwloc-plugins amd64 2.7.1-1 [21.9 kB]
Get:44 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnl-3-dev amd64 3.5.0-0.1 [104 kB]
Get:45 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnl-route-3-dev amd64 3.5.0-0.1 [189 kB]
Get:46 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libibverbs-dev amd64 39.0-1+b1 [592 kB]
Get:47 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libjs-jquery-ui all 1.13.1+dfsg-1 [250 kB]
Get:48 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libpmix2 amd64 4.1.2-2 [577 kB]
Get:49 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libucx0 amd64 1.12.1-1 [829 kB]
Get:50 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libopenmpi3 amd64 4.1.3-2 [2260 kB]
Get:51 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 openmpi-common all 4.1.3-2 [185 kB]
Get:52 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libpmix-dev amd64 4.1.2-2 [727 kB]
Get:53 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 openmpi-bin amd64 4.1.3-2 [244 kB]
Get:54 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libopenmpi-dev amd64 4.1.3-2 [989 kB]
Get:55 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libtext-unidecode-perl all 1.30-1 [103 kB]
Get:56 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
Get:57 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
Get:58 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libxml-sax-perl all 1.02+dfsg-3 [59.4 kB]
Get:59 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [337 kB]
Get:60 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 mpi-default-dev amd64 1.14 [5548 B]
Get:61 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 texinfo amd64 6.8-4+b1 [1827 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 29.1 MB in 0s (139 MB/s)
Selecting previously unselected package gawk.
(Reading database ... 38702 files and directories currently installed.)
Preparing to unpack .../00-gawk_1%3a5.1.0-1_amd64.deb ...
Unpacking gawk (1:5.1.0-1) ...
Selecting previously unselected package poppler-data.
Preparing to unpack .../01-poppler-data_0.4.11-1_all.deb ...
Unpacking poppler-data (0.4.11-1) ...
Selecting previously unselected package tex-common.
Preparing to unpack .../02-tex-common_6.17_all.deb ...
Unpacking tex-common (6.17) ...
Selecting previously unselected package libcbor0.8:amd64.
Preparing to unpack .../03-libcbor0.8_0.8.0-2_amd64.deb ...
Unpacking libcbor0.8:amd64 (0.8.0-2) ...
Selecting previously unselected package libfido2-1:amd64.
Preparing to unpack .../04-libfido2-1_1.10.0-1_amd64.deb ...
Unpacking libfido2-1:amd64 (1.10.0-1) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../05-openssh-client_1%3a9.0p1-1_amd64.deb ...
Unpacking openssh-client (1:9.0p1-1) ...
Selecting previously unselected package chrpath.
Preparing to unpack .../06-chrpath_0.16-2+b1_amd64.deb ...
Unpacking chrpath (0.16-2+b1) ...
Selecting previously unselected package fonts-urw-base35.
Preparing to unpack .../07-fonts-urw-base35_20200910-1_all.deb ...
Unpacking fonts-urw-base35 (20200910-1) ...
Selecting previously unselected package libgs9-common.
Preparing to unpack .../08-libgs9-common_9.56.0~dfsg-1_all.deb ...
Unpacking libgs9-common (9.56.0~dfsg-1) ...
Selecting previously unselected package libidn12:amd64.
Preparing to unpack .../09-libidn12_1.38-4_amd64.deb ...
Unpacking libidn12:amd64 (1.38-4) ...
Selecting previously unselected package libijs-0.35:amd64.
Preparing to unpack .../10-libijs-0.35_0.35-15_amd64.deb ...
Unpacking libijs-0.35:amd64 (0.35-15) ...
Selecting previously unselected package libjbig2dec0:amd64.
Preparing to unpack .../11-libjbig2dec0_0.19-3_amd64.deb ...
Unpacking libjbig2dec0:amd64 (0.19-3) ...
Selecting previously unselected package libopenjp2-7:amd64.
Preparing to unpack .../12-libopenjp2-7_2.4.0-6_amd64.deb ...
Unpacking libopenjp2-7:amd64 (2.4.0-6) ...
Selecting previously unselected package libpaper1:amd64.
Preparing to unpack .../13-libpaper1_1.1.28+b1_amd64.deb ...
Unpacking libpaper1:amd64 (1.1.28+b1) ...
Selecting previously unselected package libgs9:amd64.
Preparing to unpack .../14-libgs9_9.56.0~dfsg-1_amd64.deb ...
Unpacking libgs9:amd64 (9.56.0~dfsg-1) ...
Selecting previously unselected package ghostscript.
Preparing to unpack .../15-ghostscript_9.56.0~dfsg-1_amd64.deb ...
Unpacking ghostscript (9.56.0~dfsg-1) ...
Selecting previously unselected package libnetpbm11:amd64.
Preparing to unpack .../16-libnetpbm11_2%3a10.97.00-2_amd64.deb ...
Unpacking libnetpbm11:amd64 (2:10.97.00-2) ...
Selecting previously unselected package netpbm.
Preparing to unpack .../17-netpbm_2%3a10.97.00-2_amd64.deb ...
Unpacking netpbm (2:10.97.00-2) ...
Selecting previously unselected package fig2dev.
Preparing to unpack .../18-fig2dev_1%3a3.2.8b-2_amd64.deb ...
Unpacking fig2dev (1:3.2.8b-2) ...
Selecting previously unselected package libnl-3-200:amd64.
Preparing to unpack .../19-libnl-3-200_3.5.0-0.1_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.5.0-0.1) ...
Selecting previously unselected package libnl-route-3-200:amd64.
Preparing to unpack .../20-libnl-route-3-200_3.5.0-0.1_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.5.0-0.1) ...
Selecting previously unselected package libibverbs1:amd64.
Preparing to unpack .../21-libibverbs1_39.0-1+b1_amd64.deb ...
Unpacking libibverbs1:amd64 (39.0-1+b1) ...
Selecting previously unselected package ibverbs-providers:amd64.
Preparing to unpack .../22-ibverbs-providers_39.0-1+b1_amd64.deb ...
Unpacking ibverbs-providers:amd64 (39.0-1+b1) ...
Selecting previously unselected package libevent-2.1-7:amd64.
Preparing to unpack .../23-libevent-2.1-7_2.1.12-stable-5_amd64.deb ...
Unpacking libevent-2.1-7:amd64 (2.1.12-stable-5) ...
Selecting previously unselected package libevent-core-2.1-7:amd64.
Preparing to unpack .../24-libevent-core-2.1-7_2.1.12-stable-5_amd64.deb ...
Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-5) ...
Selecting previously unselected package libevent-extra-2.1-7:amd64.
Preparing to unpack .../25-libevent-extra-2.1-7_2.1.12-stable-5_amd64.deb ...
Unpacking libevent-extra-2.1-7:amd64 (2.1.12-stable-5) ...
Selecting previously unselected package libevent-pthreads-2.1-7:amd64.
Preparing to unpack .../26-libevent-pthreads-2.1-7_2.1.12-stable-5_amd64.deb ...
Unpacking libevent-pthreads-2.1-7:amd64 (2.1.12-stable-5) ...
Selecting previously unselected package libevent-openssl-2.1-7:amd64.
Preparing to unpack .../27-libevent-openssl-2.1-7_2.1.12-stable-5_amd64.deb ...
Unpacking libevent-openssl-2.1-7:amd64 (2.1.12-stable-5) ...
Selecting previously unselected package libevent-dev.
Preparing to unpack .../28-libevent-dev_2.1.12-stable-5_amd64.deb ...
Unpacking libevent-dev (2.1.12-stable-5) ...
Selecting previously unselected package libpsm-infinipath1.
Preparing to unpack .../29-libpsm-infinipath1_3.3+20.604758e7-6.1_amd64.deb ...
Unpacking libpsm-infinipath1 (3.3+20.604758e7-6.1) ...
Selecting previously unselected package libnuma1:amd64.
Preparing to unpack .../30-libnuma1_2.0.14-3_amd64.deb ...
Unpacking libnuma1:amd64 (2.0.14-3) ...
Selecting previously unselected package libpsm2-2.
Preparing to unpack .../31-libpsm2-2_11.2.185-1_amd64.deb ...
Unpacking libpsm2-2 (11.2.185-1) ...
Selecting previously unselected package librdmacm1:amd64.
Preparing to unpack .../32-librdmacm1_39.0-1+b1_amd64.deb ...
Unpacking librdmacm1:amd64 (39.0-1+b1) ...
Selecting previously unselected package libfabric1:amd64.
Preparing to unpack .../33-libfabric1_1.11.0-3_amd64.deb ...
Unpacking libfabric1:amd64 (1.11.0-3) ...
Selecting previously unselected package libhwloc15:amd64.
Preparing to unpack .../34-libhwloc15_2.7.1-1_amd64.deb ...
Unpacking libhwloc15:amd64 (2.7.1-1) ...
Selecting previously unselected package libnuma-dev:amd64.
Preparing to unpack .../35-libnuma-dev_2.0.14-3_amd64.deb ...
Unpacking libnuma-dev:amd64 (2.0.14-3) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../36-libltdl7_2.4.7-3_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.7-3) ...
Selecting previously unselected package libltdl-dev:amd64.
Preparing to unpack .../37-libltdl-dev_2.4.7-3_amd64.deb ...
Unpacking libltdl-dev:amd64 (2.4.7-3) ...
Selecting previously unselected package libhwloc-dev:amd64.
Preparing to unpack .../38-libhwloc-dev_2.7.1-1_amd64.deb ...
Unpacking libhwloc-dev:amd64 (2.7.1-1) ...
Selecting previously unselected package libxnvctrl0:amd64.
Preparing to unpack .../39-libxnvctrl0_470.103.01-2_amd64.deb ...
Unpacking libxnvctrl0:amd64 (470.103.01-2) ...
Selecting previously unselected package ocl-icd-libopencl1:amd64.
Preparing to unpack .../40-ocl-icd-libopencl1_2.2.14-3_amd64.deb ...
Unpacking ocl-icd-libopencl1:amd64 (2.2.14-3) ...
Selecting previously unselected package libhwloc-plugins:amd64.
Preparing to unpack .../41-libhwloc-plugins_2.7.1-1_amd64.deb ...
Unpacking libhwloc-plugins:amd64 (2.7.1-1) ...
Selecting previously unselected package libnl-3-dev:amd64.
Preparing to unpack .../42-libnl-3-dev_3.5.0-0.1_amd64.deb ...
Unpacking libnl-3-dev:amd64 (3.5.0-0.1) ...
Selecting previously unselected package libnl-route-3-dev:amd64.
Preparing to unpack .../43-libnl-route-3-dev_3.5.0-0.1_amd64.deb ...
Unpacking libnl-route-3-dev:amd64 (3.5.0-0.1) ...
Selecting previously unselected package libibverbs-dev:amd64.
Preparing to unpack .../44-libibverbs-dev_39.0-1+b1_amd64.deb ...
Unpacking libibverbs-dev:amd64 (39.0-1+b1) ...
Selecting previously unselected package libjs-jquery-ui.
Preparing to unpack .../45-libjs-jquery-ui_1.13.1+dfsg-1_all.deb ...
Unpacking libjs-jquery-ui (1.13.1+dfsg-1) ...
Selecting previously unselected package libpmix2:amd64.
Preparing to unpack .../46-libpmix2_4.1.2-2_amd64.deb ...
Unpacking libpmix2:amd64 (4.1.2-2) ...
Selecting previously unselected package libucx0:amd64.
Preparing to unpack .../47-libucx0_1.12.1-1_amd64.deb ...
Unpacking libucx0:amd64 (1.12.1-1) ...
Selecting previously unselected package libopenmpi3:amd64.
Preparing to unpack .../48-libopenmpi3_4.1.3-2_amd64.deb ...
Unpacking libopenmpi3:amd64 (4.1.3-2) ...
Selecting previously unselected package openmpi-common.
Preparing to unpack .../49-openmpi-common_4.1.3-2_all.deb ...
Unpacking openmpi-common (4.1.3-2) ...
Selecting previously unselected package libpmix-dev:amd64.
Preparing to unpack .../50-libpmix-dev_4.1.2-2_amd64.deb ...
Unpacking libpmix-dev:amd64 (4.1.2-2) ...
Selecting previously unselected package openmpi-bin.
Preparing to unpack .../51-openmpi-bin_4.1.3-2_amd64.deb ...
Unpacking openmpi-bin (4.1.3-2) ...
Selecting previously unselected package libopenmpi-dev:amd64.
Preparing to unpack .../52-libopenmpi-dev_4.1.3-2_amd64.deb ...
Unpacking libopenmpi-dev:amd64 (4.1.3-2) ...
Selecting previously unselected package libtext-unidecode-perl.
Preparing to unpack .../53-libtext-unidecode-perl_1.30-1_all.deb ...
Unpacking libtext-unidecode-perl (1.30-1) ...
Selecting previously unselected package libxml-namespacesupport-perl.
Preparing to unpack .../54-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
Selecting previously unselected package libxml-sax-base-perl.
Preparing to unpack .../55-libxml-sax-base-perl_1.09-1.1_all.deb ...
Unpacking libxml-sax-base-perl (1.09-1.1) ...
Selecting previously unselected package libxml-sax-perl.
Preparing to unpack .../56-libxml-sax-perl_1.02+dfsg-3_all.deb ...
Unpacking libxml-sax-perl (1.02+dfsg-3) ...
Selecting previously unselected package libxml-libxml-perl.
Preparing to unpack .../57-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ...
Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
Selecting previously unselected package mpi-default-dev.
Preparing to unpack .../58-mpi-default-dev_1.14_amd64.deb ...
Unpacking mpi-default-dev (1.14) ...
Selecting previously unselected package texinfo.
Preparing to unpack .../59-texinfo_6.8-4+b1_amd64.deb ...
Unpacking texinfo (6.8-4+b1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../60-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libpaper1:amd64 (1.1.28+b1) ...

Creating config file /etc/papersize with new version
Setting up gawk (1:5.1.0-1) ...
Setting up libijs-0.35:amd64 (0.35-15) ...
Setting up libcbor0.8:amd64 (0.8.0-2) ...
Setting up libnetpbm11:amd64 (2:10.97.00-2) ...
Setting up libxml-namespacesupport-perl (1.12-1.1) ...
Setting up fonts-urw-base35 (20200910-1) ...
Setting up poppler-data (0.4.11-1) ...
Setting up libxnvctrl0:amd64 (470.103.01-2) ...
Setting up tex-common (6.17) ...
update-language: texlive-base not installed and configured, doing nothing!
Setting up libxml-sax-base-perl (1.09-1.1) ...
Setting up libjs-jquery-ui (1.13.1+dfsg-1) ...
Setting up libjbig2dec0:amd64 (0.19-3) ...
Setting up libhwloc15:amd64 (2.7.1-1) ...
Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-5) ...
Setting up libidn12:amd64 (1.38-4) ...
Setting up libevent-2.1-7:amd64 (2.1.12-stable-5) ...
Setting up netpbm (2:10.97.00-2) ...
Setting up libltdl7:amd64 (2.4.7-3) ...
Setting up libnuma1:amd64 (2.0.14-3) ...
Setting up ocl-icd-libopencl1:amd64 (2.2.14-3) ...
Setting up libnl-3-200:amd64 (3.5.0-0.1) ...
Setting up libpsm2-2 (11.2.185-1) ...
Setting up openmpi-common (4.1.3-2) ...
Setting up libopenjp2-7:amd64 (2.4.0-6) ...
Setting up libpsm-infinipath1 (3.3+20.604758e7-6.1) ...
update-alternatives: using /usr/lib/libpsm1/libpsm_infinipath.so.1.16 to provide /usr/lib/x86_64-linux-gnu/libpsm_infinipath.so.1 (libpsm_infinipath.so.1) in auto mode
Setting up libfido2-1:amd64 (1.10.0-1) ...
Setting up libtext-unidecode-perl (1.30-1) ...
Setting up chrpath (0.16-2+b1) ...
Setting up libevent-pthreads-2.1-7:amd64 (2.1.12-stable-5) ...
Setting up libgs9-common (9.56.0~dfsg-1) ...
Setting up libevent-extra-2.1-7:amd64 (2.1.12-stable-5) ...
Setting up libgs9:amd64 (9.56.0~dfsg-1) ...
Setting up openssh-client (1:9.0p1-1) ...
update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
Setting up libevent-openssl-2.1-7:amd64 (2.1.12-stable-5) ...
Setting up ghostscript (9.56.0~dfsg-1) ...
Setting up libhwloc-plugins:amd64 (2.7.1-1) ...
Setting up fig2dev (1:3.2.8b-2) ...
Setting up libxml-sax-perl (1.02+dfsg-3) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...

Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libnuma-dev:amd64 (2.0.14-3) ...
Setting up libnl-route-3-200:amd64 (3.5.0-0.1) ...
Setting up libltdl-dev:amd64 (2.4.7-3) ...
Setting up libevent-dev (2.1.12-stable-5) ...
Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libnl-3-dev:amd64 (3.5.0-0.1) ...
Setting up libhwloc-dev:amd64 (2.7.1-1) ...
Setting up libibverbs1:amd64 (39.0-1+b1) ...
Setting up libpmix2:amd64 (4.1.2-2) ...
Setting up ibverbs-providers:amd64 (39.0-1+b1) ...
Setting up libnl-route-3-dev:amd64 (3.5.0-0.1) ...
Setting up texinfo (6.8-4+b1) ...
Setting up libpmix-dev:amd64 (4.1.2-2) ...
Setting up librdmacm1:amd64 (39.0-1+b1) ...
Setting up libucx0:amd64 (1.12.1-1) ...
Setting up libibverbs-dev:amd64 (39.0-1+b1) ...
Setting up libfabric1:amd64 (1.11.0-3) ...
Setting up libopenmpi3:amd64 (4.1.3-2) ...
Setting up openmpi-bin (4.1.3-2) ...
update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode
update-alternatives: using /usr/bin/mpicc.openmpi to provide /usr/bin/mpicc (mpi) in auto mode
Setting up libopenmpi-dev:amd64 (4.1.3-2) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/openmpi/include to provide /usr/include/x86_64-linux-gnu/mpi (mpi-x86_64-linux-gnu) in auto mode
Setting up mpi-default-dev (1.14) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.33-7) ...
Processing triggers for man-db (2.10.2-1) ...
Not building database; man-db/auto-update is not 'true'.
Processing triggers for fontconfig (2.13.1-4.4) ...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (amd64 included in any all)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) amd64 (x86_64)
Toolchain package versions: binutils_2.38-3 dpkg-dev_1.21.7 g++-11_11.2.0-20 gcc-11_11.2.0-20 libc6-dev_2.33-7 libstdc++-11-dev_11.2.0-20 libstdc++6_12-20220319-1 linux-libc-dev_5.17.3-1
Package versions: adduser_3.121 adwaita-icon-theme_42.0-2 apt_2.4.5 autoconf_2.71-2 autoconf-archive_20210219-2.1 automake_1:1.16.5-1.3 autopoint_0.21-6 autotools-dev_20220109.1 base-files_12.2 base-passwd_3.5.52 bash_5.1-6 binutils_2.38-3 binutils-common_2.38-3 binutils-x86-64-linux-gnu_2.38-3 bsdextrautils_2.38-4 bsdutils_1:2.38-4 build-essential_12.9 bzip2_1.0.8-5 ca-certificates_20211016 ccache_4.6-1 cdbs_0.4.163 chrpath_0.16-2+b1 coreutils_8.32-4.1 cpp_4:11.2.0-2 cpp-11_11.2.0-20 dash_0.5.11+git20210903+057cd650a4ed-8 dbus_1.14.0-1 dbus-bin_1.14.0-1 dbus-daemon_1.14.0-1 dbus-session-bus-common_1.14.0-1 dbus-system-bus-common_1.14.0-1 dbus-user-session_1.14.0-1 dconf-gsettings-backend_0.40.0-3 dconf-service_0.40.0-3 debconf_1.5.79 debhelper_13.7.1 debian-archive-keyring_2021.1.1 debianutils_5.7-0.1 dh-autoreconf_20 dh-python_5.20220403 dh-strip-nondeterminism_1.13.0-1 diffutils_1:3.7-5 dmsetup_2:1.02.175-2.1 docbook_4.5-9 docbook-to-man_1:2.0.0-45 docbook-xml_4.5-11 docbook-xsl_1.79.2+dfsg-1 dpkg_1.21.7 dpkg-dev_1.21.7 dwz_0.14-1 e2fsprogs_1.46.5-2 eatmydata_130-2 fakeroot_1.28-1 fig2dev_1:3.2.8b-2 file_1:5.41-3 findutils_4.9.0-3 fontconfig_2.13.1-4.4 fontconfig-config_2.13.1-4.4 fonts-dejavu-core_2.37-2 fonts-urw-base35_20200910-1 g++_4:11.2.0-2 g++-11_11.2.0-20 gawk_1:5.1.0-1 gcc_4:11.2.0-2 gcc-10-base_10.3.0-15 gcc-11_11.2.0-20 gcc-11-base_11.2.0-20 gcc-12-base_12-20220319-1 gcc-9-base_9.4.0-5 gettext_0.21-6 gettext-base_0.21-6 gfortran_4:11.2.0-2 gfortran-11_11.2.0-20 ghostscript_9.56.0~dfsg-1 gir1.2-atk-1.0_2.38.0-1 gir1.2-atspi-2.0_2.44.0-3 gir1.2-freedesktop_1.72.0-1+b1 gir1.2-gdkpixbuf-2.0_2.42.8+dfsg-1 gir1.2-glib-2.0_1.72.0-1+b1 gir1.2-gtk-3.0_3.24.33-1 gir1.2-harfbuzz-0.0_2.7.4-1 gir1.2-pango-1.0_1.50.6+ds-2 gnome-common_3.18.0-4 gobject-introspection_1.72.0-1+b1 gpgv_2.2.27-3+b1 grep_3.7-1 groff-base_1.22.4-8 gtk-doc-tools_1.33.2-1 gtk-update-icon-cache_3.24.33-1 gzip_1.12-1 hdf5-helpers_1.10.7+repack-4 hicolor-icon-theme_0.17-2 hostname_3.23 ibverbs-providers_39.0-1+b1 icu-devtools_67.1-7 init-system-helpers_1.62 intltool_0.51.0-6 intltool-debian_0.35.0+20060710.5 libacl1_2.3.1-1 libaec-dev_1.0.6-1 libaec0_1.0.6-1 libapparmor1_3.0.4-2 libapt-pkg6.0_2.4.5 libarchive-dev_3.6.0-1 libarchive-zip-perl_1.68-1 libarchive13_3.6.0-1 libargon2-1_0~20171227-0.3 libasan6_11.2.0-20 libatk-bridge2.0-0_2.38.0-4 libatk-bridge2.0-dev_2.38.0-4 libatk1.0-0_2.38.0-1 libatk1.0-data_2.38.0-1 libatk1.0-dev_2.38.0-1 libatomic1_12-20220319-1 libatspi2.0-0_2.44.0-3 libatspi2.0-dev_2.44.0-3 libattr1_1:2.5.1-1 libaudit-common_1:3.0.7-1 libaudit1_1:3.0.7-1+b1 libavahi-client3_0.8-5 libavahi-common-data_0.8-5 libavahi-common3_0.8-5 libbinutils_2.38-3 libblkid-dev_2.38-4 libblkid1_2.38-4 libboost-iostreams1.74.0_1.74.0-14 libbrotli-dev_1.0.9-2+b3 libbrotli1_1.0.9-2+b3 libbsd0_0.11.6-1 libbz2-1.0_1.0.8-5 libc-bin_2.33-7 libc-dev-bin_2.33-7 libc6_2.33-7 libc6-dev_2.33-7 libcairo-gobject2_1.16.0-5 libcairo-script-interpreter2_1.16.0-5 libcairo2_1.16.0-5 libcairo2-dev_1.16.0-5 libcap-ng0_0.7.9-2.2+b2 libcap2_1:2.44-1 libcbor0.8_0.8.0-2 libcc1-0_12-20220319-1 libcolord2_1.4.6-1 libcom-err2_1.46.5-2 libcrypt-dev_1:4.4.27-1.1 libcrypt1_1:4.4.27-1.1 libcryptsetup12_2:2.4.3-1 libctf-nobfd0_2.38-3 libctf0_2.38-3 libcups2_2.4.1op1-2 libcurl3-gnutls_7.82.0-2 libcurl4_7.82.0-2 libcurl4-openssl-dev_7.82.0-2 libdatrie-dev_0.2.13-2 libdatrie1_0.2.13-2 libdb5.3_5.3.28+dfsg1-0.8 libdbus-1-3_1.14.0-1 libdbus-1-dev_1.14.0-1 libdconf1_0.40.0-3 libdebconfclient0_0.262 libdebhelper-perl_13.7.1 libdeflate-dev_1.10-2 libdeflate0_1.10-2 libdevmapper1.02.1_2:1.02.175-2.1 libdpkg-perl_1.21.7 libdrm-amdgpu1_2.4.110-1 libdrm-common_2.4.110-1 libdrm-dev_2.4.110-1 libdrm-intel1_2.4.110-1 libdrm-nouveau2_2.4.110-1 libdrm-radeon1_2.4.110-1 libdrm2_2.4.110-1 libeatmydata1_130-2 libedit2_3.1-20210910-1 libegl-dev_1.4.0-1 libegl-mesa0_21.3.8-1 libegl1_1.4.0-1 libegl1-mesa-dev_21.3.8-1 libelf1_0.186-1 libencode-locale-perl_1.05-1.1 libepoxy-dev_1.5.10-1 libepoxy0_1.5.10-1 libevent-2.1-7_2.1.12-stable-5 libevent-core-2.1-7_2.1.12-stable-5 libevent-dev_2.1.12-stable-5 libevent-extra-2.1-7_2.1.12-stable-5 libevent-openssl-2.1-7_2.1.12-stable-5 libevent-pthreads-2.1-7_2.1.12-stable-5 libexpat1_2.4.8-1 libexpat1-dev_2.4.8-1 libext2fs2_1.46.5-2 libfabric1_1.11.0-3 libfakeroot_1.28-1 libfdisk1_2.38-4 libffi-dev_3.4.2-4 libffi8_3.4.2-4 libfido2-1_1.10.0-1 libfile-listing-perl_6.14-1 libfile-stripnondeterminism-perl_1.13.0-1 libfontconfig-dev_2.13.1-4.4 libfontconfig1_2.13.1-4.4 libfontconfig1-dev_2.13.1-4.4 libfreetype-dev_2.11.1+dfsg-1 libfreetype6_2.11.1+dfsg-1 libfreetype6-dev_2.11.1+dfsg-1 libfribidi-dev_1.0.8-2.1 libfribidi0_1.0.8-2.1 libftgl-dev_2.4.0-2.1 libftgl2_2.4.0-2.1 libgbm1_21.3.8-1 libgcc-11-dev_11.2.0-20 libgcc-s1_12-20220319-1 libgcrypt20_1.10.1-2 libgdbm-compat4_1.23-1 libgdbm6_1.23-1 libgdk-pixbuf-2.0-0_2.42.8+dfsg-1 libgdk-pixbuf-2.0-dev_2.42.8+dfsg-1 libgdk-pixbuf2.0-bin_2.42.8+dfsg-1 libgdk-pixbuf2.0-common_2.42.8+dfsg-1 libgfortran-11-dev_11.2.0-20 libgfortran5_12-20220319-1 libgirepository-1.0-1_1.72.0-1+b1 libgirepository1.0-dev_1.72.0-1+b1 libgl-dev_1.4.0-1 libgl1_1.4.0-1 libgl1-mesa-dri_21.3.8-1 libglapi-mesa_21.3.8-1 libgles-dev_1.4.0-1 libgles1_1.4.0-1 libgles2_1.4.0-1 libglib2.0-0_2.72.1-1 libglib2.0-bin_2.72.1-1 libglib2.0-data_2.72.1-1 libglib2.0-dev_2.72.1-1 libglib2.0-dev-bin_2.72.1-1 libglu1-mesa_9.0.2-1 libglu1-mesa-dev_9.0.2-1 libglvnd-core-dev_1.4.0-1 libglvnd-dev_1.4.0-1 libglvnd0_1.4.0-1 libglx-dev_1.4.0-1 libglx-mesa0_21.3.8-1 libglx0_1.4.0-1 libgmp10_2:6.2.1+dfsg-3 libgnutls30_3.7.4-2 libgomp1_12-20220319-1 libgpg-error0_1.43-3 libgraphite2-3_1.3.14-1 libgraphite2-dev_1.3.14-1 libgs9_9.56.0~dfsg-1 libgs9-common_9.56.0~dfsg-1 libgssapi-krb5-2_1.19.2-2+b1 libgtk-3-0_3.24.33-1 libgtk-3-common_3.24.33-1 libgtk-3-dev_3.24.33-1 libharfbuzz-dev_2.7.4-1 libharfbuzz-gobject0_2.7.4-1 libharfbuzz-icu0_2.7.4-1 libharfbuzz0b_2.7.4-1 libhdf5-103-1_1.10.7+repack-4 libhdf5-cpp-103-1_1.10.7+repack-4 libhdf5-dev_1.10.7+repack-4 libhdf5-fortran-102_1.10.7+repack-4 libhdf5-hl-100_1.10.7+repack-4 libhdf5-hl-cpp-100_1.10.7+repack-4 libhdf5-hl-fortran-100_1.10.7+repack-4 libhiredis0.14_0.14.1-2 libhogweed6_3.7.3-1 libhtml-parser-perl_3.78-1 libhtml-tagset-perl_3.20-4 libhtml-tree-perl_5.07-2 libhttp-cookies-perl_6.10-1 libhttp-date-perl_6.05-1 libhttp-message-perl_6.36-1 libhttp-negotiate-perl_6.01-1 libhwloc-dev_2.7.1-1 libhwloc-plugins_2.7.1-1 libhwloc15_2.7.1-1 libibverbs-dev_39.0-1+b1 libibverbs1_39.0-1+b1 libice-dev_2:1.0.10-1 libice6_2:1.0.10-1 libicu-dev_67.1-7 libicu67_67.1-7 libidn12_1.38-4 libidn2-0_2.3.2-2 libijs-0.35_0.35-15 libinchi1_1.03+dfsg-4+b1 libio-html-perl_1.004-3 libio-socket-ssl-perl_2.074-2 libip4tc2_1.8.7-1 libisl23_0.24-2 libitm1_12-20220319-1 libjbig-dev_2.1-3.1+b2 libjbig0_2.1-3.1+b2 libjbig2dec0_0.19-3 libjpeg-dev_1:2.1.2-1 libjpeg62-turbo_1:2.1.2-1 libjpeg62-turbo-dev_1:2.1.2-1 libjs-jquery_3.6.0+dfsg+~3.5.13-1 libjs-jquery-ui_1.13.1+dfsg-1 libjs-sphinxdoc_4.5.0-3 libjs-underscore_1.13.2~dfsg-2 libjson-c5_0.15-3 libk5crypto3_1.19.2-2+b1 libkeyutils1_1.6.1-3 libkmod2_29-1 libkrb5-3_1.19.2-2+b1 libkrb5support0_1.19.2-2+b1 liblcms2-2_2.12~rc1-2 libldap-2.5-0_2.5.11+dfsg-1 libllvm13_1:13.0.1-3+b2 liblsan0_12-20220319-1 libltdl-dev_2.4.7-3 libltdl7_2.4.7-3 liblwp-mediatypes-perl_6.04-1 liblwp-protocol-https-perl_6.10-1 liblz4-1_1.9.3-2 liblzma-dev_5.2.5-2.1 liblzma5_5.2.5-2.1 liblzo2-2_2.10-2 libmaeparser1_1.2.4-1+b1 libmagic-mgc_1:5.41-3 libmagic1_1:5.41-3 libmd0_1.0.4-1 libmount-dev_2.38-4 libmount1_2.38-4 libmpc3_1.2.1-2 libmpdec3_2.5.1-2 libmpfr6_4.1.0-3 libncursesw6_6.3-2 libnet-http-perl_6.22-1 libnet-ssleay-perl_1.92-1+b1 libnetcdf-dev_1:4.8.1-1 libnetcdf19_1:4.8.1-1 libnetpbm11_2:10.97.00-2 libnettle8_3.7.3-1 libnghttp2-14_1.43.0-1 libnl-3-200_3.5.0-0.1 libnl-3-dev_3.5.0-0.1 libnl-route-3-200_3.5.0-0.1 libnl-route-3-dev_3.5.0-0.1 libnsl-dev_1.3.0-2 libnsl2_1.3.0-2 libnuma-dev_2.0.14-3 libnuma1_2.0.14-3 libopenbabel-dev_3.1.1+dfsg-6+b2 libopenbabel7_3.1.1+dfsg-6+b2 libopengl-dev_1.4.0-1 libopengl0_1.4.0-1 libopenjp2-7_2.4.0-6 libopenmpi-dev_4.1.3-2 libopenmpi3_4.1.3-2 libosp5_1.5.2-13+b2 libp11-kit0_0.24.1-1 libpam-modules_1.4.0-11 libpam-modules-bin_1.4.0-11 libpam-runtime_1.4.0-11 libpam-systemd_250.4-1 libpam0g_1.4.0-11 libpango-1.0-0_1.50.6+ds-2 libpango1.0-dev_1.50.6+ds-2 libpangocairo-1.0-0_1.50.6+ds-2 libpangoft2-1.0-0_1.50.6+ds-2 libpangoxft-1.0-0_1.50.6+ds-2 libpaper1_1.1.28+b1 libpciaccess-dev_0.16-3 libpciaccess0_0.16-3 libpcre16-3_2:8.39-14 libpcre2-16-0_10.39-4 libpcre2-32-0_10.39-4 libpcre2-8-0_10.39-4 libpcre2-dev_10.39-4 libpcre2-posix3_10.39-4 libpcre3_2:8.39-14 libpcre3-dev_2:8.39-14 libpcre32-3_2:8.39-14 libpcrecpp0v5_2:8.39-14 libperl5.32_5.32.1-6 libperl5.34_5.34.0-4 libpipeline1_1.5.5-1 libpixman-1-0_0.40.0-1 libpixman-1-dev_0.40.0-1 libpmix-dev_4.1.2-2 libpmix2_4.1.2-2 libpng-dev_1.6.37-3 libpng16-16_1.6.37-3 libpsl5_0.21.0-1.2 libpsm-infinipath1_3.3+20.604758e7-6.1 libpsm2-2_11.2.185-1 libpthread-stubs0-dev_0.4-1 libpython3-all-dev_3.10.4-1 libpython3-dev_3.10.4-1 libpython3-stdlib_3.10.4-1 libpython3.10_3.10.4-3 libpython3.10-dev_3.10.4-3 libpython3.10-minimal_3.10.4-3 libpython3.10-stdlib_3.10.4-3 libpython3.9_3.9.12-1 libpython3.9-dev_3.9.12-1 libpython3.9-minimal_3.9.12-1 libpython3.9-stdlib_3.9.12-1 libquadmath0_12-20220319-1 librdmacm1_39.0-1+b1 libreadline8_8.1.2-1.2 librtmp1_2.4+20151223.gitfa8646d.1-2+b2 libsasl2-2_2.1.28+dfsg-4 libsasl2-modules-db_2.1.28+dfsg-4 libseccomp2_2.5.3-2 libselinux1_3.3-1+b2 libselinux1-dev_3.3-1+b2 libsemanage-common_3.3-1 libsemanage2_3.3-1+b2 libsensors-config_1:3.6.0-7 libsensors5_1:3.6.0-7 libsepol-dev_3.3-1 libsepol2_3.3-1 libsigsegv2_2.14-1 libsm-dev_2:1.2.3-1 libsm6_2:1.2.3-1 libsmartcols1_2.38-4 libsqlite3-0_3.38.2-1 libss2_1.46.5-2 libssh2-1_1.10.0-3 libssl-dev_1.1.1n-1 libssl1.1_1.1.1n-1 libstdc++-11-dev_11.2.0-20 libstdc++6_12-20220319-1 libsub-override-perl_0.09-2 libsystemd0_250.4-1 libsz2_1.0.6-1 libtasn1-6_4.18.0-4 libtext-unidecode-perl_1.30-1 libthai-data_0.1.29-1 libthai-dev_0.1.29-1 libthai0_0.1.29-1 libtiff-dev_4.3.0-6 libtiff5_4.3.0-6 libtiffxx5_4.3.0-6 libtimedate-perl_2.3300-2 libtinfo6_6.3-2 libtirpc-common_1.3.2-2 libtirpc-dev_1.3.2-2 libtirpc3_1.3.2-2 libtool_2.4.7-3 libtool-bin_2.4.7-3 libtry-tiny-perl_0.31-1 libtsan0_11.2.0-20 libubsan1_12-20220319-1 libuchardet0_0.0.7-1 libucx0_1.12.1-1 libudev1_250.4-1 libunistring2_1.0-1 liburi-perl_5.10-1 libuuid1_2.38-4 libvulkan1_1.3.204.1-2 libwayland-bin_1.20.0-1 libwayland-client0_1.20.0-1 libwayland-cursor0_1.20.0-1 libwayland-dev_1.20.0-1 libwayland-egl1_1.20.0-1 libwayland-server0_1.20.0-1 libwebp7_1.2.2-2+b1 libwww-perl_6.62-1 libwww-robotrules-perl_6.02-1 libx11-6_2:1.7.5-1 libx11-data_2:1.7.5-1 libx11-dev_2:1.7.5-1 libx11-xcb1_2:1.7.5-1 libxau-dev_1:1.0.9-1 libxau6_1:1.0.9-1 libxcb-dri2-0_1.14-3 libxcb-dri3-0_1.14-3 libxcb-glx0_1.14-3 libxcb-present0_1.14-3 libxcb-render0_1.14-3 libxcb-render0-dev_1.14-3 libxcb-shm0_1.14-3 libxcb-shm0-dev_1.14-3 libxcb-sync1_1.14-3 libxcb-xfixes0_1.14-3 libxcb1_1.14-3 libxcb1-dev_1.14-3 libxcomposite-dev_1:0.4.5-1 libxcomposite1_1:0.4.5-1 libxcursor-dev_1:1.2.0-2 libxcursor1_1:1.2.0-2 libxdamage-dev_1:1.1.5-2 libxdamage1_1:1.1.5-2 libxdmcp-dev_1:1.1.2-3 libxdmcp6_1:1.1.2-3 libxext-dev_2:1.3.4-1 libxext6_2:1.3.4-1 libxfixes-dev_1:6.0.0-1 libxfixes3_1:6.0.0-1 libxft-dev_2.3.4-1 libxft2_2.3.4-1 libxi-dev_2:1.8-1 libxi6_2:1.8-1 libxinerama-dev_2:1.1.4-3 libxinerama1_2:1.1.4-3 libxkbcommon-dev_1.4.0-1 libxkbcommon0_1.4.0-1 libxml-libxml-perl_2.0207+dfsg+really+2.0134-1 libxml-namespacesupport-perl_1.12-1.1 libxml-parser-perl_2.46-3+b1 libxml-sax-base-perl_1.09-1.1 libxml-sax-perl_1.02+dfsg-3 libxml2_2.9.13+dfsg-1 libxnvctrl0_470.103.01-2 libxrandr-dev_2:1.5.2-1 libxrandr2_2:1.5.2-1 libxrender-dev_1:0.9.10-1 libxrender1_1:0.9.10-1 libxshmfence1_1.3-1 libxslt1.1_1.1.34-4 libxtst-dev_2:1.2.3-1 libxtst6_2:1.2.3-1 libxxf86vm1_1:1.1.4-1+b2 libxxhash0_0.8.1-1 libyaml-0-2_0.2.2-1 libyaml-dev_0.2.2-1 libz3-4_4.8.12-1+b1 libzstd1_1.5.2+dfsg-1 linux-libc-dev_5.17.3-1 login_1:4.11.1+dfsg1-2 logsave_1.46.5-2 lsb-base_11.1.0 m4_1.4.18-5 make_4.3-4.1 man-db_2.10.2-1 mawk_1.3.4.20200120-3+b1 media-types_7.1.0 mesa-common-dev_21.3.8-1 mount_2.38-4 mpi-default-dev_1.14 ncurses-base_6.3-2 ncurses-bin_6.3-2 netbase_6.3 netpbm_2:10.97.00-2 ocl-icd-libopencl1_2.2.14-3 openmpi-bin_4.1.3-2 openmpi-common_4.1.3-2 opensp_1.5.2-13+b2 openssh-client_1:9.0p1-1 openssl_1.1.1n-1 pango1.0-tools_1.50.6+ds-2 passwd_1:4.11.1+dfsg1-2 patch_2.7.6-7 perl_5.34.0-4 perl-base_5.34.0-4 perl-modules-5.32_5.32.1-6 perl-modules-5.34_5.34.0-4 perl-openssl-defaults_5 pkg-config_0.29.2-1 po-debconf_1.0.21+nmu1 poppler-data_0.4.11-1 python-gi-dev_3.42.1-1 python3_3.10.4-1 python3-all_3.10.4-1 python3-all-dev_3.10.4-1 python3-dev_3.10.4-1 python3-distutils_3.9.12-1 python3-gi_3.42.1-1 python3-importlib-metadata_4.6.4-1 python3-lib2to3_3.9.12-1 python3-lxml_4.8.0-1 python3-mako_1.1.3+ds1-2 python3-markdown_3.3.6-1 python3-markupsafe_2.0.1-2+b1 python3-minimal_3.10.4-1 python3-more-itertools_8.10.0-2 python3-pkg-resources_59.6.0-1.2 python3-pygments_2.11.2+dfsg-2 python3-zipp_1.0.0-3 python3.10_3.10.4-3 python3.10-dev_3.10.4-3 python3.10-minimal_3.10.4-3 python3.9_3.9.12-1 python3.9-dev_3.9.12-1 python3.9-minimal_3.9.12-1 readline-common_8.1.2-1.2 rpcsvc-proto_1.4.2-4 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.8-1 sensible-utils_0.0.17 sgml-base_1.30 sgml-data_2.0.11+nmu1 shared-mime-info_2.1-2 systemd_250.4-1 systemd-sysv_250.4-1 sysvinit-utils_3.03-1 tar_1.34+dfsg-1 tex-common_6.17 texinfo_6.8-4+b1 tzdata_2022a-1 ucf_3.0043 util-linux_2.38-4 util-linux-extra_2.38-4 uuid-dev_2.38-4 wayland-protocols_1.25-1 x11-common_1:7.7+23 x11proto-dev_2021.5-1 xkb-data_2.35.1-1 xml-core_0.18+nmu1 xorg-sgml-doctools_1:1.11-1.1 xsltproc_1.1.34-4 xtrans-dev_1.4.0-1 xz-utils_5.2.5-2.1 zlib1g_1:1.2.11.dfsg-4 zlib1g-dev_1:1.2.11.dfsg-4

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

Format: 3.0 (quilt)
Source: fftw3
Binary: libfftw3-single3, libfftw3-double3, libfftw3-long3, libfftw3-quad3, libfftw3-bin, libfftw3-mpi3, libfftw3-dev, libfftw3-mpi-dev, libfftw3-doc
Architecture: any all
Version: 3.3.10-0.1
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Paul Brossier <piem at debian.org>, Julian Taylor <jtaylor.debian at googlemail.com>
Homepage: http://fftw.org
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/fftw3
Vcs-Git: https://salsa.debian.org/science-team/fftw3.git
Testsuite: autopkgtest
Testsuite-Triggers: build-essential
Build-Depends: chrpath, debhelper-compat (= 13), gfortran, mpi-default-dev, texinfo
Build-Depends-Indep: ghostscript, transfig
Package-List:
 libfftw3-bin deb libs optional arch=any
 libfftw3-dev deb libdevel optional arch=any
 libfftw3-doc deb doc optional arch=all
 libfftw3-double3 deb libs optional arch=any
 libfftw3-long3 deb libs optional arch=amd64,arm64,hurd-i386,i386,ia64,kfreebsd-amd64,kfreebsd-i386,mips64,mips64el,powerpc,powerpcspe,ppc64el,s390,s390x,sparc,x32
 libfftw3-mpi-dev deb libdevel optional arch=any
 libfftw3-mpi3 deb libs optional arch=any
 libfftw3-quad3 deb libs optional arch=amd64,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,x32
 libfftw3-single3 deb libs optional arch=any
Checksums-Sha1:
 6abe7321c8c35ef52e56e299e66a9b967baf148a 4144100 fftw3_3.3.10.orig.tar.gz
 53352243ca77acd5ea2a0097f15916f1d83f0899 14252 fftw3_3.3.10-0.1.debian.tar.xz
Checksums-Sha256:
 56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467 4144100 fftw3_3.3.10.orig.tar.gz
 a6079539a4922bf6295fe7305be89bc5ffa19dd6a5374b740c83eb6b63f180a4 14252 fftw3_3.3.10-0.1.debian.tar.xz
Files:
 8ccbf6a5ea78a16dbc3e1306e234cc5c 4144100 fftw3_3.3.10.orig.tar.gz
 9572ff3310642681d9abdb9e10ea20f3 14252 fftw3_3.3.10-0.1.debian.tar.xz

dpkg-source: warning: extracting unsigned source package (fftw3_3.3.10-0.1.dsc)
dpkg-source: info: extracting fftw3 in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking fftw3_3.3.10.orig.tar.gz
dpkg-source: info: unpacking fftw3_3.3.10-0.1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying fix-runtime-neon-detection.patch
dpkg-source: info: applying reproducible_build.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
CCACHE_COMPRESS=1
CCACHE_DIR=/var/cache/pbuilder/ccache
CCACHE_UMASK=002
DEB_BUILD_OPTIONS=parallel=9
HOME=/sbuild-nonexistent
LANG=en_US.UTF-8
LC_ALL=C.UTF-8
LC_COLLATE=de_DE.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_MESSAGES=C
LC_MONETARY=de_DE.UTF-8
LC_NUMERIC=de_DE.UTF-8
LC_TIME=de_DE.UTF-8
LD_LIBRARY_PATH=/usr/lib/libeatmydata
LD_PRELOAD=libeatmydata.so
LOGNAME=fernst
PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PWD=/<<PKGBUILDDIR>>
SCHROOT_ALIAS_NAME=unstable-amd64-sbuild
SCHROOT_CHROOT_NAME=unstable-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1000
SCHROOT_GROUP=fernst
SCHROOT_SESSION_ID=unstable-amd64-sbuild-ccc7e69d-815c-478b-9a9d-616aa8fa41ed
SCHROOT_UID=1000
SCHROOT_USER=fernst
SHELL=/bin/sh
USER=fernst

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -rfakeroot
dpkg-buildpackage: info: source package fftw3
dpkg-buildpackage: info: source version 3.3.10-0.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Florian Ernst <florian at debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
dpkg-source: info: using options from fftw3-3.3.10/debian/source/options: --extend-diff-ignore=(^|/)(fftw3.info|fftw3.info-[12]|.*\.la|fftw[flq]*-wisdom|fftw[flq]*-wisdom.1|.*\.html)$
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
(cd doc ; [ ! -f Makefile ] || /usr/bin/make -k clean)
[ ! -f Makefile ] || /usr/bin/make distclean
rm -f *.pc tools/*wisdom tools/*wisdom.1
find . -name "*.la" | xargs -r rm -f
rm -f test_long_long-double
rm -f config.cache config.status config.log
rm -rf debian/tmp-single debian/tmp-double debian/tmp-long debian/tmp-quad
rm -f mpi/mpi-bench
chmod -R g-s .
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 dpkg-source -b .
dpkg-source: info: using options from fftw3-3.3.10/debian/source/options: --extend-diff-ignore=(^|/)(fftw3.info|fftw3.info-[12]|.*\.la|fftw[flq]*-wisdom|fftw[flq]*-wisdom.1|.*\.html)$
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building fftw3 using existing ./fftw3_3.3.10.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building fftw3 in fftw3_3.3.10-0.1.debian.tar.xz
dpkg-source: info: building fftw3 in fftw3_3.3.10-0.1.dsc
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: 'AC_PROG_RANLIB' is rendered obsolete by 'LT_INIT'
configure.ac:32: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:32: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:781: AM_CONFIG_HEADER is expanded from...
configure.ac:32: the top level
configure.ac:48: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:48: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:48: the top level
configure.ac:53: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:53: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:53: the top level
configure.ac:56: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:56: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:56: the top level
configure.ac:62: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:62: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:62: the top level
configure.ac:67: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:67: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:67: the top level
configure.ac:68: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:68: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:68: the top level
configure.ac:78: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:78: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:78: the top level
configure.ac:89: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:89: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:89: the top level
configure.ac:111: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:111: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:111: the top level
configure.ac:118: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:118: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:118: the top level
configure.ac:128: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:128: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:128: the top level
configure.ac:137: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:137: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:137: the top level
configure.ac:146: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:146: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:146: the top level
configure.ac:159: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:159: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:159: the top level
configure.ac:167: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:167: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:167: the top level
configure.ac:176: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:176: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:176: the top level
configure.ac:185: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:185: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:185: the top level
configure.ac:191: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:191: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:191: the top level
configure.ac:206: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:206: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:206: the top level
configure.ac:211: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:211: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:211: the top level
configure.ac:216: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:216: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:216: the top level
configure.ac:221: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:221: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:221: the top level
configure.ac:226: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:226: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:226: the top level
configure.ac:232: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:232: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:232: the top level
configure.ac:249: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:249: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
configure.ac:249: the top level
configure.ac:254: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:254: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:254: the top level
configure.ac:259: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:259: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
configure.ac:259: the top level
configure.ac:260: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:260: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
configure.ac:260: the top level
configure.ac:265: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:265: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
configure.ac:265: the top level
configure.ac:270: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:270: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
configure.ac:270: the top level
configure.ac:273: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:273: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:273: the top level
configure.ac:291: warning: The macro `AC_PROG_CC_STDC' is obsolete.
configure.ac:291: You should run autoupdate.
./lib/autoconf/c.m4:1666: AC_PROG_CC_STDC is expanded from...
configure.ac:291: the top level
configure.ac:295: warning: The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
configure.ac:295: You should run autoupdate.
m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
configure.ac:295: the top level
configure.ac:295: warning: AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
configure.ac:295: put the 'win32-dll' option into LT_INIT's first parameter.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
configure.ac:295: the top level
configure.ac:296: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:296: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:296: the top level
configure.ac:303: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:303: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:303: the top level
configure.ac:309: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:309: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
m4/acx_mpi.m4:37: ACX_MPI is expanded from...
configure.ac:309: the top level
configure.ac:489: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:489: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:489: the top level
configure.ac:510: warning: The macro `AC_HEADER_TIME' is obsolete.
configure.ac:510: You should run autoupdate.
./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
configure.ac:510: the top level
configure.ac:579: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:579: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
configure.ac:579: the top level
configure.ac:589: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:589: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
configure.ac:589: the top level
configure.ac:597: warning: The macro `AC_TRY_RUN' is obsolete.
configure.ac:597: You should run autoupdate.
./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
m4/ax_check_compiler_flags.m4:15: AX_CHECK_COMPILER_FLAGS is expanded from...
m4/ax_gcc_aligns_stack.m4:19: AX_GCC_ALIGNS_STACK is expanded from...
configure.ac:597: the top level
configure.ac:607: warning: The macro `ac_cv_prog_gcc' is obsolete.
configure.ac:607: You should run autoupdate.
./lib/autoconf/c.m4:440: ac_cv_prog_gcc is expanded from...
configure.ac:607: the top level
configure.ac:634: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:634: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:634: the top level
configure.ac:665: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:665: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
configure.ac:665: the top level
configure.ac:672: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:672: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:672: the top level
configure.ac:679: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:679: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:679: the top level
configure.ac:685: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:685: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
configure.ac:685: the top level
configure.ac:702: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:702: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
configure.ac:702: the top level
configure.ac:710: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:710: You should run autoupdate.
./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
m4/acx_pthread.m4:48: ACX_PTHREAD is expanded from...
configure.ac:710: the top level
configure.ac:710: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:710: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
m4/acx_pthread.m4:48: ACX_PTHREAD is expanded from...
configure.ac:710: the top level
configure.ac:731: warning: The macro `AC_TRY_CPP' is obsolete.
configure.ac:731: You should run autoupdate.
./lib/autoconf/general.m4:2762: AC_TRY_CPP is expanded from...
configure.ac:731: the top level
configure.ac:288: installing './compile'
configure.ac:31: installing './missing'
api/Makefile.am: installing './depcomp'
support/Makefile.codelets:71: warning: '%'-style pattern rules are a GNU make extension
dft/scalar/codelets/Makefile.am:64:   'support/Makefile.codelets' included from here
support/Makefile.codelets:72: warning: '%'-style pattern rules are a GNU make extension
dft/scalar/codelets/Makefile.am:64:   'support/Makefile.codelets' included from here
support/Makefile.codelets:73: warning: '%'-style pattern rules are a GNU make extension
dft/scalar/codelets/Makefile.am:64:   'support/Makefile.codelets' included from here
support/Makefile.codelets:74: warning: '%'-style pattern rules are a GNU make extension
dft/scalar/codelets/Makefile.am:64:   'support/Makefile.codelets' included from here
dft/scalar/codelets/Makefile.am:75: warning: '%'-style pattern rules are a GNU make extension
dft/scalar/codelets/Makefile.am:78: warning: '%'-style pattern rules are a GNU make extension
dft/scalar/codelets/Makefile.am:81: warning: '%'-style pattern rules are a GNU make extension
dft/scalar/codelets/Makefile.am:84: warning: '%'-style pattern rules are a GNU make extension
dft/scalar/codelets/Makefile.am:87: warning: '%'-style pattern rules are a GNU make extension
dft/scalar/codelets/Makefile.am:90: warning: '%'-style pattern rules are a GNU make extension
dft/scalar/codelets/Makefile.am:93: warning: '%'-style pattern rules are a GNU make extension
support/Makefile.codelets:71: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:13:   'support/Makefile.codelets' included from here
support/Makefile.codelets:72: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:13:   'support/Makefile.codelets' included from here
support/Makefile.codelets:73: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:13:   'support/Makefile.codelets' included from here
support/Makefile.codelets:74: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:13:   'support/Makefile.codelets' included from here
dft/simd/common/Makefile.am:21: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:24: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:27: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:30: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:33: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:36: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:39: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:42: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:45: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:48: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:51: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:54: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:57: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:60: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:63: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:66: warning: '%'-style pattern rules are a GNU make extension
dft/simd/common/Makefile.am:69: warning: '%'-style pattern rules are a GNU make extension
mpi/Makefile.am:42: warning: source file '$(top_srcdir)/tests/fftw-bench.c' is in a subdirectory,
mpi/Makefile.am:42: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least one source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However, this
automake: behavior may change in a future Automake major version, with object
automake: files being placed in the same subdirectory as the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
mpi/Makefile.am:42: warning: source file '$(top_srcdir)/tests/hook.c' is in a subdirectory,
mpi/Makefile.am:42: but option 'subdir-objects' is disabled
support/Makefile.codelets:71: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:75:   'support/Makefile.codelets' included from here
support/Makefile.codelets:72: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:75:   'support/Makefile.codelets' included from here
support/Makefile.codelets:73: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:75:   'support/Makefile.codelets' included from here
support/Makefile.codelets:74: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:75:   'support/Makefile.codelets' included from here
rdft/scalar/r2cb/Makefile.am:85: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:88: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:91: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:94: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:97: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:100: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:103: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cb/Makefile.am:106: warning: '%'-style pattern rules are a GNU make extension
support/Makefile.codelets:71: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:75:   'support/Makefile.codelets' included from here
support/Makefile.codelets:72: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:75:   'support/Makefile.codelets' included from here
support/Makefile.codelets:73: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:75:   'support/Makefile.codelets' included from here
support/Makefile.codelets:74: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:75:   'support/Makefile.codelets' included from here
rdft/scalar/r2cf/Makefile.am:85: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:88: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:91: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:94: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:97: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:100: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:103: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2cf/Makefile.am:106: warning: '%'-style pattern rules are a GNU make extension
support/Makefile.codelets:71: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:47:   'support/Makefile.codelets' included from here
support/Makefile.codelets:72: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:47:   'support/Makefile.codelets' included from here
support/Makefile.codelets:73: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:47:   'support/Makefile.codelets' included from here
support/Makefile.codelets:74: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:47:   'support/Makefile.codelets' included from here
rdft/scalar/r2r/Makefile.am:60: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:63: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:66: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:69: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:73: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:76: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:79: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:82: warning: '%'-style pattern rules are a GNU make extension
rdft/scalar/r2r/Makefile.am:86: warning: '%'-style pattern rules are a GNU make extension
support/Makefile.codelets:71: warning: '%'-style pattern rules are a GNU make extension
rdft/simd/common/Makefile.am:13:   'support/Makefile.codelets' included from here
support/Makefile.codelets:72: warning: '%'-style pattern rules are a GNU make extension
rdft/simd/common/Makefile.am:13:   'support/Makefile.codelets' included from here
support/Makefile.codelets:73: warning: '%'-style pattern rules are a GNU make extension
rdft/simd/common/Makefile.am:13:   'support/Makefile.codelets' included from here
support/Makefile.codelets:74: warning: '%'-style pattern rules are a GNU make extension
rdft/simd/common/Makefile.am:13:   'support/Makefile.codelets' included from here
rdft/simd/common/Makefile.am:18: warning: '%'-style pattern rules are a GNU make extension
rdft/simd/common/Makefile.am:21: warning: '%'-style pattern rules are a GNU make extension
   debian/rules override_dh_auto_build-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# single precision
CFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security' LDFLAGS='-Wl,-z,relro' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' ./configure --enable-single  --build x86_64-linux-gnu F77="gfortran -ff2c" --prefix=/usr --enable-shared --enable-threads --enable-openmp --enable-mpi --libdir=\${prefix}/lib/x86_64-linux-gnu MPILIBS="-pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi" --enable-sse --enable-avx
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free 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-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for C compiler vendor... gnu
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 gcc... /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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
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 gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking for ranlib... (cached) ranlib
checking for ocamlbuild... no
checking for mpicc... mpicc
checking for mpi.h... yes
checking for mpirun... mpirun
checking size of MPI_Fint... 4
checking whether C compiler accepts -mtune=native... yes
checking whether C compiler accepts -malign-double... yes
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -fno-schedule-insns... yes
checking whether C compiler accepts -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns... yes
checking whether C compiler accepts -msse... yes
checking whether C compiler accepts -mavx... yes
checking for egrep... (cached) /bin/grep -E
checking for fcntl.h... yes
checking for fenv.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for sys/time.h... (cached) yes
checking for altivec.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for uint32_t... yes
checking for uint64_t... 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 ptrdiff_t... yes
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 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... no
checking for abort... yes
checking for sinl... yes
checking for cosl... yes
checking for snprintf... yes
checking for memmove... yes
checking for strchr... yes
checking for getpagesize... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sinl is declared... yes
checking whether cosl is declared... yes
checking whether sinq is declared... no
checking whether cosq is declared... no
checking whether memalign is declared... yes
checking whether drand48 is declared... yes
checking whether srand48 is declared... yes
checking whether posix_memalign is declared... yes
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... (cached) yes
yes
checking whether the compiler supports GNU Fortran 77... yes
checking whether gfortran -ff2c accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran -ff2c option to produce PIC... -fPIC
checking if gfortran -ff2c PIC flag -fPIC works... yes
checking if gfortran -ff2c static flag -static works... yes
checking if gfortran -ff2c supports -c -o file.o... yes
checking if gfortran -ff2c supports -c -o file.o... (cached) yes
checking whether the gfortran -ff2c 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 how to get verbose linking output from gfortran -ff2c... -v
checking for Fortran 77 libraries of gfortran -ff2c...  -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, extra underscore
checking for OpenMP flag of C compiler... -fopenmp
checking for Win32 threads... no
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... no
***************************************************************
WARNING: No cycle counter found.  FFTW will use ESTIMATE mode  
         for all plans.  See the manual for more information.
***************************************************************
checking that generated files are newer than configure... done
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/avx-128-fma/Makefile
config.status: creating dft/simd/avx2/Makefile
config.status: creating dft/simd/avx2-128/Makefile
config.status: creating dft/simd/avx512/Makefile
config.status: creating dft/simd/kcvi/Makefile
config.status: creating dft/simd/altivec/Makefile
config.status: creating dft/simd/vsx/Makefile
config.status: creating dft/simd/neon/Makefile
config.status: creating dft/simd/generic-simd128/Makefile
config.status: creating dft/simd/generic-simd256/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/avx-128-fma/Makefile
config.status: creating rdft/simd/avx2/Makefile
config.status: creating rdft/simd/avx2-128/Makefile
config.status: creating rdft/simd/avx512/Makefile
config.status: creating rdft/simd/kcvi/Makefile
config.status: creating rdft/simd/altivec/Makefile
config.status: creating rdft/simd/vsx/Makefile
config.status: creating rdft/simd/neon/Makefile
config.status: creating rdft/simd/generic-simd128/Makefile
config.status: creating rdft/simd/generic-simd256/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
/usr/bin/make
make[2]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make  all-recursive
make[3]: Entering directory '/<<PKGBUILDDIR>>'
Making all in support
make[4]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/support'
Making all in kernel
make[4]: Entering directory '/<<PKGBUILDDIR>>/kernel'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c -o align.lo align.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c -o assert.lo assert.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c -o awake.lo awake.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c -o cpy1d.lo cpy1d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c -o cpy2d-pair.lo cpy2d-pair.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c -o cpy2d.lo cpy2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c  -fPIC -DPIC -o .libs/cpy2d-pair.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c  -fPIC -DPIC -o .libs/alloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c  -fPIC -DPIC -o .libs/cpy2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c  -fPIC -DPIC -o .libs/cpy1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c  -fPIC -DPIC -o .libs/awake.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c  -fPIC -DPIC -o .libs/align.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c  -fPIC -DPIC -o .libs/assert.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c -o cpy2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c -o awake.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c -o cpy1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c -o cpy2d-pair.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c -o assert.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -o align.o >/dev/null 2>&1
mv -f .deps/cpy2d.Tpo .deps/cpy2d.Plo
mv -f .deps/awake.Tpo .deps/awake.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
mv -f .deps/cpy1d.Tpo .deps/cpy1d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c -o extract-reim.lo extract-reim.c
mv -f .deps/cpy2d-pair.Tpo .deps/cpy2d-pair.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c
mv -f .deps/alloc.Tpo .deps/alloc.Plo
mv -f .deps/align.Tpo .deps/align.Plo
mv -f .deps/assert.Tpo .deps/assert.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c -o iabs.lo iabs.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c -o kalloc.lo kalloc.c
mv -f .deps/buffered.Tpo .deps/buffered.Plo
mv -f .deps/ct.Tpo .deps/ct.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c -o md5-1.lo md5-1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c -o minmax.lo minmax.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c -o ops.lo ops.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c  -fPIC -DPIC -o .libs/extract-reim.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c  -fPIC -DPIC -o .libs/kalloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/md5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c  -fPIC -DPIC -o .libs/md5-1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c  -fPIC -DPIC -o .libs/minmax.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c  -fPIC -DPIC -o .libs/iabs.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c -o extract-reim.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c  -fPIC -DPIC -o .libs/hash.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c -o kalloc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c -o md5-1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c  -fPIC -DPIC -o .libs/ops.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -o minmax.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c -o iabs.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
mv -f .deps/extract-reim.Tpo .deps/extract-reim.Plo
mv -f .deps/debug.Tpo .deps/debug.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c -o pickdim.lo pickdim.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o >/dev/null 2>&1
mv -f .deps/md5-1.Tpo .deps/md5-1.Plo
mv -f .deps/iabs.Tpo .deps/iabs.Plo
mv -f .deps/minmax.Tpo .deps/minmax.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c -o ops.o >/dev/null 2>&1
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c -o planner.lo planner.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c -o primes.lo primes.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c -o print.lo print.c
mv -f .deps/kalloc.Tpo .deps/kalloc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c -o rader.lo rader.c
mv -f .deps/hash.Tpo .deps/hash.Plo
mv -f .deps/ops.Tpo .deps/ops.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c -o scan.lo scan.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c -o solver.lo solver.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c  -fPIC -DPIC -o .libs/primes.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c  -fPIC -DPIC -o .libs/rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c  -fPIC -DPIC -o .libs/planner.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c  -fPIC -DPIC -o .libs/pickdim.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c -o primes.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c  -fPIC -DPIC -o .libs/print.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c  -fPIC -DPIC -o .libs/solver.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c  -fPIC -DPIC -o .libs/scan.o
mv -f .deps/primes.Tpo .deps/primes.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c -o planner.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c -o pickdim.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -o print.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
mv -f .deps/rader.Tpo .deps/rader.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c -o solvtab.lo solvtab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -o scan.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c -o stride.lo stride.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c -o solver.o >/dev/null 2>&1
mv -f .deps/plan.Tpo .deps/plan.Plo
mv -f .deps/planner.Tpo .deps/planner.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c -o tensor.lo tensor.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c -o tensor1.lo tensor1.c
mv -f .deps/print.Tpo .deps/print.Plo
mv -f .deps/problem.Tpo .deps/problem.Plo
mv -f .deps/pickdim.Tpo .deps/pickdim.Plo
mv -f .deps/scan.Tpo .deps/scan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c -o tensor2.lo tensor2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c -o tensor3.lo tensor3.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c -o tensor4.lo tensor4.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c -o tensor5.lo tensor5.c
mv -f .deps/solver.Tpo .deps/solver.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c -o tensor7.lo tensor7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c  -fPIC -DPIC -o .libs/solvtab.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c -o solvtab.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c  -fPIC -DPIC -o .libs/tensor1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c  -fPIC -DPIC -o .libs/tensor3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c  -fPIC -DPIC -o .libs/tensor4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c  -fPIC -DPIC -o .libs/tensor.o
mv -f .deps/solvtab.Tpo .deps/solvtab.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c  -fPIC -DPIC -o .libs/stride.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c  -fPIC -DPIC -o .libs/tensor5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c -o tensor1.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c -o tensor8.lo tensor8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c -o tensor3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c  -fPIC -DPIC -o .libs/tensor2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c -o tensor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c -o tensor4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c -o tensor5.o >/dev/null 2>&1
mv -f .deps/tensor1.Tpo .deps/tensor1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c -o tensor2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c -o stride.o >/dev/null 2>&1
mv -f .deps/tensor3.Tpo .deps/tensor3.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c -o tensor9.lo tensor9.c
mv -f .deps/tensor.Tpo .deps/tensor.Plo
mv -f .deps/tensor4.Tpo .deps/tensor4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c  -fPIC -DPIC -o .libs/tensor7.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c -o tile2d.lo tile2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c -o transpose.lo transpose.c
mv -f .deps/tensor5.Tpo .deps/tensor5.Plo
mv -f .deps/stride.Tpo .deps/stride.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c -o trig.lo trig.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c -o twiddle.lo twiddle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c -o tensor7.o >/dev/null 2>&1
mv -f .deps/tensor2.Tpo .deps/tensor2.Plo
mv -f .deps/tensor7.Tpo .deps/tensor7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c  -fPIC -DPIC -o .libs/tensor8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c  -fPIC -DPIC -o .libs/tile2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c  -fPIC -DPIC -o .libs/timer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c -o tensor8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c  -fPIC -DPIC -o .libs/transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c  -fPIC -DPIC -o .libs/tensor9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c  -fPIC -DPIC -o .libs/trig.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c -o tile2d.o >/dev/null 2>&1
mv -f .deps/tensor8.Tpo .deps/tensor8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c  -fPIC -DPIC -o .libs/twiddle.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c -o transpose.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c -o tensor9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c -o trig.o >/dev/null 2>&1
mv -f .deps/tile2d.Tpo .deps/tile2d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c -o twiddle.o >/dev/null 2>&1
mv -f .deps/timer.Tpo .deps/timer.Plo
mv -f .deps/transpose.Tpo .deps/transpose.Plo
mv -f .deps/tensor9.Tpo .deps/tensor9.Plo
mv -f .deps/trig.Tpo .deps/trig.Plo
mv -f .deps/twiddle.Tpo .deps/twiddle.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libkernel.la  align.lo alloc.lo assert.lo awake.lo buffered.lo cpy1d.lo cpy2d-pair.lo cpy2d.lo ct.lo debug.lo extract-reim.lo hash.lo iabs.lo kalloc.lo md5-1.lo md5.lo minmax.lo ops.lo pickdim.lo plan.lo planner.lo primes.lo print.lo problem.lo rader.lo scan.lo solver.lo solvtab.lo stride.lo tensor.lo tensor1.lo tensor2.lo tensor3.lo tensor4.lo tensor5.lo tensor7.lo tensor8.lo tensor9.lo tile2d.lo timer.lo transpose.lo trig.lo twiddle.lo  -lm 
libtool: link: ar cr .libs/libkernel.a .libs/align.o .libs/alloc.o .libs/assert.o .libs/awake.o .libs/buffered.o .libs/cpy1d.o .libs/cpy2d-pair.o .libs/cpy2d.o .libs/ct.o .libs/debug.o .libs/extract-reim.o .libs/hash.o .libs/iabs.o .libs/kalloc.o .libs/md5-1.o .libs/md5.o .libs/minmax.o .libs/ops.o .libs/pickdim.o .libs/plan.o .libs/planner.o .libs/primes.o .libs/print.o .libs/problem.o .libs/rader.o .libs/scan.o .libs/solver.o .libs/solvtab.o .libs/stride.o .libs/tensor.o .libs/tensor1.o .libs/tensor2.o .libs/tensor3.o .libs/tensor4.o .libs/tensor5.o .libs/tensor7.o .libs/tensor8.o .libs/tensor9.o .libs/tile2d.o .libs/timer.o .libs/transpose.o .libs/trig.o .libs/twiddle.o 
libtool: link: ranlib .libs/libkernel.a
libtool: link: ( cd ".libs" && rm -f "libkernel.la" && ln -s "../libkernel.la" "libkernel.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
Making all in simd-support
make[4]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c -o taint.lo taint.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c -o sse2.lo sse2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c -o avx.lo avx.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c -o avx-128-fma.lo avx-128-fma.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c -o avx2.lo avx2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c -o avx512.lo avx512.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c -o kcvi.lo kcvi.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c -o altivec.lo altivec.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c -o vsx.lo vsx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c  -fPIC -DPIC -o .libs/taint.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c avx512.c  -fPIC -DPIC -o .libs/avx512.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c  -fPIC -DPIC -o .libs/avx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c avx-128-fma.c  -fPIC -DPIC -o .libs/avx-128-fma.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c  -fPIC -DPIC -o .libs/altivec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c avx2.c  -fPIC -DPIC -o .libs/avx2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c  -fPIC -DPIC -o .libs/sse2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c -o taint.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c vsx.c  -fPIC -DPIC -o .libs/vsx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c avx512.c -o avx512.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c avx-128-fma.c -o avx-128-fma.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c -o avx.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c kcvi.c  -fPIC -DPIC -o .libs/kcvi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c -o altivec.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c avx2.c -o avx2.o >/dev/null 2>&1
mv -f .deps/taint.Tpo .deps/taint.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c -o sse2.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c -o neon.lo neon.c
mv -f .deps/avx512.Tpo .deps/avx512.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c vsx.c -o vsx.o >/dev/null 2>&1
mv -f .deps/avx.Tpo .deps/avx.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c kcvi.c -o kcvi.o >/dev/null 2>&1
mv -f .deps/altivec.Tpo .deps/altivec.Plo
mv -f .deps/avx-128-fma.Tpo .deps/avx-128-fma.Plo
mv -f .deps/avx2.Tpo .deps/avx2.Plo
mv -f .deps/sse2.Tpo .deps/sse2.Plo
mv -f .deps/vsx.Tpo .deps/vsx.Plo
mv -f .deps/kcvi.Tpo .deps/kcvi.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c  -fPIC -DPIC -o .libs/neon.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c -o neon.o >/dev/null 2>&1
mv -f .deps/neon.Tpo .deps/neon.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libsimd_support.la  taint.lo sse2.lo avx.lo avx-128-fma.lo avx2.lo avx512.lo kcvi.lo altivec.lo vsx.lo neon.lo  -lm 
libtool: link: ar cr .libs/libsimd_support.a .libs/taint.o .libs/sse2.o .libs/avx.o .libs/avx-128-fma.o .libs/avx2.o .libs/avx512.o .libs/kcvi.o .libs/altivec.o .libs/vsx.o .libs/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" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
Making all in dft
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft'
Making all in scalar
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
Making all in codelets
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c -o n1_2.lo n1_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c -o n1_3.lo n1_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c -o n1_4.lo n1_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c -o n1_5.lo n1_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c -o n1_6.lo n1_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c -o n1_7.lo n1_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c -o n1_8.lo n1_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c -o n1_9.lo n1_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c -o n1_10.lo n1_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c  -fPIC -DPIC -o .libs/n1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c  -fPIC -DPIC -o .libs/n1_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c  -fPIC -DPIC -o .libs/n1_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c  -fPIC -DPIC -o .libs/n1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c  -fPIC -DPIC -o .libs/n1_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c  -fPIC -DPIC -o .libs/n1_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c  -fPIC -DPIC -o .libs/n1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c -o n1_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c -o n1_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c -o n1_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c -o n1_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c -o n1_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c -o n1_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c -o n1_9.o >/dev/null 2>&1
mv -f .deps/n1_5.Tpo .deps/n1_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c  -fPIC -DPIC -o .libs/n1_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c -o n1_11.lo n1_11.c
mv -f .deps/n1_7.Tpo .deps/n1_7.Plo
mv -f .deps/n1_4.Tpo .deps/n1_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c  -fPIC -DPIC -o .libs/n1_8.o
mv -f .deps/n1_3.Tpo .deps/n1_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c -o n1_12.lo n1_12.c
mv -f .deps/n1_2.Tpo .deps/n1_2.Plo
mv -f .deps/n1_9.Tpo .deps/n1_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c -o n1_13.lo n1_13.c
mv -f .deps/n1_6.Tpo .deps/n1_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c -o n1_14.lo n1_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c -o n1_15.lo n1_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c -o n1_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c -o n1_16.lo n1_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c -o n1_32.lo n1_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c -o n1_8.o >/dev/null 2>&1
mv -f .deps/n1_8.Tpo .deps/n1_8.Plo
mv -f .deps/n1_10.Tpo .deps/n1_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c -o n1_64.lo n1_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c -o n1_20.lo n1_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c  -fPIC -DPIC -o .libs/n1_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c  -fPIC -DPIC -o .libs/n1_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c  -fPIC -DPIC -o .libs/n1_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c  -fPIC -DPIC -o .libs/n1_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c  -fPIC -DPIC -o .libs/n1_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c -o n1_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c  -fPIC -DPIC -o .libs/n1_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c  -fPIC -DPIC -o .libs/n1_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c -o n1_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c -o n1_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c -o n1_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c -o n1_13.o >/dev/null 2>&1
mv -f .deps/n1_12.Tpo .deps/n1_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c -o n1_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c -o n1_25.lo n1_25.c
mv -f .deps/n1_11.Tpo .deps/n1_11.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c -o n1_16.o >/dev/null 2>&1
mv -f .deps/n1_14.Tpo .deps/n1_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c  -fPIC -DPIC -o .libs/n1_64.o
mv -f .deps/n1_15.Tpo .deps/n1_15.Plo
mv -f .deps/n1_13.Tpo .deps/n1_13.Plo
mv -f .deps/n1_32.Tpo .deps/n1_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c -o t1_2.lo t1_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c -o t1_3.lo t1_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c -o t1_4.lo t1_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c -o t1_5.lo t1_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c -o t1_6.lo t1_6.c
mv -f .deps/n1_16.Tpo .deps/n1_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c -o n1_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c  -fPIC -DPIC -o .libs/n1_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c -o t1_7.lo t1_7.c
mv -f .deps/n1_64.Tpo .deps/n1_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c -o t1_8.lo t1_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c -o n1_20.o >/dev/null 2>&1
mv -f .deps/n1_20.Tpo .deps/n1_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c -o t1_9.lo t1_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c  -fPIC -DPIC -o .libs/n1_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c  -fPIC -DPIC -o .libs/t1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c  -fPIC -DPIC -o .libs/t1_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c  -fPIC -DPIC -o .libs/t1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c  -fPIC -DPIC -o .libs/t1_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c -o n1_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c -o t1_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c -o t1_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c  -fPIC -DPIC -o .libs/t1_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c -o t1_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c  -fPIC -DPIC -o .libs/t1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c -o t1_6.o >/dev/null 2>&1
mv -f .deps/t1_4.Tpo .deps/t1_4.Plo
mv -f .deps/n1_25.Tpo .deps/n1_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c -o t1_7.o >/dev/null 2>&1
mv -f .deps/t1_2.Tpo .deps/t1_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c -o t1_10.lo t1_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c -o t1_12.lo t1_12.c
mv -f .deps/t1_5.Tpo .deps/t1_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c  -fPIC -DPIC -o .libs/t1_8.o
mv -f .deps/t1_6.Tpo .deps/t1_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c -o t1_15.lo t1_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c -o t1_3.o >/dev/null 2>&1
mv -f .deps/t1_7.Tpo .deps/t1_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c -o t1_16.lo t1_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c -o t1_32.lo t1_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c -o t1_64.lo t1_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c -o t1_8.o >/dev/null 2>&1
mv -f .deps/t1_3.Tpo .deps/t1_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c -o t1_20.lo t1_20.c
mv -f .deps/t1_8.Tpo .deps/t1_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c  -fPIC -DPIC -o .libs/t1_9.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c -o t1_25.lo t1_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c -o t1_9.o >/dev/null 2>&1
mv -f .deps/t1_9.Tpo .deps/t1_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c -o t2_4.lo t2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c  -fPIC -DPIC -o .libs/t1_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c  -fPIC -DPIC -o .libs/t1_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c  -fPIC -DPIC -o .libs/t1_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c -o t1_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c  -fPIC -DPIC -o .libs/t1_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c  -fPIC -DPIC -o .libs/t1_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c -o t1_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c  -fPIC -DPIC -o .libs/t1_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c -o t1_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c -o t1_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c -o t1_15.o >/dev/null 2>&1
mv -f .deps/t1_12.Tpo .deps/t1_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c  -fPIC -DPIC -o .libs/t1_20.o
mv -f .deps/t1_10.Tpo .deps/t1_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c -o t1_64.o >/dev/null 2>&1
mv -f .deps/t1_16.Tpo .deps/t1_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c -o t2_8.lo t2_8.c
mv -f .deps/t1_32.Tpo .deps/t1_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c -o t2_16.lo t2_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c -o t2_32.lo t2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c -o t1_20.o >/dev/null 2>&1
mv -f .deps/t1_15.Tpo .deps/t1_15.Plo
mv -f .deps/t1_64.Tpo .deps/t1_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c -o t2_64.lo t2_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c  -fPIC -DPIC -o .libs/t1_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c -o t2_5.lo t2_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c -o t2_10.lo t2_10.c
mv -f .deps/t1_20.Tpo .deps/t1_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c -o t1_25.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c -o t2_20.lo t2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c  -fPIC -DPIC -o .libs/t2_4.o
mv -f .deps/t1_25.Tpo .deps/t1_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c -o t2_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c -o t2_25.lo t2_25.c
mv -f .deps/t2_4.Tpo .deps/t2_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c -o q1_2.lo q1_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c  -fPIC -DPIC -o .libs/t2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c  -fPIC -DPIC -o .libs/t2_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c  -fPIC -DPIC -o .libs/t2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c -o t2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c  -fPIC -DPIC -o .libs/t2_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c -o t2_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c  -fPIC -DPIC -o .libs/t2_32.o
mv -f .deps/t2_5.Tpo .deps/t2_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c -o t2_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c  -fPIC -DPIC -o .libs/t2_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c -o t2_8.o >/dev/null 2>&1
mv -f .deps/t2_16.Tpo .deps/t2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c  -fPIC -DPIC -o .libs/t2_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c -o q1_4.lo q1_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c  -fPIC -DPIC -o .libs/t2_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c -o q1_8.lo q1_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c -o t2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c -o t2_64.o >/dev/null 2>&1
mv -f .deps/t2_8.Tpo .deps/t2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c -o t2_25.o >/dev/null 2>&1
mv -f .deps/t2_10.Tpo .deps/t2_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c  -fPIC -DPIC -o .libs/q1_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c -o t2_20.o >/dev/null 2>&1
mv -f .deps/t2_32.Tpo .deps/t2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c -o q1_3.lo q1_3.c
mv -f .deps/t2_64.Tpo .deps/t2_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c -o q1_5.lo q1_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c -o q1_6.lo q1_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/t2_20.Tpo .deps/t2_20.Plo
mv -f .deps/t2_25.Tpo .deps/t2_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c -o q1_2.o >/dev/null 2>&1
mv -f .deps/q1_2.Tpo .deps/q1_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c  -fPIC -DPIC -o .libs/q1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c  -fPIC -DPIC -o .libs/q1_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c -o q1_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c  -fPIC -DPIC -o .libs/q1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c  -fPIC -DPIC -o .libs/q1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c -o q1_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c  -fPIC -DPIC -o .libs/q1_6.o
mv -f .deps/q1_4.Tpo .deps/q1_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c -o q1_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c -o q1_3.o >/dev/null 2>&1
mv -f .deps/q1_8.Tpo .deps/q1_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c -o q1_6.o >/dev/null 2>&1
mv -f .deps/q1_5.Tpo .deps/q1_5.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
mv -f .deps/q1_3.Tpo .deps/q1_3.Plo
mv -f .deps/q1_6.Tpo .deps/q1_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_scalar_codelets.la  n1_2.lo n1_3.lo n1_4.lo n1_5.lo n1_6.lo n1_7.lo n1_8.lo n1_9.lo n1_10.lo n1_11.lo n1_12.lo n1_13.lo n1_14.lo n1_15.lo n1_16.lo n1_32.lo n1_64.lo n1_20.lo n1_25.lo t1_2.lo t1_3.lo t1_4.lo t1_5.lo t1_6.lo t1_7.lo t1_8.lo t1_9.lo t1_10.lo t1_12.lo t1_15.lo t1_16.lo t1_32.lo t1_64.lo t1_20.lo t1_25.lo t2_4.lo t2_8.lo t2_16.lo t2_32.lo t2_64.lo t2_5.lo t2_10.lo t2_20.lo t2_25.lo   q1_2.lo q1_4.lo q1_8.lo q1_3.lo q1_5.lo q1_6.lo codlist.lo  -lm 
libtool: link: ar cr .libs/libdft_scalar_codelets.a .libs/n1_2.o .libs/n1_3.o .libs/n1_4.o .libs/n1_5.o .libs/n1_6.o .libs/n1_7.o .libs/n1_8.o .libs/n1_9.o .libs/n1_10.o .libs/n1_11.o .libs/n1_12.o .libs/n1_13.o .libs/n1_14.o .libs/n1_15.o .libs/n1_16.o .libs/n1_32.o .libs/n1_64.o .libs/n1_20.o .libs/n1_25.o .libs/t1_2.o .libs/t1_3.o .libs/t1_4.o .libs/t1_5.o .libs/t1_6.o .libs/t1_7.o .libs/t1_8.o .libs/t1_9.o .libs/t1_10.o .libs/t1_12.o .libs/t1_15.o .libs/t1_16.o .libs/t1_32.o .libs/t1_64.o .libs/t1_20.o .libs/t1_25.o .libs/t2_4.o .libs/t2_8.o .libs/t2_16.o .libs/t2_32.o .libs/t2_64.o .libs/t2_5.o .libs/t2_10.o .libs/t2_20.o .libs/t2_25.o .libs/q1_2.o .libs/q1_4.o .libs/q1_8.o .libs/q1_3.o .libs/q1_5.o .libs/q1_6.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c -o n.lo n.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c -o t.lo t.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c  -fPIC -DPIC -o .libs/n.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c  -fPIC -DPIC -o .libs/t.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c -o t.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c -o n.o >/dev/null 2>&1
mv -f .deps/t.Tpo .deps/t.Plo
mv -f .deps/n.Tpo .deps/n.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_scalar.la  n.lo t.lo  -lm 
libtool: link: ar cr .libs/libdft_scalar.a .libs/n.o .libs/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" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
Making all in simd
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
Making all in common
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
Making all in sse2
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c -o n1fv_2.lo n1fv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c -o n1fv_3.lo n1fv_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c -o n1fv_4.lo n1fv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c -o n1fv_5.lo n1fv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c -o n1fv_6.lo n1fv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c -o n1fv_7.lo n1fv_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c -o n1fv_8.lo n1fv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c -o n1fv_9.lo n1fv_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c -o n1fv_10.lo n1fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c  -fPIC -DPIC -o .libs/n1fv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c  -fPIC -DPIC -o .libs/n1fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c  -fPIC -DPIC -o .libs/n1fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c  -fPIC -DPIC -o .libs/n1fv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c  -fPIC -DPIC -o .libs/n1fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c  -fPIC -DPIC -o .libs/n1fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c  -fPIC -DPIC -o .libs/n1fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c  -fPIC -DPIC -o .libs/n1fv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c  -fPIC -DPIC -o .libs/n1fv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c -o n1fv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c -o n1fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c -o n1fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c -o n1fv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c -o n1fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c -o n1fv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c -o n1fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c -o n1fv_6.o >/dev/null 2>&1
mv -f .deps/n1fv_7.Tpo .deps/n1fv_7.Plo
mv -f .deps/n1fv_8.Tpo .deps/n1fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c -o n1fv_11.lo n1fv_11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -o n1fv_9.o >/dev/null 2>&1
mv -f .deps/n1fv_3.Tpo .deps/n1fv_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c -o n1fv_12.lo n1fv_12.c
mv -f .deps/n1fv_2.Tpo .deps/n1fv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c -o n1fv_13.lo n1fv_13.c
mv -f .deps/n1fv_5.Tpo .deps/n1fv_5.Plo
mv -f .deps/n1fv_10.Tpo .deps/n1fv_10.Plo
mv -f .deps/n1fv_4.Tpo .deps/n1fv_4.Plo
mv -f .deps/n1fv_6.Tpo .deps/n1fv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c -o n1fv_14.lo n1fv_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c -o n1fv_15.lo n1fv_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c -o n1fv_16.lo n1fv_16.c
mv -f .deps/n1fv_9.Tpo .deps/n1fv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c -o n1fv_32.lo n1fv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c -o n1fv_64.lo n1fv_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c -o n1fv_128.lo n1fv_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c  -fPIC -DPIC -o .libs/n1fv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c  -fPIC -DPIC -o .libs/n1fv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c  -fPIC -DPIC -o .libs/n1fv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c  -fPIC -DPIC -o .libs/n1fv_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c  -fPIC -DPIC -o .libs/n1fv_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c  -fPIC -DPIC -o .libs/n1fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c  -fPIC -DPIC -o .libs/n1fv_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c -o n1fv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c -o n1fv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c  -fPIC -DPIC -o .libs/n1fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c -o n1fv_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -o n1fv_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c -o n1fv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c -o n1fv_64.o >/dev/null 2>&1
mv -f .deps/n1fv_14.Tpo .deps/n1fv_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c -o n1fv_16.o >/dev/null 2>&1
mv -f .deps/n1fv_12.Tpo .deps/n1fv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c -o n1fv_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c -o n1fv_20.lo n1fv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c -o n1fv_25.lo n1fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c  -fPIC -DPIC -o .libs/n1fv_128.o
mv -f .deps/n1fv_13.Tpo .deps/n1fv_13.Plo
mv -f .deps/n1fv_15.Tpo .deps/n1fv_15.Plo
mv -f .deps/n1fv_11.Tpo .deps/n1fv_11.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c -o n1bv_2.lo n1bv_2.c
mv -f .deps/n1fv_32.Tpo .deps/n1fv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c -o n1bv_3.lo n1bv_3.c
mv -f .deps/n1fv_16.Tpo .deps/n1fv_16.Plo
mv -f .deps/n1fv_64.Tpo .deps/n1fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c -o n1bv_4.lo n1bv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c -o n1bv_5.lo n1bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c -o n1fv_128.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c -o n1bv_6.lo n1bv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c -o n1bv_7.lo n1bv_7.c
mv -f .deps/n1fv_128.Tpo .deps/n1fv_128.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c -o n1bv_8.lo n1bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c  -fPIC -DPIC -o .libs/n1fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c  -fPIC -DPIC -o .libs/n1fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c  -fPIC -DPIC -o .libs/n1bv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c  -fPIC -DPIC -o .libs/n1bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c -o n1fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c -o n1fv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c  -fPIC -DPIC -o .libs/n1bv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c  -fPIC -DPIC -o .libs/n1bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c  -fPIC -DPIC -o .libs/n1bv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c  -fPIC -DPIC -o .libs/n1bv_5.o
mv -f .deps/n1fv_20.Tpo .deps/n1fv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c -o n1bv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c -o n1bv_2.o >/dev/null 2>&1
mv -f .deps/n1fv_25.Tpo .deps/n1fv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c -o n1bv_7.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c -o n1bv_9.lo n1bv_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c -o n1bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c -o n1bv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c -o n1bv_10.lo n1bv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c -o n1bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c  -fPIC -DPIC -o .libs/n1bv_4.o
mv -f .deps/n1bv_3.Tpo .deps/n1bv_3.Plo
mv -f .deps/n1bv_2.Tpo .deps/n1bv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c -o n1bv_11.lo n1bv_11.c
mv -f .deps/n1bv_7.Tpo .deps/n1bv_7.Plo
mv -f .deps/n1bv_5.Tpo .deps/n1bv_5.Plo
mv -f .deps/n1bv_6.Tpo .deps/n1bv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c -o n1bv_12.lo n1bv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c -o n1bv_4.o >/dev/null 2>&1
mv -f .deps/n1bv_8.Tpo .deps/n1bv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c -o n1bv_13.lo n1bv_13.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c -o n1bv_14.lo n1bv_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c -o n1bv_15.lo n1bv_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c -o n1bv_16.lo n1bv_16.c
mv -f .deps/n1bv_4.Tpo .deps/n1bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c -o n1bv_32.lo n1bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c  -fPIC -DPIC -o .libs/n1bv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c -o n1bv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c  -fPIC -DPIC -o .libs/n1bv_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c  -fPIC -DPIC -o .libs/n1bv_11.o
mv -f .deps/n1bv_9.Tpo .deps/n1bv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c -o n1bv_64.lo n1bv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c  -fPIC -DPIC -o .libs/n1bv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c  -fPIC -DPIC -o .libs/n1bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c -o n1bv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c  -fPIC -DPIC -o .libs/n1bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c -o n1bv_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c  -fPIC -DPIC -o .libs/n1bv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c  -fPIC -DPIC -o .libs/n1bv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c -o n1bv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c -o n1bv_10.o >/dev/null 2>&1
mv -f .deps/n1bv_15.Tpo .deps/n1bv_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c -o n1bv_32.o >/dev/null 2>&1
mv -f .deps/n1bv_11.Tpo .deps/n1bv_11.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c -o n1bv_128.lo n1bv_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c -o n1bv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c  -fPIC -DPIC -o .libs/n1bv_13.o
mv -f .deps/n1bv_14.Tpo .deps/n1bv_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c -o n1bv_20.lo n1bv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c -o n1bv_25.lo n1bv_25.c
mv -f .deps/n1bv_10.Tpo .deps/n1bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c -o n1bv_12.o >/dev/null 2>&1
mv -f .deps/n1bv_32.Tpo .deps/n1bv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c -o n2fv_2.lo n2fv_2.c
mv -f .deps/n1bv_16.Tpo .deps/n1bv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c -o n1bv_13.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c -o n2fv_4.lo n2fv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c -o n2fv_6.lo n2fv_6.c
mv -f .deps/n1bv_12.Tpo .deps/n1bv_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c -o n2fv_8.lo n2fv_8.c
mv -f .deps/n1bv_13.Tpo .deps/n1bv_13.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c -o n2fv_10.lo n2fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c  -fPIC -DPIC -o .libs/n1bv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c  -fPIC -DPIC -o .libs/n1bv_128.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c -o n1bv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c  -fPIC -DPIC -o .libs/n1bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c  -fPIC -DPIC -o .libs/n1bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c -o n1bv_128.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c  -fPIC -DPIC -o .libs/n2fv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c -o n1bv_20.o >/dev/null 2>&1
mv -f .deps/n1bv_64.Tpo .deps/n1bv_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c  -fPIC -DPIC -o .libs/n2fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c -o n1bv_25.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c -o n2fv_12.lo n2fv_12.c
mv -f .deps/n1bv_20.Tpo .deps/n1bv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c -o n2fv_6.o >/dev/null 2>&1
mv -f .deps/n1bv_128.Tpo .deps/n1bv_128.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c  -fPIC -DPIC -o .libs/n2fv_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c -o n2fv_14.lo n2fv_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c -o n2fv_16.lo n2fv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c -o n2fv_2.o >/dev/null 2>&1
mv -f .deps/n1bv_25.Tpo .deps/n1bv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c  -fPIC -DPIC -o .libs/n2fv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c -o n2fv_32.lo n2fv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c -o n2fv_4.o >/dev/null 2>&1
mv -f .deps/n2fv_6.Tpo .deps/n2fv_6.Plo
mv -f .deps/n2fv_2.Tpo .deps/n2fv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c -o n2fv_64.lo n2fv_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c -o n2fv_20.lo n2fv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c -o n2fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c  -fPIC -DPIC -o .libs/n2fv_10.o
mv -f .deps/n2fv_4.Tpo .deps/n2fv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c -o n2bv_2.lo n2bv_2.c
mv -f .deps/n2fv_8.Tpo .deps/n2fv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c -o n2fv_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c -o n2bv_4.lo n2bv_4.c
mv -f .deps/n2fv_10.Tpo .deps/n2fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c -o n2bv_6.lo n2bv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c  -fPIC -DPIC -o .libs/n2fv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c  -fPIC -DPIC -o .libs/n2fv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c  -fPIC -DPIC -o .libs/n2fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c  -fPIC -DPIC -o .libs/n2fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c -o n2fv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c -o n2fv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c -o n2fv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c  -fPIC -DPIC -o .libs/n2fv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c -o n2fv_16.o >/dev/null 2>&1
mv -f .deps/n2fv_12.Tpo .deps/n2fv_12.Plo
mv -f .deps/n2fv_14.Tpo .deps/n2fv_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c  -fPIC -DPIC -o .libs/n2fv_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c -o n2bv_8.lo n2bv_8.c
mv -f .deps/n2fv_32.Tpo .deps/n2fv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c -o n2fv_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c -o n2bv_10.lo n2bv_10.c
mv -f .deps/n2fv_16.Tpo .deps/n2fv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c -o n2fv_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c -o n2bv_12.lo n2bv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c -o n2bv_14.lo n2bv_14.c
mv -f .deps/n2fv_64.Tpo .deps/n2fv_64.Plo
mv -f .deps/n2fv_20.Tpo .deps/n2fv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c  -fPIC -DPIC -o .libs/n2bv_2.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c -o n2bv_16.lo n2bv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c -o n2bv_32.lo n2bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c  -fPIC -DPIC -o .libs/n2bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c -o n2bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c  -fPIC -DPIC -o .libs/n2bv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c -o n2bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c -o n2bv_6.o >/dev/null 2>&1
mv -f .deps/n2bv_2.Tpo .deps/n2bv_2.Plo
mv -f .deps/n2bv_4.Tpo .deps/n2bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c -o n2bv_64.lo n2bv_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c -o n2bv_20.lo n2bv_20.c
mv -f .deps/n2bv_6.Tpo .deps/n2bv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c -o n2sv_4.lo n2sv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c  -fPIC -DPIC -o .libs/n2bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c  -fPIC -DPIC -o .libs/n2bv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c  -fPIC -DPIC -o .libs/n2bv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c  -fPIC -DPIC -o .libs/n2bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c -o n2bv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c -o n2bv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c -o n2bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c -o n2bv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c  -fPIC -DPIC -o .libs/n2bv_32.o
mv -f .deps/n2bv_10.Tpo .deps/n2bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c  -fPIC -DPIC -o .libs/n2bv_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c -o n2sv_8.lo n2sv_8.c
mv -f .deps/n2bv_14.Tpo .deps/n2bv_14.Plo
mv -f .deps/n2bv_12.Tpo .deps/n2bv_12.Plo
mv -f .deps/n2bv_8.Tpo .deps/n2bv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c -o n2sv_16.lo n2sv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c -o n2sv_32.lo n2sv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c -o n2sv_64.lo n2sv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c -o n2bv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c -o n2bv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c  -fPIC -DPIC -o .libs/n2bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c  -fPIC -DPIC -o .libs/n2bv_64.o
mv -f .deps/n2bv_32.Tpo .deps/n2bv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c  -fPIC -DPIC -o .libs/n2sv_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c -o t1fuv_2.lo t1fuv_2.c
mv -f .deps/n2bv_16.Tpo .deps/n2bv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c -o n2bv_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c -o t1fuv_3.lo t1fuv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c -o n2bv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c -o n2sv_4.o >/dev/null 2>&1
mv -f .deps/n2bv_20.Tpo .deps/n2bv_20.Plo
mv -f .deps/n2bv_64.Tpo .deps/n2bv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c -o t1fuv_4.lo t1fuv_4.c
mv -f .deps/n2sv_4.Tpo .deps/n2sv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c -o t1fuv_5.lo t1fuv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c -o t1fuv_6.lo t1fuv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c  -fPIC -DPIC -o .libs/n2sv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c  -fPIC -DPIC -o .libs/n2sv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c -o n2sv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c  -fPIC -DPIC -o .libs/n2sv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c -o n2sv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c  -fPIC -DPIC -o .libs/n2sv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c  -fPIC -DPIC -o .libs/t1fuv_2.o
mv -f .deps/n2sv_16.Tpo .deps/n2sv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c -o n2sv_8.o >/dev/null 2>&1
mv -f .deps/n2sv_32.Tpo .deps/n2sv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c -o t1fuv_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c -o t1fuv_7.lo t1fuv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c -o n2sv_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c -o t1fuv_8.lo t1fuv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c  -fPIC -DPIC -o .libs/t1fuv_3.o
mv -f .deps/n2sv_64.Tpo .deps/n2sv_64.Plo
mv -f .deps/n2sv_8.Tpo .deps/n2sv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c -o t1fuv_9.lo t1fuv_9.c
mv -f .deps/t1fuv_2.Tpo .deps/t1fuv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c -o t1fuv_10.lo t1fuv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c  -fPIC -DPIC -o .libs/t1fuv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c -o t1fuv_3.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c -o t1fv_2.lo t1fv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c  -fPIC -DPIC -o .libs/t1fuv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c -o t1fuv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c  -fPIC -DPIC -o .libs/t1fuv_6.o
mv -f .deps/t1fuv_3.Tpo .deps/t1fuv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c -o t1fuv_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c -o t1fv_3.lo t1fv_3.c
mv -f .deps/t1fuv_4.Tpo .deps/t1fuv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c -o t1fuv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c -o t1fv_4.lo t1fv_4.c
mv -f .deps/t1fuv_5.Tpo .deps/t1fuv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c -o t1fv_5.lo t1fv_5.c
mv -f .deps/t1fuv_6.Tpo .deps/t1fuv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c -o t1fv_6.lo t1fv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c  -fPIC -DPIC -o .libs/t1fuv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c  -fPIC -DPIC -o .libs/t1fuv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c  -fPIC -DPIC -o .libs/t1fuv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c -o t1fuv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c  -fPIC -DPIC -o .libs/t1fuv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c -o t1fuv_8.o >/dev/null 2>&1
mv -f .deps/t1fuv_7.Tpo .deps/t1fuv_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c -o t1fuv_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c -o t1fv_7.lo t1fv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c -o t1fuv_10.o >/dev/null 2>&1
mv -f .deps/t1fuv_8.Tpo .deps/t1fuv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c -o t1fv_8.lo t1fv_8.c
mv -f .deps/t1fuv_9.Tpo .deps/t1fuv_9.Plo
mv -f .deps/t1fuv_10.Tpo .deps/t1fuv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c -o t1fv_9.lo t1fv_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c -o t1fv_10.lo t1fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c  -fPIC -DPIC -o .libs/t1fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c  -fPIC -DPIC -o .libs/t1fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c  -fPIC -DPIC -o .libs/t1fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c -o t1fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c -o t1fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c  -fPIC -DPIC -o .libs/t1fv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c -o t1fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c  -fPIC -DPIC -o .libs/t1fv_6.o
mv -f .deps/t1fv_5.Tpo .deps/t1fv_5.Plo
mv -f .deps/t1fv_4.Tpo .deps/t1fv_4.Plo
mv -f .deps/t1fv_2.Tpo .deps/t1fv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c -o t1fv_3.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c -o t1fv_12.lo t1fv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c -o t1fv_15.lo t1fv_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c -o t1fv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c -o t1fv_16.lo t1fv_16.c
mv -f .deps/t1fv_3.Tpo .deps/t1fv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c  -fPIC -DPIC -o .libs/t1fv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c -o t1fv_32.lo t1fv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c  -fPIC -DPIC -o .libs/t1fv_7.o
mv -f .deps/t1fv_6.Tpo .deps/t1fv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c  -fPIC -DPIC -o .libs/t1fv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c -o t1fv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c -o t1fv_64.lo t1fv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c -o t1fv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c  -fPIC -DPIC -o .libs/t1fv_10.o
mv -f .deps/t1fv_8.Tpo .deps/t1fv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c -o t1fv_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c -o t1fv_20.lo t1fv_20.c
mv -f .deps/t1fv_7.Tpo .deps/t1fv_7.Plo
mv -f .deps/t1fv_9.Tpo .deps/t1fv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c -o t1fv_25.lo t1fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c -o t1fv_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c -o t2fv_2.lo t2fv_2.c
mv -f .deps/t1fv_10.Tpo .deps/t1fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c -o t2fv_4.lo t2fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c  -fPIC -DPIC -o .libs/t1fv_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c  -fPIC -DPIC -o .libs/t1fv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c  -fPIC -DPIC -o .libs/t1fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c -o t1fv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c  -fPIC -DPIC -o .libs/t1fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c -o t1fv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c -o t1fv_16.o >/dev/null 2>&1
mv -f .deps/t1fv_15.Tpo .deps/t1fv_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c -o t1fv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c  -fPIC -DPIC -o .libs/t1fv_64.o
mv -f .deps/t1fv_12.Tpo .deps/t1fv_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c -o t2fv_8.lo t2fv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c -o t2fv_16.lo t2fv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c  -fPIC -DPIC -o .libs/t1fv_20.o
mv -f .deps/t1fv_16.Tpo .deps/t1fv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c -o t1fv_64.o >/dev/null 2>&1
mv -f .deps/t1fv_32.Tpo .deps/t1fv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c -o t2fv_32.lo t2fv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c -o t2fv_64.lo t2fv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c -o t1fv_20.o >/dev/null 2>&1
mv -f .deps/t1fv_64.Tpo .deps/t1fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c -o t2fv_5.lo t2fv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c  -fPIC -DPIC -o .libs/t2fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c  -fPIC -DPIC -o .libs/t1fv_25.o
mv -f .deps/t1fv_20.Tpo .deps/t1fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c -o t2fv_10.lo t2fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c  -fPIC -DPIC -o .libs/t2fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c -o t2fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c -o t1fv_25.o >/dev/null 2>&1
mv -f .deps/t2fv_2.Tpo .deps/t2fv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c -o t2fv_4.o >/dev/null 2>&1
mv -f .deps/t1fv_25.Tpo .deps/t1fv_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c -o t2fv_20.lo t2fv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c -o t2fv_25.lo t2fv_25.c
mv -f .deps/t2fv_4.Tpo .deps/t2fv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c -o t3fv_4.lo t3fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c  -fPIC -DPIC -o .libs/t2fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c  -fPIC -DPIC -o .libs/t2fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c  -fPIC -DPIC -o .libs/t2fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c -o t2fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c  -fPIC -DPIC -o .libs/t2fv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c  -fPIC -DPIC -o .libs/t2fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c -o t2fv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c -o t2fv_32.o >/dev/null 2>&1
mv -f .deps/t2fv_8.Tpo .deps/t2fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c -o t3fv_8.lo t3fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c -o t2fv_5.o >/dev/null 2>&1
mv -f .deps/t2fv_16.Tpo .deps/t2fv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c -o t2fv_64.o >/dev/null 2>&1
mv -f .deps/t2fv_32.Tpo .deps/t2fv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c -o t3fv_16.lo t3fv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c -o t3fv_32.lo t3fv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c  -fPIC -DPIC -o .libs/t2fv_10.o
mv -f .deps/t2fv_5.Tpo .deps/t2fv_5.Plo
mv -f .deps/t2fv_64.Tpo .deps/t2fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c -o t3fv_5.lo t3fv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c -o t3fv_10.lo t3fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c -o t2fv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c  -fPIC -DPIC -o .libs/t2fv_20.o
mv -f .deps/t2fv_10.Tpo .deps/t2fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c -o t3fv_20.lo t3fv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c -o t2fv_20.o >/dev/null 2>&1
mv -f .deps/t2fv_20.Tpo .deps/t2fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c -o t3fv_25.lo t3fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c  -fPIC -DPIC -o .libs/t2fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c  -fPIC -DPIC -o .libs/t3fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c -o t2fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c -o t3fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c  -fPIC -DPIC -o .libs/t3fv_8.o
mv -f .deps/t2fv_25.Tpo .deps/t2fv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c  -fPIC -DPIC -o .libs/t3fv_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c -o t1buv_2.lo t1buv_2.c
mv -f .deps/t3fv_4.Tpo .deps/t3fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c  -fPIC -DPIC -o .libs/t3fv_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c -o t1buv_3.lo t1buv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c  -fPIC -DPIC -o .libs/t3fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c -o t3fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c  -fPIC -DPIC -o .libs/t3fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c -o t3fv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c -o t3fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c -o t3fv_32.o >/dev/null 2>&1
mv -f .deps/t3fv_8.Tpo .deps/t3fv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c -o t3fv_10.o >/dev/null 2>&1
mv -f .deps/t3fv_16.Tpo .deps/t3fv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c -o t1buv_4.lo t1buv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c -o t1buv_5.lo t1buv_5.c
mv -f .deps/t3fv_32.Tpo .deps/t3fv_32.Plo
mv -f .deps/t3fv_10.Tpo .deps/t3fv_10.Plo
mv -f .deps/t3fv_5.Tpo .deps/t3fv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c -o t1buv_6.lo t1buv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c  -fPIC -DPIC -o .libs/t3fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c  -fPIC -DPIC -o .libs/t3fv_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c -o t1buv_7.lo t1buv_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c -o t1buv_8.lo t1buv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c -o t3fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c -o t3fv_20.o >/dev/null 2>&1
mv -f .deps/t3fv_25.Tpo .deps/t3fv_25.Plo
mv -f .deps/t3fv_20.Tpo .deps/t3fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c -o t1buv_9.lo t1buv_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c -o t1buv_10.lo t1buv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c  -fPIC -DPIC -o .libs/t1buv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c  -fPIC -DPIC -o .libs/t1buv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c -o t1buv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c -o t1buv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c  -fPIC -DPIC -o .libs/t1buv_4.o
mv -f .deps/t1buv_2.Tpo .deps/t1buv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c -o t1bv_2.lo t1bv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c  -fPIC -DPIC -o .libs/t1buv_5.o
mv -f .deps/t1buv_3.Tpo .deps/t1buv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c  -fPIC -DPIC -o .libs/t1buv_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c -o t1bv_3.lo t1bv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c  -fPIC -DPIC -o .libs/t1buv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c -o t1buv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c -o t1buv_5.o >/dev/null 2>&1
mv -f .deps/t1buv_4.Tpo .deps/t1buv_4.Plo
mv -f .deps/t1buv_5.Tpo .deps/t1buv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c -o t1bv_4.lo t1bv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c -o t1buv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c -o t1bv_5.lo t1bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c  -fPIC -DPIC -o .libs/t1buv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c -o t1buv_8.o >/dev/null 2>&1
mv -f .deps/t1buv_6.Tpo .deps/t1buv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c -o t1bv_6.lo t1bv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c  -fPIC -DPIC -o .libs/t1buv_9.o
mv -f .deps/t1buv_8.Tpo .deps/t1buv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c -o t1buv_7.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c -o t1bv_7.lo t1bv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c -o t1buv_9.o >/dev/null 2>&1
mv -f .deps/t1buv_7.Tpo .deps/t1buv_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c  -fPIC -DPIC -o .libs/t1buv_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c -o t1bv_8.lo t1bv_8.c
mv -f .deps/t1buv_9.Tpo .deps/t1buv_9.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c -o t1buv_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c -o t1bv_9.lo t1bv_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c  -fPIC -DPIC -o .libs/t1bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c  -fPIC -DPIC -o .libs/t1bv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c -o t1bv_2.o >/dev/null 2>&1
mv -f .deps/t1buv_10.Tpo .deps/t1buv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c -o t1bv_10.lo t1bv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c -o t1bv_3.o >/dev/null 2>&1
mv -f .deps/t1bv_2.Tpo .deps/t1bv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c -o t1bv_12.lo t1bv_12.c
mv -f .deps/t1bv_3.Tpo .deps/t1bv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c  -fPIC -DPIC -o .libs/t1bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c  -fPIC -DPIC -o .libs/t1bv_5.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c -o t1bv_15.lo t1bv_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c  -fPIC -DPIC -o .libs/t1bv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c -o t1bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c  -fPIC -DPIC -o .libs/t1bv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c -o t1bv_5.o >/dev/null 2>&1
mv -f .deps/t1bv_4.Tpo .deps/t1bv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c -o t1bv_6.o >/dev/null 2>&1
mv -f .deps/t1bv_5.Tpo .deps/t1bv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c -o t1bv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c  -fPIC -DPIC -o .libs/t1bv_9.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c -o t1bv_16.lo t1bv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c -o t1bv_32.lo t1bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c  -fPIC -DPIC -o .libs/t1bv_8.o
mv -f .deps/t1bv_6.Tpo .deps/t1bv_6.Plo
mv -f .deps/t1bv_7.Tpo .deps/t1bv_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c -o t1bv_64.lo t1bv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c -o t1bv_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c -o t1bv_20.lo t1bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c -o t1bv_8.o >/dev/null 2>&1
mv -f .deps/t1bv_9.Tpo .deps/t1bv_9.Plo
mv -f .deps/t1bv_8.Tpo .deps/t1bv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c -o t1bv_25.lo t1bv_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c -o t2bv_2.lo t2bv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c  -fPIC -DPIC -o .libs/t1bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c -o t1bv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c  -fPIC -DPIC -o .libs/t1bv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c  -fPIC -DPIC -o .libs/t1bv_15.o
mv -f .deps/t1bv_10.Tpo .deps/t1bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c -o t1bv_12.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c -o t2bv_4.lo t2bv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c  -fPIC -DPIC -o .libs/t1bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c -o t1bv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c  -fPIC -DPIC -o .libs/t1bv_32.o
mv -f .deps/t1bv_12.Tpo .deps/t1bv_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c -o t2bv_8.lo t2bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c -o t1bv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c  -fPIC -DPIC -o .libs/t1bv_64.o
mv -f .deps/t1bv_15.Tpo .deps/t1bv_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c -o t1bv_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c -o t2bv_16.lo t2bv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c  -fPIC -DPIC -o .libs/t1bv_20.o
mv -f .deps/t1bv_16.Tpo .deps/t1bv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c -o t2bv_32.lo t2bv_32.c
mv -f .deps/t1bv_32.Tpo .deps/t1bv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c -o t1bv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c  -fPIC -DPIC -o .libs/t1bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c  -fPIC -DPIC -o .libs/t2bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c -o t1bv_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c -o t2bv_64.lo t2bv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c -o t2bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c -o t1bv_25.o >/dev/null 2>&1
mv -f .deps/t1bv_64.Tpo .deps/t1bv_64.Plo
mv -f .deps/t1bv_20.Tpo .deps/t1bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c -o t2bv_5.lo t2bv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c -o t2bv_10.lo t2bv_10.c
mv -f .deps/t2bv_2.Tpo .deps/t2bv_2.Plo
mv -f .deps/t1bv_25.Tpo .deps/t1bv_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c -o t2bv_20.lo t2bv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c -o t2bv_25.lo t2bv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c  -fPIC -DPIC -o .libs/t2bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c -o t2bv_4.o >/dev/null 2>&1
mv -f .deps/t2bv_4.Tpo .deps/t2bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c -o t3bv_4.lo t3bv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c  -fPIC -DPIC -o .libs/t2bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c  -fPIC -DPIC -o .libs/t2bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c  -fPIC -DPIC -o .libs/t2bv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c -o t2bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c -o t2bv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c -o t2bv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c  -fPIC -DPIC -o .libs/t2bv_32.o
mv -f .deps/t2bv_8.Tpo .deps/t2bv_8.Plo
mv -f .deps/t2bv_16.Tpo .deps/t2bv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c  -fPIC -DPIC -o .libs/t2bv_5.o
mv -f .deps/t2bv_64.Tpo .deps/t2bv_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c  -fPIC -DPIC -o .libs/t2bv_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c -o t3bv_8.lo t3bv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c -o t3bv_16.lo t3bv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c -o t3bv_32.lo t3bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c -o t2bv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c -o t2bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c -o t2bv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c  -fPIC -DPIC -o .libs/t2bv_20.o
mv -f .deps/t2bv_32.Tpo .deps/t2bv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c -o t3bv_5.lo t3bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c  -fPIC -DPIC -o .libs/t2bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c -o t2bv_20.o >/dev/null 2>&1
mv -f .deps/t2bv_5.Tpo .deps/t2bv_5.Plo
mv -f .deps/t2bv_10.Tpo .deps/t2bv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c -o t3bv_10.lo t3bv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c -o t3bv_20.lo t3bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c -o t2bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c  -fPIC -DPIC -o .libs/t3bv_4.o
mv -f .deps/t2bv_20.Tpo .deps/t2bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c -o t3bv_25.lo t3bv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c -o t3bv_4.o >/dev/null 2>&1
mv -f .deps/t2bv_25.Tpo .deps/t2bv_25.Plo
mv -f .deps/t3bv_4.Tpo .deps/t3bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c -o t1sv_2.lo t1sv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c  -fPIC -DPIC -o .libs/t3bv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c -o t1sv_4.lo t1sv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c -o t3bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c  -fPIC -DPIC -o .libs/t3bv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c  -fPIC -DPIC -o .libs/t3bv_5.o
mv -f .deps/t3bv_8.Tpo .deps/t3bv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c -o t1sv_8.lo t1sv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c -o t3bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c -o t3bv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c  -fPIC -DPIC -o .libs/t3bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c  -fPIC -DPIC -o .libs/t3bv_10.o
mv -f .deps/t3bv_32.Tpo .deps/t3bv_32.Plo
mv -f .deps/t3bv_5.Tpo .deps/t3bv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c -o t3bv_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c -o t1sv_16.lo t1sv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c -o t3bv_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c -o t1sv_32.lo t1sv_32.c
mv -f .deps/t3bv_10.Tpo .deps/t3bv_10.Plo
mv -f .deps/t3bv_16.Tpo .deps/t3bv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c -o t2sv_4.lo t2sv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c  -fPIC -DPIC -o .libs/t3bv_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c -o t2sv_8.lo t2sv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c  -fPIC -DPIC -o .libs/t3bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c  -fPIC -DPIC -o .libs/t1sv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c -o t3bv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c -o t3bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c  -fPIC -DPIC -o .libs/t1sv_4.o
mv -f .deps/t3bv_20.Tpo .deps/t3bv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c -o t1sv_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c -o t2sv_16.lo t2sv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c -o t1sv_4.o >/dev/null 2>&1
mv -f .deps/t3bv_25.Tpo .deps/t3bv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c  -fPIC -DPIC -o .libs/t1sv_8.o
mv -f .deps/t1sv_2.Tpo .deps/t1sv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c -o t2sv_32.lo t2sv_32.c
mv -f .deps/t1sv_4.Tpo .deps/t1sv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c -o q1fv_2.lo q1fv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c -o t1sv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c -o q1fv_4.lo q1fv_4.c
mv -f .deps/t1sv_8.Tpo .deps/t1sv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c  -fPIC -DPIC -o .libs/t1sv_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c -o q1fv_5.lo q1fv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c  -fPIC -DPIC -o .libs/t2sv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c  -fPIC -DPIC -o .libs/t1sv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c  -fPIC -DPIC -o .libs/t2sv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c -o t2sv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c -o t1sv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c -o t1sv_32.o >/dev/null 2>&1
mv -f .deps/t2sv_8.Tpo .deps/t2sv_8.Plo
mv -f .deps/t1sv_16.Tpo .deps/t1sv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c -o q1fv_8.lo q1fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c -o t2sv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c -o q1bv_2.lo q1bv_2.c
mv -f .deps/t1sv_32.Tpo .deps/t1sv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c -o q1bv_4.lo q1bv_4.c
mv -f .deps/t2sv_4.Tpo .deps/t2sv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c  -fPIC -DPIC -o .libs/t2sv_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c -o q1bv_5.lo q1bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c  -fPIC -DPIC -o .libs/t2sv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c -o t2sv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c  -fPIC -DPIC -o .libs/q1fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c -o t2sv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c  -fPIC -DPIC -o .libs/q1fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c -o q1fv_2.o >/dev/null 2>&1
mv -f .deps/t2sv_16.Tpo .deps/t2sv_16.Plo
mv -f .deps/t2sv_32.Tpo .deps/t2sv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c -o q1bv_8.lo q1bv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c -o genus.lo genus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c -o q1fv_4.o >/dev/null 2>&1
mv -f .deps/q1fv_2.Tpo .deps/q1fv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/q1fv_4.Tpo .deps/q1fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c  -fPIC -DPIC -o .libs/q1fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c  -fPIC -DPIC -o .libs/q1fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c -o q1fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c  -fPIC -DPIC -o .libs/q1bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c -o q1fv_8.o >/dev/null 2>&1
mv -f .deps/q1fv_5.Tpo .deps/q1fv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c -o q1bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c  -fPIC -DPIC -o .libs/q1bv_4.o
mv -f .deps/q1fv_8.Tpo .deps/q1fv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c  -fPIC -DPIC -o .libs/q1bv_5.o
mv -f .deps/q1bv_2.Tpo .deps/q1bv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c -o q1bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c  -fPIC -DPIC -o .libs/q1bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c -o q1bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c  -fPIC -DPIC -o .libs/genus.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c -o q1bv_8.o >/dev/null 2>&1
mv -f .deps/q1bv_4.Tpo .deps/q1bv_4.Plo
mv -f .deps/q1bv_5.Tpo .deps/q1bv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/q1bv_8.Tpo .deps/q1bv_8.Plo
mv -f .deps/genus.Tpo .deps/genus.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_sse2_codelets.la  n1fv_2.lo n1fv_3.lo n1fv_4.lo n1fv_5.lo n1fv_6.lo n1fv_7.lo n1fv_8.lo n1fv_9.lo n1fv_10.lo n1fv_11.lo n1fv_12.lo n1fv_13.lo n1fv_14.lo n1fv_15.lo n1fv_16.lo n1fv_32.lo n1fv_64.lo n1fv_128.lo n1fv_20.lo n1fv_25.lo n1bv_2.lo n1bv_3.lo n1bv_4.lo n1bv_5.lo n1bv_6.lo n1bv_7.lo n1bv_8.lo n1bv_9.lo n1bv_10.lo n1bv_11.lo n1bv_12.lo n1bv_13.lo n1bv_14.lo n1bv_15.lo n1bv_16.lo n1bv_32.lo n1bv_64.lo n1bv_128.lo n1bv_20.lo n1bv_25.lo n2fv_2.lo n2fv_4.lo n2fv_6.lo n2fv_8.lo n2fv_10.lo n2fv_12.lo n2fv_14.lo n2fv_16.lo n2fv_32.lo n2fv_64.lo n2fv_20.lo n2bv_2.lo n2bv_4.lo n2bv_6.lo n2bv_8.lo n2bv_10.lo n2bv_12.lo n2bv_14.lo n2bv_16.lo n2bv_32.lo n2bv_64.lo n2bv_20.lo n2sv_4.lo n2sv_8.lo n2sv_16.lo n2sv_32.lo n2sv_64.lo t1fuv_2.lo t1fuv_3.lo t1fuv_4.lo t1fuv_5.lo t1fuv_6.lo t1fuv_7.lo t1fuv_8.lo t1fuv_9.lo t1fuv_10.lo t1fv_2.lo t1fv_3.lo t1fv_4.lo t1fv_5.lo t1fv_6.lo t1fv_7.lo t1fv_8.lo t1fv_9.lo t1fv_10.lo t1fv_12.lo t1fv_15.lo t1fv_16.lo t1fv_32.lo t1fv_64.lo t1fv_20.lo t1fv_25.lo t2fv_2.lo t2fv_4.lo t2fv_8.lo t2fv_16.lo t2fv_32.lo t2fv_64.lo t2fv_5.lo t2fv_10.lo t2fv_20.lo t2fv_25.lo t3fv_4.lo t3fv_8.lo t3fv_16.lo t3fv_32.lo t3fv_5.lo t3fv_10.lo t3fv_20.lo t3fv_25.lo t1buv_2.lo t1buv_3.lo t1buv_4.lo t1buv_5.lo t1buv_6.lo t1buv_7.lo t1buv_8.lo t1buv_9.lo t1buv_10.lo t1bv_2.lo t1bv_3.lo t1bv_4.lo t1bv_5.lo t1bv_6.lo t1bv_7.lo t1bv_8.lo t1bv_9.lo t1bv_10.lo t1bv_12.lo t1bv_15.lo t1bv_16.lo t1bv_32.lo t1bv_64.lo t1bv_20.lo t1bv_25.lo t2bv_2.lo t2bv_4.lo t2bv_8.lo t2bv_16.lo t2bv_32.lo t2bv_64.lo t2bv_5.lo t2bv_10.lo t2bv_20.lo t2bv_25.lo t3bv_4.lo t3bv_8.lo t3bv_16.lo t3bv_32.lo t3bv_5.lo t3bv_10.lo t3bv_20.lo t3bv_25.lo t1sv_2.lo t1sv_4.lo t1sv_8.lo t1sv_16.lo t1sv_32.lo t2sv_4.lo t2sv_8.lo t2sv_16.lo t2sv_32.lo q1fv_2.lo q1fv_4.lo q1fv_5.lo q1fv_8.lo q1bv_2.lo q1bv_4.lo q1bv_5.lo q1bv_8.lo genus.lo codlist.lo  -lm 
libtool: link: ar cr .libs/libdft_sse2_codelets.a .libs/n1fv_2.o .libs/n1fv_3.o .libs/n1fv_4.o .libs/n1fv_5.o .libs/n1fv_6.o .libs/n1fv_7.o .libs/n1fv_8.o .libs/n1fv_9.o .libs/n1fv_10.o .libs/n1fv_11.o .libs/n1fv_12.o .libs/n1fv_13.o .libs/n1fv_14.o .libs/n1fv_15.o .libs/n1fv_16.o .libs/n1fv_32.o .libs/n1fv_64.o .libs/n1fv_128.o .libs/n1fv_20.o .libs/n1fv_25.o .libs/n1bv_2.o .libs/n1bv_3.o .libs/n1bv_4.o .libs/n1bv_5.o .libs/n1bv_6.o .libs/n1bv_7.o .libs/n1bv_8.o .libs/n1bv_9.o .libs/n1bv_10.o .libs/n1bv_11.o .libs/n1bv_12.o .libs/n1bv_13.o .libs/n1bv_14.o .libs/n1bv_15.o .libs/n1bv_16.o .libs/n1bv_32.o .libs/n1bv_64.o .libs/n1bv_128.o .libs/n1bv_20.o .libs/n1bv_25.o .libs/n2fv_2.o .libs/n2fv_4.o .libs/n2fv_6.o .libs/n2fv_8.o .libs/n2fv_10.o .libs/n2fv_12.o .libs/n2fv_14.o .libs/n2fv_16.o .libs/n2fv_32.o .libs/n2fv_64.o .libs/n2fv_20.o .libs/n2bv_2.o .libs/n2bv_4.o .libs/n2bv_6.o .libs/n2bv_8.o .libs/n2bv_10.o .libs/n2bv_12.o .libs/n2bv_14.o .libs/n2bv_16.o .libs/n2bv_32.o .libs/n2bv_64.o .libs/n2bv_20.o .libs/n2sv_4.o .libs/n2sv_8.o .libs/n2sv_16.o .libs/n2sv_32.o .libs/n2sv_64.o .libs/t1fuv_2.o .libs/t1fuv_3.o .libs/t1fuv_4.o .libs/t1fuv_5.o .libs/t1fuv_6.o .libs/t1fuv_7.o .libs/t1fuv_8.o .libs/t1fuv_9.o .libs/t1fuv_10.o .libs/t1fv_2.o .libs/t1fv_3.o .libs/t1fv_4.o .libs/t1fv_5.o .libs/t1fv_6.o .libs/t1fv_7.o .libs/t1fv_8.o .libs/t1fv_9.o .libs/t1fv_10.o .libs/t1fv_12.o .libs/t1fv_15.o .libs/t1fv_16.o .libs/t1fv_32.o .libs/t1fv_64.o .libs/t1fv_20.o .libs/t1fv_25.o .libs/t2fv_2.o .libs/t2fv_4.o .libs/t2fv_8.o .libs/t2fv_16.o .libs/t2fv_32.o .libs/t2fv_64.o .libs/t2fv_5.o .libs/t2fv_10.o .libs/t2fv_20.o .libs/t2fv_25.o .libs/t3fv_4.o .libs/t3fv_8.o .libs/t3fv_16.o .libs/t3fv_32.o .libs/t3fv_5.o .libs/t3fv_10.o .libs/t3fv_20.o .libs/t3fv_25.o .libs/t1buv_2.o .libs/t1buv_3.o .libs/t1buv_4.o .libs/t1buv_5.o .libs/t1buv_6.o .libs/t1buv_7.o .libs/t1buv_8.o .libs/t1buv_9.o .libs/t1buv_10.o .libs/t1bv_2.o .libs/t1bv_3.o .libs/t1bv_4.o .libs/t1bv_5.o .libs/t1bv_6.o .libs/t1bv_7.o .libs/t1bv_8.o .libs/t1bv_9.o .libs/t1bv_10.o .libs/t1bv_12.o .libs/t1bv_15.o .libs/t1bv_16.o .libs/t1bv_32.o .libs/t1bv_64.o .libs/t1bv_20.o .libs/t1bv_25.o .libs/t2bv_2.o .libs/t2bv_4.o .libs/t2bv_8.o .libs/t2bv_16.o .libs/t2bv_32.o .libs/t2bv_64.o .libs/t2bv_5.o .libs/t2bv_10.o .libs/t2bv_20.o .libs/t2bv_25.o .libs/t3bv_4.o .libs/t3bv_8.o .libs/t3bv_16.o .libs/t3bv_32.o .libs/t3bv_5.o .libs/t3bv_10.o .libs/t3bv_20.o .libs/t3bv_25.o .libs/t1sv_2.o .libs/t1sv_4.o .libs/t1sv_8.o .libs/t1sv_16.o .libs/t1sv_32.o .libs/t2sv_4.o .libs/t2sv_8.o .libs/t2sv_16.o .libs/t2sv_32.o .libs/q1fv_2.o .libs/q1fv_4.o .libs/q1fv_5.o .libs/q1fv_8.o .libs/q1bv_2.o .libs/q1bv_4.o .libs/q1bv_5.o .libs/q1bv_8.o .libs/genus.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
Making all in avx
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c -o n1fv_2.lo n1fv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c -o n1fv_3.lo n1fv_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c -o n1fv_4.lo n1fv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c -o n1fv_5.lo n1fv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c -o n1fv_6.lo n1fv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c -o n1fv_7.lo n1fv_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c -o n1fv_8.lo n1fv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c -o n1fv_9.lo n1fv_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c -o n1fv_10.lo n1fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c  -fPIC -DPIC -o .libs/n1fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c  -fPIC -DPIC -o .libs/n1fv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c  -fPIC -DPIC -o .libs/n1fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c  -fPIC -DPIC -o .libs/n1fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c  -fPIC -DPIC -o .libs/n1fv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c  -fPIC -DPIC -o .libs/n1fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c  -fPIC -DPIC -o .libs/n1fv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c  -fPIC -DPIC -o .libs/n1fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c -o n1fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c -o n1fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c -o n1fv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c -o n1fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c -o n1fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c -o n1fv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c -o n1fv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c  -fPIC -DPIC -o .libs/n1fv_9.o
mv -f .deps/n1fv_8.Tpo .deps/n1fv_8.Plo
mv -f .deps/n1fv_4.Tpo .deps/n1fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c -o n1fv_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c -o n1fv_11.lo n1fv_11.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c -o n1fv_12.lo n1fv_12.c
mv -f .deps/n1fv_5.Tpo .deps/n1fv_5.Plo
mv -f .deps/n1fv_7.Tpo .deps/n1fv_7.Plo
mv -f .deps/n1fv_2.Tpo .deps/n1fv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c -o n1fv_13.lo n1fv_13.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c -o n1fv_14.lo n1fv_14.c
mv -f .deps/n1fv_3.Tpo .deps/n1fv_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c -o n1fv_15.lo n1fv_15.c
mv -f .deps/n1fv_6.Tpo .deps/n1fv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c -o n1fv_16.lo n1fv_16.c
mv -f .deps/n1fv_10.Tpo .deps/n1fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c -o n1fv_32.lo n1fv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -o n1fv_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c -o n1fv_64.lo n1fv_64.c
mv -f .deps/n1fv_9.Tpo .deps/n1fv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c -o n1fv_128.lo n1fv_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c  -fPIC -DPIC -o .libs/n1fv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c  -fPIC -DPIC -o .libs/n1fv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c  -fPIC -DPIC -o .libs/n1fv_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c  -fPIC -DPIC -o .libs/n1fv_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c  -fPIC -DPIC -o .libs/n1fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c -o n1fv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c -o n1fv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c  -fPIC -DPIC -o .libs/n1fv_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c -o n1fv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -o n1fv_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c  -fPIC -DPIC -o .libs/n1fv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c  -fPIC -DPIC -o .libs/n1fv_32.o
mv -f .deps/n1fv_12.Tpo .deps/n1fv_12.Plo
mv -f .deps/n1fv_14.Tpo .deps/n1fv_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c -o n1fv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c -o n1fv_13.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c -o n1fv_20.lo n1fv_20.c
mv -f .deps/n1fv_15.Tpo .deps/n1fv_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c -o n1fv_25.lo n1fv_25.c
mv -f .deps/n1fv_11.Tpo .deps/n1fv_11.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c -o n1bv_2.lo n1bv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c -o n1fv_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c -o n1bv_3.lo n1bv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c  -fPIC -DPIC -o .libs/n1fv_128.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c -o n1fv_64.o >/dev/null 2>&1
mv -f .deps/n1fv_16.Tpo .deps/n1fv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c -o n1bv_4.lo n1bv_4.c
mv -f .deps/n1fv_13.Tpo .deps/n1fv_13.Plo
mv -f .deps/n1fv_32.Tpo .deps/n1fv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c -o n1bv_5.lo n1bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c -o n1fv_128.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c -o n1bv_6.lo n1bv_6.c
mv -f .deps/n1fv_64.Tpo .deps/n1fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c -o n1bv_7.lo n1bv_7.c
mv -f .deps/n1fv_128.Tpo .deps/n1fv_128.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c -o n1bv_8.lo n1bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c  -fPIC -DPIC -o .libs/n1fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c  -fPIC -DPIC -o .libs/n1fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c  -fPIC -DPIC -o .libs/n1bv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c  -fPIC -DPIC -o .libs/n1bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c -o n1fv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c -o n1fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c -o n1bv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c -o n1bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c  -fPIC -DPIC -o .libs/n1bv_5.o
mv -f .deps/n1fv_25.Tpo .deps/n1fv_25.Plo
mv -f .deps/n1fv_20.Tpo .deps/n1fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c -o n1bv_9.lo n1bv_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c  -fPIC -DPIC -o .libs/n1bv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c  -fPIC -DPIC -o .libs/n1bv_6.o
mv -f .deps/n1bv_3.Tpo .deps/n1bv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c  -fPIC -DPIC -o .libs/n1bv_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c -o n1bv_10.lo n1bv_10.c
mv -f .deps/n1bv_2.Tpo .deps/n1bv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c -o n1bv_11.lo n1bv_11.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c -o n1bv_12.lo n1bv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c -o n1bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c  -fPIC -DPIC -o .libs/n1bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c -o n1bv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c -o n1bv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c -o n1bv_4.o >/dev/null 2>&1
mv -f .deps/n1bv_5.Tpo .deps/n1bv_5.Plo
mv -f .deps/n1bv_6.Tpo .deps/n1bv_6.Plo
mv -f .deps/n1bv_4.Tpo .deps/n1bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c -o n1bv_13.lo n1bv_13.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c -o n1bv_8.o >/dev/null 2>&1
mv -f .deps/n1bv_7.Tpo .deps/n1bv_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c -o n1bv_14.lo n1bv_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c -o n1bv_15.lo n1bv_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c -o n1bv_16.lo n1bv_16.c
mv -f .deps/n1bv_8.Tpo .deps/n1bv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c -o n1bv_32.lo n1bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c  -fPIC -DPIC -o .libs/n1bv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c  -fPIC -DPIC -o .libs/n1bv_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c  -fPIC -DPIC -o .libs/n1bv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c  -fPIC -DPIC -o .libs/n1bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c -o n1bv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c -o n1bv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c -o n1bv_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c -o n1bv_10.o >/dev/null 2>&1
mv -f .deps/n1bv_9.Tpo .deps/n1bv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c -o n1bv_64.lo n1bv_64.c
mv -f .deps/n1bv_11.Tpo .deps/n1bv_11.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c  -fPIC -DPIC -o .libs/n1bv_13.o
mv -f .deps/n1bv_12.Tpo .deps/n1bv_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c -o n1bv_128.lo n1bv_128.c
mv -f .deps/n1bv_10.Tpo .deps/n1bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c  -fPIC -DPIC -o .libs/n1bv_15.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c -o n1bv_20.lo n1bv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c -o n1bv_25.lo n1bv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c  -fPIC -DPIC -o .libs/n1bv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c -o n1bv_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c -o n1bv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c  -fPIC -DPIC -o .libs/n1bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c  -fPIC -DPIC -o .libs/n1bv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c -o n1bv_14.o >/dev/null 2>&1
mv -f .deps/n1bv_15.Tpo .deps/n1bv_15.Plo
mv -f .deps/n1bv_13.Tpo .deps/n1bv_13.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c -o n2fv_2.lo n2fv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c -o n1bv_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c -o n2fv_4.lo n2fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c -o n1bv_32.o >/dev/null 2>&1
mv -f .deps/n1bv_14.Tpo .deps/n1bv_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c -o n2fv_6.lo n2fv_6.c
mv -f .deps/n1bv_32.Tpo .deps/n1bv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c  -fPIC -DPIC -o .libs/n1bv_128.o
mv -f .deps/n1bv_16.Tpo .deps/n1bv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c -o n2fv_8.lo n2fv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c -o n2fv_10.lo n2fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c  -fPIC -DPIC -o .libs/n1bv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c -o n1bv_128.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c  -fPIC -DPIC -o .libs/n1bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c  -fPIC -DPIC -o .libs/n1bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c -o n1bv_64.o >/dev/null 2>&1
mv -f .deps/n1bv_128.Tpo .deps/n1bv_128.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c -o n2fv_12.lo n2fv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c -o n1bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c -o n1bv_20.o >/dev/null 2>&1
mv -f .deps/n1bv_64.Tpo .deps/n1bv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c -o n2fv_14.lo n2fv_14.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c  -fPIC -DPIC -o .libs/n2fv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c  -fPIC -DPIC -o .libs/n2fv_4.o
mv -f .deps/n1bv_20.Tpo .deps/n1bv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c  -fPIC -DPIC -o .libs/n2fv_2.o
mv -f .deps/n1bv_25.Tpo .deps/n1bv_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c -o n2fv_16.lo n2fv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c -o n2fv_32.lo n2fv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c -o n2fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c -o n2fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c -o n2fv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c  -fPIC -DPIC -o .libs/n2fv_8.o
mv -f .deps/n2fv_4.Tpo .deps/n2fv_4.Plo
mv -f .deps/n2fv_2.Tpo .deps/n2fv_2.Plo
mv -f .deps/n2fv_6.Tpo .deps/n2fv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c -o n2fv_64.lo n2fv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c  -fPIC -DPIC -o .libs/n2fv_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c -o n2fv_20.lo n2fv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c -o n2bv_2.lo n2bv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c  -fPIC -DPIC -o .libs/n2fv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c -o n2fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c -o n2fv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c -o n2fv_12.o >/dev/null 2>&1
mv -f .deps/n2fv_8.Tpo .deps/n2fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c -o n2bv_4.lo n2bv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c  -fPIC -DPIC -o .libs/n2fv_14.o
mv -f .deps/n2fv_10.Tpo .deps/n2fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c -o n2bv_6.lo n2bv_6.c
mv -f .deps/n2fv_12.Tpo .deps/n2fv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c -o n2fv_14.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c -o n2bv_8.lo n2bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c  -fPIC -DPIC -o .libs/n2fv_16.o
mv -f .deps/n2fv_14.Tpo .deps/n2fv_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c  -fPIC -DPIC -o .libs/n2fv_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c -o n2bv_10.lo n2bv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c  -fPIC -DPIC -o .libs/n2fv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c -o n2fv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c  -fPIC -DPIC -o .libs/n2bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c  -fPIC -DPIC -o .libs/n2fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c -o n2fv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c -o n2bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c -o n2fv_64.o >/dev/null 2>&1
mv -f .deps/n2fv_16.Tpo .deps/n2fv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c -o n2fv_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c -o n2bv_12.lo n2bv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c  -fPIC -DPIC -o .libs/n2bv_4.o
mv -f .deps/n2fv_32.Tpo .deps/n2fv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c -o n2bv_14.lo n2bv_14.c
mv -f .deps/n2fv_64.Tpo .deps/n2fv_64.Plo
mv -f .deps/n2bv_2.Tpo .deps/n2bv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c -o n2bv_16.lo n2bv_16.c
mv -f .deps/n2fv_20.Tpo .deps/n2fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c -o n2bv_32.lo n2bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c  -fPIC -DPIC -o .libs/n2bv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c -o n2bv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c -o n2bv_64.lo n2bv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c -o n2bv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c  -fPIC -DPIC -o .libs/n2bv_8.o
mv -f .deps/n2bv_4.Tpo .deps/n2bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c -o n2bv_20.lo n2bv_20.c
mv -f .deps/n2bv_6.Tpo .deps/n2bv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c -o n2sv_4.lo n2sv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c  -fPIC -DPIC -o .libs/n2bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c -o n2bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c -o n2bv_10.o >/dev/null 2>&1
mv -f .deps/n2bv_8.Tpo .deps/n2bv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c -o n2sv_8.lo n2sv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c  -fPIC -DPIC -o .libs/n2bv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c  -fPIC -DPIC -o .libs/n2bv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c  -fPIC -DPIC -o .libs/n2bv_32.o
mv -f .deps/n2bv_10.Tpo .deps/n2bv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c -o n2sv_16.lo n2sv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c -o n2bv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c -o n2bv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c  -fPIC -DPIC -o .libs/n2bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c -o n2bv_32.o >/dev/null 2>&1
mv -f .deps/n2bv_14.Tpo .deps/n2bv_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c -o n2bv_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c -o n2sv_32.lo n2sv_32.c
mv -f .deps/n2bv_12.Tpo .deps/n2bv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c  -fPIC -DPIC -o .libs/n2bv_64.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c -o n2sv_64.lo n2sv_64.c
mv -f .deps/n2bv_16.Tpo .deps/n2bv_16.Plo
mv -f .deps/n2bv_32.Tpo .deps/n2bv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c -o t1fuv_2.lo t1fuv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c -o t1fuv_3.lo t1fuv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c  -fPIC -DPIC -o .libs/n2sv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c -o n2bv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c  -fPIC -DPIC -o .libs/n2bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c -o n2sv_4.o >/dev/null 2>&1
mv -f .deps/n2bv_64.Tpo .deps/n2bv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c -o t1fuv_4.lo t1fuv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c -o n2bv_20.o >/dev/null 2>&1
mv -f .deps/n2sv_4.Tpo .deps/n2sv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c  -fPIC -DPIC -o .libs/n2sv_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c -o t1fuv_5.lo t1fuv_5.c
mv -f .deps/n2bv_20.Tpo .deps/n2bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c -o t1fuv_6.lo t1fuv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c  -fPIC -DPIC -o .libs/n2sv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c -o n2sv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c -o n2sv_8.o >/dev/null 2>&1
mv -f .deps/n2sv_16.Tpo .deps/n2sv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c  -fPIC -DPIC -o .libs/n2sv_64.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c -o t1fuv_7.lo t1fuv_7.c
mv -f .deps/n2sv_8.Tpo .deps/n2sv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c  -fPIC -DPIC -o .libs/n2sv_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c -o t1fuv_8.lo t1fuv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c  -fPIC -DPIC -o .libs/t1fuv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c  -fPIC -DPIC -o .libs/t1fuv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c -o n2sv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c -o n2sv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c -o t1fuv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c  -fPIC -DPIC -o .libs/t1fuv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c -o t1fuv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c  -fPIC -DPIC -o .libs/t1fuv_4.o
mv -f .deps/n2sv_32.Tpo .deps/n2sv_32.Plo
mv -f .deps/n2sv_64.Tpo .deps/n2sv_64.Plo
mv -f .deps/t1fuv_2.Tpo .deps/t1fuv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c -o t1fuv_5.o >/dev/null 2>&1
mv -f .deps/t1fuv_3.Tpo .deps/t1fuv_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c -o t1fuv_9.lo t1fuv_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c  -fPIC -DPIC -o .libs/t1fuv_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c -o t1fuv_10.lo t1fuv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c -o t1fuv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c -o t1fv_2.lo t1fv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c -o t1fv_3.lo t1fv_3.c
mv -f .deps/t1fuv_5.Tpo .deps/t1fuv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c -o t1fuv_6.o >/dev/null 2>&1
mv -f .deps/t1fuv_4.Tpo .deps/t1fuv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c -o t1fv_4.lo t1fv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c -o t1fv_5.lo t1fv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c  -fPIC -DPIC -o .libs/t1fuv_7.o
mv -f .deps/t1fuv_6.Tpo .deps/t1fuv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c  -fPIC -DPIC -o .libs/t1fuv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c -o t1fv_6.lo t1fv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c -o t1fuv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c -o t1fuv_8.o >/dev/null 2>&1
mv -f .deps/t1fuv_7.Tpo .deps/t1fuv_7.Plo
mv -f .deps/t1fuv_8.Tpo .deps/t1fuv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c -o t1fv_7.lo t1fv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c  -fPIC -DPIC -o .libs/t1fuv_9.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c -o t1fv_8.lo t1fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c  -fPIC -DPIC -o .libs/t1fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c  -fPIC -DPIC -o .libs/t1fuv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c -o t1fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c  -fPIC -DPIC -o .libs/t1fv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c -o t1fuv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c -o t1fuv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c  -fPIC -DPIC -o .libs/t1fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c  -fPIC -DPIC -o .libs/t1fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c -o t1fv_3.o >/dev/null 2>&1
mv -f .deps/t1fv_2.Tpo .deps/t1fv_2.Plo
mv -f .deps/t1fuv_9.Tpo .deps/t1fuv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c -o t1fv_9.lo t1fv_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c -o t1fv_10.lo t1fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c -o t1fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c -o t1fv_4.o >/dev/null 2>&1
mv -f .deps/t1fv_3.Tpo .deps/t1fv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c  -fPIC -DPIC -o .libs/t1fv_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c -o t1fv_12.lo t1fv_12.c
mv -f .deps/t1fuv_10.Tpo .deps/t1fuv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c -o t1fv_15.lo t1fv_15.c
mv -f .deps/t1fv_5.Tpo .deps/t1fv_5.Plo
mv -f .deps/t1fv_4.Tpo .deps/t1fv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c -o t1fv_16.lo t1fv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c -o t1fv_32.lo t1fv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c -o t1fv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c  -fPIC -DPIC -o .libs/t1fv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c  -fPIC -DPIC -o .libs/t1fv_8.o
mv -f .deps/t1fv_6.Tpo .deps/t1fv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c -o t1fv_7.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c -o t1fv_64.lo t1fv_64.c
mv -f .deps/t1fv_7.Tpo .deps/t1fv_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c -o t1fv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c -o t1fv_20.lo t1fv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c  -fPIC -DPIC -o .libs/t1fv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c  -fPIC -DPIC -o .libs/t1fv_10.o
mv -f .deps/t1fv_8.Tpo .deps/t1fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c -o t1fv_25.lo t1fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c  -fPIC -DPIC -o .libs/t1fv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c -o t1fv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c -o t1fv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c -o t1fv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c  -fPIC -DPIC -o .libs/t1fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c  -fPIC -DPIC -o .libs/t1fv_15.o
mv -f .deps/t1fv_9.Tpo .deps/t1fv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c -o t2fv_2.lo t2fv_2.c
mv -f .deps/t1fv_10.Tpo .deps/t1fv_10.Plo
mv -f .deps/t1fv_12.Tpo .deps/t1fv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c -o t1fv_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c -o t2fv_4.lo t2fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c  -fPIC -DPIC -o .libs/t1fv_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c -o t2fv_8.lo t2fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c -o t1fv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c  -fPIC -DPIC -o .libs/t1fv_64.o
mv -f .deps/t1fv_16.Tpo .deps/t1fv_16.Plo
mv -f .deps/t1fv_15.Tpo .deps/t1fv_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c -o t2fv_16.lo t2fv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c -o t1fv_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c -o t2fv_32.lo t2fv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c  -fPIC -DPIC -o .libs/t1fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c -o t1fv_64.o >/dev/null 2>&1
mv -f .deps/t1fv_32.Tpo .deps/t1fv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c  -fPIC -DPIC -o .libs/t1fv_25.o
mv -f .deps/t1fv_64.Tpo .deps/t1fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c -o t2fv_64.lo t2fv_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c -o t2fv_5.lo t2fv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c -o t1fv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c -o t1fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c  -fPIC -DPIC -o .libs/t2fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c  -fPIC -DPIC -o .libs/t2fv_2.o
mv -f .deps/t1fv_20.Tpo .deps/t1fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c -o t2fv_10.lo t2fv_10.c
mv -f .deps/t1fv_25.Tpo .deps/t1fv_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c -o t2fv_20.lo t2fv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c -o t2fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c -o t2fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c  -fPIC -DPIC -o .libs/t2fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c  -fPIC -DPIC -o .libs/t2fv_16.o
mv -f .deps/t2fv_4.Tpo .deps/t2fv_4.Plo
mv -f .deps/t2fv_2.Tpo .deps/t2fv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c -o t2fv_25.lo t2fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c -o t2fv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c -o t3fv_4.lo t3fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c  -fPIC -DPIC -o .libs/t2fv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c  -fPIC -DPIC -o .libs/t2fv_32.o
mv -f .deps/t2fv_8.Tpo .deps/t2fv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c -o t2fv_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c -o t3fv_8.lo t3fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c -o t2fv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c -o t2fv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c  -fPIC -DPIC -o .libs/t2fv_5.o
mv -f .deps/t2fv_16.Tpo .deps/t2fv_16.Plo
mv -f .deps/t2fv_32.Tpo .deps/t2fv_32.Plo
mv -f .deps/t2fv_64.Tpo .deps/t2fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c -o t3fv_16.lo t3fv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c -o t3fv_32.lo t3fv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c -o t2fv_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c -o t3fv_5.lo t3fv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c  -fPIC -DPIC -o .libs/t2fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c  -fPIC -DPIC -o .libs/t2fv_20.o
mv -f .deps/t2fv_5.Tpo .deps/t2fv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c -o t3fv_10.lo t3fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c  -fPIC -DPIC -o .libs/t3fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c -o t2fv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c -o t2fv_20.o >/dev/null 2>&1
mv -f .deps/t2fv_10.Tpo .deps/t2fv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c  -fPIC -DPIC -o .libs/t2fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c -o t3fv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c -o t3fv_20.lo t3fv_20.c
mv -f .deps/t2fv_20.Tpo .deps/t2fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c -o t3fv_25.lo t3fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c -o t2fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c  -fPIC -DPIC -o .libs/t3fv_8.o
mv -f .deps/t3fv_4.Tpo .deps/t3fv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c -o t1buv_2.lo t1buv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c  -fPIC -DPIC -o .libs/t3fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c -o t3fv_8.o >/dev/null 2>&1
mv -f .deps/t2fv_25.Tpo .deps/t2fv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c  -fPIC -DPIC -o .libs/t3fv_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c -o t1buv_3.lo t1buv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c  -fPIC -DPIC -o .libs/t3fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c -o t3fv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c -o t3fv_32.o >/dev/null 2>&1
mv -f .deps/t3fv_16.Tpo .deps/t3fv_16.Plo
mv -f .deps/t3fv_8.Tpo .deps/t3fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c -o t1buv_4.lo t1buv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c -o t1buv_5.lo t1buv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c -o t3fv_5.o >/dev/null 2>&1
mv -f .deps/t3fv_32.Tpo .deps/t3fv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c  -fPIC -DPIC -o .libs/t3fv_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c -o t1buv_6.lo t1buv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c  -fPIC -DPIC -o .libs/t3fv_20.o
mv -f .deps/t3fv_5.Tpo .deps/t3fv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c -o t3fv_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c -o t1buv_7.lo t1buv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c -o t3fv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c  -fPIC -DPIC -o .libs/t3fv_25.o
mv -f .deps/t3fv_10.Tpo .deps/t3fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c -o t1buv_8.lo t1buv_8.c
mv -f .deps/t3fv_20.Tpo .deps/t3fv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c -o t3fv_25.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c -o t1buv_9.lo t1buv_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c  -fPIC -DPIC -o .libs/t1buv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c  -fPIC -DPIC -o .libs/t1buv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c  -fPIC -DPIC -o .libs/t1buv_4.o
mv -f .deps/t3fv_25.Tpo .deps/t3fv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c -o t1buv_3.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c -o t1buv_10.lo t1buv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c  -fPIC -DPIC -o .libs/t1buv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c -o t1buv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c -o t1buv_2.o >/dev/null 2>&1
mv -f .deps/t1buv_3.Tpo .deps/t1buv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c  -fPIC -DPIC -o .libs/t1buv_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c -o t1bv_2.lo t1bv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c -o t1buv_5.o >/dev/null 2>&1
mv -f .deps/t1buv_4.Tpo .deps/t1buv_4.Plo
mv -f .deps/t1buv_2.Tpo .deps/t1buv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c  -fPIC -DPIC -o .libs/t1buv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c -o t1buv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c -o t1bv_3.lo t1bv_3.c
mv -f .deps/t1buv_5.Tpo .deps/t1buv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c -o t1bv_4.lo t1bv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c  -fPIC -DPIC -o .libs/t1buv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c -o t1bv_5.lo t1bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c -o t1buv_7.o >/dev/null 2>&1
mv -f .deps/t1buv_6.Tpo .deps/t1buv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c -o t1bv_6.lo t1bv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c  -fPIC -DPIC -o .libs/t1buv_9.o
mv -f .deps/t1buv_7.Tpo .deps/t1buv_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c -o t1buv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c -o t1bv_7.lo t1bv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c -o t1buv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c  -fPIC -DPIC -o .libs/t1buv_10.o
mv -f .deps/t1buv_8.Tpo .deps/t1buv_8.Plo
mv -f .deps/t1buv_9.Tpo .deps/t1buv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c -o t1bv_8.lo t1bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c -o t1buv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c  -fPIC -DPIC -o .libs/t1bv_2.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c -o t1bv_9.lo t1bv_9.c
mv -f .deps/t1buv_10.Tpo .deps/t1buv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c -o t1bv_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c -o t1bv_10.lo t1bv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c  -fPIC -DPIC -o .libs/t1bv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c  -fPIC -DPIC -o .libs/t1bv_5.o
mv -f .deps/t1bv_2.Tpo .deps/t1bv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c  -fPIC -DPIC -o .libs/t1bv_7.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c -o t1bv_12.lo t1bv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c  -fPIC -DPIC -o .libs/t1bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c  -fPIC -DPIC -o .libs/t1bv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c -o t1bv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c -o t1bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c -o t1bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c -o t1bv_7.o >/dev/null 2>&1
mv -f .deps/t1bv_5.Tpo .deps/t1bv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c -o t1bv_6.o >/dev/null 2>&1
mv -f .deps/t1bv_4.Tpo .deps/t1bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c -o t1bv_15.lo t1bv_15.c
mv -f .deps/t1bv_3.Tpo .deps/t1bv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c  -fPIC -DPIC -o .libs/t1bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c  -fPIC -DPIC -o .libs/t1bv_9.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c -o t1bv_16.lo t1bv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c -o t1bv_32.lo t1bv_32.c
mv -f .deps/t1bv_7.Tpo .deps/t1bv_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c -o t1bv_64.lo t1bv_64.c
mv -f .deps/t1bv_6.Tpo .deps/t1bv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c -o t1bv_20.lo t1bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c -o t1bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c -o t1bv_9.o >/dev/null 2>&1
mv -f .deps/t1bv_8.Tpo .deps/t1bv_8.Plo
mv -f .deps/t1bv_9.Tpo .deps/t1bv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c -o t1bv_25.lo t1bv_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c -o t2bv_2.lo t2bv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c  -fPIC -DPIC -o .libs/t1bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c  -fPIC -DPIC -o .libs/t1bv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c -o t1bv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c -o t1bv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c  -fPIC -DPIC -o .libs/t1bv_16.o
mv -f .deps/t1bv_10.Tpo .deps/t1bv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c -o t2bv_4.lo t2bv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c  -fPIC -DPIC -o .libs/t1bv_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c  -fPIC -DPIC -o .libs/t1bv_32.o
mv -f .deps/t1bv_12.Tpo .deps/t1bv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c  -fPIC -DPIC -o .libs/t1bv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c -o t1bv_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c -o t2bv_8.lo t2bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c  -fPIC -DPIC -o .libs/t1bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c -o t1bv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c -o t1bv_32.o >/dev/null 2>&1
mv -f .deps/t1bv_16.Tpo .deps/t1bv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c -o t2bv_16.lo t2bv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c -o t1bv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c -o t1bv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c  -fPIC -DPIC -o .libs/t2bv_2.o
mv -f .deps/t1bv_15.Tpo .deps/t1bv_15.Plo
mv -f .deps/t1bv_32.Tpo .deps/t1bv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c -o t2bv_32.lo t2bv_32.c
mv -f .deps/t1bv_64.Tpo .deps/t1bv_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c  -fPIC -DPIC -o .libs/t1bv_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c -o t2bv_64.lo t2bv_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c -o t2bv_5.lo t2bv_5.c
mv -f .deps/t1bv_20.Tpo .deps/t1bv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c -o t2bv_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c -o t2bv_10.lo t2bv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c -o t1bv_25.o >/dev/null 2>&1
mv -f .deps/t2bv_2.Tpo .deps/t2bv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c -o t2bv_20.lo t2bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c  -fPIC -DPIC -o .libs/t2bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c  -fPIC -DPIC -o .libs/t2bv_8.o
mv -f .deps/t1bv_25.Tpo .deps/t1bv_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c -o t2bv_25.lo t2bv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c -o t2bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c -o t2bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c  -fPIC -DPIC -o .libs/t2bv_16.o
mv -f .deps/t2bv_4.Tpo .deps/t2bv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c  -fPIC -DPIC -o .libs/t2bv_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c -o t3bv_4.lo t3bv_4.c
mv -f .deps/t2bv_8.Tpo .deps/t2bv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c -o t2bv_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c -o t3bv_8.lo t3bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c  -fPIC -DPIC -o .libs/t2bv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c -o t2bv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c  -fPIC -DPIC -o .libs/t2bv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c  -fPIC -DPIC -o .libs/t2bv_10.o
mv -f .deps/t2bv_16.Tpo .deps/t2bv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c -o t2bv_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c -o t3bv_16.lo t3bv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c -o t2bv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c -o t2bv_10.o >/dev/null 2>&1
mv -f .deps/t2bv_32.Tpo .deps/t2bv_32.Plo
mv -f .deps/t2bv_5.Tpo .deps/t2bv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c -o t3bv_32.lo t3bv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c -o t3bv_5.lo t3bv_5.c
mv -f .deps/t2bv_64.Tpo .deps/t2bv_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c  -fPIC -DPIC -o .libs/t2bv_25.o
mv -f .deps/t2bv_10.Tpo .deps/t2bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c  -fPIC -DPIC -o .libs/t2bv_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c -o t3bv_10.lo t3bv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c -o t3bv_20.lo t3bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c -o t2bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c  -fPIC -DPIC -o .libs/t3bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c -o t2bv_20.o >/dev/null 2>&1
mv -f .deps/t2bv_25.Tpo .deps/t2bv_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c -o t3bv_25.lo t3bv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c  -fPIC -DPIC -o .libs/t3bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c -o t3bv_4.o >/dev/null 2>&1
mv -f .deps/t2bv_20.Tpo .deps/t2bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c -o t1sv_2.lo t1sv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c  -fPIC -DPIC -o .libs/t3bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c  -fPIC -DPIC -o .libs/t3bv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c -o t3bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c  -fPIC -DPIC -o .libs/t3bv_5.o
mv -f .deps/t3bv_4.Tpo .deps/t3bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c -o t1sv_4.lo t1sv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c -o t3bv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c -o t3bv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c  -fPIC -DPIC -o .libs/t3bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c -o t3bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c  -fPIC -DPIC -o .libs/t3bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c -o t3bv_20.o >/dev/null 2>&1
mv -f .deps/t3bv_8.Tpo .deps/t3bv_8.Plo
mv -f .deps/t3bv_16.Tpo .deps/t3bv_16.Plo
mv -f .deps/t3bv_32.Tpo .deps/t3bv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c -o t3bv_10.o >/dev/null 2>&1
mv -f .deps/t3bv_5.Tpo .deps/t3bv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c -o t1sv_8.lo t1sv_8.c
mv -f .deps/t3bv_20.Tpo .deps/t3bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c -o t1sv_16.lo t1sv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c -o t1sv_32.lo t1sv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c -o t2sv_4.lo t2sv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c -o t2sv_8.lo t2sv_8.c
mv -f .deps/t3bv_10.Tpo .deps/t3bv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c -o t2sv_16.lo t2sv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c  -fPIC -DPIC -o .libs/t1sv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c  -fPIC -DPIC -o .libs/t3bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c  -fPIC -DPIC -o .libs/t1sv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c -o t3bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c -o t1sv_2.o >/dev/null 2>&1
mv -f .deps/t3bv_25.Tpo .deps/t3bv_25.Plo
mv -f .deps/t1sv_2.Tpo .deps/t1sv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c -o t1sv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c -o t2sv_32.lo t2sv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c -o q1fv_2.lo q1fv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c  -fPIC -DPIC -o .libs/t1sv_8.o
mv -f .deps/t1sv_4.Tpo .deps/t1sv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c  -fPIC -DPIC -o .libs/t1sv_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c -o q1fv_4.lo q1fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c  -fPIC -DPIC -o .libs/t2sv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c  -fPIC -DPIC -o .libs/t1sv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c  -fPIC -DPIC -o .libs/t2sv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c  -fPIC -DPIC -o .libs/t2sv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c -o t1sv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c -o t2sv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c -o t1sv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c -o t1sv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c -o t2sv_16.o >/dev/null 2>&1
mv -f .deps/t1sv_8.Tpo .deps/t1sv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c -o t2sv_4.o >/dev/null 2>&1
mv -f .deps/t1sv_16.Tpo .deps/t1sv_16.Plo
mv -f .deps/t1sv_32.Tpo .deps/t1sv_32.Plo
mv -f .deps/t2sv_8.Tpo .deps/t2sv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c -o q1fv_5.lo q1fv_5.c
mv -f .deps/t2sv_16.Tpo .deps/t2sv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c -o q1fv_8.lo q1fv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c -o q1bv_2.lo q1bv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c -o q1bv_4.lo q1bv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c -o q1bv_5.lo q1bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c  -fPIC -DPIC -o .libs/t2sv_32.o
mv -f .deps/t2sv_4.Tpo .deps/t2sv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c -o q1bv_8.lo q1bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c -o t2sv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c  -fPIC -DPIC -o .libs/q1fv_2.o
mv -f .deps/t2sv_32.Tpo .deps/t2sv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c  -fPIC -DPIC -o .libs/q1fv_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c -o genus.lo genus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c -o q1fv_2.o >/dev/null 2>&1
mv -f .deps/q1fv_2.Tpo .deps/q1fv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c -o q1fv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/q1fv_4.Tpo .deps/q1fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c  -fPIC -DPIC -o .libs/q1fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c  -fPIC -DPIC -o .libs/q1bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c  -fPIC -DPIC -o .libs/q1fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c  -fPIC -DPIC -o .libs/q1bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c  -fPIC -DPIC -o .libs/q1bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c  -fPIC -DPIC -o .libs/q1bv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c -o q1bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c -o q1fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c -o q1bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c -o q1fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c -o q1bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c  -fPIC -DPIC -o .libs/genus.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c -o q1bv_5.o >/dev/null 2>&1
mv -f .deps/q1bv_8.Tpo .deps/q1bv_8.Plo
mv -f .deps/q1bv_2.Tpo .deps/q1bv_2.Plo
mv -f .deps/q1fv_8.Tpo .deps/q1fv_8.Plo
mv -f .deps/q1fv_5.Tpo .deps/q1fv_5.Plo
mv -f .deps/q1bv_4.Tpo .deps/q1bv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
mv -f .deps/q1bv_5.Tpo .deps/q1bv_5.Plo
mv -f .deps/genus.Tpo .deps/genus.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_avx_codelets.la  n1fv_2.lo n1fv_3.lo n1fv_4.lo n1fv_5.lo n1fv_6.lo n1fv_7.lo n1fv_8.lo n1fv_9.lo n1fv_10.lo n1fv_11.lo n1fv_12.lo n1fv_13.lo n1fv_14.lo n1fv_15.lo n1fv_16.lo n1fv_32.lo n1fv_64.lo n1fv_128.lo n1fv_20.lo n1fv_25.lo n1bv_2.lo n1bv_3.lo n1bv_4.lo n1bv_5.lo n1bv_6.lo n1bv_7.lo n1bv_8.lo n1bv_9.lo n1bv_10.lo n1bv_11.lo n1bv_12.lo n1bv_13.lo n1bv_14.lo n1bv_15.lo n1bv_16.lo n1bv_32.lo n1bv_64.lo n1bv_128.lo n1bv_20.lo n1bv_25.lo n2fv_2.lo n2fv_4.lo n2fv_6.lo n2fv_8.lo n2fv_10.lo n2fv_12.lo n2fv_14.lo n2fv_16.lo n2fv_32.lo n2fv_64.lo n2fv_20.lo n2bv_2.lo n2bv_4.lo n2bv_6.lo n2bv_8.lo n2bv_10.lo n2bv_12.lo n2bv_14.lo n2bv_16.lo n2bv_32.lo n2bv_64.lo n2bv_20.lo n2sv_4.lo n2sv_8.lo n2sv_16.lo n2sv_32.lo n2sv_64.lo t1fuv_2.lo t1fuv_3.lo t1fuv_4.lo t1fuv_5.lo t1fuv_6.lo t1fuv_7.lo t1fuv_8.lo t1fuv_9.lo t1fuv_10.lo t1fv_2.lo t1fv_3.lo t1fv_4.lo t1fv_5.lo t1fv_6.lo t1fv_7.lo t1fv_8.lo t1fv_9.lo t1fv_10.lo t1fv_12.lo t1fv_15.lo t1fv_16.lo t1fv_32.lo t1fv_64.lo t1fv_20.lo t1fv_25.lo t2fv_2.lo t2fv_4.lo t2fv_8.lo t2fv_16.lo t2fv_32.lo t2fv_64.lo t2fv_5.lo t2fv_10.lo t2fv_20.lo t2fv_25.lo t3fv_4.lo t3fv_8.lo t3fv_16.lo t3fv_32.lo t3fv_5.lo t3fv_10.lo t3fv_20.lo t3fv_25.lo t1buv_2.lo t1buv_3.lo t1buv_4.lo t1buv_5.lo t1buv_6.lo t1buv_7.lo t1buv_8.lo t1buv_9.lo t1buv_10.lo t1bv_2.lo t1bv_3.lo t1bv_4.lo t1bv_5.lo t1bv_6.lo t1bv_7.lo t1bv_8.lo t1bv_9.lo t1bv_10.lo t1bv_12.lo t1bv_15.lo t1bv_16.lo t1bv_32.lo t1bv_64.lo t1bv_20.lo t1bv_25.lo t2bv_2.lo t2bv_4.lo t2bv_8.lo t2bv_16.lo t2bv_32.lo t2bv_64.lo t2bv_5.lo t2bv_10.lo t2bv_20.lo t2bv_25.lo t3bv_4.lo t3bv_8.lo t3bv_16.lo t3bv_32.lo t3bv_5.lo t3bv_10.lo t3bv_20.lo t3bv_25.lo t1sv_2.lo t1sv_4.lo t1sv_8.lo t1sv_16.lo t1sv_32.lo t2sv_4.lo t2sv_8.lo t2sv_16.lo t2sv_32.lo q1fv_2.lo q1fv_4.lo q1fv_5.lo q1fv_8.lo q1bv_2.lo q1bv_4.lo q1bv_5.lo q1bv_8.lo genus.lo codlist.lo  -lm 
libtool: link: ar cr .libs/libdft_avx_codelets.a .libs/n1fv_2.o .libs/n1fv_3.o .libs/n1fv_4.o .libs/n1fv_5.o .libs/n1fv_6.o .libs/n1fv_7.o .libs/n1fv_8.o .libs/n1fv_9.o .libs/n1fv_10.o .libs/n1fv_11.o .libs/n1fv_12.o .libs/n1fv_13.o .libs/n1fv_14.o .libs/n1fv_15.o .libs/n1fv_16.o .libs/n1fv_32.o .libs/n1fv_64.o .libs/n1fv_128.o .libs/n1fv_20.o .libs/n1fv_25.o .libs/n1bv_2.o .libs/n1bv_3.o .libs/n1bv_4.o .libs/n1bv_5.o .libs/n1bv_6.o .libs/n1bv_7.o .libs/n1bv_8.o .libs/n1bv_9.o .libs/n1bv_10.o .libs/n1bv_11.o .libs/n1bv_12.o .libs/n1bv_13.o .libs/n1bv_14.o .libs/n1bv_15.o .libs/n1bv_16.o .libs/n1bv_32.o .libs/n1bv_64.o .libs/n1bv_128.o .libs/n1bv_20.o .libs/n1bv_25.o .libs/n2fv_2.o .libs/n2fv_4.o .libs/n2fv_6.o .libs/n2fv_8.o .libs/n2fv_10.o .libs/n2fv_12.o .libs/n2fv_14.o .libs/n2fv_16.o .libs/n2fv_32.o .libs/n2fv_64.o .libs/n2fv_20.o .libs/n2bv_2.o .libs/n2bv_4.o .libs/n2bv_6.o .libs/n2bv_8.o .libs/n2bv_10.o .libs/n2bv_12.o .libs/n2bv_14.o .libs/n2bv_16.o .libs/n2bv_32.o .libs/n2bv_64.o .libs/n2bv_20.o .libs/n2sv_4.o .libs/n2sv_8.o .libs/n2sv_16.o .libs/n2sv_32.o .libs/n2sv_64.o .libs/t1fuv_2.o .libs/t1fuv_3.o .libs/t1fuv_4.o .libs/t1fuv_5.o .libs/t1fuv_6.o .libs/t1fuv_7.o .libs/t1fuv_8.o .libs/t1fuv_9.o .libs/t1fuv_10.o .libs/t1fv_2.o .libs/t1fv_3.o .libs/t1fv_4.o .libs/t1fv_5.o .libs/t1fv_6.o .libs/t1fv_7.o .libs/t1fv_8.o .libs/t1fv_9.o .libs/t1fv_10.o .libs/t1fv_12.o .libs/t1fv_15.o .libs/t1fv_16.o .libs/t1fv_32.o .libs/t1fv_64.o .libs/t1fv_20.o .libs/t1fv_25.o .libs/t2fv_2.o .libs/t2fv_4.o .libs/t2fv_8.o .libs/t2fv_16.o .libs/t2fv_32.o .libs/t2fv_64.o .libs/t2fv_5.o .libs/t2fv_10.o .libs/t2fv_20.o .libs/t2fv_25.o .libs/t3fv_4.o .libs/t3fv_8.o .libs/t3fv_16.o .libs/t3fv_32.o .libs/t3fv_5.o .libs/t3fv_10.o .libs/t3fv_20.o .libs/t3fv_25.o .libs/t1buv_2.o .libs/t1buv_3.o .libs/t1buv_4.o .libs/t1buv_5.o .libs/t1buv_6.o .libs/t1buv_7.o .libs/t1buv_8.o .libs/t1buv_9.o .libs/t1buv_10.o .libs/t1bv_2.o .libs/t1bv_3.o .libs/t1bv_4.o .libs/t1bv_5.o .libs/t1bv_6.o .libs/t1bv_7.o .libs/t1bv_8.o .libs/t1bv_9.o .libs/t1bv_10.o .libs/t1bv_12.o .libs/t1bv_15.o .libs/t1bv_16.o .libs/t1bv_32.o .libs/t1bv_64.o .libs/t1bv_20.o .libs/t1bv_25.o .libs/t2bv_2.o .libs/t2bv_4.o .libs/t2bv_8.o .libs/t2bv_16.o .libs/t2bv_32.o .libs/t2bv_64.o .libs/t2bv_5.o .libs/t2bv_10.o .libs/t2bv_20.o .libs/t2bv_25.o .libs/t3bv_4.o .libs/t3bv_8.o .libs/t3bv_16.o .libs/t3bv_32.o .libs/t3bv_5.o .libs/t3bv_10.o .libs/t3bv_20.o .libs/t3bv_25.o .libs/t1sv_2.o .libs/t1sv_4.o .libs/t1sv_8.o .libs/t1sv_16.o .libs/t1sv_32.o .libs/t2sv_4.o .libs/t2sv_8.o .libs/t2sv_16.o .libs/t2sv_32.o .libs/q1fv_2.o .libs/q1fv_4.o .libs/q1fv_5.o .libs/q1fv_8.o .libs/q1bv_2.o .libs/q1bv_4.o .libs/q1bv_5.o .libs/q1bv_8.o .libs/genus.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
Making all in avx-128-fma
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
Making all in avx2
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
Making all in avx2-128
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
Making all in avx512
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
Making all in kcvi
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
Making all in altivec
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
Making all in vsx
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
Making all in neon
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
Making all in generic-simd128
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
Making all in generic-simd256
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c -o bluestein.lo bluestein.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c -o dftw-direct.lo dftw-direct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c -o dftw-directsq.lo dftw-directsq.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c -o dftw-generic.lo dftw-generic.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c -o dftw-genericbuf.lo dftw-genericbuf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c -o direct.lo direct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c  -fPIC -DPIC -o .libs/dftw-directsq.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c  -fPIC -DPIC -o .libs/bluestein.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c  -fPIC -DPIC -o .libs/direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c  -fPIC -DPIC -o .libs/dftw-direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c  -fPIC -DPIC -o .libs/dftw-generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c  -fPIC -DPIC -o .libs/dftw-genericbuf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c -o dftw-directsq.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c -o bluestein.o >/dev/null 2>&1
mv -f .deps/buffered.Tpo .deps/buffered.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c -o dftw-generic.o >/dev/null 2>&1
mv -f .deps/ct.Tpo .deps/ct.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c -o direct.o >/dev/null 2>&1
mv -f .deps/conf.Tpo .deps/conf.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c -o dftw-direct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c -o dftw-genericbuf.o >/dev/null 2>&1
mv -f .deps/bluestein.Tpo .deps/bluestein.Plo
mv -f .deps/dftw-directsq.Tpo .deps/dftw-directsq.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c -o generic.lo generic.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c -o indirect.lo indirect.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c -o indirect-transpose.lo indirect-transpose.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c -o kdft-dif.lo kdft-dif.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c -o kdft-difsq.lo kdft-difsq.c
mv -f .deps/dftw-generic.Tpo .deps/dftw-generic.Plo
mv -f .deps/direct.Tpo .deps/direct.Plo
mv -f .deps/dftw-direct.Tpo .deps/dftw-direct.Plo
mv -f .deps/dftw-genericbuf.Tpo .deps/dftw-genericbuf.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c -o kdft-dit.lo kdft-dit.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c -o kdft.lo kdft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c -o nop.lo nop.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c  -fPIC -DPIC -o .libs/indirect-transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c  -fPIC -DPIC -o .libs/kdft-dif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c -o indirect-transpose.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c  -fPIC -DPIC -o .libs/kdft-difsq.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c  -fPIC -DPIC -o .libs/kdft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c  -fPIC -DPIC -o .libs/indirect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c -o kdft-dif.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c  -fPIC -DPIC -o .libs/generic.o
mv -f .deps/indirect-transpose.Tpo .deps/indirect-transpose.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c  -fPIC -DPIC -o .libs/nop.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c -o kdft-difsq.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c  -fPIC -DPIC -o .libs/kdft-dit.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -o indirect.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c -o kdft.o >/dev/null 2>&1
mv -f .deps/kdft-dif.Tpo .deps/kdft-dif.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -o nop.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c -o rader.lo rader.c
mv -f .deps/kdft-difsq.Tpo .deps/kdft-difsq.Plo
mv -f .deps/generic.Tpo .deps/generic.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c -o kdft-dit.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c -o rank-geq2.lo rank-geq2.c
mv -f .deps/indirect.Tpo .deps/indirect.Plo
mv -f .deps/kdft.Tpo .deps/kdft.Plo
mv -f .deps/plan.Tpo .deps/plan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c
mv -f .deps/nop.Tpo .deps/nop.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c -o vrank-geq1.lo vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c -o zero.lo zero.c
mv -f .deps/kdft-dit.Tpo .deps/kdft-dit.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c  -fPIC -DPIC -o .libs/rank-geq2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c  -fPIC -DPIC -o .libs/rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c  -fPIC -DPIC -o .libs/vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c  -fPIC -DPIC -o .libs/solve.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c  -fPIC -DPIC -o .libs/zero.o
mv -f .deps/problem.Tpo .deps/problem.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -o rank-geq2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -o vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -o solve.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c -o zero.o >/dev/null 2>&1
mv -f .deps/rank-geq2.Tpo .deps/rank-geq2.Plo
mv -f .deps/rader.Tpo .deps/rader.Plo
mv -f .deps/vrank-geq1.Tpo .deps/vrank-geq1.Plo
mv -f .deps/solve.Tpo .deps/solve.Plo
mv -f .deps/zero.Tpo .deps/zero.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft.la  bluestein.lo buffered.lo conf.lo ct.lo dftw-direct.lo dftw-directsq.lo dftw-generic.lo dftw-genericbuf.lo direct.lo generic.lo indirect.lo indirect-transpose.lo kdft-dif.lo kdft-difsq.lo kdft-dit.lo kdft.lo nop.lo plan.lo problem.lo rader.lo rank-geq2.lo solve.lo vrank-geq1.lo zero.lo  -lm 
libtool: link: ar cr .libs/libdft.a .libs/bluestein.o .libs/buffered.o .libs/conf.o .libs/ct.o .libs/dftw-direct.o .libs/dftw-directsq.o .libs/dftw-generic.o .libs/dftw-genericbuf.o .libs/direct.o .libs/generic.o .libs/indirect.o .libs/indirect-transpose.o .libs/kdft-dif.o .libs/kdft-difsq.o .libs/kdft-dit.o .libs/kdft.o .libs/nop.o .libs/plan.o .libs/problem.o .libs/rader.o .libs/rank-geq2.o .libs/solve.o .libs/vrank-geq1.o .libs/zero.o 
libtool: link: ranlib .libs/libdft.a
libtool: link: ( cd ".libs" && rm -f "libdft.la" && ln -s "../libdft.la" "libdft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft'
Making all in rdft
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft'
Making all in scalar
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making all in r2cf
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c -o r2cf_2.lo r2cf_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c -o r2cf_3.lo r2cf_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c -o r2cf_4.lo r2cf_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c -o r2cf_5.lo r2cf_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c -o r2cf_6.lo r2cf_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c -o r2cf_7.lo r2cf_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c -o r2cf_8.lo r2cf_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c -o r2cf_9.lo r2cf_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c -o r2cf_10.lo r2cf_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c  -fPIC -DPIC -o .libs/r2cf_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c  -fPIC -DPIC -o .libs/r2cf_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c  -fPIC -DPIC -o .libs/r2cf_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c  -fPIC -DPIC -o .libs/r2cf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c  -fPIC -DPIC -o .libs/r2cf_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c -o r2cf_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c -o r2cf_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c  -fPIC -DPIC -o .libs/r2cf_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c -o r2cf_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c -o r2cf_4.o >/dev/null 2>&1
mv -f .deps/r2cf_3.Tpo .deps/r2cf_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c -o r2cf_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c  -fPIC -DPIC -o .libs/r2cf_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c  -fPIC -DPIC -o .libs/r2cf_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c -o r2cf_11.lo r2cf_11.c
mv -f .deps/r2cf_2.Tpo .deps/r2cf_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c  -fPIC -DPIC -o .libs/r2cf_10.o
mv -f .deps/r2cf_4.Tpo .deps/r2cf_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c -o r2cf_12.lo r2cf_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c -o r2cf_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c -o r2cf_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c -o r2cf_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c -o r2cf_13.lo r2cf_13.c
mv -f .deps/r2cf_5.Tpo .deps/r2cf_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c -o r2cf_10.o >/dev/null 2>&1
mv -f .deps/r2cf_6.Tpo .deps/r2cf_6.Plo
mv -f .deps/r2cf_8.Tpo .deps/r2cf_8.Plo
mv -f .deps/r2cf_7.Tpo .deps/r2cf_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c -o r2cf_14.lo r2cf_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c -o r2cf_15.lo r2cf_15.c
mv -f .deps/r2cf_9.Tpo .deps/r2cf_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c -o r2cf_16.lo r2cf_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c -o r2cf_32.lo r2cf_32.c
mv -f .deps/r2cf_10.Tpo .deps/r2cf_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c -o r2cf_64.lo r2cf_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c -o r2cf_128.lo r2cf_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c  -fPIC -DPIC -o .libs/r2cf_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c  -fPIC -DPIC -o .libs/r2cf_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c  -fPIC -DPIC -o .libs/r2cf_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c -o r2cf_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c -o r2cf_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c -o r2cf_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c  -fPIC -DPIC -o .libs/r2cf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c  -fPIC -DPIC -o .libs/r2cf_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c  -fPIC -DPIC -o .libs/r2cf_128.o
mv -f .deps/r2cf_12.Tpo .deps/r2cf_12.Plo
mv -f .deps/r2cf_11.Tpo .deps/r2cf_11.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c -o r2cf_20.lo r2cf_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c -o r2cf_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c -o r2cf_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c -o r2cf_25.lo r2cf_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c  -fPIC -DPIC -o .libs/r2cf_14.o
mv -f .deps/r2cf_13.Tpo .deps/r2cf_13.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c  -fPIC -DPIC -o .libs/r2cf_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c  -fPIC -DPIC -o .libs/r2cf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c -o r2cf_128.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c -o hf_2.lo hf_2.c
mv -f .deps/r2cf_16.Tpo .deps/r2cf_16.Plo
mv -f .deps/r2cf_64.Tpo .deps/r2cf_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c -o r2cf_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c -o r2cf_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c -o r2cf_14.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c -o hf_3.lo hf_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c -o hf_4.lo hf_4.c
mv -f .deps/r2cf_128.Tpo .deps/r2cf_128.Plo
mv -f .deps/r2cf_15.Tpo .deps/r2cf_15.Plo
mv -f .deps/r2cf_14.Tpo .deps/r2cf_14.Plo
mv -f .deps/r2cf_32.Tpo .deps/r2cf_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c -o hf_5.lo hf_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c -o hf_6.lo hf_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c -o hf_7.lo hf_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c -o hf_8.lo hf_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c  -fPIC -DPIC -o .libs/r2cf_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c -o r2cf_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c  -fPIC -DPIC -o .libs/r2cf_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c  -fPIC -DPIC -o .libs/hf_2.o
mv -f .deps/r2cf_20.Tpo .deps/r2cf_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c -o hf_9.lo hf_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c -o r2cf_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c -o hf_2.o >/dev/null 2>&1
mv -f .deps/r2cf_25.Tpo .deps/r2cf_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c -o hf_10.lo hf_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c  -fPIC -DPIC -o .libs/hf_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c  -fPIC -DPIC -o .libs/hf_3.o
mv -f .deps/hf_2.Tpo .deps/hf_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c -o hf_12.lo hf_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c  -fPIC -DPIC -o .libs/hf_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c -o hf_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c -o hf_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c  -fPIC -DPIC -o .libs/hf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c  -fPIC -DPIC -o .libs/hf_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c  -fPIC -DPIC -o .libs/hf_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c -o hf_7.o >/dev/null 2>&1
mv -f .deps/hf_3.Tpo .deps/hf_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c -o hf_4.o >/dev/null 2>&1
mv -f .deps/hf_5.Tpo .deps/hf_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c -o hf_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c -o hf_15.lo hf_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c -o hf_16.lo hf_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c -o hf_8.o >/dev/null 2>&1
mv -f .deps/hf_4.Tpo .deps/hf_4.Plo
mv -f .deps/hf_6.Tpo .deps/hf_6.Plo
mv -f .deps/hf_7.Tpo .deps/hf_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c -o hf_32.lo hf_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c -o hf_64.lo hf_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c -o hf_20.lo hf_20.c
mv -f .deps/hf_8.Tpo .deps/hf_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c -o hf_25.lo hf_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c  -fPIC -DPIC -o .libs/hf_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c -o hf_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c  -fPIC -DPIC -o .libs/hf_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c -o hf_10.o >/dev/null 2>&1
mv -f .deps/hf_9.Tpo .deps/hf_9.Plo
mv -f .deps/hf_10.Tpo .deps/hf_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c -o hf2_4.lo hf2_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c -o hf2_8.lo hf2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c  -fPIC -DPIC -o .libs/hf_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c  -fPIC -DPIC -o .libs/hf_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c  -fPIC -DPIC -o .libs/hf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c -o hf_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c -o hf_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c  -fPIC -DPIC -o .libs/hf_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c  -fPIC -DPIC -o .libs/hf_32.o
mv -f .deps/hf_15.Tpo .deps/hf_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c -o hf_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c -o hf2_16.lo hf2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c  -fPIC -DPIC -o .libs/hf_64.o
mv -f .deps/hf_12.Tpo .deps/hf_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c -o hf_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c -o hf2_32.lo hf2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c -o hf_32.o >/dev/null 2>&1
mv -f .deps/hf_16.Tpo .deps/hf_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c  -fPIC -DPIC -o .libs/hf_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c -o hf2_5.lo hf2_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c -o hf_64.o >/dev/null 2>&1
mv -f .deps/hf_20.Tpo .deps/hf_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c -o hf2_20.lo hf2_20.c
mv -f .deps/hf_32.Tpo .deps/hf_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c -o hf_25.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c -o hf2_25.lo hf2_25.c
mv -f .deps/hf_64.Tpo .deps/hf_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c -o r2cfII_2.lo r2cfII_2.c
mv -f .deps/hf_25.Tpo .deps/hf_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c -o r2cfII_3.lo r2cfII_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c  -fPIC -DPIC -o .libs/hf2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c  -fPIC -DPIC -o .libs/hf2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c -o hf2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c -o hf2_8.o >/dev/null 2>&1
mv -f .deps/hf2_4.Tpo .deps/hf2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c  -fPIC -DPIC -o .libs/hf2_16.o
mv -f .deps/hf2_8.Tpo .deps/hf2_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c -o r2cfII_4.lo r2cfII_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c -o r2cfII_5.lo r2cfII_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c  -fPIC -DPIC -o .libs/hf2_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c  -fPIC -DPIC -o .libs/hf2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c  -fPIC -DPIC -o .libs/hf2_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c -o hf2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c  -fPIC -DPIC -o .libs/hf2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c -o hf2_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c -o hf2_5.o >/dev/null 2>&1
mv -f .deps/hf2_16.Tpo .deps/hf2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c -o hf2_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c -o r2cfII_6.lo r2cfII_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c -o hf2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c  -fPIC -DPIC -o .libs/r2cfII_2.o
mv -f .deps/hf2_25.Tpo .deps/hf2_25.Plo
mv -f .deps/hf2_5.Tpo .deps/hf2_5.Plo
mv -f .deps/hf2_20.Tpo .deps/hf2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c -o r2cfII_7.lo r2cfII_7.c
mv -f .deps/hf2_32.Tpo .deps/hf2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c -o r2cfII_8.lo r2cfII_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c  -fPIC -DPIC -o .libs/r2cfII_3.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c -o r2cfII_9.lo r2cfII_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c -o r2cfII_10.lo r2cfII_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c -o r2cfII_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c -o r2cfII_3.o >/dev/null 2>&1
mv -f .deps/r2cfII_2.Tpo .deps/r2cfII_2.Plo
mv -f .deps/r2cfII_3.Tpo .deps/r2cfII_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c -o r2cfII_12.lo r2cfII_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c -o r2cfII_15.lo r2cfII_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c  -fPIC -DPIC -o .libs/r2cfII_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c  -fPIC -DPIC -o .libs/r2cfII_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c  -fPIC -DPIC -o .libs/r2cfII_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c -o r2cfII_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c -o r2cfII_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c -o r2cfII_5.o >/dev/null 2>&1
mv -f .deps/r2cfII_4.Tpo .deps/r2cfII_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c -o r2cfII_16.lo r2cfII_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c  -fPIC -DPIC -o .libs/r2cfII_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c  -fPIC -DPIC -o .libs/r2cfII_9.o
mv -f .deps/r2cfII_5.Tpo .deps/r2cfII_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c -o r2cfII_32.lo r2cfII_32.c
mv -f .deps/r2cfII_6.Tpo .deps/r2cfII_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c -o r2cfII_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c -o r2cfII_64.lo r2cfII_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c -o r2cfII_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c  -fPIC -DPIC -o .libs/r2cfII_10.o
mv -f .deps/r2cfII_9.Tpo .deps/r2cfII_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c -o r2cfII_20.lo r2cfII_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c -o r2cfII_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c  -fPIC -DPIC -o .libs/r2cfII_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c  -fPIC -DPIC -o .libs/r2cfII_12.o
mv -f .deps/r2cfII_7.Tpo .deps/r2cfII_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c -o r2cfII_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c -o r2cfII_25.lo r2cfII_25.c
mv -f .deps/r2cfII_10.Tpo .deps/r2cfII_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c -o r2cfII_12.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c -o hc2cf_2.lo hc2cf_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c  -fPIC -DPIC -o .libs/r2cfII_15.o
mv -f .deps/r2cfII_8.Tpo .deps/r2cfII_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c -o hc2cf_4.lo hc2cf_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c -o r2cfII_15.o >/dev/null 2>&1
mv -f .deps/r2cfII_12.Tpo .deps/r2cfII_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c -o hc2cf_6.lo hc2cf_6.c
mv -f .deps/r2cfII_15.Tpo .deps/r2cfII_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c -o hc2cf_8.lo hc2cf_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c  -fPIC -DPIC -o .libs/r2cfII_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c -o r2cfII_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c  -fPIC -DPIC -o .libs/r2cfII_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c  -fPIC -DPIC -o .libs/r2cfII_32.o
mv -f .deps/r2cfII_16.Tpo .deps/r2cfII_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c -o r2cfII_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c -o hc2cf_10.lo hc2cf_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c -o r2cfII_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c  -fPIC -DPIC -o .libs/r2cfII_20.o
mv -f .deps/r2cfII_32.Tpo .deps/r2cfII_32.Plo
mv -f .deps/r2cfII_64.Tpo .deps/r2cfII_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c  -fPIC -DPIC -o .libs/hc2cf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c  -fPIC -DPIC -o .libs/hc2cf_2.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c -o hc2cf_12.lo hc2cf_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c -o r2cfII_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c  -fPIC -DPIC -o .libs/r2cfII_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c -o hc2cf_16.lo hc2cf_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c  -fPIC -DPIC -o .libs/hc2cf_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c -o hc2cf_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c -o r2cfII_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c -o hc2cf_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c -o hc2cf_6.o >/dev/null 2>&1
mv -f .deps/hc2cf_2.Tpo .deps/hc2cf_2.Plo
mv -f .deps/r2cfII_20.Tpo .deps/r2cfII_20.Plo
mv -f .deps/hc2cf_4.Tpo .deps/hc2cf_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c -o hc2cf_32.lo hc2cf_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c -o hc2cf_20.lo hc2cf_20.c
mv -f .deps/r2cfII_25.Tpo .deps/r2cfII_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c -o hc2cf2_4.lo hc2cf2_4.c
mv -f .deps/hc2cf_6.Tpo .deps/hc2cf_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c  -fPIC -DPIC -o .libs/hc2cf_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c -o hc2cf2_8.lo hc2cf2_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c -o hc2cf2_16.lo hc2cf2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c -o hc2cf_8.o >/dev/null 2>&1
mv -f .deps/hc2cf_8.Tpo .deps/hc2cf_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c -o hc2cf2_32.lo hc2cf2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c  -fPIC -DPIC -o .libs/hc2cf_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c  -fPIC -DPIC -o .libs/hc2cf_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c  -fPIC -DPIC -o .libs/hc2cf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c -o hc2cf_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c -o hc2cf_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c -o hc2cf_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c  -fPIC -DPIC -o .libs/hc2cf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c  -fPIC -DPIC -o .libs/hc2cf_20.o
mv -f .deps/hc2cf_10.Tpo .deps/hc2cf_10.Plo
mv -f .deps/hc2cf_12.Tpo .deps/hc2cf_12.Plo
mv -f .deps/hc2cf_16.Tpo .deps/hc2cf_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c -o hc2cf_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c -o hc2cf2_20.lo hc2cf2_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c -o hc2cfdft_2.lo hc2cfdft_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c -o hc2cfdft_4.lo hc2cfdft_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c -o hc2cf_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c  -fPIC -DPIC -o .libs/hc2cf2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c  -fPIC -DPIC -o .libs/hc2cf2_8.o
mv -f .deps/hc2cf_32.Tpo .deps/hc2cf_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c -o hc2cf2_4.o >/dev/null 2>&1
mv -f .deps/hc2cf_20.Tpo .deps/hc2cf_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c -o hc2cfdft_6.lo hc2cfdft_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c -o hc2cf2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c  -fPIC -DPIC -o .libs/hc2cf2_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c -o hc2cfdft_8.lo hc2cfdft_8.c
mv -f .deps/hc2cf2_4.Tpo .deps/hc2cf2_4.Plo
mv -f .deps/hc2cf2_8.Tpo .deps/hc2cf2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c -o hc2cf2_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c -o hc2cfdft_10.lo hc2cfdft_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c -o hc2cfdft_12.lo hc2cfdft_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c  -fPIC -DPIC -o .libs/hc2cf2_32.o
mv -f .deps/hc2cf2_16.Tpo .deps/hc2cf2_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c -o hc2cfdft_16.lo hc2cfdft_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c -o hc2cf2_32.o >/dev/null 2>&1
mv -f .deps/hc2cf2_32.Tpo .deps/hc2cf2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c -o hc2cfdft_32.lo hc2cfdft_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c  -fPIC -DPIC -o .libs/hc2cfdft_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c  -fPIC -DPIC -o .libs/hc2cf2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c  -fPIC -DPIC -o .libs/hc2cfdft_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c -o hc2cf2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c -o hc2cfdft_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c -o hc2cfdft_2.o >/dev/null 2>&1
mv -f .deps/hc2cf2_20.Tpo .deps/hc2cf2_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c  -fPIC -DPIC -o .libs/hc2cfdft_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c  -fPIC -DPIC -o .libs/hc2cfdft_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c -o hc2cfdft_20.lo hc2cfdft_20.c
mv -f .deps/hc2cfdft_4.Tpo .deps/hc2cfdft_4.Plo
mv -f .deps/hc2cfdft_2.Tpo .deps/hc2cfdft_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c -o hc2cfdft2_4.lo hc2cfdft2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c  -fPIC -DPIC -o .libs/hc2cfdft_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c -o hc2cfdft_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c -o hc2cfdft2_8.lo hc2cfdft2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c -o hc2cfdft_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c  -fPIC -DPIC -o .libs/hc2cfdft_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c -o hc2cfdft_12.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_6.Tpo .deps/hc2cfdft_6.Plo
mv -f .deps/hc2cfdft_8.Tpo .deps/hc2cfdft_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c -o hc2cfdft_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c  -fPIC -DPIC -o .libs/hc2cfdft_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c -o hc2cfdft2_16.lo hc2cfdft2_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c -o hc2cfdft2_32.lo hc2cfdft2_32.c
mv -f .deps/hc2cfdft_12.Tpo .deps/hc2cfdft_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c -o hc2cfdft_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c -o hc2cfdft2_20.lo hc2cfdft2_20.c
mv -f .deps/hc2cfdft_10.Tpo .deps/hc2cfdft_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c  -fPIC -DPIC -o .libs/hc2cfdft_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/hc2cfdft_16.Tpo .deps/hc2cfdft_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c -o hc2cfdft_32.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_32.Tpo .deps/hc2cfdft_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c  -fPIC -DPIC -o .libs/hc2cfdft_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c  -fPIC -DPIC -o .libs/hc2cfdft2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c -o hc2cfdft_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c -o hc2cfdft2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c  -fPIC -DPIC -o .libs/hc2cfdft2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c  -fPIC -DPIC -o .libs/hc2cfdft2_16.o
mv -f .deps/hc2cfdft_20.Tpo .deps/hc2cfdft_20.Plo
mv -f .deps/hc2cfdft2_4.Tpo .deps/hc2cfdft2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c -o hc2cfdft2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c -o hc2cfdft2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c  -fPIC -DPIC -o .libs/hc2cfdft2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c  -fPIC -DPIC -o .libs/hc2cfdft2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c -o hc2cfdft2_32.o >/dev/null 2>&1
mv -f .deps/hc2cfdft2_8.Tpo .deps/hc2cfdft2_8.Plo
mv -f .deps/hc2cfdft2_16.Tpo .deps/hc2cfdft2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c -o hc2cfdft2_20.o >/dev/null 2>&1
mv -f .deps/hc2cfdft2_32.Tpo .deps/hc2cfdft2_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/hc2cfdft2_20.Tpo .deps/hc2cfdft2_20.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2cf.la  r2cf_2.lo r2cf_3.lo r2cf_4.lo r2cf_5.lo r2cf_6.lo r2cf_7.lo r2cf_8.lo r2cf_9.lo r2cf_10.lo r2cf_11.lo r2cf_12.lo r2cf_13.lo r2cf_14.lo r2cf_15.lo r2cf_16.lo r2cf_32.lo r2cf_64.lo r2cf_128.lo r2cf_20.lo r2cf_25.lo hf_2.lo hf_3.lo hf_4.lo hf_5.lo hf_6.lo hf_7.lo hf_8.lo hf_9.lo hf_10.lo hf_12.lo hf_15.lo hf_16.lo hf_32.lo hf_64.lo hf_20.lo hf_25.lo hf2_4.lo hf2_8.lo hf2_16.lo hf2_32.lo hf2_5.lo hf2_20.lo hf2_25.lo r2cfII_2.lo r2cfII_3.lo r2cfII_4.lo r2cfII_5.lo r2cfII_6.lo r2cfII_7.lo r2cfII_8.lo r2cfII_9.lo r2cfII_10.lo r2cfII_12.lo r2cfII_15.lo r2cfII_16.lo r2cfII_32.lo r2cfII_64.lo r2cfII_20.lo r2cfII_25.lo hc2cf_2.lo hc2cf_4.lo hc2cf_6.lo hc2cf_8.lo hc2cf_10.lo hc2cf_12.lo hc2cf_16.lo hc2cf_32.lo hc2cf_20.lo hc2cf2_4.lo hc2cf2_8.lo hc2cf2_16.lo hc2cf2_32.lo hc2cf2_20.lo hc2cfdft_2.lo hc2cfdft_4.lo hc2cfdft_6.lo hc2cfdft_8.lo hc2cfdft_10.lo hc2cfdft_12.lo hc2cfdft_16.lo hc2cfdft_32.lo hc2cfdft_20.lo hc2cfdft2_4.lo hc2cfdft2_8.lo hc2cfdft2_16.lo hc2cfdft2_32.lo hc2cfdft2_20.lo codlist.lo  -lm 
libtool: link: ar cr .libs/librdft_scalar_r2cf.a .libs/r2cf_2.o .libs/r2cf_3.o .libs/r2cf_4.o .libs/r2cf_5.o .libs/r2cf_6.o .libs/r2cf_7.o .libs/r2cf_8.o .libs/r2cf_9.o .libs/r2cf_10.o .libs/r2cf_11.o .libs/r2cf_12.o .libs/r2cf_13.o .libs/r2cf_14.o .libs/r2cf_15.o .libs/r2cf_16.o .libs/r2cf_32.o .libs/r2cf_64.o .libs/r2cf_128.o .libs/r2cf_20.o .libs/r2cf_25.o .libs/hf_2.o .libs/hf_3.o .libs/hf_4.o .libs/hf_5.o .libs/hf_6.o .libs/hf_7.o .libs/hf_8.o .libs/hf_9.o .libs/hf_10.o .libs/hf_12.o .libs/hf_15.o .libs/hf_16.o .libs/hf_32.o .libs/hf_64.o .libs/hf_20.o .libs/hf_25.o .libs/hf2_4.o .libs/hf2_8.o .libs/hf2_16.o .libs/hf2_32.o .libs/hf2_5.o .libs/hf2_20.o .libs/hf2_25.o .libs/r2cfII_2.o .libs/r2cfII_3.o .libs/r2cfII_4.o .libs/r2cfII_5.o .libs/r2cfII_6.o .libs/r2cfII_7.o .libs/r2cfII_8.o .libs/r2cfII_9.o .libs/r2cfII_10.o .libs/r2cfII_12.o .libs/r2cfII_15.o .libs/r2cfII_16.o .libs/r2cfII_32.o .libs/r2cfII_64.o .libs/r2cfII_20.o .libs/r2cfII_25.o .libs/hc2cf_2.o .libs/hc2cf_4.o .libs/hc2cf_6.o .libs/hc2cf_8.o .libs/hc2cf_10.o .libs/hc2cf_12.o .libs/hc2cf_16.o .libs/hc2cf_32.o .libs/hc2cf_20.o .libs/hc2cf2_4.o .libs/hc2cf2_8.o .libs/hc2cf2_16.o .libs/hc2cf2_32.o .libs/hc2cf2_20.o .libs/hc2cfdft_2.o .libs/hc2cfdft_4.o .libs/hc2cfdft_6.o .libs/hc2cfdft_8.o .libs/hc2cfdft_10.o .libs/hc2cfdft_12.o .libs/hc2cfdft_16.o .libs/hc2cfdft_32.o .libs/hc2cfdft_20.o .libs/hc2cfdft2_4.o .libs/hc2cfdft2_8.o .libs/hc2cfdft2_16.o .libs/hc2cfdft2_32.o .libs/hc2cfdft2_20.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
Making all in r2cb
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c -o r2cb_2.lo r2cb_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c -o r2cb_3.lo r2cb_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c -o r2cb_4.lo r2cb_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c -o r2cb_5.lo r2cb_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c -o r2cb_6.lo r2cb_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c -o r2cb_7.lo r2cb_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c -o r2cb_8.lo r2cb_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c -o r2cb_9.lo r2cb_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c -o r2cb_10.lo r2cb_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c  -fPIC -DPIC -o .libs/r2cb_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c  -fPIC -DPIC -o .libs/r2cb_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c  -fPIC -DPIC -o .libs/r2cb_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c  -fPIC -DPIC -o .libs/r2cb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c  -fPIC -DPIC -o .libs/r2cb_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c  -fPIC -DPIC -o .libs/r2cb_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c  -fPIC -DPIC -o .libs/r2cb_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c -o r2cb_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c -o r2cb_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c -o r2cb_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c -o r2cb_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c  -fPIC -DPIC -o .libs/r2cb_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c -o r2cb_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c  -fPIC -DPIC -o .libs/r2cb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c -o r2cb_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c -o r2cb_9.o >/dev/null 2>&1
mv -f .deps/r2cb_4.Tpo .deps/r2cb_4.Plo
mv -f .deps/r2cb_7.Tpo .deps/r2cb_7.Plo
mv -f .deps/r2cb_5.Tpo .deps/r2cb_5.Plo
mv -f .deps/r2cb_2.Tpo .deps/r2cb_2.Plo
mv -f .deps/r2cb_6.Tpo .deps/r2cb_6.Plo
mv -f .deps/r2cb_3.Tpo .deps/r2cb_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c -o r2cb_11.lo r2cb_11.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c -o r2cb_12.lo r2cb_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c -o r2cb_8.o >/dev/null 2>&1
mv -f .deps/r2cb_9.Tpo .deps/r2cb_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c -o r2cb_13.lo r2cb_13.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c -o r2cb_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c -o r2cb_14.lo r2cb_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c -o r2cb_15.lo r2cb_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c -o r2cb_16.lo r2cb_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c -o r2cb_32.lo r2cb_32.c
mv -f .deps/r2cb_10.Tpo .deps/r2cb_10.Plo
mv -f .deps/r2cb_8.Tpo .deps/r2cb_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c -o r2cb_64.lo r2cb_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c -o r2cb_128.lo r2cb_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c  -fPIC -DPIC -o .libs/r2cb_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c  -fPIC -DPIC -o .libs/r2cb_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c  -fPIC -DPIC -o .libs/r2cb_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c  -fPIC -DPIC -o .libs/r2cb_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c  -fPIC -DPIC -o .libs/r2cb_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c -o r2cb_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c  -fPIC -DPIC -o .libs/r2cb_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c -o r2cb_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c  -fPIC -DPIC -o .libs/r2cb_128.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c -o r2cb_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c  -fPIC -DPIC -o .libs/r2cb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c -o r2cb_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c  -fPIC -DPIC -o .libs/r2cb_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c -o r2cb_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c -o r2cb_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c -o r2cb_128.o >/dev/null 2>&1
mv -f .deps/r2cb_15.Tpo .deps/r2cb_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c -o r2cb_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c -o r2cb_20.lo r2cb_20.c
mv -f .deps/r2cb_32.Tpo .deps/r2cb_32.Plo
mv -f .deps/r2cb_12.Tpo .deps/r2cb_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c -o r2cb_64.o >/dev/null 2>&1
mv -f .deps/r2cb_11.Tpo .deps/r2cb_11.Plo
mv -f .deps/r2cb_14.Tpo .deps/r2cb_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c -o r2cb_25.lo r2cb_25.c
mv -f .deps/r2cb_13.Tpo .deps/r2cb_13.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c -o hb_2.lo hb_2.c
mv -f .deps/r2cb_128.Tpo .deps/r2cb_128.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c -o hb_3.lo hb_3.c
mv -f .deps/r2cb_16.Tpo .deps/r2cb_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c -o hb_4.lo hb_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c -o hb_5.lo hb_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c -o hb_6.lo hb_6.c
mv -f .deps/r2cb_64.Tpo .deps/r2cb_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c -o hb_7.lo hb_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c -o hb_8.lo hb_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c  -fPIC -DPIC -o .libs/r2cb_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c  -fPIC -DPIC -o .libs/hb_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c  -fPIC -DPIC -o .libs/hb_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c  -fPIC -DPIC -o .libs/hb_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c  -fPIC -DPIC -o .libs/hb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c  -fPIC -DPIC -o .libs/hb_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c  -fPIC -DPIC -o .libs/r2cb_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c  -fPIC -DPIC -o .libs/hb_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c -o r2cb_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c -o hb_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c -o hb_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c -o hb_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c -o hb_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c -o hb_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c -o r2cb_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c  -fPIC -DPIC -o .libs/hb_8.o
mv -f .deps/hb_3.Tpo .deps/hb_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c -o hb_4.o >/dev/null 2>&1
mv -f .deps/hb_6.Tpo .deps/hb_6.Plo
mv -f .deps/r2cb_20.Tpo .deps/r2cb_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c -o hb_9.lo hb_9.c
mv -f .deps/hb_5.Tpo .deps/hb_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c -o hb_10.lo hb_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c -o hb_12.lo hb_12.c
mv -f .deps/hb_2.Tpo .deps/hb_2.Plo
mv -f .deps/hb_7.Tpo .deps/hb_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c -o hb_8.o >/dev/null 2>&1
mv -f .deps/r2cb_25.Tpo .deps/r2cb_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c -o hb_15.lo hb_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c -o hb_16.lo hb_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c -o hb_32.lo hb_32.c
mv -f .deps/hb_4.Tpo .deps/hb_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c -o hb_64.lo hb_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c -o hb_20.lo hb_20.c
mv -f .deps/hb_8.Tpo .deps/hb_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c -o hb_25.lo hb_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c  -fPIC -DPIC -o .libs/hb_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c  -fPIC -DPIC -o .libs/hb_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c  -fPIC -DPIC -o .libs/hb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c -o hb_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c -o hb_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c  -fPIC -DPIC -o .libs/hb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c  -fPIC -DPIC -o .libs/hb_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c -o hb_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c  -fPIC -DPIC -o .libs/hb_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c  -fPIC -DPIC -o .libs/hb_15.o
mv -f .deps/hb_10.Tpo .deps/hb_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c  -fPIC -DPIC -o .libs/hb_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c  -fPIC -DPIC -o .libs/hb_25.o
mv -f .deps/hb_12.Tpo .deps/hb_12.Plo
mv -f .deps/hb_9.Tpo .deps/hb_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c -o hb2_4.lo hb2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c -o hb_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c -o hb_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c -o hb_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c -o hb_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c -o hb2_8.lo hb2_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c -o hb2_16.lo hb2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c -o hb_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c -o hb_64.o >/dev/null 2>&1
mv -f .deps/hb_32.Tpo .deps/hb_32.Plo
mv -f .deps/hb_20.Tpo .deps/hb_20.Plo
mv -f .deps/hb_15.Tpo .deps/hb_15.Plo
mv -f .deps/hb_16.Tpo .deps/hb_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c -o hb2_32.lo hb2_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c -o hb2_5.lo hb2_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c -o hb2_20.lo hb2_20.c
mv -f .deps/hb_25.Tpo .deps/hb_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c -o hb2_25.lo hb2_25.c
mv -f .deps/hb_64.Tpo .deps/hb_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c -o r2cbIII_2.lo r2cbIII_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c -o r2cbIII_3.lo r2cbIII_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c  -fPIC -DPIC -o .libs/hb2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c  -fPIC -DPIC -o .libs/hb2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c  -fPIC -DPIC -o .libs/hb2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c -o hb2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c -o hb2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c -o hb2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c  -fPIC -DPIC -o .libs/hb2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c  -fPIC -DPIC -o .libs/hb2_25.o
mv -f .deps/hb2_4.Tpo .deps/hb2_4.Plo
mv -f .deps/hb2_16.Tpo .deps/hb2_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c -o r2cbIII_4.lo r2cbIII_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c  -fPIC -DPIC -o .libs/hb2_20.o
mv -f .deps/hb2_8.Tpo .deps/hb2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c -o hb2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c  -fPIC -DPIC -o .libs/hb2_5.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c -o r2cbIII_5.lo r2cbIII_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c -o hb2_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c  -fPIC -DPIC -o .libs/r2cbIII_2.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c -o r2cbIII_6.lo r2cbIII_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c  -fPIC -DPIC -o .libs/r2cbIII_3.o
mv -f .deps/hb2_32.Tpo .deps/hb2_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c -o hb2_20.o >/dev/null 2>&1
mv -f .deps/hb2_25.Tpo .deps/hb2_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c -o r2cbIII_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c -o hb2_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c -o r2cbIII_3.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c -o r2cbIII_7.lo r2cbIII_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c -o r2cbIII_8.lo r2cbIII_8.c
mv -f .deps/r2cbIII_2.Tpo .deps/r2cbIII_2.Plo
mv -f .deps/hb2_5.Tpo .deps/hb2_5.Plo
mv -f .deps/hb2_20.Tpo .deps/hb2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c -o r2cbIII_9.lo r2cbIII_9.c
mv -f .deps/r2cbIII_3.Tpo .deps/r2cbIII_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c -o r2cbIII_10.lo r2cbIII_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c -o r2cbIII_12.lo r2cbIII_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c -o r2cbIII_15.lo r2cbIII_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c  -fPIC -DPIC -o .libs/r2cbIII_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c  -fPIC -DPIC -o .libs/r2cbIII_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c -o r2cbIII_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c  -fPIC -DPIC -o .libs/r2cbIII_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c  -fPIC -DPIC -o .libs/r2cbIII_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c -o r2cbIII_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c -o r2cbIII_5.o >/dev/null 2>&1
mv -f .deps/r2cbIII_4.Tpo .deps/r2cbIII_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c  -fPIC -DPIC -o .libs/r2cbIII_9.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c -o r2cbIII_16.lo r2cbIII_16.c
mv -f .deps/r2cbIII_6.Tpo .deps/r2cbIII_6.Plo
mv -f .deps/r2cbIII_5.Tpo .deps/r2cbIII_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c -o r2cbIII_7.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c -o r2cbIII_32.lo r2cbIII_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c  -fPIC -DPIC -o .libs/r2cbIII_12.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c -o r2cbIII_64.lo r2cbIII_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c  -fPIC -DPIC -o .libs/r2cbIII_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c -o r2cbIII_9.o >/dev/null 2>&1
mv -f .deps/r2cbIII_7.Tpo .deps/r2cbIII_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c -o r2cbIII_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c  -fPIC -DPIC -o .libs/r2cbIII_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c -o r2cbIII_20.lo r2cbIII_20.c
mv -f .deps/r2cbIII_9.Tpo .deps/r2cbIII_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c -o r2cbIII_25.lo r2cbIII_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c -o r2cbIII_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c -o r2cbIII_10.o >/dev/null 2>&1
mv -f .deps/r2cbIII_12.Tpo .deps/r2cbIII_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c -o hc2cb_2.lo hc2cb_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c  -fPIC -DPIC -o .libs/r2cbIII_15.o
mv -f .deps/r2cbIII_8.Tpo .deps/r2cbIII_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c -o hc2cb_4.lo hc2cb_4.c
mv -f .deps/r2cbIII_10.Tpo .deps/r2cbIII_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c -o r2cbIII_15.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c -o hc2cb_6.lo hc2cb_6.c
mv -f .deps/r2cbIII_15.Tpo .deps/r2cbIII_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c -o hc2cb_8.lo hc2cb_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c  -fPIC -DPIC -o .libs/r2cbIII_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c  -fPIC -DPIC -o .libs/r2cbIII_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c -o r2cbIII_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c  -fPIC -DPIC -o .libs/r2cbIII_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c  -fPIC -DPIC -o .libs/r2cbIII_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c -o r2cbIII_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c  -fPIC -DPIC -o .libs/r2cbIII_25.o
mv -f .deps/r2cbIII_16.Tpo .deps/r2cbIII_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c -o r2cbIII_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c -o r2cbIII_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c -o hc2cb_10.lo hc2cb_10.c
mv -f .deps/r2cbIII_32.Tpo .deps/r2cbIII_32.Plo
mv -f .deps/r2cbIII_20.Tpo .deps/r2cbIII_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c -o r2cbIII_25.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c -o hc2cb_12.lo hc2cb_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c -o hc2cb_16.lo hc2cb_16.c
mv -f .deps/r2cbIII_64.Tpo .deps/r2cbIII_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c  -fPIC -DPIC -o .libs/hc2cb_4.o
mv -f .deps/r2cbIII_25.Tpo .deps/r2cbIII_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c -o hc2cb_32.lo hc2cb_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c  -fPIC -DPIC -o .libs/hc2cb_2.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c -o hc2cb_20.lo hc2cb_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c  -fPIC -DPIC -o .libs/hc2cb_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c  -fPIC -DPIC -o .libs/hc2cb_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c -o hc2cb_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c -o hc2cb_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c -o hc2cb_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c -o hc2cb_6.o >/dev/null 2>&1
mv -f .deps/hc2cb_2.Tpo .deps/hc2cb_2.Plo
mv -f .deps/hc2cb_4.Tpo .deps/hc2cb_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c -o hc2cb2_4.lo hc2cb2_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c -o hc2cb2_8.lo hc2cb2_8.c
mv -f .deps/hc2cb_6.Tpo .deps/hc2cb_6.Plo
mv -f .deps/hc2cb_8.Tpo .deps/hc2cb_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c -o hc2cb2_16.lo hc2cb2_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c -o hc2cb2_32.lo hc2cb2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c  -fPIC -DPIC -o .libs/hc2cb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c  -fPIC -DPIC -o .libs/hc2cb_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c  -fPIC -DPIC -o .libs/hc2cb_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c  -fPIC -DPIC -o .libs/hc2cb_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c  -fPIC -DPIC -o .libs/hc2cb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c -o hc2cb_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c -o hc2cb_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c -o hc2cb_32.o >/dev/null 2>&1
mv -f .deps/hc2cb_12.Tpo .deps/hc2cb_12.Plo
mv -f .deps/hc2cb_20.Tpo .deps/hc2cb_20.Plo
mv -f .deps/hc2cb_32.Tpo .deps/hc2cb_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c -o hc2cb_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c -o hc2cb2_20.lo hc2cb2_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c -o hc2cbdft_2.lo hc2cbdft_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c -o hc2cbdft_4.lo hc2cbdft_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c -o hc2cb_10.o >/dev/null 2>&1
mv -f .deps/hc2cb_16.Tpo .deps/hc2cb_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c -o hc2cbdft_6.lo hc2cbdft_6.c
mv -f .deps/hc2cb_10.Tpo .deps/hc2cb_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c  -fPIC -DPIC -o .libs/hc2cb2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c  -fPIC -DPIC -o .libs/hc2cb2_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c -o hc2cbdft_8.lo hc2cbdft_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c  -fPIC -DPIC -o .libs/hc2cb2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c -o hc2cb2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c -o hc2cb2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c -o hc2cb2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c  -fPIC -DPIC -o .libs/hc2cb2_32.o
mv -f .deps/hc2cb2_8.Tpo .deps/hc2cb2_8.Plo
mv -f .deps/hc2cb2_4.Tpo .deps/hc2cb2_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c -o hc2cbdft_10.lo hc2cbdft_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c -o hc2cbdft_12.lo hc2cbdft_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c -o hc2cb2_32.o >/dev/null 2>&1
mv -f .deps/hc2cb2_16.Tpo .deps/hc2cb2_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c -o hc2cbdft_16.lo hc2cbdft_16.c
mv -f .deps/hc2cb2_32.Tpo .deps/hc2cb2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c -o hc2cbdft_32.lo hc2cbdft_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c  -fPIC -DPIC -o .libs/hc2cb2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c  -fPIC -DPIC -o .libs/hc2cbdft_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c  -fPIC -DPIC -o .libs/hc2cbdft_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c -o hc2cbdft_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c -o hc2cb2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c -o hc2cbdft_2.o >/dev/null 2>&1
mv -f .deps/hc2cbdft_2.Tpo .deps/hc2cbdft_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c  -fPIC -DPIC -o .libs/hc2cbdft_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c -o hc2cbdft_20.lo hc2cbdft_20.c
mv -f .deps/hc2cbdft_4.Tpo .deps/hc2cbdft_4.Plo
mv -f .deps/hc2cb2_20.Tpo .deps/hc2cb2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c -o hc2cbdft2_4.lo hc2cbdft2_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c -o hc2cbdft2_8.lo hc2cbdft2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c  -fPIC -DPIC -o .libs/hc2cbdft_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c -o hc2cbdft_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c -o hc2cbdft_8.o >/dev/null 2>&1
mv -f .deps/hc2cbdft_6.Tpo .deps/hc2cbdft_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c -o hc2cbdft2_16.lo hc2cbdft2_16.c
mv -f .deps/hc2cbdft_8.Tpo .deps/hc2cbdft_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c  -fPIC -DPIC -o .libs/hc2cbdft_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c  -fPIC -DPIC -o .libs/hc2cbdft_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c  -fPIC -DPIC -o .libs/hc2cbdft_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c -o hc2cbdft2_32.lo hc2cbdft2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c -o hc2cbdft_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c -o hc2cbdft_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c  -fPIC -DPIC -o .libs/hc2cbdft_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c -o hc2cbdft_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c -o hc2cbdft_32.o >/dev/null 2>&1
mv -f .deps/hc2cbdft_12.Tpo .deps/hc2cbdft_12.Plo
mv -f .deps/hc2cbdft_10.Tpo .deps/hc2cbdft_10.Plo
mv -f .deps/hc2cbdft_16.Tpo .deps/hc2cbdft_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c -o hc2cbdft2_20.lo hc2cbdft2_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/hc2cbdft_32.Tpo .deps/hc2cbdft_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c  -fPIC -DPIC -o .libs/hc2cbdft2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c  -fPIC -DPIC -o .libs/hc2cbdft_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c  -fPIC -DPIC -o .libs/hc2cbdft2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c -o hc2cbdft_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c -o hc2cbdft2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c -o hc2cbdft2_8.o >/dev/null 2>&1
mv -f .deps/hc2cbdft2_4.Tpo .deps/hc2cbdft2_4.Plo
mv -f .deps/hc2cbdft_20.Tpo .deps/hc2cbdft_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c  -fPIC -DPIC -o .libs/hc2cbdft2_16.o
mv -f .deps/hc2cbdft2_8.Tpo .deps/hc2cbdft2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c -o hc2cbdft2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c  -fPIC -DPIC -o .libs/hc2cbdft2_32.o
mv -f .deps/hc2cbdft2_16.Tpo .deps/hc2cbdft2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c -o hc2cbdft2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c  -fPIC -DPIC -o .libs/hc2cbdft2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/hc2cbdft2_32.Tpo .deps/hc2cbdft2_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c -o hc2cbdft2_20.o >/dev/null 2>&1
mv -f .deps/codlist.Tpo .deps/codlist.Plo
mv -f .deps/hc2cbdft2_20.Tpo .deps/hc2cbdft2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2cb.la  r2cb_2.lo r2cb_3.lo r2cb_4.lo r2cb_5.lo r2cb_6.lo r2cb_7.lo r2cb_8.lo r2cb_9.lo r2cb_10.lo r2cb_11.lo r2cb_12.lo r2cb_13.lo r2cb_14.lo r2cb_15.lo r2cb_16.lo r2cb_32.lo r2cb_64.lo r2cb_128.lo r2cb_20.lo r2cb_25.lo hb_2.lo hb_3.lo hb_4.lo hb_5.lo hb_6.lo hb_7.lo hb_8.lo hb_9.lo hb_10.lo hb_12.lo hb_15.lo hb_16.lo hb_32.lo hb_64.lo hb_20.lo hb_25.lo hb2_4.lo hb2_8.lo hb2_16.lo hb2_32.lo hb2_5.lo hb2_20.lo hb2_25.lo r2cbIII_2.lo r2cbIII_3.lo r2cbIII_4.lo r2cbIII_5.lo r2cbIII_6.lo r2cbIII_7.lo r2cbIII_8.lo r2cbIII_9.lo r2cbIII_10.lo r2cbIII_12.lo r2cbIII_15.lo r2cbIII_16.lo r2cbIII_32.lo r2cbIII_64.lo r2cbIII_20.lo r2cbIII_25.lo hc2cb_2.lo hc2cb_4.lo hc2cb_6.lo hc2cb_8.lo hc2cb_10.lo hc2cb_12.lo hc2cb_16.lo hc2cb_32.lo hc2cb_20.lo hc2cb2_4.lo hc2cb2_8.lo hc2cb2_16.lo hc2cb2_32.lo hc2cb2_20.lo hc2cbdft_2.lo hc2cbdft_4.lo hc2cbdft_6.lo hc2cbdft_8.lo hc2cbdft_10.lo hc2cbdft_12.lo hc2cbdft_16.lo hc2cbdft_32.lo hc2cbdft_20.lo hc2cbdft2_4.lo hc2cbdft2_8.lo hc2cbdft2_16.lo hc2cbdft2_32.lo hc2cbdft2_20.lo codlist.lo  -lm 
libtool: link: ar cr .libs/librdft_scalar_r2cb.a .libs/r2cb_2.o .libs/r2cb_3.o .libs/r2cb_4.o .libs/r2cb_5.o .libs/r2cb_6.o .libs/r2cb_7.o .libs/r2cb_8.o .libs/r2cb_9.o .libs/r2cb_10.o .libs/r2cb_11.o .libs/r2cb_12.o .libs/r2cb_13.o .libs/r2cb_14.o .libs/r2cb_15.o .libs/r2cb_16.o .libs/r2cb_32.o .libs/r2cb_64.o .libs/r2cb_128.o .libs/r2cb_20.o .libs/r2cb_25.o .libs/hb_2.o .libs/hb_3.o .libs/hb_4.o .libs/hb_5.o .libs/hb_6.o .libs/hb_7.o .libs/hb_8.o .libs/hb_9.o .libs/hb_10.o .libs/hb_12.o .libs/hb_15.o .libs/hb_16.o .libs/hb_32.o .libs/hb_64.o .libs/hb_20.o .libs/hb_25.o .libs/hb2_4.o .libs/hb2_8.o .libs/hb2_16.o .libs/hb2_32.o .libs/hb2_5.o .libs/hb2_20.o .libs/hb2_25.o .libs/r2cbIII_2.o .libs/r2cbIII_3.o .libs/r2cbIII_4.o .libs/r2cbIII_5.o .libs/r2cbIII_6.o .libs/r2cbIII_7.o .libs/r2cbIII_8.o .libs/r2cbIII_9.o .libs/r2cbIII_10.o .libs/r2cbIII_12.o .libs/r2cbIII_15.o .libs/r2cbIII_16.o .libs/r2cbIII_32.o .libs/r2cbIII_64.o .libs/r2cbIII_20.o .libs/r2cbIII_25.o .libs/hc2cb_2.o .libs/hc2cb_4.o .libs/hc2cb_6.o .libs/hc2cb_8.o .libs/hc2cb_10.o .libs/hc2cb_12.o .libs/hc2cb_16.o .libs/hc2cb_32.o .libs/hc2cb_20.o .libs/hc2cb2_4.o .libs/hc2cb2_8.o .libs/hc2cb2_16.o .libs/hc2cb2_32.o .libs/hc2cb2_20.o .libs/hc2cbdft_2.o .libs/hc2cbdft_4.o .libs/hc2cbdft_6.o .libs/hc2cbdft_8.o .libs/hc2cbdft_10.o .libs/hc2cbdft_12.o .libs/hc2cbdft_16.o .libs/hc2cbdft_32.o .libs/hc2cbdft_20.o .libs/hc2cbdft2_4.o .libs/hc2cbdft2_8.o .libs/hc2cbdft2_16.o .libs/hc2cbdft2_32.o .libs/hc2cbdft2_20.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
Making all in r2r
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c -o e01_8.lo e01_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c -o e10_8.lo e10_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c  -fPIC -DPIC -o .libs/e10_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c  -fPIC -DPIC -o .libs/e01_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c -o e10_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c -o e01_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/e10_8.Tpo .deps/e10_8.Plo
mv -f .deps/e01_8.Tpo .deps/e01_8.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2r.la   e01_8.lo e10_8.lo       codlist.lo  -lm 
libtool: link: ar cr .libs/librdft_scalar_r2r.a .libs/e01_8.o .libs/e10_8.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c -o hfb.lo hfb.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c -o r2c.lo r2c.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c -o r2r.lo r2r.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c -o hc2c.lo hc2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c  -fPIC -DPIC -o .libs/hfb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c  -fPIC -DPIC -o .libs/r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c  -fPIC -DPIC -o .libs/r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c  -fPIC -DPIC -o .libs/hc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c -o hfb.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c -o r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c -o r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c -o hc2c.o >/dev/null 2>&1
mv -f .deps/hfb.Tpo .deps/hfb.Plo
mv -f .deps/r2c.Tpo .deps/r2c.Plo
mv -f .deps/r2r.Tpo .deps/r2r.Plo
mv -f .deps/hc2c.Tpo .deps/hc2c.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar.la  hfb.lo r2c.lo r2r.lo hc2c.lo  -lm 
libtool: link: ar cr .libs/librdft_scalar.a .libs/hfb.o .libs/r2c.o .libs/r2r.o .libs/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" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making all in simd
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
Making all in common
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
Making all in sse2
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c -o hc2cfdftv_2.lo hc2cfdftv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c -o hc2cfdftv_4.lo hc2cfdftv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c -o hc2cfdftv_6.lo hc2cfdftv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c -o hc2cfdftv_8.lo hc2cfdftv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c -o hc2cfdftv_10.lo hc2cfdftv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c -o hc2cfdftv_12.lo hc2cfdftv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c -o hc2cfdftv_16.lo hc2cfdftv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c -o hc2cfdftv_32.lo hc2cfdftv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c -o hc2cfdftv_20.lo hc2cfdftv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c  -fPIC -DPIC -o .libs/hc2cfdftv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c  -fPIC -DPIC -o .libs/hc2cfdftv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c  -fPIC -DPIC -o .libs/hc2cfdftv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c  -fPIC -DPIC -o .libs/hc2cfdftv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c  -fPIC -DPIC -o .libs/hc2cfdftv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c  -fPIC -DPIC -o .libs/hc2cfdftv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c  -fPIC -DPIC -o .libs/hc2cfdftv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c  -fPIC -DPIC -o .libs/hc2cfdftv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c -o hc2cfdftv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c -o hc2cfdftv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c -o hc2cfdftv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c  -fPIC -DPIC -o .libs/hc2cfdftv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c -o hc2cfdftv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c -o hc2cfdftv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c -o hc2cfdftv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c -o hc2cfdftv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c -o hc2cfdftv_10.o >/dev/null 2>&1
mv -f .deps/hc2cfdftv_2.Tpo .deps/hc2cfdftv_2.Plo
mv -f .deps/hc2cfdftv_4.Tpo .deps/hc2cfdftv_4.Plo
mv -f .deps/hc2cfdftv_32.Tpo .deps/hc2cfdftv_32.Plo
mv -f .deps/hc2cfdftv_6.Tpo .deps/hc2cfdftv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c -o hc2cfdftv_12.o >/dev/null 2>&1
mv -f .deps/hc2cfdftv_8.Tpo .deps/hc2cfdftv_8.Plo
mv -f .deps/hc2cfdftv_16.Tpo .deps/hc2cfdftv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c -o hc2cbdftv_2.lo hc2cbdftv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c -o hc2cbdftv_4.lo hc2cbdftv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c -o hc2cbdftv_6.lo hc2cbdftv_6.c
mv -f .deps/hc2cfdftv_20.Tpo .deps/hc2cfdftv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c -o hc2cbdftv_8.lo hc2cbdftv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c -o hc2cbdftv_10.lo hc2cbdftv_10.c
mv -f .deps/hc2cfdftv_10.Tpo .deps/hc2cfdftv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c -o hc2cbdftv_12.lo hc2cbdftv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c -o hc2cbdftv_16.lo hc2cbdftv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c -o hc2cbdftv_32.lo hc2cbdftv_32.c
mv -f .deps/hc2cfdftv_12.Tpo .deps/hc2cfdftv_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c -o hc2cbdftv_20.lo hc2cbdftv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c  -fPIC -DPIC -o .libs/hc2cbdftv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c  -fPIC -DPIC -o .libs/hc2cbdftv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c  -fPIC -DPIC -o .libs/hc2cbdftv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c  -fPIC -DPIC -o .libs/hc2cbdftv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c  -fPIC -DPIC -o .libs/hc2cbdftv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c -o hc2cbdftv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c  -fPIC -DPIC -o .libs/hc2cbdftv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c -o hc2cbdftv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c  -fPIC -DPIC -o .libs/hc2cbdftv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c -o hc2cbdftv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c -o hc2cbdftv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c -o hc2cbdftv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c  -fPIC -DPIC -o .libs/hc2cbdftv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c -o hc2cbdftv_4.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_2.Tpo .deps/hc2cbdftv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c  -fPIC -DPIC -o .libs/hc2cbdftv_20.o
mv -f .deps/hc2cbdftv_6.Tpo .deps/hc2cbdftv_6.Plo
mv -f .deps/hc2cbdftv_16.Tpo .deps/hc2cbdftv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c -o hc2cbdftv_12.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c -o genus.lo genus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c -o hc2cbdftv_32.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_8.Tpo .deps/hc2cbdftv_8.Plo
mv -f .deps/hc2cbdftv_10.Tpo .deps/hc2cbdftv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/hc2cbdftv_4.Tpo .deps/hc2cbdftv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c -o hc2cbdftv_20.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_32.Tpo .deps/hc2cbdftv_32.Plo
mv -f .deps/hc2cbdftv_12.Tpo .deps/hc2cbdftv_12.Plo
mv -f .deps/hc2cbdftv_20.Tpo .deps/hc2cbdftv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c  -fPIC -DPIC -o .libs/genus.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/genus.Tpo .deps/genus.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -msse -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_sse2_codelets.la  hc2cfdftv_2.lo hc2cfdftv_4.lo hc2cfdftv_6.lo hc2cfdftv_8.lo hc2cfdftv_10.lo hc2cfdftv_12.lo hc2cfdftv_16.lo hc2cfdftv_32.lo hc2cfdftv_20.lo hc2cbdftv_2.lo hc2cbdftv_4.lo hc2cbdftv_6.lo hc2cbdftv_8.lo hc2cbdftv_10.lo hc2cbdftv_12.lo hc2cbdftv_16.lo hc2cbdftv_32.lo hc2cbdftv_20.lo genus.lo codlist.lo  -lm 
libtool: link: ar cr .libs/librdft_sse2_codelets.a .libs/hc2cfdftv_2.o .libs/hc2cfdftv_4.o .libs/hc2cfdftv_6.o .libs/hc2cfdftv_8.o .libs/hc2cfdftv_10.o .libs/hc2cfdftv_12.o .libs/hc2cfdftv_16.o .libs/hc2cfdftv_32.o .libs/hc2cfdftv_20.o .libs/hc2cbdftv_2.o .libs/hc2cbdftv_4.o .libs/hc2cbdftv_6.o .libs/hc2cbdftv_8.o .libs/hc2cbdftv_10.o .libs/hc2cbdftv_12.o .libs/hc2cbdftv_16.o .libs/hc2cbdftv_32.o .libs/hc2cbdftv_20.o .libs/genus.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
Making all in avx
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c -o hc2cfdftv_2.lo hc2cfdftv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c -o hc2cfdftv_4.lo hc2cfdftv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c -o hc2cfdftv_6.lo hc2cfdftv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c -o hc2cfdftv_8.lo hc2cfdftv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c -o hc2cfdftv_10.lo hc2cfdftv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c -o hc2cfdftv_12.lo hc2cfdftv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c -o hc2cfdftv_16.lo hc2cfdftv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c -o hc2cfdftv_32.lo hc2cfdftv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c -o hc2cfdftv_20.lo hc2cfdftv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c  -fPIC -DPIC -o .libs/hc2cfdftv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c  -fPIC -DPIC -o .libs/hc2cfdftv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c  -fPIC -DPIC -o .libs/hc2cfdftv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c  -fPIC -DPIC -o .libs/hc2cfdftv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c  -fPIC -DPIC -o .libs/hc2cfdftv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c  -fPIC -DPIC -o .libs/hc2cfdftv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c  -fPIC -DPIC -o .libs/hc2cfdftv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c -o hc2cfdftv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c  -fPIC -DPIC -o .libs/hc2cfdftv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c  -fPIC -DPIC -o .libs/hc2cfdftv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c -o hc2cfdftv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c -o hc2cfdftv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c -o hc2cfdftv_16.o >/dev/null 2>&1
mv -f .deps/hc2cfdftv_12.Tpo .deps/hc2cfdftv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c -o hc2cfdftv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c -o hc2cfdftv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c -o hc2cfdftv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c -o hc2cfdftv_8.o >/dev/null 2>&1
mv -f .deps/hc2cfdftv_6.Tpo .deps/hc2cfdftv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c -o hc2cbdftv_2.lo hc2cbdftv_2.c
mv -f .deps/hc2cfdftv_10.Tpo .deps/hc2cfdftv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c -o hc2cbdftv_4.lo hc2cbdftv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c -o hc2cfdftv_4.o >/dev/null 2>&1
mv -f .deps/hc2cfdftv_16.Tpo .deps/hc2cfdftv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c -o hc2cbdftv_6.lo hc2cbdftv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c -o hc2cbdftv_8.lo hc2cbdftv_8.c
mv -f .deps/hc2cfdftv_32.Tpo .deps/hc2cfdftv_32.Plo
mv -f .deps/hc2cfdftv_20.Tpo .deps/hc2cfdftv_20.Plo
mv -f .deps/hc2cfdftv_8.Tpo .deps/hc2cfdftv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c -o hc2cbdftv_10.lo hc2cbdftv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c -o hc2cbdftv_12.lo hc2cbdftv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c -o hc2cbdftv_16.lo hc2cbdftv_16.c
mv -f .deps/hc2cfdftv_2.Tpo .deps/hc2cfdftv_2.Plo
mv -f .deps/hc2cfdftv_4.Tpo .deps/hc2cfdftv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c -o hc2cbdftv_32.lo hc2cbdftv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c -o hc2cbdftv_20.lo hc2cbdftv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c  -fPIC -DPIC -o .libs/hc2cbdftv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c  -fPIC -DPIC -o .libs/hc2cbdftv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c  -fPIC -DPIC -o .libs/hc2cbdftv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c  -fPIC -DPIC -o .libs/hc2cbdftv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c -o hc2cbdftv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c  -fPIC -DPIC -o .libs/hc2cbdftv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c -o hc2cbdftv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c -o hc2cbdftv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c -o hc2cbdftv_12.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_4.Tpo .deps/hc2cbdftv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c -o genus.lo genus.c
mv -f .deps/hc2cbdftv_6.Tpo .deps/hc2cbdftv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c  -fPIC -DPIC -o .libs/hc2cbdftv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c -o hc2cbdftv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c  -fPIC -DPIC -o .libs/hc2cbdftv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c  -fPIC -DPIC -o .libs/hc2cbdftv_32.o
mv -f .deps/hc2cbdftv_12.Tpo .deps/hc2cbdftv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c  -fPIC -DPIC -o .libs/hc2cbdftv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c -o hc2cbdftv_10.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_2.Tpo .deps/hc2cbdftv_2.Plo
mv -f .deps/hc2cbdftv_8.Tpo .deps/hc2cbdftv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c -o hc2cbdftv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c -o hc2cbdftv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c -o hc2cbdftv_16.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_10.Tpo .deps/hc2cbdftv_10.Plo
mv -f .deps/hc2cbdftv_32.Tpo .deps/hc2cbdftv_32.Plo
mv -f .deps/hc2cbdftv_20.Tpo .deps/hc2cbdftv_20.Plo
mv -f .deps/hc2cbdftv_16.Tpo .deps/hc2cbdftv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c  -fPIC -DPIC -o .libs/genus.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/genus.Tpo .deps/genus.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_avx_codelets.la  hc2cfdftv_2.lo hc2cfdftv_4.lo hc2cfdftv_6.lo hc2cfdftv_8.lo hc2cfdftv_10.lo hc2cfdftv_12.lo hc2cfdftv_16.lo hc2cfdftv_32.lo hc2cfdftv_20.lo hc2cbdftv_2.lo hc2cbdftv_4.lo hc2cbdftv_6.lo hc2cbdftv_8.lo hc2cbdftv_10.lo hc2cbdftv_12.lo hc2cbdftv_16.lo hc2cbdftv_32.lo hc2cbdftv_20.lo genus.lo codlist.lo  -lm 
libtool: link: ar cr .libs/librdft_avx_codelets.a .libs/hc2cfdftv_2.o .libs/hc2cfdftv_4.o .libs/hc2cfdftv_6.o .libs/hc2cfdftv_8.o .libs/hc2cfdftv_10.o .libs/hc2cfdftv_12.o .libs/hc2cfdftv_16.o .libs/hc2cfdftv_32.o .libs/hc2cfdftv_20.o .libs/hc2cbdftv_2.o .libs/hc2cbdftv_4.o .libs/hc2cbdftv_6.o .libs/hc2cbdftv_8.o .libs/hc2cbdftv_10.o .libs/hc2cbdftv_12.o .libs/hc2cbdftv_16.o .libs/hc2cbdftv_32.o .libs/hc2cbdftv_20.o .libs/genus.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
Making all in avx-128-fma
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
Making all in avx2
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
Making all in avx2-128
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
Making all in avx512
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
Making all in kcvi
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
Making all in altivec
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
Making all in vsx
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
Making all in neon
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
Making all in generic-simd128
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
Making all in generic-simd256
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c -o hc2hc.lo hc2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c -o dft-r2hc.lo dft-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c -o dht-r2hc.lo dht-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c -o dht-rader.lo dht-rader.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c -o direct-r2r.lo direct-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c -o direct-r2c.lo direct-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c -o generic.lo generic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c  -fPIC -DPIC -o .libs/dht-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c  -fPIC -DPIC -o .libs/dht-rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c  -fPIC -DPIC -o .libs/direct-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/hc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c  -fPIC -DPIC -o .libs/dft-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c -o dht-rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c -o dht-r2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c  -fPIC -DPIC -o .libs/direct-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c -o hc2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c -o direct-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c -o dft-r2hc.o >/dev/null 2>&1
mv -f .deps/dht-rader.Tpo .deps/dht-rader.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
mv -f .deps/dht-r2hc.Tpo .deps/dht-r2hc.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c -o direct-r2c.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c -o hc2hc-direct.lo hc2hc-direct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c  -fPIC -DPIC -o .libs/generic.o
mv -f .deps/hc2hc.Tpo .deps/hc2hc.Plo
mv -f .deps/dft-r2hc.Tpo .deps/dft-r2hc.Plo
mv -f .deps/direct-r2r.Tpo .deps/direct-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c -o hc2hc-generic.lo hc2hc-generic.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c -o khc2hc.lo khc2hc.c
mv -f .deps/conf.Tpo .deps/conf.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c -o kr2c.lo kr2c.c
mv -f .deps/buffered.Tpo .deps/buffered.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o >/dev/null 2>&1
mv -f .deps/direct-r2c.Tpo .deps/direct-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c -o kr2r.lo kr2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c -o indirect.lo indirect.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c -o nop.lo nop.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
mv -f .deps/generic.Tpo .deps/generic.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c  -fPIC -DPIC -o .libs/hc2hc-direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c  -fPIC -DPIC -o .libs/khc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c  -fPIC -DPIC -o .libs/hc2hc-generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c  -fPIC -DPIC -o .libs/kr2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c  -fPIC -DPIC -o .libs/kr2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c  -fPIC -DPIC -o .libs/nop.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c -o hc2hc-direct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c -o hc2hc-generic.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c -o kr2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c -o kr2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c -o khc2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -o nop.o >/dev/null 2>&1
mv -f .deps/hc2hc-direct.Tpo .deps/hc2hc-direct.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c  -fPIC -DPIC -o .libs/indirect.o
mv -f .deps/kr2c.Tpo .deps/kr2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
mv -f .deps/plan.Tpo .deps/plan.Plo
mv -f .deps/hc2hc-generic.Tpo .deps/hc2hc-generic.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c -o rank0.lo rank0.c
mv -f .deps/kr2r.Tpo .deps/kr2r.Plo
mv -f .deps/khc2hc.Tpo .deps/khc2hc.Plo
mv -f .deps/nop.Tpo .deps/nop.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c -o rank-geq2.lo rank-geq2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c -o rdft-dht.lo rdft-dht.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c -o vrank-geq1.lo vrank-geq1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -o indirect.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c -o vrank3-transpose.lo vrank3-transpose.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c -o buffered2.lo buffered2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
mv -f .deps/problem.Tpo .deps/problem.Plo
mv -f .deps/indirect.Tpo .deps/indirect.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c -o direct2.lo direct2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c -o nop2.lo nop2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c  -fPIC -DPIC -o .libs/rank-geq2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c  -fPIC -DPIC -o .libs/solve.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c  -fPIC -DPIC -o .libs/rank0.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -o rank-geq2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -o solve.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c  -fPIC -DPIC -o .libs/vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c -o rank0.o >/dev/null 2>&1
mv -f .deps/rank-geq2.Tpo .deps/rank-geq2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c  -fPIC -DPIC -o .libs/direct2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -o vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c  -fPIC -DPIC -o .libs/vrank3-transpose.o
mv -f .deps/solve.Tpo .deps/solve.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c  -fPIC -DPIC -o .libs/rdft-dht.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c  -fPIC -DPIC -o .libs/nop2.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c -o rank0-rdft2.lo rank0-rdft2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c  -fPIC -DPIC -o .libs/buffered2.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c -o rank-geq2-rdft2.lo rank-geq2-rdft2.c
mv -f .deps/rank0.Tpo .deps/rank0.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c -o direct2.o >/dev/null 2>&1
mv -f .deps/vrank-geq1.Tpo .deps/vrank-geq1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c -o nop2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c -o rdft-dht.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c -o plan2.lo plan2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c -o problem2.lo problem2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c -o vrank3-transpose.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c -o buffered2.o >/dev/null 2>&1
mv -f .deps/rdft-dht.Tpo .deps/rdft-dht.Plo
mv -f .deps/direct2.Tpo .deps/direct2.Plo
mv -f .deps/nop2.Tpo .deps/nop2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c -o solve2.lo solve2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c -o vrank-geq1-rdft2.lo vrank-geq1-rdft2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c -o rdft2-rdft.lo rdft2-rdft.c
mv -f .deps/vrank3-transpose.Tpo .deps/vrank3-transpose.Plo
mv -f .deps/buffered2.Tpo .deps/buffered2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c -o rdft2-tensor-max-index.lo rdft2-tensor-max-index.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c -o rdft2-inplace-strides.lo rdft2-inplace-strides.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c  -fPIC -DPIC -o .libs/plan2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c  -fPIC -DPIC -o .libs/rank0-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c  -fPIC -DPIC -o .libs/rank-geq2-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c  -fPIC -DPIC -o .libs/problem2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c -o rank0-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c -o plan2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c  -fPIC -DPIC -o .libs/rdft2-rdft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c -o problem2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/vrank-geq1-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c -o rank-geq2-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c  -fPIC -DPIC -o .libs/rdft2-inplace-strides.o
mv -f .deps/rank0-rdft2.Tpo .deps/rank0-rdft2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c -o rdft2-strides.lo rdft2-strides.c
mv -f .deps/plan2.Tpo .deps/plan2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c -o rdft2-rdft.o >/dev/null 2>&1
mv -f .deps/problem2.Tpo .deps/problem2.Plo
mv -f .deps/rank-geq2-rdft2.Tpo .deps/rank-geq2-rdft2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c  -fPIC -DPIC -o .libs/solve2.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c -o khc2c.lo khc2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c -o ct-hc2c.lo ct-hc2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c  -fPIC -DPIC -o .libs/rdft2-tensor-max-index.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c -o ct-hc2c-direct.lo ct-hc2c-direct.c
mv -f .deps/vrank-geq1-rdft2.Tpo .deps/vrank-geq1-rdft2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c -o rdft2-inplace-strides.o >/dev/null 2>&1
mv -f .deps/rdft2-rdft.Tpo .deps/rdft2-rdft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c -o solve2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c -o rdft2-tensor-max-index.o >/dev/null 2>&1
mv -f .deps/rdft2-inplace-strides.Tpo .deps/rdft2-inplace-strides.Plo
mv -f .deps/rdft2-tensor-max-index.Tpo .deps/rdft2-tensor-max-index.Plo
mv -f .deps/solve2.Tpo .deps/solve2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c  -fPIC -DPIC -o .libs/rdft2-strides.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c  -fPIC -DPIC -o .libs/ct-hc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c  -fPIC -DPIC -o .libs/khc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c -o rdft2-strides.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c -o ct-hc2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c  -fPIC -DPIC -o .libs/ct-hc2c-direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c -o khc2c.o >/dev/null 2>&1
mv -f .deps/rdft2-strides.Tpo .deps/rdft2-strides.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c -o ct-hc2c-direct.o >/dev/null 2>&1
mv -f .deps/ct-hc2c.Tpo .deps/ct-hc2c.Plo
mv -f .deps/khc2c.Tpo .deps/khc2c.Plo
mv -f .deps/ct-hc2c-direct.Tpo .deps/ct-hc2c-direct.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft.la  hc2hc.lo dft-r2hc.lo dht-r2hc.lo dht-rader.lo buffered.lo conf.lo direct-r2r.lo direct-r2c.lo generic.lo hc2hc-direct.lo hc2hc-generic.lo khc2hc.lo kr2c.lo kr2r.lo indirect.lo nop.lo plan.lo problem.lo rank0.lo rank-geq2.lo rdft-dht.lo solve.lo vrank-geq1.lo vrank3-transpose.lo buffered2.lo direct2.lo nop2.lo rank0-rdft2.lo rank-geq2-rdft2.lo plan2.lo problem2.lo solve2.lo vrank-geq1-rdft2.lo rdft2-rdft.lo rdft2-tensor-max-index.lo rdft2-inplace-strides.lo rdft2-strides.lo khc2c.lo ct-hc2c.lo ct-hc2c-direct.lo  -lm 
libtool: link: ar cr .libs/librdft.a .libs/hc2hc.o .libs/dft-r2hc.o .libs/dht-r2hc.o .libs/dht-rader.o .libs/buffered.o .libs/conf.o .libs/direct-r2r.o .libs/direct-r2c.o .libs/generic.o .libs/hc2hc-direct.o .libs/hc2hc-generic.o .libs/khc2hc.o .libs/kr2c.o .libs/kr2r.o .libs/indirect.o .libs/nop.o .libs/plan.o .libs/problem.o .libs/rank0.o .libs/rank-geq2.o .libs/rdft-dht.o .libs/solve.o .libs/vrank-geq1.o .libs/vrank3-transpose.o .libs/buffered2.o .libs/direct2.o .libs/nop2.o .libs/rank0-rdft2.o .libs/rank-geq2-rdft2.o .libs/plan2.o .libs/problem2.o .libs/solve2.o .libs/vrank-geq1-rdft2.o .libs/rdft2-rdft.o .libs/rdft2-tensor-max-index.o .libs/rdft2-inplace-strides.o .libs/rdft2-strides.o .libs/khc2c.o .libs/ct-hc2c.o .libs/ct-hc2c-direct.o 
libtool: link: ranlib .libs/librdft.a
libtool: link: ( cd ".libs" && rm -f "librdft.la" && ln -s "../librdft.la" "librdft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
Making all in reodft
make[4]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/reodft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c -o reodft010e-r2hc.lo reodft010e-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c -o reodft11e-radix2.lo reodft11e-radix2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c -o reodft11e-r2hc-odd.lo reodft11e-r2hc-odd.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c -o redft00e-r2hc-pad.lo redft00e-r2hc-pad.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c -o rodft00e-r2hc-pad.lo rodft00e-r2hc-pad.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c -o reodft00e-splitradix.lo reodft00e-splitradix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c  -fPIC -DPIC -o .libs/reodft11e-radix2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c  -fPIC -DPIC -o .libs/reodft010e-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c  -fPIC -DPIC -o .libs/reodft11e-r2hc-odd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c  -fPIC -DPIC -o .libs/rodft00e-r2hc-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c  -fPIC -DPIC -o .libs/reodft00e-splitradix.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c  -fPIC -DPIC -o .libs/redft00e-r2hc-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c -o reodft010e-r2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c -o reodft11e-radix2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c -o rodft00e-r2hc-pad.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c -o reodft11e-r2hc-odd.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c -o reodft00e-splitradix.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
mv -f .deps/reodft11e-r2hc-odd.Tpo .deps/reodft11e-r2hc-odd.Plo
mv -f .deps/rodft00e-r2hc-pad.Tpo .deps/rodft00e-r2hc-pad.Plo
mv -f .deps/reodft11e-radix2.Tpo .deps/reodft11e-radix2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c -o redft00e-r2hc-pad.o >/dev/null 2>&1
mv -f .deps/reodft00e-splitradix.Tpo .deps/reodft00e-splitradix.Plo
mv -f .deps/reodft010e-r2hc.Tpo .deps/reodft010e-r2hc.Plo
mv -f .deps/conf.Tpo .deps/conf.Plo
mv -f .deps/redft00e-r2hc-pad.Tpo .deps/redft00e-r2hc-pad.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libreodft.la  conf.lo reodft010e-r2hc.lo reodft11e-radix2.lo reodft11e-r2hc-odd.lo redft00e-r2hc-pad.lo rodft00e-r2hc-pad.lo reodft00e-splitradix.lo  -lm 
libtool: link: ar cr .libs/libreodft.a .libs/conf.o .libs/reodft010e-r2hc.o .libs/reodft11e-radix2.o .libs/reodft11e-r2hc-odd.o .libs/redft00e-r2hc-pad.o .libs/rodft00e-r2hc-pad.o .libs/reodft00e-splitradix.o 
libtool: link: ranlib .libs/libreodft.a
libtool: link: ( cd ".libs" && rm -f "libreodft.la" && ln -s "../libreodft.la" "libreodft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
Making all in api
make[4]: Entering directory '/<<PKGBUILDDIR>>/api'
(echo "! Generated automatically.  DO NOT EDIT!"; echo; \
         echo "  integer, parameter :: C_FFTW_R2R_KIND = C_INT32_T"; \
         grep -v "Generated automatically" ./fftw3.f03.in) > fftw3.f03
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/api'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c -o apiplan.lo apiplan.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c -o configure.lo configure.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c -o execute-dft-c2r.lo execute-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c -o execute-dft-r2c.lo execute-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c -o execute-dft.lo execute-dft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c -o execute-r2r.lo execute-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c -o execute-split-dft-c2r.lo execute-split-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c -o execute-split-dft-r2c.lo execute-split-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c -o execute-split-dft.lo execute-split-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c  -fPIC -DPIC -o .libs/execute-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c  -fPIC -DPIC -o .libs/execute-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c  -fPIC -DPIC -o .libs/execute-split-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c  -fPIC -DPIC -o .libs/apiplan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c  -fPIC -DPIC -o .libs/execute-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c  -fPIC -DPIC -o .libs/execute-split-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c  -fPIC -DPIC -o .libs/configure.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c -o execute-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c  -fPIC -DPIC -o .libs/execute-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c -o execute-split-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c -o execute-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c -o apiplan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c  -fPIC -DPIC -o .libs/execute-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c -o execute-split-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c -o configure.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c -o execute-split-dft-c2r.o >/dev/null 2>&1
mv -f .deps/execute-split-dft-r2c.Tpo .deps/execute-split-dft-r2c.Plo
mv -f .deps/execute-r2r.Tpo .deps/execute-r2r.Plo
mv -f .deps/apiplan.Tpo .deps/apiplan.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c -o execute-dft-c2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c -o execute.lo execute.c
mv -f .deps/execute-split-dft.Tpo .deps/execute-split-dft.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c -o export-wisdom-to-file.lo export-wisdom-to-file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c -o execute-dft-r2c.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c -o export-wisdom-to-string.lo export-wisdom-to-string.c
mv -f .deps/execute-dft.Tpo .deps/execute-dft.Plo
mv -f .deps/configure.Tpo .deps/configure.Plo
mv -f .deps/execute-split-dft-c2r.Tpo .deps/execute-split-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c -o export-wisdom.lo export-wisdom.c
mv -f .deps/execute-dft-c2r.Tpo .deps/execute-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c -o f77api.lo f77api.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c -o flops.lo flops.c
mv -f .deps/execute-dft-r2c.Tpo .deps/execute-dft-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c -o forget-wisdom.lo forget-wisdom.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c -o import-system-wisdom.lo import-system-wisdom.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c -o import-wisdom-from-file.lo import-wisdom-from-file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c  -fPIC -DPIC -o .libs/export-wisdom-to-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/f77api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c  -fPIC -DPIC -o .libs/export-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c  -fPIC -DPIC -o .libs/execute.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c  -fPIC -DPIC -o .libs/export-wisdom-to-string.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c -o export-wisdom-to-file.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c  -fPIC -DPIC -o .libs/import-wisdom-from-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c  -fPIC -DPIC -o .libs/flops.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c  -fPIC -DPIC -o .libs/forget-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -o f77api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c -o execute.o >/dev/null 2>&1
mv -f .deps/export-wisdom-to-file.Tpo .deps/export-wisdom-to-file.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c -o export-wisdom.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c -o export-wisdom-to-string.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c  -fPIC -DPIC -o .libs/import-system-wisdom.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c -o import-wisdom-from-string.lo import-wisdom-from-string.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c -o import-wisdom-from-file.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c -o forget-wisdom.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c -o flops.o >/dev/null 2>&1
mv -f .deps/f77api.Tpo .deps/f77api.Plo
mv -f .deps/execute.Tpo .deps/execute.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c -o import-wisdom.lo import-wisdom.c
mv -f .deps/export-wisdom-to-string.Tpo .deps/export-wisdom-to-string.Plo
mv -f .deps/export-wisdom.Tpo .deps/export-wisdom.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c -o import-system-wisdom.o >/dev/null 2>&1
mv -f .deps/flops.Tpo .deps/flops.Plo
mv -f .deps/import-wisdom-from-file.Tpo .deps/import-wisdom-from-file.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c -o map-r2r-kind.lo map-r2r-kind.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c -o mapflags.lo mapflags.c
mv -f .deps/forget-wisdom.Tpo .deps/forget-wisdom.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c -o mkprinter-file.lo mkprinter-file.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c -o mkprinter-str.lo mkprinter-str.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c -o mktensor-iodims.lo mktensor-iodims.c
mv -f .deps/import-system-wisdom.Tpo .deps/import-system-wisdom.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c -o mktensor-rowmajor.lo mktensor-rowmajor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c  -fPIC -DPIC -o .libs/import-wisdom-from-string.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c  -fPIC -DPIC -o .libs/malloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c  -fPIC -DPIC -o .libs/import-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c -o import-wisdom-from-string.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1
mv -f .deps/import-wisdom-from-string.Tpo .deps/import-wisdom-from-string.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c  -fPIC -DPIC -o .libs/mktensor-rowmajor.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c  -fPIC -DPIC -o .libs/mapflags.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c  -fPIC -DPIC -o .libs/map-r2r-kind.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c -o plan-dft-1d.lo plan-dft-1d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c  -fPIC -DPIC -o .libs/mktensor-iodims.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c mkprinter-str.c  -fPIC -DPIC -o .libs/mkprinter-str.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c -o import-wisdom.o >/dev/null 2>&1
mv -f .deps/malloc.Tpo .deps/malloc.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c  -fPIC -DPIC -o .libs/mkprinter-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c -o map-r2r-kind.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c -o plan-dft-2d.lo plan-dft-2d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c -o mktensor-rowmajor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c -o mapflags.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c -o mktensor-iodims.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c -o mkprinter-file.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c mkprinter-str.c -o mkprinter-str.o >/dev/null 2>&1
mv -f .deps/import-wisdom.Tpo .deps/import-wisdom.Plo
mv -f .deps/mktensor-rowmajor.Tpo .deps/mktensor-rowmajor.Plo
mv -f .deps/map-r2r-kind.Tpo .deps/map-r2r-kind.Plo
mv -f .deps/mapflags.Tpo .deps/mapflags.Plo
mv -f .deps/mktensor-iodims.Tpo .deps/mktensor-iodims.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c -o plan-dft-3d.lo plan-dft-3d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c -o plan-dft-c2r-1d.lo plan-dft-c2r-1d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c -o plan-dft-c2r-2d.lo plan-dft-c2r-2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c -o plan-dft-c2r-3d.lo plan-dft-c2r-3d.c
mv -f .deps/mkprinter-str.Tpo .deps/mkprinter-str.Plo
mv -f .deps/mkprinter-file.Tpo .deps/mkprinter-file.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c -o plan-dft-c2r.lo plan-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c -o plan-dft-r2c-1d.lo plan-dft-r2c-1d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c -o plan-dft-r2c-2d.lo plan-dft-r2c-2d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c  -fPIC -DPIC -o .libs/plan-dft-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c  -fPIC -DPIC -o .libs/plan-dft-2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c -o plan-dft-1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c  -fPIC -DPIC -o .libs/plan-dft-3d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c -o plan-dft-2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c  -fPIC -DPIC -o .libs/plan-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c -o plan-dft-c2r-2d.o >/dev/null 2>&1
mv -f .deps/plan-dft-1d.Tpo .deps/plan-dft-1d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c -o plan-dft-3d.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c -o plan-dft-r2c-3d.lo plan-dft-r2c-3d.c
mv -f .deps/plan-dft-2d.Tpo .deps/plan-dft-2d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-3d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c -o plan-dft-r2c-1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c -o plan-dft-c2r-1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c -o plan-dft-c2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c -o plan-dft-r2c.lo plan-dft-r2c.c
mv -f .deps/plan-dft-c2r-2d.Tpo .deps/plan-dft-c2r-2d.Plo
mv -f .deps/plan-dft-3d.Tpo .deps/plan-dft-3d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c -o plan-dft.lo plan-dft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c -o plan-guru-dft-c2r.lo plan-guru-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c -o plan-dft-r2c-2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c -o plan-dft-c2r-3d.o >/dev/null 2>&1
mv -f .deps/plan-dft-c2r.Tpo .deps/plan-dft-c2r.Plo
mv -f .deps/plan-dft-r2c-1d.Tpo .deps/plan-dft-r2c-1d.Plo
mv -f .deps/plan-dft-c2r-1d.Tpo .deps/plan-dft-c2r-1d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c -o plan-guru-dft-r2c.lo plan-guru-dft-r2c.c
mv -f .deps/plan-dft-r2c-2d.Tpo .deps/plan-dft-r2c-2d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c -o plan-guru-dft.lo plan-guru-dft.c
mv -f .deps/plan-dft-c2r-3d.Tpo .deps/plan-dft-c2r-3d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c -o plan-guru-r2r.lo plan-guru-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c -o plan-guru-split-dft-c2r.lo plan-guru-split-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c -o plan-guru-split-dft-r2c.lo plan-guru-split-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-3d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c -o plan-dft-r2c-3d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c  -fPIC -DPIC -o .libs/plan-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c  -fPIC -DPIC -o .libs/plan-dft-r2c.o
mv -f .deps/plan-dft-r2c-3d.Tpo .deps/plan-dft-r2c-3d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru-split-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c  -fPIC -DPIC -o .libs/plan-guru-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c -o plan-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c -o plan-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c  -fPIC -DPIC -o .libs/plan-guru-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c  -fPIC -DPIC -o .libs/plan-guru-dft.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c -o plan-guru-split-dft.lo plan-guru-split-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c  -fPIC -DPIC -o .libs/plan-guru-dft-c2r.o
mv -f .deps/plan-dft.Tpo .deps/plan-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c plan-guru-split-dft-r2c.c -o plan-guru-split-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c -o plan-guru-dft-r2c.o >/dev/null 2>&1
mv -f .deps/plan-dft-r2c.Tpo .deps/plan-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru-split-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c -o plan-guru-r2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c -o plan-many-dft-c2r.lo plan-many-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c -o plan-guru-dft.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c -o plan-many-dft-r2c.lo plan-many-dft-r2c.c
mv -f .deps/plan-guru-dft-r2c.Tpo .deps/plan-guru-dft-r2c.Plo
mv -f .deps/plan-guru-split-dft-r2c.Tpo .deps/plan-guru-split-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c -o plan-guru-dft-c2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c -o plan-many-dft.lo plan-many-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c plan-guru-split-dft-c2r.c -o plan-guru-split-dft-c2r.o >/dev/null 2>&1
mv -f .deps/plan-guru-r2r.Tpo .deps/plan-guru-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c -o plan-many-r2r.lo plan-many-r2r.c
mv -f .deps/plan-guru-dft.Tpo .deps/plan-guru-dft.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c -o plan-r2r-1d.lo plan-r2r-1d.c
mv -f .deps/plan-guru-dft-c2r.Tpo .deps/plan-guru-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c -o plan-r2r-2d.lo plan-r2r-2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c -o plan-r2r-3d.lo plan-r2r-3d.c
mv -f .deps/plan-guru-split-dft-c2r.Tpo .deps/plan-guru-split-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c -o plan-r2r.lo plan-r2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c  -fPIC -DPIC -o .libs/plan-guru-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c -o plan-guru-split-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c  -fPIC -DPIC -o .libs/plan-many-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c  -fPIC -DPIC -o .libs/plan-many-dft-r2c.o
mv -f .deps/plan-guru-split-dft.Tpo .deps/plan-guru-split-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c  -fPIC -DPIC -o .libs/plan-many-dft.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c -o print-plan.lo print-plan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c -o plan-many-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c  -fPIC -DPIC -o .libs/plan-r2r-2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c  -fPIC -DPIC -o .libs/plan-r2r-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c -o plan-many-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c -o plan-many-dft.o >/dev/null 2>&1
mv -f .deps/plan-many-dft-c2r.Tpo .deps/plan-many-dft-c2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c  -fPIC -DPIC -o .libs/plan-many-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c -o plan-r2r-2d.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c -o rdft2-pad.lo rdft2-pad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c -o plan-r2r-1d.o >/dev/null 2>&1
mv -f .deps/plan-many-dft-r2c.Tpo .deps/plan-many-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c  -fPIC -DPIC -o .libs/plan-r2r-3d.o
mv -f .deps/plan-many-dft.Tpo .deps/plan-many-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c -o plan-many-r2r.o >/dev/null 2>&1
mv -f .deps/plan-r2r-2d.Tpo .deps/plan-r2r-2d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c -o the-planner.lo the-planner.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c -o plan-guru64-dft-c2r.lo plan-guru64-dft-c2r.c
mv -f .deps/plan-r2r-1d.Tpo .deps/plan-r2r-1d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c  -fPIC -DPIC -o .libs/plan-r2r.o
mv -f .deps/plan-many-r2r.Tpo .deps/plan-many-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c -o plan-guru64-dft-r2c.lo plan-guru64-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c -o plan-guru64-dft.lo plan-guru64-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c -o plan-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c -o plan-r2r-3d.o >/dev/null 2>&1
mv -f .deps/plan-r2r.Tpo .deps/plan-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c -o plan-guru64-r2r.lo plan-guru64-r2r.c
mv -f .deps/plan-r2r-3d.Tpo .deps/plan-r2r-3d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c -o plan-guru64-split-dft-c2r.lo plan-guru64-split-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c  -fPIC -DPIC -o .libs/print-plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c  -fPIC -DPIC -o .libs/rdft2-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c  -fPIC -DPIC -o .libs/version.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c -o print-plan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c  -fPIC -DPIC -o .libs/the-planner.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c -o rdft2-pad.o >/dev/null 2>&1
mv -f .deps/print-plan.Tpo .deps/print-plan.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c -o the-planner.o >/dev/null 2>&1
mv -f .deps/version.Tpo .deps/version.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c  -fPIC -DPIC -o .libs/plan-guru64-dft-r2c.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c -o plan-guru64-split-dft-r2c.lo plan-guru64-split-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c  -fPIC -DPIC -o .libs/plan-guru64-dft-c2r.o
mv -f .deps/rdft2-pad.Tpo .deps/rdft2-pad.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c -o plan-guru64-split-dft.lo plan-guru64-split-dft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c -o mktensor-iodims64.lo mktensor-iodims64.c
mv -f .deps/the-planner.Tpo .deps/the-planner.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c  -fPIC -DPIC -o .libs/plan-guru64-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c -o plan-guru64-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru64-split-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c -o plan-guru64-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c  -fPIC -DPIC -o .libs/plan-guru64-r2r.o
mv -f .deps/plan-guru64-dft-r2c.Tpo .deps/plan-guru64-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c plan-guru64-split-dft-c2r.c -o plan-guru64-split-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c -o plan-guru64-dft.o >/dev/null 2>&1
mv -f .deps/plan-guru64-dft-c2r.Tpo .deps/plan-guru64-dft-c2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c -o plan-guru64-r2r.o >/dev/null 2>&1
mv -f .deps/plan-guru64-split-dft-c2r.Tpo .deps/plan-guru64-split-dft-c2r.Plo
mv -f .deps/plan-guru64-dft.Tpo .deps/plan-guru64-dft.Plo
mv -f .deps/plan-guru64-r2r.Tpo .deps/plan-guru64-r2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru64-split-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c  -fPIC -DPIC -o .libs/mktensor-iodims64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c  -fPIC -DPIC -o .libs/plan-guru64-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c plan-guru64-split-dft-r2c.c -o plan-guru64-split-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c -o mktensor-iodims64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c -o plan-guru64-split-dft.o >/dev/null 2>&1
mv -f .deps/mktensor-iodims64.Tpo .deps/mktensor-iodims64.Plo
mv -f .deps/plan-guru64-split-dft-r2c.Tpo .deps/plan-guru64-split-dft-r2c.Plo
mv -f .deps/plan-guru64-split-dft.Tpo .deps/plan-guru64-split-dft.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libapi.la  apiplan.lo configure.lo execute-dft-c2r.lo execute-dft-r2c.lo execute-dft.lo execute-r2r.lo execute-split-dft-c2r.lo execute-split-dft-r2c.lo execute-split-dft.lo execute.lo export-wisdom-to-file.lo export-wisdom-to-string.lo export-wisdom.lo f77api.lo flops.lo forget-wisdom.lo import-system-wisdom.lo import-wisdom-from-file.lo import-wisdom-from-string.lo import-wisdom.lo malloc.lo map-r2r-kind.lo mapflags.lo mkprinter-file.lo mkprinter-str.lo mktensor-iodims.lo mktensor-rowmajor.lo plan-dft-1d.lo plan-dft-2d.lo plan-dft-3d.lo plan-dft-c2r-1d.lo plan-dft-c2r-2d.lo plan-dft-c2r-3d.lo plan-dft-c2r.lo plan-dft-r2c-1d.lo plan-dft-r2c-2d.lo plan-dft-r2c-3d.lo plan-dft-r2c.lo plan-dft.lo plan-guru-dft-c2r.lo plan-guru-dft-r2c.lo plan-guru-dft.lo plan-guru-r2r.lo plan-guru-split-dft-c2r.lo plan-guru-split-dft-r2c.lo plan-guru-split-dft.lo plan-many-dft-c2r.lo plan-many-dft-r2c.lo plan-many-dft.lo plan-many-r2r.lo plan-r2r-1d.lo plan-r2r-2d.lo plan-r2r-3d.lo plan-r2r.lo print-plan.lo rdft2-pad.lo the-planner.lo version.lo plan-guru64-dft-c2r.lo plan-guru64-dft-r2c.lo plan-guru64-dft.lo plan-guru64-r2r.lo plan-guru64-split-dft-c2r.lo plan-guru64-split-dft-r2c.lo plan-guru64-split-dft.lo mktensor-iodims64.lo  -lm 
libtool: link: ar cr .libs/libapi.a .libs/apiplan.o .libs/configure.o .libs/execute-dft-c2r.o .libs/execute-dft-r2c.o .libs/execute-dft.o .libs/execute-r2r.o .libs/execute-split-dft-c2r.o .libs/execute-split-dft-r2c.o .libs/execute-split-dft.o .libs/execute.o .libs/export-wisdom-to-file.o .libs/export-wisdom-to-string.o .libs/export-wisdom.o .libs/f77api.o .libs/flops.o .libs/forget-wisdom.o .libs/import-system-wisdom.o .libs/import-wisdom-from-file.o .libs/import-wisdom-from-string.o .libs/import-wisdom.o .libs/malloc.o .libs/map-r2r-kind.o .libs/mapflags.o .libs/mkprinter-file.o .libs/mkprinter-str.o .libs/mktensor-iodims.o .libs/mktensor-rowmajor.o .libs/plan-dft-1d.o .libs/plan-dft-2d.o .libs/plan-dft-3d.o .libs/plan-dft-c2r-1d.o .libs/plan-dft-c2r-2d.o .libs/plan-dft-c2r-3d.o .libs/plan-dft-c2r.o .libs/plan-dft-r2c-1d.o .libs/plan-dft-r2c-2d.o .libs/plan-dft-r2c-3d.o .libs/plan-dft-r2c.o .libs/plan-dft.o .libs/plan-guru-dft-c2r.o .libs/plan-guru-dft-r2c.o .libs/plan-guru-dft.o .libs/plan-guru-r2r.o .libs/plan-guru-split-dft-c2r.o .libs/plan-guru-split-dft-r2c.o .libs/plan-guru-split-dft.o .libs/plan-many-dft-c2r.o .libs/plan-many-dft-r2c.o .libs/plan-many-dft.o .libs/plan-many-r2r.o .libs/plan-r2r-1d.o .libs/plan-r2r-2d.o .libs/plan-r2r-3d.o .libs/plan-r2r.o .libs/print-plan.o .libs/rdft2-pad.o .libs/the-planner.o .libs/version.o .libs/plan-guru64-dft-c2r.o .libs/plan-guru64-dft-r2c.o .libs/plan-guru64-dft.o .libs/plan-guru64-r2r.o .libs/plan-guru64-split-dft-c2r.o .libs/plan-guru64-split-dft-r2c.o .libs/plan-guru64-split-dft.o .libs/mktensor-iodims64.o 
libtool: link: ranlib .libs/libapi.a
libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/api'
Making all in libbench2
make[4]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-ccopy-from.o -MD -MP -MF .deps/after-ccopy-from.Tpo -c -o after-ccopy-from.o after-ccopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-ccopy-to.o -MD -MP -MF .deps/after-ccopy-to.Tpo -c -o after-ccopy-to.o after-ccopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-hccopy-from.o -MD -MP -MF .deps/after-hccopy-from.Tpo -c -o after-hccopy-from.o after-hccopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-hccopy-to.o -MD -MP -MF .deps/after-hccopy-to.Tpo -c -o after-hccopy-to.o after-hccopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-rcopy-from.o -MD -MP -MF .deps/after-rcopy-from.Tpo -c -o after-rcopy-from.o after-rcopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-rcopy-to.o -MD -MP -MF .deps/after-rcopy-to.Tpo -c -o after-rcopy-to.o after-rcopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT allocate.o -MD -MP -MF .deps/allocate.Tpo -c -o allocate.o allocate.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT aset.o -MD -MP -MF .deps/aset.Tpo -c -o aset.o aset.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-cost-postprocess.o -MD -MP -MF .deps/bench-cost-postprocess.Tpo -c -o bench-cost-postprocess.o bench-cost-postprocess.c
mv -f .deps/after-ccopy-from.Tpo .deps/after-ccopy-from.Po
mv -f .deps/after-ccopy-to.Tpo .deps/after-ccopy-to.Po
mv -f .deps/after-hccopy-from.Tpo .deps/after-hccopy-from.Po
mv -f .deps/after-hccopy-to.Tpo .deps/after-hccopy-to.Po
mv -f .deps/after-rcopy-from.Tpo .deps/after-rcopy-from.Po
mv -f .deps/after-rcopy-to.Tpo .deps/after-rcopy-to.Po
mv -f .deps/allocate.Tpo .deps/allocate.Po
mv -f .deps/aset.Tpo .deps/aset.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-exit.o -MD -MP -MF .deps/bench-exit.Tpo -c -o bench-exit.o bench-exit.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-main.o -MD -MP -MF .deps/bench-main.Tpo -c -o bench-main.o bench-main.c
mv -f .deps/bench-cost-postprocess.Tpo .deps/bench-cost-postprocess.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT can-do.o -MD -MP -MF .deps/can-do.Tpo -c -o can-do.o can-do.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT caset.o -MD -MP -MF .deps/caset.Tpo -c -o caset.o caset.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dotens2.o -MD -MP -MF .deps/dotens2.Tpo -c -o dotens2.o dotens2.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mflops.o -MD -MP -MF .deps/mflops.Tpo -c -o mflops.o mflops.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mp.o -MD -MP -MF .deps/mp.Tpo -c -o mp.o mp.c
mv -f .deps/bench-exit.Tpo .deps/bench-exit.Po
mv -f .deps/bench-main.Tpo .deps/bench-main.Po
mv -f .deps/can-do.Tpo .deps/can-do.Po
mv -f .deps/caset.Tpo .deps/caset.Po
mv -f .deps/dotens2.Tpo .deps/dotens2.Po
mv -f .deps/info.Tpo .deps/info.Po
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ovtpvt.o -MD -MP -MF .deps/ovtpvt.Tpo -c -o ovtpvt.o ovtpvt.c
mv -f .deps/mflops.Tpo .deps/mflops.Po
mv -f .deps/mp.Tpo .deps/mp.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pow2.o -MD -MP -MF .deps/pow2.Tpo -c -o pow2.o pow2.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.o -MD -MP -MF .deps/problem.Tpo -c -o problem.o problem.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT report.o -MD -MP -MF .deps/report.Tpo -c -o report.o report.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT speed.o -MD -MP -MF .deps/speed.Tpo -c -o speed.o speed.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.o -MD -MP -MF .deps/tensor.Tpo -c -o tensor.o tensor.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.c
mv -f .deps/ovtpvt.Tpo .deps/ovtpvt.Po
mv -f .deps/pow2.Tpo .deps/pow2.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT useropt.o -MD -MP -MF .deps/useropt.Tpo -c -o useropt.o useropt.c
mv -f .deps/problem.Tpo .deps/problem.Po
mv -f .deps/report.Tpo .deps/report.Po
mv -f .deps/speed.Tpo .deps/speed.Po
mv -f .deps/tensor.Tpo .deps/tensor.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-dft.o -MD -MP -MF .deps/verify-dft.Tpo -c -o verify-dft.o verify-dft.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-lib.o -MD -MP -MF .deps/verify-lib.Tpo -c -o verify-lib.o verify-lib.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-r2r.o -MD -MP -MF .deps/verify-r2r.Tpo -c -o verify-r2r.o verify-r2r.c
mv -f .deps/timer.Tpo .deps/timer.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-rdft2.o -MD -MP -MF .deps/verify-rdft2.Tpo -c -o verify-rdft2.o verify-rdft2.c
mv -f .deps/useropt.Tpo .deps/useropt.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify.o -MD -MP -MF .deps/verify.Tpo -c -o verify.o verify.c
mv -f .deps/util.Tpo .deps/util.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.o -MD -MP -MF .deps/zero.Tpo -c -o zero.o zero.c
mv -f .deps/verify-dft.Tpo .deps/verify-dft.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT my-getopt.o -MD -MP -MF .deps/my-getopt.Tpo -c -o my-getopt.o my-getopt.c
mv -f .deps/verify-lib.Tpo .deps/verify-lib.Po
mv -f .deps/verify-r2r.Tpo .deps/verify-r2r.Po
mv -f .deps/verify-rdft2.Tpo .deps/verify-rdft2.Po
mv -f .deps/verify.Tpo .deps/verify.Po
mv -f .deps/zero.Tpo .deps/zero.Po
mv -f .deps/my-getopt.Tpo .deps/my-getopt.Po
rm -f libbench2.a
ar cru libbench2.a after-ccopy-from.o after-ccopy-to.o after-hccopy-from.o after-hccopy-to.o after-rcopy-from.o after-rcopy-to.o allocate.o aset.o bench-cost-postprocess.o bench-exit.o bench-main.o can-do.o caset.o dotens2.o info.o main.o mflops.o mp.o ovtpvt.o pow2.o problem.o report.o speed.o tensor.o timer.o useropt.o util.o verify-dft.o verify-lib.o verify-r2r.o verify-rdft2.o verify.o zero.o my-getopt.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libbench2.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
Making all in .
make[4]: Entering directory '/<<PKGBUILDDIR>>'
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -no-undefined -version-info 9:10:6   -Wl,-z,relro -o libfftw3f.la -rpath /usr/lib/x86_64-linux-gnu  kernel/libkernel.la dft/libdft.la dft/scalar/libdft_scalar.la dft/scalar/codelets/libdft_scalar_codelets.la rdft/librdft.la rdft/scalar/librdft_scalar.la rdft/scalar/r2cf/librdft_scalar_r2cf.la rdft/scalar/r2cb/librdft_scalar_r2cb.la rdft/scalar/r2r/librdft_scalar_r2r.la reodft/libreodft.la api/libapi.la simd-support/libsimd_support.la dft/simd/sse2/libdft_sse2_codelets.la rdft/simd/sse2/librdft_sse2_codelets.la dft/simd/avx/libdft_avx_codelets.la rdft/simd/avx/librdft_avx_codelets.la           -lm 
/bin/sed \
	-e 's|[@]PREC_SUFFIX@|f|g' \
	-e 's|[@]CMAKE_INSTALL_FULL_LIBDIR@|/usr/lib/x86_64-linux-gnu|g' \
	-e 's|[@]CMAKE_INSTALL_FULL_INCLUDEDIR@|/usr/include|g' \
	./FFTW3Config.cmake.in > FFTW3fConfig.cmake
/bin/sed \
	-e 's|[@]FFTW_VERSION@|3.3.10|g' \
	./FFTW3ConfigVersion.cmake.in > FFTW3fConfigVersion.cmake
cp -f fftw.pc fftw3f.pc
libtool: link: gcc -shared  -fPIC -DPIC  -Wl,--whole-archive kernel/.libs/libkernel.a dft/.libs/libdft.a dft/scalar/.libs/libdft_scalar.a dft/scalar/codelets/.libs/libdft_scalar_codelets.a rdft/.libs/librdft.a rdft/scalar/.libs/librdft_scalar.a rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a rdft/scalar/r2r/.libs/librdft_scalar_r2r.a reodft/.libs/libreodft.a api/.libs/libapi.a simd-support/.libs/libsimd_support.a dft/simd/sse2/.libs/libdft_sse2_codelets.a rdft/simd/sse2/.libs/librdft_sse2_codelets.a dft/simd/avx/.libs/libdft_avx_codelets.a rdft/simd/avx/.libs/librdft_avx_codelets.a -Wl,--no-whole-archive  -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -Wl,-soname -Wl,libfftw3f.so.3 -o .libs/libfftw3f.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3f.so.3" && ln -s "libfftw3f.so.3.6.10" "libfftw3f.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3f.so" && ln -s "libfftw3f.so.3.6.10" "libfftw3f.so")
libtool: link: (cd .libs/libfftw3f.lax/libkernel.a && ar x "/<<PKGBUILDDIR>>/kernel/.libs/libkernel.a")
libtool: link: (cd .libs/libfftw3f.lax/libdft.a && ar x "/<<PKGBUILDDIR>>/dft/.libs/libdft.a")
libtool: link: (cd .libs/libfftw3f.lax/libdft_scalar.a && ar x "/<<PKGBUILDDIR>>/dft/scalar/.libs/libdft_scalar.a")
libtool: link: (cd .libs/libfftw3f.lax/libdft_scalar_codelets.a && ar x "/<<PKGBUILDDIR>>/dft/scalar/codelets/.libs/libdft_scalar_codelets.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft.a && ar x "/<<PKGBUILDDIR>>/rdft/.libs/librdft.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/.libs/librdft_scalar.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar_r2cf.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar_r2cb.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_scalar_r2r.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2r/.libs/librdft_scalar_r2r.a")
libtool: link: (cd .libs/libfftw3f.lax/libreodft.a && ar x "/<<PKGBUILDDIR>>/reodft/.libs/libreodft.a")
libtool: link: (cd .libs/libfftw3f.lax/libapi.a && ar x "/<<PKGBUILDDIR>>/api/.libs/libapi.a")
libtool: link: (cd .libs/libfftw3f.lax/libsimd_support.a && ar x "/<<PKGBUILDDIR>>/simd-support/.libs/libsimd_support.a")
libtool: link: (cd .libs/libfftw3f.lax/libdft_sse2_codelets.a && ar x "/<<PKGBUILDDIR>>/dft/simd/sse2/.libs/libdft_sse2_codelets.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_sse2_codelets.a && ar x "/<<PKGBUILDDIR>>/rdft/simd/sse2/.libs/librdft_sse2_codelets.a")
libtool: link: (cd .libs/libfftw3f.lax/libdft_avx_codelets.a && ar x "/<<PKGBUILDDIR>>/dft/simd/avx/.libs/libdft_avx_codelets.a")
libtool: link: (cd .libs/libfftw3f.lax/librdft_avx_codelets.a && ar x "/<<PKGBUILDDIR>>/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 cr .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/mkprinter-str.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-128-fma.o .libs/libfftw3f.lax/libsimd_support.a/avx.o .libs/libfftw3f.lax/libsimd_support.a/avx2.o .libs/libfftw3f.lax/libsimd_support.a/avx512.o .libs/libfftw3f.lax/libsimd_support.a/kcvi.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_support.a/vsx.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" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
Making all in threads
make[4]: Entering directory '/<<PKGBUILDDIR>>/threads'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-api.lo -MD -MP -MF .deps/libfftw3f_threads_la-api.Tpo -c -o libfftw3f_threads_la-api.lo `test -f 'api.c' || echo './'`api.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-conf.lo -MD -MP -MF .deps/libfftw3f_threads_la-conf.Tpo -c -o libfftw3f_threads_la-conf.lo `test -f 'conf.c' || echo './'`conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-threads.lo -MD -MP -MF .deps/libfftw3f_threads_la-threads.Tpo -c -o libfftw3f_threads_la-threads.lo `test -f 'threads.c' || echo './'`threads.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_threads_la-dft-vrank-geq1.Tpo -c -o libfftw3f_threads_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo './'`dft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-ct.lo -MD -MP -MF .deps/libfftw3f_threads_la-ct.Tpo -c -o libfftw3f_threads_la-ct.lo `test -f 'ct.c' || echo './'`ct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_threads_la-rdft-vrank-geq1.Tpo -c -o libfftw3f_threads_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo './'`rdft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3f_threads_la-hc2hc.Tpo -c -o libfftw3f_threads_la-hc2hc.lo `test -f 'hc2hc.c' || echo './'`hc2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3f_threads_la-vrank-geq1-rdft2.Tpo -c -o libfftw3f_threads_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo './'`vrank-geq1-rdft2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3f_threads_la-f77api.Tpo -c -o libfftw3f_threads_la-f77api.lo `test -f 'f77api.c' || echo './'`f77api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-threads.lo -MD -MP -MF .deps/libfftw3f_threads_la-threads.Tpo -c threads.c  -fPIC -DPIC -o .libs/libfftw3f_threads_la-threads.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/libfftw3f_threads_la-vrank-geq1-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-ct.lo -MD -MP -MF .deps/libfftw3f_threads_la-ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/libfftw3f_threads_la-ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3f_threads_la-f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/libfftw3f_threads_la-f77api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-api.lo -MD -MP -MF .deps/libfftw3f_threads_la-api.Tpo -c api.c  -fPIC -DPIC -o .libs/libfftw3f_threads_la-api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/libfftw3f_threads_la-dft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/libfftw3f_threads_la-rdft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3f_threads_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o libfftw3f_threads_la-vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-threads.lo -MD -MP -MF .deps/libfftw3f_threads_la-threads.Tpo -c threads.c -o libfftw3f_threads_la-threads.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3f_threads_la-hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/libfftw3f_threads_la-hc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3f_threads_la-f77api.Tpo -c f77api.c -o libfftw3f_threads_la-f77api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-ct.lo -MD -MP -MF .deps/libfftw3f_threads_la-ct.Tpo -c ct.c -o libfftw3f_threads_la-ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-api.lo -MD -MP -MF .deps/libfftw3f_threads_la-api.Tpo -c api.c -o libfftw3f_threads_la-api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_threads_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -o libfftw3f_threads_la-rdft-vrank-geq1.o >/dev/null 2>&1
mv -f .deps/libfftw3f_threads_la-vrank-geq1-rdft2.Tpo .deps/libfftw3f_threads_la-vrank-geq1-rdft2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-conf.lo -MD -MP -MF .deps/libfftw3f_threads_la-conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/libfftw3f_threads_la-conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_threads_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -o libfftw3f_threads_la-dft-vrank-geq1.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-api.lo -MD -MP -MF .deps/libfftw3f_omp_la-api.Tpo -c -o libfftw3f_omp_la-api.lo `test -f 'api.c' || echo './'`api.c
mv -f .deps/libfftw3f_threads_la-threads.Tpo .deps/libfftw3f_threads_la-threads.Plo
mv -f .deps/libfftw3f_threads_la-ct.Tpo .deps/libfftw3f_threads_la-ct.Plo
mv -f .deps/libfftw3f_threads_la-api.Tpo .deps/libfftw3f_threads_la-api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-conf.lo -MD -MP -MF .deps/libfftw3f_omp_la-conf.Tpo -c -o libfftw3f_omp_la-conf.lo `test -f 'conf.c' || echo './'`conf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3f_threads_la-hc2hc.Tpo -c hc2hc.c -o libfftw3f_threads_la-hc2hc.o >/dev/null 2>&1
mv -f .deps/libfftw3f_threads_la-rdft-vrank-geq1.Tpo .deps/libfftw3f_threads_la-rdft-vrank-geq1.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3f_omp_la-openmp.Tpo -c -o libfftw3f_omp_la-openmp.lo `test -f 'openmp.c' || echo './'`openmp.c
mv -f .deps/libfftw3f_threads_la-f77api.Tpo .deps/libfftw3f_threads_la-f77api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_omp_la-dft-vrank-geq1.Tpo -c -o libfftw3f_omp_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo './'`dft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-ct.lo -MD -MP -MF .deps/libfftw3f_omp_la-ct.Tpo -c -o libfftw3f_omp_la-ct.lo `test -f 'ct.c' || echo './'`ct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_threads_la-conf.lo -MD -MP -MF .deps/libfftw3f_threads_la-conf.Tpo -c conf.c -o libfftw3f_threads_la-conf.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_omp_la-rdft-vrank-geq1.Tpo -c -o libfftw3f_omp_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo './'`rdft-vrank-geq1.c
mv -f .deps/libfftw3f_threads_la-dft-vrank-geq1.Tpo .deps/libfftw3f_threads_la-dft-vrank-geq1.Plo
mv -f .deps/libfftw3f_threads_la-hc2hc.Tpo .deps/libfftw3f_threads_la-hc2hc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3f_omp_la-hc2hc.Tpo -c -o libfftw3f_omp_la-hc2hc.lo `test -f 'hc2hc.c' || echo './'`hc2hc.c
mv -f .deps/libfftw3f_threads_la-conf.Tpo .deps/libfftw3f_threads_la-conf.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3f_omp_la-vrank-geq1-rdft2.Tpo -c -o libfftw3f_omp_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo './'`vrank-geq1-rdft2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3f_omp_la-f77api.Tpo -c -o libfftw3f_omp_la-f77api.lo `test -f 'f77api.c' || echo './'`f77api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-conf.lo -MD -MP -MF .deps/libfftw3f_omp_la-conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/libfftw3f_omp_la-conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_omp_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3f_omp_la-dft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-conf.lo -MD -MP -MF .deps/libfftw3f_omp_la-conf.Tpo -c conf.c -o libfftw3f_omp_la-conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-ct.lo -MD -MP -MF .deps/libfftw3f_omp_la-ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/libfftw3f_omp_la-ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_omp_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3f_omp_la-rdft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-api.lo -MD -MP -MF .deps/libfftw3f_omp_la-api.Tpo -c api.c  -fPIC -DPIC -o .libs/libfftw3f_omp_la-api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3f_omp_la-openmp.Tpo -c openmp.c  -fPIC -DPIC -o .libs/libfftw3f_omp_la-openmp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-ct.lo -MD -MP -MF .deps/libfftw3f_omp_la-ct.Tpo -c ct.c -o libfftw3f_omp_la-ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_omp_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -o libfftw3f_omp_la-dft-vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3f_omp_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -o libfftw3f_omp_la-rdft-vrank-geq1.o >/dev/null 2>&1
mv -f .deps/libfftw3f_omp_la-conf.Tpo .deps/libfftw3f_omp_la-conf.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3f_threads.la -rpath /usr/lib/x86_64-linux-gnu libfftw3f_threads_la-api.lo libfftw3f_threads_la-conf.lo libfftw3f_threads_la-threads.lo libfftw3f_threads_la-dft-vrank-geq1.lo libfftw3f_threads_la-ct.lo libfftw3f_threads_la-rdft-vrank-geq1.lo libfftw3f_threads_la-hc2hc.lo libfftw3f_threads_la-vrank-geq1-rdft2.lo libfftw3f_threads_la-f77api.lo ../libfftw3f.la -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3f_omp_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/libfftw3f_omp_la-vrank-geq1-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-api.lo -MD -MP -MF .deps/libfftw3f_omp_la-api.Tpo -c api.c -o libfftw3f_omp_la-api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3f_omp_la-openmp.Tpo -c openmp.c -o libfftw3f_omp_la-openmp.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3f_omp_la-f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/libfftw3f_omp_la-f77api.o
mv -f .deps/libfftw3f_omp_la-rdft-vrank-geq1.Tpo .deps/libfftw3f_omp_la-rdft-vrank-geq1.Plo
mv -f .deps/libfftw3f_omp_la-ct.Tpo .deps/libfftw3f_omp_la-ct.Plo
mv -f .deps/libfftw3f_omp_la-dft-vrank-geq1.Tpo .deps/libfftw3f_omp_la-dft-vrank-geq1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3f_omp_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o libfftw3f_omp_la-vrank-geq1-rdft2.o >/dev/null 2>&1
mv -f .deps/libfftw3f_omp_la-api.Tpo .deps/libfftw3f_omp_la-api.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3f_omp_la-f77api.Tpo -c f77api.c -o libfftw3f_omp_la-f77api.o >/dev/null 2>&1
mv -f .deps/libfftw3f_omp_la-openmp.Tpo .deps/libfftw3f_omp_la-openmp.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3f_omp_la-hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/libfftw3f_omp_la-hc2hc.o
mv -f .deps/libfftw3f_omp_la-vrank-geq1-rdft2.Tpo .deps/libfftw3f_omp_la-vrank-geq1-rdft2.Plo
mv -f .deps/libfftw3f_omp_la-f77api.Tpo .deps/libfftw3f_omp_la-f77api.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3f_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3f_omp_la-hc2hc.Tpo -c hc2hc.c -o libfftw3f_omp_la-hc2hc.o >/dev/null 2>&1
mv -f .deps/libfftw3f_omp_la-hc2hc.Tpo .deps/libfftw3f_omp_la-hc2hc.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3f_omp.la -rpath /usr/lib/x86_64-linux-gnu libfftw3f_omp_la-api.lo libfftw3f_omp_la-conf.lo libfftw3f_omp_la-openmp.lo libfftw3f_omp_la-dft-vrank-geq1.lo libfftw3f_omp_la-ct.lo libfftw3f_omp_la-rdft-vrank-geq1.lo libfftw3f_omp_la-hc2hc.lo libfftw3f_omp_la-vrank-geq1-rdft2.lo libfftw3f_omp_la-f77api.lo ../libfftw3f.la -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libfftw3f_threads_la-api.o .libs/libfftw3f_threads_la-conf.o .libs/libfftw3f_threads_la-threads.o .libs/libfftw3f_threads_la-dft-vrank-geq1.o .libs/libfftw3f_threads_la-ct.o .libs/libfftw3f_threads_la-rdft-vrank-geq1.o .libs/libfftw3f_threads_la-hc2hc.o .libs/libfftw3f_threads_la-vrank-geq1-rdft2.o .libs/libfftw3f_threads_la-f77api.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3f.so -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3f_threads.so.3 -o .libs/libfftw3f_threads.so.3.6.10
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libfftw3f_omp_la-api.o .libs/libfftw3f_omp_la-conf.o .libs/libfftw3f_omp_la-openmp.o .libs/libfftw3f_omp_la-dft-vrank-geq1.o .libs/libfftw3f_omp_la-ct.o .libs/libfftw3f_omp_la-rdft-vrank-geq1.o .libs/libfftw3f_omp_la-hc2hc.o .libs/libfftw3f_omp_la-vrank-geq1-rdft2.o .libs/libfftw3f_omp_la-f77api.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3f.so -lm  -fopenmp -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -fopenmp -Wl,-soname -Wl,libfftw3f_omp.so.3 -o .libs/libfftw3f_omp.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3f_threads.so.3" && ln -s "libfftw3f_threads.so.3.6.10" "libfftw3f_threads.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3f_threads.so" && ln -s "libfftw3f_threads.so.3.6.10" "libfftw3f_threads.so")
libtool: link: ar cr .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_omp.so.3" && ln -s "libfftw3f_omp.so.3.6.10" "libfftw3f_omp.so.3")
libtool: link: ( cd ".libs" && rm -f "libfftw3f_threads.la" && ln -s "../libfftw3f_threads.la" "libfftw3f_threads.la" )
libtool: link: (cd ".libs" && rm -f "libfftw3f_omp.so" && ln -s "libfftw3f_omp.so.3.6.10" "libfftw3f_omp.so")
libtool: link: ar cr .libs/libfftw3f_omp.a  libfftw3f_omp_la-api.o libfftw3f_omp_la-conf.o libfftw3f_omp_la-openmp.o libfftw3f_omp_la-dft-vrank-geq1.o libfftw3f_omp_la-ct.o libfftw3f_omp_la-rdft-vrank-geq1.o libfftw3f_omp_la-hc2hc.o libfftw3f_omp_la-vrank-geq1-rdft2.o libfftw3f_omp_la-f77api.o
libtool: link: ranlib .libs/libfftw3f_omp.a
libtool: link: ( cd ".libs" && rm -f "libfftw3f_omp.la" && ln -s "../libfftw3f_omp.la" "libfftw3f_omp.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/threads'
Making all in tests
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-bench.o -MD -MP -MF .deps/bench-bench.Tpo -c -o bench-bench.o `test -f 'bench.c' || echo './'`bench.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-hook.o -MD -MP -MF .deps/bench-hook.Tpo -c -o bench-hook.o `test -f 'hook.c' || echo './'`hook.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-fftw-bench.o -MD -MP -MF .deps/bench-fftw-bench.Tpo -c -o bench-fftw-bench.o `test -f 'fftw-bench.c' || echo './'`fftw-bench.c
mv -f .deps/bench-hook.Tpo .deps/bench-hook.Po
mv -f .deps/bench-bench.Tpo .deps/bench-bench.Po
mv -f .deps/bench-fftw-bench.Tpo .deps/bench-fftw-bench.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/libfftw3f_threads.la ../libfftw3f.la ../libbench2/libbench2.a  -lm 
libtool: link: gcc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/bench bench-bench.o bench-hook.o bench-fftw-bench.o  ../threads/.libs/libfftw3f_threads.so ../.libs/libfftw3f.so ../libbench2/libbench2.a -lm -pthread
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Making all in mpi
make[4]: Entering directory '/<<PKGBUILDDIR>>/mpi'
sed 's/C_MPI_FINT/C_INT32_T/' ./fftw3-mpi.f03.in > fftw3-mpi.f03
sed 's/C_MPI_FINT/C_INT32_T/' ./fftw3l-mpi.f03.in > fftw3l-mpi.f03
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/mpi'
mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mpi_bench-mpi-bench.o -MD -MP -MF .deps/mpi_bench-mpi-bench.Tpo -c -o mpi_bench-mpi-bench.o `test -f 'mpi-bench.c' || echo './'`mpi-bench.c
mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mpi_bench-fftw-bench.o -MD -MP -MF .deps/mpi_bench-fftw-bench.Tpo -c -o mpi_bench-fftw-bench.o `test -f '../tests/fftw-bench.c' || echo './'`../tests/fftw-bench.c
mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mpi_bench-hook.o -MD -MP -MF .deps/mpi_bench-hook.Tpo -c -o mpi_bench-hook.o `test -f '../tests/hook.c' || echo './'`../tests/hook.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT any-true.lo -MD -MP -MF .deps/any-true.Tpo -c -o any-true.lo any-true.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT api.lo -MD -MP -MF .deps/api.Tpo -c -o api.lo api.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT choose-radix.lo -MD -MP -MF .deps/choose-radix.Tpo -c -o choose-radix.lo choose-radix.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dtensor.lo -MD -MP -MF .deps/dtensor.Tpo -c -o dtensor.lo dtensor.c
mv -f .deps/mpi_bench-fftw-bench.Tpo .deps/mpi_bench-fftw-bench.Po
mv -f .deps/mpi_bench-mpi-bench.Tpo .deps/mpi_bench-mpi-bench.Po
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rearrange.lo -MD -MP -MF .deps/rearrange.Tpo -c -o rearrange.lo rearrange.c
mv -f .deps/mpi_bench-hook.Tpo .deps/mpi_bench-hook.Po
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT wisdom-api.lo -MD -MP -MF .deps/wisdom-api.Tpo -c -o wisdom-api.lo wisdom-api.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c -o f03-wrap.lo f03-wrap.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT any-true.lo -MD -MP -MF .deps/any-true.Tpo -c any-true.c  -fPIC -DPIC -o .libs/any-true.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT choose-radix.lo -MD -MP -MF .deps/choose-radix.Tpo -c choose-radix.c  -fPIC -DPIC -o .libs/choose-radix.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dtensor.lo -MD -MP -MF .deps/dtensor.Tpo -c dtensor.c  -fPIC -DPIC -o .libs/dtensor.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT any-true.lo -MD -MP -MF .deps/any-true.Tpo -c any-true.c -o any-true.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rearrange.lo -MD -MP -MF .deps/rearrange.Tpo -c rearrange.c  -fPIC -DPIC -o .libs/rearrange.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c  -fPIC -DPIC -o .libs/block.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT choose-radix.lo -MD -MP -MF .deps/choose-radix.Tpo -c choose-radix.c -o choose-radix.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dtensor.lo -MD -MP -MF .deps/dtensor.Tpo -c dtensor.c -o dtensor.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT wisdom-api.lo -MD -MP -MF .deps/wisdom-api.Tpo -c wisdom-api.c  -fPIC -DPIC -o .libs/wisdom-api.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c f03-wrap.c  -fPIC -DPIC -o .libs/f03-wrap.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c  -fPIC -DPIC -o .libs/api.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rearrange.lo -MD -MP -MF .deps/rearrange.Tpo -c rearrange.c -o rearrange.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -o block.o >/dev/null 2>&1
mv -f .deps/dtensor.Tpo .deps/dtensor.Plo
mv -f .deps/choose-radix.Tpo .deps/choose-radix.Plo
mv -f .deps/any-true.Tpo .deps/any-true.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-alltoall.lo -MD -MP -MF .deps/transpose-alltoall.Tpo -c -o transpose-alltoall.lo transpose-alltoall.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-pairwise.lo -MD -MP -MF .deps/transpose-pairwise.Tpo -c -o transpose-pairwise.lo transpose-pairwise.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT wisdom-api.lo -MD -MP -MF .deps/wisdom-api.Tpo -c wisdom-api.c -o wisdom-api.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-recurse.lo -MD -MP -MF .deps/transpose-recurse.Tpo -c -o transpose-recurse.lo transpose-recurse.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c f03-wrap.c -o f03-wrap.o >/dev/null 2>&1
mv -f .deps/conf.Tpo .deps/conf.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -o api.o >/dev/null 2>&1
mv -f .deps/block.Tpo .deps/block.Plo
mv -f .deps/rearrange.Tpo .deps/rearrange.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-problem.lo -MD -MP -MF .deps/transpose-problem.Tpo -c -o transpose-problem.lo transpose-problem.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-solve.lo -MD -MP -MF .deps/transpose-solve.Tpo -c -o transpose-solve.lo transpose-solve.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-serial.lo -MD -MP -MF .deps/dft-serial.Tpo -c -o dft-serial.lo dft-serial.c
mv -f .deps/wisdom-api.Tpo .deps/wisdom-api.Plo
mv -f .deps/api.Tpo .deps/api.Plo
mv -f .deps/f03-wrap.Tpo .deps/f03-wrap.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2.lo -MD -MP -MF .deps/dft-rank-geq2.Tpo -c -o dft-rank-geq2.lo dft-rank-geq2.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2-transposed.lo -MD -MP -MF .deps/dft-rank-geq2-transposed.Tpo -c -o dft-rank-geq2-transposed.lo dft-rank-geq2-transposed.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1.lo -MD -MP -MF .deps/dft-rank1.Tpo -c -o dft-rank1.lo dft-rank1.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-serial.lo -MD -MP -MF .deps/dft-serial.Tpo -c dft-serial.c  -fPIC -DPIC -o .libs/dft-serial.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-pairwise.lo -MD -MP -MF .deps/transpose-pairwise.Tpo -c transpose-pairwise.c  -fPIC -DPIC -o .libs/transpose-pairwise.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-alltoall.lo -MD -MP -MF .deps/transpose-alltoall.Tpo -c transpose-alltoall.c  -fPIC -DPIC -o .libs/transpose-alltoall.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-recurse.lo -MD -MP -MF .deps/transpose-recurse.Tpo -c transpose-recurse.c  -fPIC -DPIC -o .libs/transpose-recurse.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-problem.lo -MD -MP -MF .deps/transpose-problem.Tpo -c transpose-problem.c  -fPIC -DPIC -o .libs/transpose-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-solve.lo -MD -MP -MF .deps/transpose-solve.Tpo -c transpose-solve.c  -fPIC -DPIC -o .libs/transpose-solve.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2.lo -MD -MP -MF .deps/dft-rank-geq2.Tpo -c dft-rank-geq2.c  -fPIC -DPIC -o .libs/dft-rank-geq2.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-serial.lo -MD -MP -MF .deps/dft-serial.Tpo -c dft-serial.c -o dft-serial.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-recurse.lo -MD -MP -MF .deps/transpose-recurse.Tpo -c transpose-recurse.c -o transpose-recurse.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-pairwise.lo -MD -MP -MF .deps/transpose-pairwise.Tpo -c transpose-pairwise.c -o transpose-pairwise.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2-transposed.lo -MD -MP -MF .deps/dft-rank-geq2-transposed.Tpo -c dft-rank-geq2-transposed.c  -fPIC -DPIC -o .libs/dft-rank-geq2-transposed.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2.lo -MD -MP -MF .deps/dft-rank-geq2.Tpo -c dft-rank-geq2.c -o dft-rank-geq2.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-alltoall.lo -MD -MP -MF .deps/transpose-alltoall.Tpo -c transpose-alltoall.c -o transpose-alltoall.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-problem.lo -MD -MP -MF .deps/transpose-problem.Tpo -c transpose-problem.c -o transpose-problem.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-solve.lo -MD -MP -MF .deps/transpose-solve.Tpo -c transpose-solve.c -o transpose-solve.o >/dev/null 2>&1
mv -f .deps/dft-serial.Tpo .deps/dft-serial.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1-bigvec.lo -MD -MP -MF .deps/dft-rank1-bigvec.Tpo -c -o dft-rank1-bigvec.lo dft-rank1-bigvec.c
mv -f .deps/transpose-alltoall.Tpo .deps/transpose-alltoall.Plo
mv -f .deps/transpose-pairwise.Tpo .deps/transpose-pairwise.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2-transposed.lo -MD -MP -MF .deps/dft-rank-geq2-transposed.Tpo -c dft-rank-geq2-transposed.c -o dft-rank-geq2-transposed.o >/dev/null 2>&1
mv -f .deps/dft-rank-geq2.Tpo .deps/dft-rank-geq2.Plo
mv -f .deps/transpose-problem.Tpo .deps/transpose-problem.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-problem.lo -MD -MP -MF .deps/dft-problem.Tpo -c -o dft-problem.lo dft-problem.c
mv -f .deps/transpose-recurse.Tpo .deps/transpose-recurse.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-solve.lo -MD -MP -MF .deps/dft-solve.Tpo -c -o dft-solve.lo dft-solve.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-serial.lo -MD -MP -MF .deps/rdft-serial.Tpo -c -o rdft-serial.lo rdft-serial.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1.lo -MD -MP -MF .deps/dft-rank1.Tpo -c dft-rank1.c  -fPIC -DPIC -o .libs/dft-rank1.o
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2.lo -MD -MP -MF .deps/rdft-rank-geq2.Tpo -c -o rdft-rank-geq2.lo rdft-rank-geq2.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft-rank-geq2-transposed.Tpo -c -o rdft-rank-geq2-transposed.lo rdft-rank-geq2-transposed.c
mv -f .deps/transpose-solve.Tpo .deps/transpose-solve.Plo
mv -f .deps/dft-rank-geq2-transposed.Tpo .deps/dft-rank-geq2-transposed.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1.lo -MD -MP -MF .deps/dft-rank1.Tpo -c dft-rank1.c -o dft-rank1.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank1-bigvec.lo -MD -MP -MF .deps/rdft-rank1-bigvec.Tpo -c -o rdft-rank1-bigvec.lo rdft-rank1-bigvec.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-problem.lo -MD -MP -MF .deps/rdft-problem.Tpo -c -o rdft-problem.lo rdft-problem.c
mv -f .deps/dft-rank1.Tpo .deps/dft-rank1.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-solve.lo -MD -MP -MF .deps/rdft-solve.Tpo -c -o rdft-solve.lo rdft-solve.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-problem.lo -MD -MP -MF .deps/dft-problem.Tpo -c dft-problem.c  -fPIC -DPIC -o .libs/dft-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1-bigvec.lo -MD -MP -MF .deps/dft-rank1-bigvec.Tpo -c dft-rank1-bigvec.c  -fPIC -DPIC -o .libs/dft-rank1-bigvec.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2.lo -MD -MP -MF .deps/rdft-rank-geq2.Tpo -c rdft-rank-geq2.c  -fPIC -DPIC -o .libs/rdft-rank-geq2.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-solve.lo -MD -MP -MF .deps/dft-solve.Tpo -c dft-solve.c  -fPIC -DPIC -o .libs/dft-solve.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-problem.lo -MD -MP -MF .deps/dft-problem.Tpo -c dft-problem.c -o dft-problem.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-serial.lo -MD -MP -MF .deps/rdft-serial.Tpo -c rdft-serial.c  -fPIC -DPIC -o .libs/rdft-serial.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft-rank-geq2-transposed.Tpo -c rdft-rank-geq2-transposed.c  -fPIC -DPIC -o .libs/rdft-rank-geq2-transposed.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1-bigvec.lo -MD -MP -MF .deps/dft-rank1-bigvec.Tpo -c dft-rank1-bigvec.c -o dft-rank1-bigvec.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2.lo -MD -MP -MF .deps/rdft-rank-geq2.Tpo -c rdft-rank-geq2.c -o rdft-rank-geq2.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-solve.lo -MD -MP -MF .deps/dft-solve.Tpo -c dft-solve.c -o dft-solve.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-problem.lo -MD -MP -MF .deps/rdft-problem.Tpo -c rdft-problem.c  -fPIC -DPIC -o .libs/rdft-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-serial.lo -MD -MP -MF .deps/rdft-serial.Tpo -c rdft-serial.c -o rdft-serial.o >/dev/null 2>&1
mv -f .deps/dft-problem.Tpo .deps/dft-problem.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft-rank-geq2-transposed.Tpo -c rdft-rank-geq2-transposed.c -o rdft-rank-geq2-transposed.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank1-bigvec.lo -MD -MP -MF .deps/rdft-rank1-bigvec.Tpo -c rdft-rank1-bigvec.c  -fPIC -DPIC -o .libs/rdft-rank1-bigvec.o
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-serial.lo -MD -MP -MF .deps/rdft2-serial.Tpo -c -o rdft2-serial.lo rdft2-serial.c
mv -f .deps/rdft-rank-geq2.Tpo .deps/rdft-rank-geq2.Plo
mv -f .deps/dft-rank1-bigvec.Tpo .deps/dft-rank1-bigvec.Plo
mv -f .deps/dft-solve.Tpo .deps/dft-solve.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-problem.lo -MD -MP -MF .deps/rdft-problem.Tpo -c rdft-problem.c -o rdft-problem.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2.lo -MD -MP -MF .deps/rdft2-rank-geq2.Tpo -c -o rdft2-rank-geq2.lo rdft2-rank-geq2.c
mv -f .deps/rdft-serial.Tpo .deps/rdft-serial.Plo
mv -f .deps/rdft-rank-geq2-transposed.Tpo .deps/rdft-rank-geq2-transposed.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft2-rank-geq2-transposed.Tpo -c -o rdft2-rank-geq2-transposed.lo rdft2-rank-geq2-transposed.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-problem.lo -MD -MP -MF .deps/rdft2-problem.Tpo -c -o rdft2-problem.lo rdft2-problem.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-solve.lo -MD -MP -MF .deps/rdft-solve.Tpo -c rdft-solve.c  -fPIC -DPIC -o .libs/rdft-solve.o
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-solve.lo -MD -MP -MF .deps/rdft2-solve.Tpo -c -o rdft2-solve.lo rdft2-solve.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank1-bigvec.lo -MD -MP -MF .deps/rdft-rank1-bigvec.Tpo -c rdft-rank1-bigvec.c -o rdft-rank1-bigvec.o >/dev/null 2>&1
mv -f .deps/rdft-problem.Tpo .deps/rdft-problem.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-solve.lo -MD -MP -MF .deps/rdft-solve.Tpo -c rdft-solve.c -o rdft-solve.o >/dev/null 2>&1
mv -f .deps/rdft-rank1-bigvec.Tpo .deps/rdft-rank1-bigvec.Plo
mv -f .deps/rdft-solve.Tpo .deps/rdft-solve.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-serial.lo -MD -MP -MF .deps/rdft2-serial.Tpo -c rdft2-serial.c  -fPIC -DPIC -o .libs/rdft2-serial.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2.lo -MD -MP -MF .deps/rdft2-rank-geq2.Tpo -c rdft2-rank-geq2.c  -fPIC -DPIC -o .libs/rdft2-rank-geq2.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-problem.lo -MD -MP -MF .deps/rdft2-problem.Tpo -c rdft2-problem.c  -fPIC -DPIC -o .libs/rdft2-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft2-rank-geq2-transposed.Tpo -c rdft2-rank-geq2-transposed.c  -fPIC -DPIC -o .libs/rdft2-rank-geq2-transposed.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-solve.lo -MD -MP -MF .deps/rdft2-solve.Tpo -c rdft2-solve.c  -fPIC -DPIC -o .libs/rdft2-solve.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-serial.lo -MD -MP -MF .deps/rdft2-serial.Tpo -c rdft2-serial.c -o rdft2-serial.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2.lo -MD -MP -MF .deps/rdft2-rank-geq2.Tpo -c rdft2-rank-geq2.c -o rdft2-rank-geq2.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-problem.lo -MD -MP -MF .deps/rdft2-problem.Tpo -c rdft2-problem.c -o rdft2-problem.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft2-rank-geq2-transposed.Tpo -c rdft2-rank-geq2-transposed.c -o rdft2-rank-geq2-transposed.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-solve.lo -MD -MP -MF .deps/rdft2-solve.Tpo -c rdft2-solve.c -o rdft2-solve.o >/dev/null 2>&1
mv -f .deps/rdft2-serial.Tpo .deps/rdft2-serial.Plo
mv -f .deps/rdft2-rank-geq2.Tpo .deps/rdft2-rank-geq2.Plo
mv -f .deps/rdft2-problem.Tpo .deps/rdft2-problem.Plo
mv -f .deps/rdft2-rank-geq2-transposed.Tpo .deps/rdft2-rank-geq2-transposed.Plo
mv -f .deps/rdft2-solve.Tpo .deps/rdft2-solve.Plo
/bin/bash ../libtool  --tag=CC   --mode=link mpicc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3f_mpi.la -rpath /usr/lib/x86_64-linux-gnu any-true.lo api.lo block.lo choose-radix.lo conf.lo dtensor.lo rearrange.lo wisdom-api.lo f03-wrap.lo transpose-alltoall.lo transpose-pairwise.lo transpose-recurse.lo transpose-problem.lo transpose-solve.lo dft-serial.lo dft-rank-geq2.lo dft-rank-geq2-transposed.lo dft-rank1.lo dft-rank1-bigvec.lo dft-problem.lo dft-solve.lo rdft-serial.lo rdft-rank-geq2.lo rdft-rank-geq2-transposed.lo rdft-rank1-bigvec.lo rdft-problem.lo rdft-solve.lo rdft2-serial.lo rdft2-rank-geq2.lo rdft2-rank-geq2-transposed.lo rdft2-problem.lo rdft2-solve.lo ../libfftw3f.la -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/any-true.o .libs/api.o .libs/block.o .libs/choose-radix.o .libs/conf.o .libs/dtensor.o .libs/rearrange.o .libs/wisdom-api.o .libs/f03-wrap.o .libs/transpose-alltoall.o .libs/transpose-pairwise.o .libs/transpose-recurse.o .libs/transpose-problem.o .libs/transpose-solve.o .libs/dft-serial.o .libs/dft-rank-geq2.o .libs/dft-rank-geq2-transposed.o .libs/dft-rank1.o .libs/dft-rank1-bigvec.o .libs/dft-problem.o .libs/dft-solve.o .libs/rdft-serial.o .libs/rdft-rank-geq2.o .libs/rdft-rank-geq2-transposed.o .libs/rdft-rank1-bigvec.o .libs/rdft-problem.o .libs/rdft-solve.o .libs/rdft2-serial.o .libs/rdft2-rank-geq2.o .libs/rdft2-rank-geq2-transposed.o .libs/rdft2-problem.o .libs/rdft2-solve.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3f.so -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3f_mpi.so.3 -o .libs/libfftw3f_mpi.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3f_mpi.so.3" && ln -s "libfftw3f_mpi.so.3.6.10" "libfftw3f_mpi.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3f_mpi.so" && ln -s "libfftw3f_mpi.so.3.6.10" "libfftw3f_mpi.so")
libtool: link: ar cr .libs/libfftw3f_mpi.a  any-true.o api.o block.o choose-radix.o conf.o dtensor.o rearrange.o wisdom-api.o f03-wrap.o transpose-alltoall.o transpose-pairwise.o transpose-recurse.o transpose-problem.o transpose-solve.o dft-serial.o dft-rank-geq2.o dft-rank-geq2-transposed.o dft-rank1.o dft-rank1-bigvec.o dft-problem.o dft-solve.o rdft-serial.o rdft-rank-geq2.o rdft-rank-geq2-transposed.o rdft-rank1-bigvec.o rdft-problem.o rdft-solve.o rdft2-serial.o rdft2-rank-geq2.o rdft2-rank-geq2-transposed.o rdft2-problem.o rdft2-solve.o
libtool: link: ranlib .libs/libfftw3f_mpi.a
libtool: link: ( cd ".libs" && rm -f "libfftw3f_mpi.la" && ln -s "../libfftw3f_mpi.la" "libfftw3f_mpi.la" )
/bin/bash ../libtool  --tag=CC   --mode=link mpicc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o mpi-bench mpi_bench-mpi-bench.o mpi_bench-fftw-bench.o mpi_bench-hook.o libfftw3f_mpi.la ../threads/libfftw3f_threads.la ../libfftw3f.la ../libbench2/libbench2.a -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi  -lm 
libtool: link: mpicc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/mpi-bench mpi_bench-mpi-bench.o mpi_bench-fftw-bench.o mpi_bench-hook.o  ./.libs/libfftw3f_mpi.so ../threads/.libs/libfftw3f_threads.so ../.libs/libfftw3f.so ../libbench2/libbench2.a -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm -pthread
make[5]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
Making all in doc
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making all in FAQ
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making all in tools
make[4]: Entering directory '/<<PKGBUILDDIR>>/tools'
rm -f fftwf-wisdom.1
cp fftw_wisdom.1 fftwf-wisdom.1
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/tools'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT fftwf_wisdom-fftw-wisdom.o -MD -MP -MF .deps/fftwf_wisdom-fftw-wisdom.Tpo -c -o fftwf_wisdom-fftw-wisdom.o `test -f 'fftw-wisdom.c' || echo './'`fftw-wisdom.c
mv -f .deps/fftwf_wisdom-fftw-wisdom.Tpo .deps/fftwf_wisdom-fftw-wisdom.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o fftwf-wisdom fftwf_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o ../threads/libfftw3f_threads.la ../libfftw3f.la ../libbench2/libbench2.a  -lm 
libtool: link: gcc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/fftwf-wisdom fftwf_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o  ../threads/.libs/libfftw3f_threads.so ../.libs/libfftw3f.so ../libbench2/libbench2.a -lm -pthread
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools'
Making all in m4
make[4]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
( cd tests ; /usr/bin/make smallcheck )
make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
perl -w ./check.pl -r -c=1 -v `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench --verbose=1   --verify 'ok12hx13hx8hx9o11v4' --verify 'ik12hx13hx8hx9o11v4' --verify 'obr12v54' --verify 'ibr12v54' --verify 'ofr12v54' --verify 'ifr12v54' --verify '//obc12v54' --verify '//ibc12v54' --verify '//ofc12v54' --verify '//ifc12v54' --verify 'obc12v54' --verify 'ibc12v54' --verify 'ofc12v54' --verify 'ifc12v54'"
ok12hx13hx8hx9o11v4 2.60442e-07 1.60799e-05 2.43559e-07
ik12hx13hx8hx9o11v4 2.50108e-07 1.60799e-05 2.7975e-07
obr12v54 1.4403e-07 2.103e-07 1.38593e-07
ibr12v54 1.94212e-07 2.103e-07 1.27884e-07
ofr12v54 1.40396e-07 1.402e-07 1.6849e-07
ifr12v54 1.61382e-07 2.103e-07 1.55003e-07
//obc12v54 1.79125e-07 2.103e-07 1.57583e-07
//ibc12v54 1.90571e-07 1.402e-07 1.60455e-07
//ofc12v54 1.82379e-07 2.103e-07 1.57696e-07
//ifc12v54 1.44824e-07 2.103e-07 1.60501e-07
obc12v54 1.76214e-07 2.103e-07 1.58846e-07
ibc12v54 1.6908e-07 2.103e-07 1.6307e-07
ofc12v54 1.81556e-07 2.103e-07 1.6008e-07
ifc12v54 1.61331e-07 1.402e-07 1.56461e-07
perl -w ./check.pl -r --estimate -c=5 -v `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench -o estimate --verbose=1   --verify 'ok5e00x18o10x3o01v1' --verify 'ik5e00x18o10x3o01v1' --verify 'obr8x12x7v13' --verify 'ibr8x12x7v13' --verify 'ofr8x12x7v13' --verify 'ifr8x12x7v13' --verify '//obc8x12x7v13' --verify '//ibc8x12x7v13' --verify '//ofc8x12x7v13' --verify '//ifc8x12x7v13' --verify 'obc8x12x7v13' --verify 'ibc8x12x7v13' --verify 'ofc8x12x7v13' --verify 'ifc8x12x7v13' --verify 'ok9e00v155' --verify 'ik9e00v155' --verify 'obr6x3x8x10v4' --verify 'ibr6x3x8x10v4' --verify 'ofr6x3x8x10v4' --verify 'ifr6x3x8x10v4' --verify '//obc6x3x8x10v4' --verify '//ibc6x3x8x10v4' --verify '//ofc6x3x8x10v4' --verify '//ifc6x3x8x10v4' --verify 'obc6x3x8x10v4' --verify 'ibc6x3x8x10v4' --verify 'ofc6x3x8x10v4' --verify 'ifc6x3x8x10v4' --verify 'ok34650b' --verify 'ik34650b' --verify '//obr10x13x12' --verify '//ofr10x13x12' --verify 'obr10x13x12' --verify 'ibr10x13x12' --verify 'ofr10x13x12' --verify 'ifr10x13x12' --verify '//obc10x13x12' --verify '//ibc10x13x12' --verify '//ofc10x13x12' --verify '//ifc10x13x12' --verify 'obc10x13x12' --verify 'ibc10x13x12' --verify 'ofc10x13x12' --verify 'ifc10x13x12'"
ok5e00x18o10x3o01v1 2.41766e-07 2.74181e-06 2.12754e-07
ik5e00x18o10x3o01v1 1.81167e-07 1.78814e-06 2.46301e-07
obr8x12x7v13 1.95069e-07 3.1695e-07 1.9758e-07
ibr8x12x7v13 2.22717e-07 3.1695e-07 2.0311e-07
ofr8x12x7v13 2.17285e-07 2.37712e-07 1.91699e-07
ifr8x12x7v13 1.76706e-07 2.37712e-07 1.91936e-07
//obc8x12x7v13 2.34236e-07 3.1695e-07 2.03805e-07
//ibc8x12x7v13 2.05624e-07 3.1695e-07 2.03606e-07
//ofc8x12x7v13 1.86624e-07 3.1695e-07 1.98902e-07
//ifc8x12x7v13 1.83998e-07 3.1695e-07 2.18139e-07
obc8x12x7v13 1.78687e-07 3.1695e-07 2.55864e-07
ibc8x12x7v13 1.92066e-07 3.1695e-07 2.30202e-07
ofc8x12x7v13 2.03435e-07 3.96187e-07 2.14412e-07
ifc8x12x7v13 2.02039e-07 3.1695e-07 1.98904e-07
ok9e00v155 1.1996e-07 5.99892e-07 1.17756e-07
ik9e00v155 1.52666e-07 5.17407e-07 1.08002e-07
obr6x3x8x10v4 1.9518e-07 4.39802e-07 2.14833e-07
ibr6x3x8x10v4 2.4265e-07 3.76973e-07 2.15773e-07
ofr6x3x8x10v4 2.09525e-07 3.29851e-07 1.99438e-07
ifr6x3x8x10v4 1.99199e-07 3.14144e-07 1.85246e-07
//obc6x3x8x10v4 2.20504e-07 3.76973e-07 1.97717e-07
//ibc6x3x8x10v4 1.92086e-07 3.76973e-07 1.95146e-07
//ofc6x3x8x10v4 2.41488e-07 3.76973e-07 2.53177e-07
//ifc6x3x8x10v4 2.17355e-07 4.39802e-07 1.93362e-07
obc6x3x8x10v4 2.24982e-07 3.76973e-07 2.27297e-07
ibc6x3x8x10v4 2.39791e-07 3.29851e-07 2.45166e-07
ofc6x3x8x10v4 1.88018e-07 4.39802e-07 1.95062e-07
ifc6x3x8x10v4 1.91888e-07 3.76973e-07 2.16231e-07
ok34650b 2.67283e-07 6.10352e-05 2.56495e-07
ik34650b 2.8604e-07 6.10352e-05 2.69888e-07
//obr10x13x12 2.2272e-07 4.82912e-07 2.29363e-07
//ofr10x13x12 2.2191e-07 3.86329e-07 1.95129e-07
obr10x13x12 2.38225e-07 4.82912e-07 2.13943e-07
ibr10x13x12 2.22511e-07 4.82912e-07 2.4021e-07
ofr10x13x12 2.53823e-07 3.86329e-07 2.12774e-07
ifr10x13x12 2.15482e-07 3.86329e-07 2.31258e-07
//obc10x13x12 2.1174e-07 3.86329e-07 2.22893e-07
//ibc10x13x12 2.33354e-07 3.86329e-07 2.11108e-07
//ofc10x13x12 2.02084e-07 3.86329e-07 2.58287e-07
//ifc10x13x12 2.23817e-07 3.86329e-07 2.10238e-07
obc10x13x12 2.22386e-07 4.82912e-07 2.30139e-07
ibc10x13x12 2.34701e-07 5.79494e-07 2.54421e-07
ofc10x13x12 2.02332e-07 3.86329e-07 2.13077e-07
ifc10x13x12 2.19951e-07 3.86329e-07 2.12797e-07
Executing "/<<PKGBUILDDIR>>/tests/bench -o estimate --verbose=1   --verify 'ok11e11x7o11*3' --verify 'ik11e11x7o11*3' --verify '//obr6x72' --verify '//ofr6x72' --verify 'obr6x72' --verify 'ibr6x72' --verify 'ofr6x72' --verify 'ifr6x72' --verify '//obc6x72' --verify '//ibc6x72' --verify '//ofc6x72' --verify '//ifc6x72' --verify 'obc6x72' --verify 'ibc6x72' --verify 'ofc6x72' --verify 'ifc6x72' --verify 'ok9e10x13e01v23' --verify 'ik9e10x13e01v23' --verify 'obr7x12x4v8' --verify 'ibr7x12x4v8' --verify 'ofr7x12x4v8' --verify 'ifr7x12x4v8' --verify '//obc7x12x4v8' --verify '//ibc7x12x4v8' --verify '//ofc7x12x4v8' --verify '//ifc7x12x4v8' --verify 'obc7x12x4v8' --verify 'ibc7x12x4v8' --verify 'ofc7x12x4v8' --verify 'ifc7x12x4v8'"
ok11e11x7o11*3 1.79784e-07 6.4144e-07 1.8797e-07
ik11e11x7o11*3 2.27156e-07 1.2027e-06 2.18012e-07
//obr6x72 2.27933e-07 4.58837e-07 1.97057e-07
//ofr6x72 2.00959e-07 3.67069e-07 1.6405e-07
obr6x72 2.24023e-07 4.58837e-07 2.08107e-07
ibr6x72 2.36415e-07 6.42372e-07 2.0732e-07
ofr6x72 1.89394e-07 3.6707e-07 1.55158e-07
ifr6x72 2.12283e-07 2.75302e-07 2.19208e-07
//obc6x72 1.85623e-07 2.75302e-07 2.00206e-07
//ibc6x72 1.93586e-07 3.6707e-07 2.10145e-07
//ofc6x72 2.64367e-07 2.75302e-07 2.16823e-07
//ifc6x72 2.11246e-07 3.67069e-07 2.02254e-07
obc6x72 1.93545e-07 3.67069e-07 2.1538e-07
ibc6x72 2.12962e-07 2.75302e-07 2.00664e-07
ofc6x72 1.94162e-07 2.75302e-07 2.64137e-07
ifc6x72 2.25434e-07 3.67069e-07 1.94247e-07
ok9e10x13e01v23 2.24573e-07 1.80369e-06 2.24217e-07
ik9e10x13e01v23 2.52099e-07 1.86588e-06 1.96922e-07
obr7x12x4v8 1.77458e-07 3.51184e-07 1.5633e-07
ibr7x12x4v8 2.22437e-07 3.51184e-07 1.60318e-07
ofr7x12x4v8 1.82077e-07 3.51184e-07 1.60781e-07
ifr7x12x4v8 1.72501e-07 3.51184e-07 1.54812e-07
//obc7x12x4v8 2.33608e-07 2.34122e-07 1.99294e-07
//ibc7x12x4v8 2.22867e-07 3.51184e-07 1.99149e-07
//ofc7x12x4v8 2.28627e-07 3.51184e-07 2.21801e-07
//ifc7x12x4v8 2.34702e-07 3.51184e-07 2.06156e-07
obc7x12x4v8 2.11063e-07 3.51184e-07 1.96447e-07
ibc7x12x4v8 2.16376e-07 3.51184e-07 2.07779e-07
ofc7x12x4v8 2.25483e-07 3.51184e-07 2.1027e-07
ifc7x12x4v8 2.2929e-07 4.68245e-07 2.03756e-07
--------------------------------------------------------------
         FFTW transforms passed a few tests!
--------------------------------------------------------------
perl -w ./check.pl -r --estimate -c=2 -v --nthreads=2 `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench -o nthreads=2 -o estimate --verbose=1   --verify 'ok4o01x11e11x5e10x7e01' --verify 'ik4o01x11e11x5e10x7e01' --verify 'obrd8x6v17' --verify 'ibrd8x6v17' --verify 'ofrd8x6v17' --verify 'ifrd8x6v17' --verify '//obcd8x6v17' --verify '//ibcd8x6v17' --verify '//ofcd8x6v17' --verify '//ifcd8x6v17' --verify 'obcd8x6v17' --verify 'ibcd8x6v17' --verify 'ofcd8x6v17' --verify 'ifcd8x6v17' --verify 'ok12o11x3e10x8b*2' --verify 'ik12o11x3e10x8b*2' --verify 'obrd15x10x16v9' --verify 'ibrd15x10x16v9' --verify 'ofrd15x10x16v9' --verify 'ifrd15x10x16v9' --verify '//obcd15x10x16v9' --verify '//ibcd15x10x16v9' --verify '//ofcd15x10x16v9' --verify '//ifcd15x10x16v9' --verify 'obcd15x10x16v9' --verify 'ibcd15x10x16v9' --verify 'ofcd15x10x16v9' --verify 'ifcd15x10x16v9'"
ok4o01x11e11x5e10x7e01 2.91863e-07 7.50293e-06 2.75746e-07
ik4o01x11e11x5e10x7e01 2.44183e-07 6.95314e-06 2.46231e-07
obrd8x6v17 1.66778e-07 2.18622e-07 1.69286e-07
ibrd8x6v17 1.52111e-07 2.18622e-07 1.28441e-07
ofrd8x6v17 1.91411e-07 1.45748e-07 1.39987e-07
ifrd8x6v17 1.59053e-07 2.18622e-07 1.13287e-07
//obcd8x6v17 1.79277e-07 2.18622e-07 1.57952e-07
//ibcd8x6v17 1.88971e-07 2.18622e-07 1.50999e-07
//ofcd8x6v17 1.83689e-07 2.18622e-07 1.97348e-07
//ifcd8x6v17 1.92301e-07 2.18622e-07 1.56337e-07
obcd8x6v17 1.76131e-07 2.91496e-07 1.52245e-07
ibcd8x6v17 2.04625e-07 2.18622e-07 1.75076e-07
ofcd8x6v17 2.10061e-07 2.18622e-07 1.61286e-07
ifcd8x6v17 1.7885e-07 2.18622e-07 1.5197e-07
ok12o11x3e10x8b*2 2.12028e-07 2.59837e-06 3.07407e-07
ik12o11x3e10x8b*2 2.82205e-07 3.58395e-06 2.8173e-07
obrd15x10x16v9 2.1803e-07 4.32595e-07 1.96974e-07
ibrd15x10x16v9 2.09559e-07 4.32596e-07 2.02272e-07
ofrd15x10x16v9 2.37638e-07 4.32596e-07 1.87806e-07
ifrd15x10x16v9 1.97236e-07 5.19115e-07 1.91447e-07
//obcd15x10x16v9 2.33685e-07 4.32596e-07 2.34532e-07
//ibcd15x10x16v9 2.83108e-07 4.32596e-07 2.06933e-07
//ofcd15x10x16v9 2.30755e-07 3.46077e-07 2.25357e-07
//ifcd15x10x16v9 1.97931e-07 4.32595e-07 2.06109e-07
obcd15x10x16v9 2.01653e-07 4.32596e-07 2.11919e-07
ibcd15x10x16v9 1.98898e-07 4.32596e-07 2.48732e-07
ofcd15x10x16v9 2.40209e-07 3.46076e-07 2.01841e-07
ifcd15x10x16v9 2.32516e-07 4.32595e-07 2.59526e-07
--------------------------------------------------------------
         FFTW threaded transforms passed a few tests!
--------------------------------------------------------------
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
/usr/bin/make install DESTDIR=`pwd`/debian/tmp-single
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making install in support
make[3]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/support'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/support'
Making install in kernel
make[3]: Entering directory '/<<PKGBUILDDIR>>/kernel'
make[4]: Entering directory '/<<PKGBUILDDIR>>/kernel'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
Making install in simd-support
make[3]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
make[4]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
Making install in dft
make[3]: Entering directory '/<<PKGBUILDDIR>>/dft'
Making install in scalar
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
Making install in codelets
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
Making install in simd
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
Making install in common
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
Making install in sse2
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
Making install in avx
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
Making install in avx-128-fma
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
Making install in avx2
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
Making install in avx2-128
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
Making install in avx512
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
Making install in kcvi
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
Making install in altivec
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
Making install in vsx
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
Making install in neon
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
Making install in generic-simd128
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
Making install in generic-simd256
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/dft'
Making install in rdft
make[3]: Entering directory '/<<PKGBUILDDIR>>/rdft'
Making install in scalar
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making install in r2cf
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
Making install in r2cb
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
Making install in r2r
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making install in simd
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
Making install in common
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
Making install in sse2
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
Making install in avx
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
Making install in avx-128-fma
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
Making install in avx2
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
Making install in avx2-128
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
Making install in avx512
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
Making install in kcvi
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
Making install in altivec
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
Making install in vsx
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
Making install in neon
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
Making install in generic-simd128
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
Making install in generic-simd256
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
Making install in reodft
make[3]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
Making install in api
make[3]: Entering directory '/<<PKGBUILDDIR>>/api'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/api'
make[5]: Entering directory '/<<PKGBUILDDIR>>/api'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/include'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/include'
 /usr/bin/install -c -m 644 fftw3.h fftw3.f fftw3l.f03 fftw3q.f03 '/<<PKGBUILDDIR>>/debian/tmp-single/usr/include'
 /usr/bin/install -c -m 644 fftw3.f03 '/<<PKGBUILDDIR>>/debian/tmp-single/usr/include'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/api'
Making install in libbench2
make[3]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
make[4]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
Making install in .
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/cmake/fftw3'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/pkgconfig'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libfftw3f.la '/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu'
 /usr/bin/install -c -m 644 FFTW3fConfig.cmake FFTW3fConfigVersion.cmake '/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/cmake/fftw3'
 /usr/bin/install -c -m 644 fftw3f.pc '/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/pkgconfig'
libtool: install: /usr/bin/install -c .libs/libfftw3f.so.3.6.10 /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3f.so.3.6.10 libfftw3f.so.3 || { rm -f libfftw3f.so.3 && ln -s libfftw3f.so.3.6.10 libfftw3f.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3f.so.3.6.10 libfftw3f.so || { rm -f libfftw3f.so && ln -s libfftw3f.so.3.6.10 libfftw3f.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3f.lai /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f.la
libtool: install: /usr/bin/install -c .libs/libfftw3f.a /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Making install in threads
make[3]: Entering directory '/<<PKGBUILDDIR>>/threads'
make[4]: Entering directory '/<<PKGBUILDDIR>>/threads'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libfftw3f_threads.la libfftw3f_omp.la '/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu'
libtool: warning: relinking 'libfftw3f_threads.la'
libtool: install: (cd /<<PKGBUILDDIR>>/threads; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3f_threads.la -rpath /usr/lib/x86_64-linux-gnu libfftw3f_threads_la-api.lo libfftw3f_threads_la-conf.lo libfftw3f_threads_la-threads.lo libfftw3f_threads_la-dft-vrank-geq1.lo libfftw3f_threads_la-ct.lo libfftw3f_threads_la-rdft-vrank-geq1.lo libfftw3f_threads_la-hc2hc.lo libfftw3f_threads_la-vrank-geq1-rdft2.lo libfftw3f_threads_la-f77api.lo ../libfftw3f.la -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-single)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libfftw3f_threads_la-api.o .libs/libfftw3f_threads_la-conf.o .libs/libfftw3f_threads_la-threads.o .libs/libfftw3f_threads_la-dft-vrank-geq1.o .libs/libfftw3f_threads_la-ct.o .libs/libfftw3f_threads_la-rdft-vrank-geq1.o .libs/libfftw3f_threads_la-hc2hc.o .libs/libfftw3f_threads_la-vrank-geq1-rdft2.o .libs/libfftw3f_threads_la-f77api.o   -L/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3f -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3f_threads.so.3 -o .libs/libfftw3f_threads.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3f_threads.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_threads.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3f_threads.so.3.6.10 libfftw3f_threads.so.3 || { rm -f libfftw3f_threads.so.3 && ln -s libfftw3f_threads.so.3.6.10 libfftw3f_threads.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3f_threads.so.3.6.10 libfftw3f_threads.so || { rm -f libfftw3f_threads.so && ln -s libfftw3f_threads.so.3.6.10 libfftw3f_threads.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3f_threads.lai /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_threads.la
libtool: warning: relinking 'libfftw3f_omp.la'
libtool: install: (cd /<<PKGBUILDDIR>>/threads; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink gcc -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3f_omp.la -rpath /usr/lib/x86_64-linux-gnu libfftw3f_omp_la-api.lo libfftw3f_omp_la-conf.lo libfftw3f_omp_la-openmp.lo libfftw3f_omp_la-dft-vrank-geq1.lo libfftw3f_omp_la-ct.lo libfftw3f_omp_la-rdft-vrank-geq1.lo libfftw3f_omp_la-hc2hc.lo libfftw3f_omp_la-vrank-geq1-rdft2.lo libfftw3f_omp_la-f77api.lo ../libfftw3f.la -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-single)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libfftw3f_omp_la-api.o .libs/libfftw3f_omp_la-conf.o .libs/libfftw3f_omp_la-openmp.o .libs/libfftw3f_omp_la-dft-vrank-geq1.o .libs/libfftw3f_omp_la-ct.o .libs/libfftw3f_omp_la-rdft-vrank-geq1.o .libs/libfftw3f_omp_la-hc2hc.o .libs/libfftw3f_omp_la-vrank-geq1-rdft2.o .libs/libfftw3f_omp_la-f77api.o   -L/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3f -lm  -fopenmp -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -fopenmp -Wl,-soname -Wl,libfftw3f_omp.so.3 -o .libs/libfftw3f_omp.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3f_omp.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_omp.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3f_omp.so.3.6.10 libfftw3f_omp.so.3 || { rm -f libfftw3f_omp.so.3 && ln -s libfftw3f_omp.so.3.6.10 libfftw3f_omp.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3f_omp.so.3.6.10 libfftw3f_omp.so || { rm -f libfftw3f_omp.so && ln -s libfftw3f_omp.so.3.6.10 libfftw3f_omp.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3f_omp.lai /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_omp.la
libtool: install: /usr/bin/install -c .libs/libfftw3f_threads.a /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_threads.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_threads.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_threads.a
libtool: install: /usr/bin/install -c .libs/libfftw3f_omp.a /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_omp.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_omp.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_omp.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/threads'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/threads'
Making install in tests
make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Making install in mpi
make[3]: Entering directory '/<<PKGBUILDDIR>>/mpi'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/mpi'
make[5]: Entering directory '/<<PKGBUILDDIR>>/mpi'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/include'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/include'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libfftw3f_mpi.la '/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu'
 /usr/bin/install -c -m 644 fftw3-mpi.h '/<<PKGBUILDDIR>>/debian/tmp-single/usr/include'
 /usr/bin/install -c -m 644 fftw3-mpi.f03 fftw3l-mpi.f03 '/<<PKGBUILDDIR>>/debian/tmp-single/usr/include'
libtool: warning: relinking 'libfftw3f_mpi.la'
libtool: install: (cd /<<PKGBUILDDIR>>/mpi; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink mpicc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3f_mpi.la -rpath /usr/lib/x86_64-linux-gnu any-true.lo api.lo block.lo choose-radix.lo conf.lo dtensor.lo rearrange.lo wisdom-api.lo f03-wrap.lo transpose-alltoall.lo transpose-pairwise.lo transpose-recurse.lo transpose-problem.lo transpose-solve.lo dft-serial.lo dft-rank-geq2.lo dft-rank-geq2-transposed.lo dft-rank1.lo dft-rank1-bigvec.lo dft-problem.lo dft-solve.lo rdft-serial.lo rdft-rank-geq2.lo rdft-rank-geq2-transposed.lo rdft-rank1-bigvec.lo rdft-problem.lo rdft-solve.lo rdft2-serial.lo rdft2-rank-geq2.lo rdft2-rank-geq2-transposed.lo rdft2-problem.lo rdft2-solve.lo ../libfftw3f.la -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-single)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/any-true.o .libs/api.o .libs/block.o .libs/choose-radix.o .libs/conf.o .libs/dtensor.o .libs/rearrange.o .libs/wisdom-api.o .libs/f03-wrap.o .libs/transpose-alltoall.o .libs/transpose-pairwise.o .libs/transpose-recurse.o .libs/transpose-problem.o .libs/transpose-solve.o .libs/dft-serial.o .libs/dft-rank-geq2.o .libs/dft-rank-geq2-transposed.o .libs/dft-rank1.o .libs/dft-rank1-bigvec.o .libs/dft-problem.o .libs/dft-solve.o .libs/rdft-serial.o .libs/rdft-rank-geq2.o .libs/rdft-rank-geq2-transposed.o .libs/rdft-rank1-bigvec.o .libs/rdft-problem.o .libs/rdft-solve.o .libs/rdft2-serial.o .libs/rdft2-rank-geq2.o .libs/rdft2-rank-geq2-transposed.o .libs/rdft2-problem.o .libs/rdft2-solve.o   -L/<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3f -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3f_mpi.so.3 -o .libs/libfftw3f_mpi.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3f_mpi.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3f_mpi.so.3.6.10 libfftw3f_mpi.so.3 || { rm -f libfftw3f_mpi.so.3 && ln -s libfftw3f_mpi.so.3.6.10 libfftw3f_mpi.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3f_mpi.so.3.6.10 libfftw3f_mpi.so || { rm -f libfftw3f_mpi.so && ln -s libfftw3f_mpi.so.3.6.10 libfftw3f_mpi.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3f_mpi.lai /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_mpi.la
libtool: install: /usr/bin/install -c .libs/libfftw3f_mpi.a /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_mpi.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_mpi.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-single/usr/lib/x86_64-linux-gnu/libfftw3f_mpi.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
Making install in doc
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making install in FAQ
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/share/info'
 /usr/bin/install -c -m 644 ./fftw3.info ./fftw3.info-1 ./fftw3.info-2 '/<<PKGBUILDDIR>>/debian/tmp-single/usr/share/info'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making install in tools
make[3]: Entering directory '/<<PKGBUILDDIR>>/tools'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/tools'
make[5]: Entering directory '/<<PKGBUILDDIR>>/tools'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/bin'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/bin'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-single/usr/share/man/man1'
 /usr/bin/install -c fftw-wisdom-to-conf '/<<PKGBUILDDIR>>/debian/tmp-single/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c fftwf-wisdom '/<<PKGBUILDDIR>>/debian/tmp-single/usr/bin'
 /usr/bin/install -c -m 644 fftw-wisdom-to-conf.1 fftwf-wisdom.1 '/<<PKGBUILDDIR>>/debian/tmp-single/usr/share/man/man1'
libtool: warning: '../threads/libfftw3f_threads.la' has not been installed in '/usr/lib/x86_64-linux-gnu'
libtool: warning: '../libfftw3f.la' has not been installed in '/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/fftwf-wisdom /<<PKGBUILDDIR>>/debian/tmp-single/usr/bin/fftwf-wisdom
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tools'
Making install in m4
make[3]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
#
# double precision
CFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security' LDFLAGS='-Wl,-z,relro' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' ./configure  --build x86_64-linux-gnu F77="gfortran -ff2c" --prefix=/usr --enable-shared --enable-threads --enable-openmp --enable-mpi --libdir=\${prefix}/lib/x86_64-linux-gnu MPILIBS="-pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi" --enable-sse2 --enable-avx
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free 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-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for C compiler vendor... gnu
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 gcc... /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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
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 gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking for ranlib... (cached) ranlib
checking for ocamlbuild... no
checking for mpicc... mpicc
checking for mpi.h... yes
checking for mpirun... mpirun
checking size of MPI_Fint... 4
checking whether C compiler accepts -mtune=native... yes
checking whether C compiler accepts -malign-double... yes
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -fno-schedule-insns... yes
checking whether C compiler accepts -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns... yes
checking whether C compiler accepts -msse2... yes
checking whether C compiler accepts -mavx... yes
checking for egrep... (cached) /bin/grep -E
checking for fcntl.h... yes
checking for fenv.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for sys/time.h... (cached) yes
checking for altivec.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for uint32_t... yes
checking for uint64_t... 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 ptrdiff_t... yes
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 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... no
checking for abort... yes
checking for sinl... yes
checking for cosl... yes
checking for snprintf... yes
checking for memmove... yes
checking for strchr... yes
checking for getpagesize... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sinl is declared... yes
checking whether cosl is declared... yes
checking whether sinq is declared... no
checking whether cosq is declared... no
checking whether memalign is declared... yes
checking whether drand48 is declared... yes
checking whether srand48 is declared... yes
checking whether posix_memalign is declared... yes
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... (cached) yes
yes
checking whether the compiler supports GNU Fortran 77... yes
checking whether gfortran -ff2c accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran -ff2c option to produce PIC... -fPIC
checking if gfortran -ff2c PIC flag -fPIC works... yes
checking if gfortran -ff2c static flag -static works... yes
checking if gfortran -ff2c supports -c -o file.o... yes
checking if gfortran -ff2c supports -c -o file.o... (cached) yes
checking whether the gfortran -ff2c 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 how to get verbose linking output from gfortran -ff2c... -v
checking for Fortran 77 libraries of gfortran -ff2c...  -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, extra underscore
checking for OpenMP flag of C compiler... -fopenmp
checking for Win32 threads... no
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... no
***************************************************************
WARNING: No cycle counter found.  FFTW will use ESTIMATE mode  
         for all plans.  See the manual for more information.
***************************************************************
checking that generated files are newer than configure... done
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/avx-128-fma/Makefile
config.status: creating dft/simd/avx2/Makefile
config.status: creating dft/simd/avx2-128/Makefile
config.status: creating dft/simd/avx512/Makefile
config.status: creating dft/simd/kcvi/Makefile
config.status: creating dft/simd/altivec/Makefile
config.status: creating dft/simd/vsx/Makefile
config.status: creating dft/simd/neon/Makefile
config.status: creating dft/simd/generic-simd128/Makefile
config.status: creating dft/simd/generic-simd256/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/avx-128-fma/Makefile
config.status: creating rdft/simd/avx2/Makefile
config.status: creating rdft/simd/avx2-128/Makefile
config.status: creating rdft/simd/avx512/Makefile
config.status: creating rdft/simd/kcvi/Makefile
config.status: creating rdft/simd/altivec/Makefile
config.status: creating rdft/simd/vsx/Makefile
config.status: creating rdft/simd/neon/Makefile
config.status: creating rdft/simd/generic-simd128/Makefile
config.status: creating rdft/simd/generic-simd256/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
/usr/bin/make
make[2]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make  all-recursive
make[3]: Entering directory '/<<PKGBUILDDIR>>'
Making all in support
make[4]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/support'
Making all in kernel
make[4]: Entering directory '/<<PKGBUILDDIR>>/kernel'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c -o align.lo align.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c -o assert.lo assert.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c -o awake.lo awake.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c -o cpy1d.lo cpy1d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c -o cpy2d-pair.lo cpy2d-pair.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c -o cpy2d.lo cpy2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c  -fPIC -DPIC -o .libs/assert.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c  -fPIC -DPIC -o .libs/align.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c  -fPIC -DPIC -o .libs/awake.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c  -fPIC -DPIC -o .libs/alloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c  -fPIC -DPIC -o .libs/cpy2d-pair.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c  -fPIC -DPIC -o .libs/cpy1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c -o assert.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c -o awake.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -o align.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c  -fPIC -DPIC -o .libs/cpy2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c -o cpy2d-pair.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c -o cpy1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
mv -f .deps/assert.Tpo .deps/assert.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
mv -f .deps/buffered.Tpo .deps/buffered.Plo
mv -f .deps/awake.Tpo .deps/awake.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c -o cpy2d.o >/dev/null 2>&1
mv -f .deps/align.Tpo .deps/align.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c -o extract-reim.lo extract-reim.c
mv -f .deps/cpy2d-pair.Tpo .deps/cpy2d-pair.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c
mv -f .deps/cpy1d.Tpo .deps/cpy1d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c -o iabs.lo iabs.c
mv -f .deps/alloc.Tpo .deps/alloc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c -o kalloc.lo kalloc.c
mv -f .deps/ct.Tpo .deps/ct.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c -o md5-1.lo md5-1.c
mv -f .deps/cpy2d.Tpo .deps/cpy2d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c -o minmax.lo minmax.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c -o ops.lo ops.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c  -fPIC -DPIC -o .libs/hash.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c  -fPIC -DPIC -o .libs/iabs.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c  -fPIC -DPIC -o .libs/extract-reim.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/md5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c -o iabs.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c  -fPIC -DPIC -o .libs/md5-1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c  -fPIC -DPIC -o .libs/ops.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c  -fPIC -DPIC -o .libs/kalloc.o
mv -f .deps/debug.Tpo .deps/debug.Plo
mv -f .deps/hash.Tpo .deps/hash.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c -o extract-reim.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c -o pickdim.lo pickdim.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c  -fPIC -DPIC -o .libs/minmax.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c -o md5-1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c -o kalloc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c -o ops.o >/dev/null 2>&1
mv -f .deps/extract-reim.Tpo .deps/extract-reim.Plo
mv -f .deps/iabs.Tpo .deps/iabs.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -o minmax.o >/dev/null 2>&1
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c -o planner.lo planner.c
mv -f .deps/md5-1.Tpo .deps/md5-1.Plo
mv -f .deps/kalloc.Tpo .deps/kalloc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c -o primes.lo primes.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c -o print.lo print.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c -o rader.lo rader.c
mv -f .deps/minmax.Tpo .deps/minmax.Plo
mv -f .deps/ops.Tpo .deps/ops.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c -o scan.lo scan.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c -o solver.lo solver.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c  -fPIC -DPIC -o .libs/pickdim.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c  -fPIC -DPIC -o .libs/primes.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c  -fPIC -DPIC -o .libs/planner.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c -o pickdim.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c  -fPIC -DPIC -o .libs/rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c -o planner.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c -o primes.o >/dev/null 2>&1
mv -f .deps/pickdim.Tpo .deps/pickdim.Plo
mv -f .deps/plan.Tpo .deps/plan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c -o solvtab.lo solvtab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c -o stride.lo stride.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c  -fPIC -DPIC -o .libs/solver.o
mv -f .deps/planner.Tpo .deps/planner.Plo
mv -f .deps/rader.Tpo .deps/rader.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c  -fPIC -DPIC -o .libs/print.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c -o tensor.lo tensor.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c -o tensor1.lo tensor1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c -o solver.o >/dev/null 2>&1
mv -f .deps/primes.Tpo .deps/primes.Plo
mv -f .deps/problem.Tpo .deps/problem.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c -o tensor2.lo tensor2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c  -fPIC -DPIC -o .libs/scan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -o print.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c -o tensor3.lo tensor3.c
mv -f .deps/solver.Tpo .deps/solver.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c -o tensor4.lo tensor4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -o scan.o >/dev/null 2>&1
mv -f .deps/print.Tpo .deps/print.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c -o tensor5.lo tensor5.c
mv -f .deps/scan.Tpo .deps/scan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c -o tensor7.lo tensor7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c  -fPIC -DPIC -o .libs/solvtab.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c  -fPIC -DPIC -o .libs/stride.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c  -fPIC -DPIC -o .libs/tensor1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c  -fPIC -DPIC -o .libs/tensor.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c -o solvtab.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c -o stride.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c -o tensor.o >/dev/null 2>&1
mv -f .deps/solvtab.Tpo .deps/solvtab.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c -o tensor1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c  -fPIC -DPIC -o .libs/tensor2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c  -fPIC -DPIC -o .libs/tensor3.o
mv -f .deps/stride.Tpo .deps/stride.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c -o tensor8.lo tensor8.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c -o tensor9.lo tensor9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c  -fPIC -DPIC -o .libs/tensor4.o
mv -f .deps/tensor.Tpo .deps/tensor.Plo
mv -f .deps/tensor1.Tpo .deps/tensor1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c -o tensor3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c -o tensor2.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c -o tile2d.lo tile2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c  -fPIC -DPIC -o .libs/tensor7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c -o tensor4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c  -fPIC -DPIC -o .libs/tensor5.o
mv -f .deps/tensor3.Tpo .deps/tensor3.Plo
mv -f .deps/tensor2.Tpo .deps/tensor2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c -o transpose.lo transpose.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c -o tensor5.o >/dev/null 2>&1
mv -f .deps/tensor4.Tpo .deps/tensor4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c -o tensor7.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c -o trig.lo trig.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c -o twiddle.lo twiddle.c
mv -f .deps/tensor5.Tpo .deps/tensor5.Plo
mv -f .deps/tensor7.Tpo .deps/tensor7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c  -fPIC -DPIC -o .libs/tensor8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c  -fPIC -DPIC -o .libs/tensor9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c  -fPIC -DPIC -o .libs/tile2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c -o tensor8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c -o tensor9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c  -fPIC -DPIC -o .libs/timer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c -o tile2d.o >/dev/null 2>&1
mv -f .deps/tensor9.Tpo .deps/tensor9.Plo
mv -f .deps/tensor8.Tpo .deps/tensor8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c  -fPIC -DPIC -o .libs/transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c  -fPIC -DPIC -o .libs/twiddle.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c  -fPIC -DPIC -o .libs/trig.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c -o transpose.o >/dev/null 2>&1
mv -f .deps/tile2d.Tpo .deps/tile2d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c -o trig.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c -o twiddle.o >/dev/null 2>&1
mv -f .deps/timer.Tpo .deps/timer.Plo
mv -f .deps/transpose.Tpo .deps/transpose.Plo
mv -f .deps/trig.Tpo .deps/trig.Plo
mv -f .deps/twiddle.Tpo .deps/twiddle.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libkernel.la  align.lo alloc.lo assert.lo awake.lo buffered.lo cpy1d.lo cpy2d-pair.lo cpy2d.lo ct.lo debug.lo extract-reim.lo hash.lo iabs.lo kalloc.lo md5-1.lo md5.lo minmax.lo ops.lo pickdim.lo plan.lo planner.lo primes.lo print.lo problem.lo rader.lo scan.lo solver.lo solvtab.lo stride.lo tensor.lo tensor1.lo tensor2.lo tensor3.lo tensor4.lo tensor5.lo tensor7.lo tensor8.lo tensor9.lo tile2d.lo timer.lo transpose.lo trig.lo twiddle.lo  -lm 
libtool: link: rm -fr  .libs/libkernel.a .libs/libkernel.la
libtool: link: ar cr .libs/libkernel.a .libs/align.o .libs/alloc.o .libs/assert.o .libs/awake.o .libs/buffered.o .libs/cpy1d.o .libs/cpy2d-pair.o .libs/cpy2d.o .libs/ct.o .libs/debug.o .libs/extract-reim.o .libs/hash.o .libs/iabs.o .libs/kalloc.o .libs/md5-1.o .libs/md5.o .libs/minmax.o .libs/ops.o .libs/pickdim.o .libs/plan.o .libs/planner.o .libs/primes.o .libs/print.o .libs/problem.o .libs/rader.o .libs/scan.o .libs/solver.o .libs/solvtab.o .libs/stride.o .libs/tensor.o .libs/tensor1.o .libs/tensor2.o .libs/tensor3.o .libs/tensor4.o .libs/tensor5.o .libs/tensor7.o .libs/tensor8.o .libs/tensor9.o .libs/tile2d.o .libs/timer.o .libs/transpose.o .libs/trig.o .libs/twiddle.o 
libtool: link: ranlib .libs/libkernel.a
libtool: link: ( cd ".libs" && rm -f "libkernel.la" && ln -s "../libkernel.la" "libkernel.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
Making all in simd-support
make[4]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c -o taint.lo taint.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c -o sse2.lo sse2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c -o avx.lo avx.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c -o avx-128-fma.lo avx-128-fma.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c -o avx2.lo avx2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c -o avx512.lo avx512.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c -o kcvi.lo kcvi.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c -o altivec.lo altivec.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c -o vsx.lo vsx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c  -fPIC -DPIC -o .libs/avx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c  -fPIC -DPIC -o .libs/sse2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c  -fPIC -DPIC -o .libs/altivec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c avx2.c  -fPIC -DPIC -o .libs/avx2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c vsx.c  -fPIC -DPIC -o .libs/vsx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c  -fPIC -DPIC -o .libs/taint.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c avx512.c  -fPIC -DPIC -o .libs/avx512.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c -o avx.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c -o sse2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c avx-128-fma.c  -fPIC -DPIC -o .libs/avx-128-fma.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c -o altivec.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c kcvi.c  -fPIC -DPIC -o .libs/kcvi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c avx2.c -o avx2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c avx512.c -o avx512.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c vsx.c -o vsx.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c -o taint.o >/dev/null 2>&1
mv -f .deps/avx.Tpo .deps/avx.Plo
mv -f .deps/altivec.Tpo .deps/altivec.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c avx-128-fma.c -o avx-128-fma.o >/dev/null 2>&1
mv -f .deps/sse2.Tpo .deps/sse2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c kcvi.c -o kcvi.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c -o neon.lo neon.c
mv -f .deps/avx512.Tpo .deps/avx512.Plo
mv -f .deps/avx2.Tpo .deps/avx2.Plo
mv -f .deps/vsx.Tpo .deps/vsx.Plo
mv -f .deps/taint.Tpo .deps/taint.Plo
mv -f .deps/avx-128-fma.Tpo .deps/avx-128-fma.Plo
mv -f .deps/kcvi.Tpo .deps/kcvi.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c  -fPIC -DPIC -o .libs/neon.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c -o neon.o >/dev/null 2>&1
mv -f .deps/neon.Tpo .deps/neon.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libsimd_support.la  taint.lo sse2.lo avx.lo avx-128-fma.lo avx2.lo avx512.lo kcvi.lo altivec.lo vsx.lo neon.lo  -lm 
libtool: link: rm -fr  .libs/libsimd_support.a .libs/libsimd_support.la
libtool: link: ar cr .libs/libsimd_support.a .libs/taint.o .libs/sse2.o .libs/avx.o .libs/avx-128-fma.o .libs/avx2.o .libs/avx512.o .libs/kcvi.o .libs/altivec.o .libs/vsx.o .libs/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" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
Making all in dft
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft'
Making all in scalar
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
Making all in codelets
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c -o n1_2.lo n1_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c -o n1_3.lo n1_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c -o n1_4.lo n1_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c -o n1_5.lo n1_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c -o n1_6.lo n1_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c -o n1_7.lo n1_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c -o n1_8.lo n1_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c -o n1_9.lo n1_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c -o n1_10.lo n1_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c  -fPIC -DPIC -o .libs/n1_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c  -fPIC -DPIC -o .libs/n1_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c  -fPIC -DPIC -o .libs/n1_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c  -fPIC -DPIC -o .libs/n1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c  -fPIC -DPIC -o .libs/n1_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c  -fPIC -DPIC -o .libs/n1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c  -fPIC -DPIC -o .libs/n1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c -o n1_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c -o n1_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c  -fPIC -DPIC -o .libs/n1_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c -o n1_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c -o n1_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c -o n1_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c -o n1_3.o >/dev/null 2>&1
mv -f .deps/n1_2.Tpo .deps/n1_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c -o n1_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c -o n1_10.o >/dev/null 2>&1
mv -f .deps/n1_8.Tpo .deps/n1_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c  -fPIC -DPIC -o .libs/n1_6.o
mv -f .deps/n1_7.Tpo .deps/n1_7.Plo
mv -f .deps/n1_4.Tpo .deps/n1_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c -o n1_11.lo n1_11.c
mv -f .deps/n1_5.Tpo .deps/n1_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c -o n1_12.lo n1_12.c
mv -f .deps/n1_3.Tpo .deps/n1_3.Plo
mv -f .deps/n1_9.Tpo .deps/n1_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c -o n1_13.lo n1_13.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c -o n1_14.lo n1_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c -o n1_15.lo n1_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c -o n1_6.o >/dev/null 2>&1
mv -f .deps/n1_10.Tpo .deps/n1_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c -o n1_16.lo n1_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c -o n1_32.lo n1_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c -o n1_64.lo n1_64.c
mv -f .deps/n1_6.Tpo .deps/n1_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c -o n1_20.lo n1_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c  -fPIC -DPIC -o .libs/n1_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c  -fPIC -DPIC -o .libs/n1_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c  -fPIC -DPIC -o .libs/n1_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c  -fPIC -DPIC -o .libs/n1_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c -o n1_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c -o n1_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c -o n1_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c  -fPIC -DPIC -o .libs/n1_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c  -fPIC -DPIC -o .libs/n1_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c  -fPIC -DPIC -o .libs/n1_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c -o n1_32.o >/dev/null 2>&1
mv -f .deps/n1_14.Tpo .deps/n1_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c  -fPIC -DPIC -o .libs/n1_13.o
mv -f .deps/n1_11.Tpo .deps/n1_11.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c  -fPIC -DPIC -o .libs/n1_20.o
mv -f .deps/n1_12.Tpo .deps/n1_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c -o n1_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c -o n1_15.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c -o n1_25.lo n1_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c -o t1_2.lo t1_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c -o n1_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c -o n1_13.o >/dev/null 2>&1
mv -f .deps/n1_32.Tpo .deps/n1_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c -o t1_3.lo t1_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c -o n1_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c -o t1_4.lo t1_4.c
mv -f .deps/n1_16.Tpo .deps/n1_16.Plo
mv -f .deps/n1_15.Tpo .deps/n1_15.Plo
mv -f .deps/n1_13.Tpo .deps/n1_13.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c -o t1_5.lo t1_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c -o t1_6.lo t1_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c -o t1_7.lo t1_7.c
mv -f .deps/n1_20.Tpo .deps/n1_20.Plo
mv -f .deps/n1_64.Tpo .deps/n1_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c -o t1_8.lo t1_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c -o t1_9.lo t1_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c  -fPIC -DPIC -o .libs/t1_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c  -fPIC -DPIC -o .libs/n1_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c  -fPIC -DPIC -o .libs/t1_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c -o t1_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c  -fPIC -DPIC -o .libs/t1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c  -fPIC -DPIC -o .libs/t1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c  -fPIC -DPIC -o .libs/t1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c  -fPIC -DPIC -o .libs/t1_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c -o n1_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c -o t1_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c  -fPIC -DPIC -o .libs/t1_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c -o t1_4.o >/dev/null 2>&1
mv -f .deps/t1_2.Tpo .deps/t1_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c -o t1_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c -o t1_3.o >/dev/null 2>&1
mv -f .deps/n1_25.Tpo .deps/n1_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c -o t1_10.lo t1_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c -o t1_12.lo t1_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c -o t1_7.o >/dev/null 2>&1
mv -f .deps/t1_6.Tpo .deps/t1_6.Plo
mv -f .deps/t1_4.Tpo .deps/t1_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c -o t1_8.o >/dev/null 2>&1
mv -f .deps/t1_3.Tpo .deps/t1_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c -o t1_15.lo t1_15.c
mv -f .deps/t1_5.Tpo .deps/t1_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c -o t1_16.lo t1_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c -o t1_32.lo t1_32.c
mv -f .deps/t1_7.Tpo .deps/t1_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c -o t1_64.lo t1_64.c
mv -f .deps/t1_8.Tpo .deps/t1_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c -o t1_20.lo t1_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c -o t1_25.lo t1_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c  -fPIC -DPIC -o .libs/t1_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c -o t1_9.o >/dev/null 2>&1
mv -f .deps/t1_9.Tpo .deps/t1_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c -o t2_4.lo t2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c  -fPIC -DPIC -o .libs/t1_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c -o t1_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c  -fPIC -DPIC -o .libs/t1_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c  -fPIC -DPIC -o .libs/t1_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c  -fPIC -DPIC -o .libs/t1_10.o
mv -f .deps/t1_12.Tpo .deps/t1_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c  -fPIC -DPIC -o .libs/t1_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c -o t2_8.lo t2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c -o t1_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c -o t1_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c -o t1_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c  -fPIC -DPIC -o .libs/t1_25.o
mv -f .deps/t1_15.Tpo .deps/t1_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c  -fPIC -DPIC -o .libs/t1_20.o
mv -f .deps/t1_32.Tpo .deps/t1_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c -o t1_16.o >/dev/null 2>&1
mv -f .deps/t1_10.Tpo .deps/t1_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c -o t2_16.lo t2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c  -fPIC -DPIC -o .libs/t1_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c -o t1_25.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c -o t2_32.lo t2_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c -o t2_64.lo t2_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c -o t1_20.o >/dev/null 2>&1
mv -f .deps/t1_16.Tpo .deps/t1_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c -o t2_5.lo t2_5.c
mv -f .deps/t1_25.Tpo .deps/t1_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c -o t2_10.lo t2_10.c
mv -f .deps/t1_20.Tpo .deps/t1_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c -o t2_20.lo t2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c -o t1_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c  -fPIC -DPIC -o .libs/t2_4.o
mv -f .deps/t1_64.Tpo .deps/t1_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c -o t2_25.lo t2_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c -o t2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c  -fPIC -DPIC -o .libs/t2_8.o
mv -f .deps/t2_4.Tpo .deps/t2_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c -o q1_2.lo q1_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c -o t2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c  -fPIC -DPIC -o .libs/t2_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c  -fPIC -DPIC -o .libs/t2_32.o
mv -f .deps/t2_8.Tpo .deps/t2_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c -o q1_4.lo q1_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c  -fPIC -DPIC -o .libs/t2_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c  -fPIC -DPIC -o .libs/t2_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c -o t2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c -o t2_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c  -fPIC -DPIC -o .libs/t2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c -o t2_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c -o t2_5.o >/dev/null 2>&1
mv -f .deps/t2_64.Tpo .deps/t2_64.Plo
mv -f .deps/t2_32.Tpo .deps/t2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c -o q1_8.lo q1_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c -o t2_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c -o q1_3.lo q1_3.c
mv -f .deps/t2_10.Tpo .deps/t2_10.Plo
mv -f .deps/t2_5.Tpo .deps/t2_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c -o q1_5.lo q1_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c -o q1_6.lo q1_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c  -fPIC -DPIC -o .libs/t2_20.o
mv -f .deps/t2_16.Tpo .deps/t2_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c -o t2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c  -fPIC -DPIC -o .libs/t2_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c  -fPIC -DPIC -o .libs/q1_2.o
mv -f .deps/t2_20.Tpo .deps/t2_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c -o t2_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c -o q1_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c  -fPIC -DPIC -o .libs/q1_4.o
mv -f .deps/t2_25.Tpo .deps/t2_25.Plo
mv -f .deps/q1_2.Tpo .deps/q1_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c  -fPIC -DPIC -o .libs/q1_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c -o q1_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c  -fPIC -DPIC -o .libs/q1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c  -fPIC -DPIC -o .libs/q1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c -o q1_8.o >/dev/null 2>&1
mv -f .deps/q1_4.Tpo .deps/q1_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c -o q1_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c -o q1_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c  -fPIC -DPIC -o .libs/q1_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/q1_8.Tpo .deps/q1_8.Plo
mv -f .deps/q1_5.Tpo .deps/q1_5.Plo
mv -f .deps/q1_3.Tpo .deps/q1_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c -o q1_6.o >/dev/null 2>&1
mv -f .deps/codlist.Tpo .deps/codlist.Plo
mv -f .deps/q1_6.Tpo .deps/q1_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_scalar_codelets.la  n1_2.lo n1_3.lo n1_4.lo n1_5.lo n1_6.lo n1_7.lo n1_8.lo n1_9.lo n1_10.lo n1_11.lo n1_12.lo n1_13.lo n1_14.lo n1_15.lo n1_16.lo n1_32.lo n1_64.lo n1_20.lo n1_25.lo t1_2.lo t1_3.lo t1_4.lo t1_5.lo t1_6.lo t1_7.lo t1_8.lo t1_9.lo t1_10.lo t1_12.lo t1_15.lo t1_16.lo t1_32.lo t1_64.lo t1_20.lo t1_25.lo t2_4.lo t2_8.lo t2_16.lo t2_32.lo t2_64.lo t2_5.lo t2_10.lo t2_20.lo t2_25.lo   q1_2.lo q1_4.lo q1_8.lo q1_3.lo q1_5.lo q1_6.lo codlist.lo  -lm 
libtool: link: rm -fr  .libs/libdft_scalar_codelets.a .libs/libdft_scalar_codelets.la
libtool: link: ar cr .libs/libdft_scalar_codelets.a .libs/n1_2.o .libs/n1_3.o .libs/n1_4.o .libs/n1_5.o .libs/n1_6.o .libs/n1_7.o .libs/n1_8.o .libs/n1_9.o .libs/n1_10.o .libs/n1_11.o .libs/n1_12.o .libs/n1_13.o .libs/n1_14.o .libs/n1_15.o .libs/n1_16.o .libs/n1_32.o .libs/n1_64.o .libs/n1_20.o .libs/n1_25.o .libs/t1_2.o .libs/t1_3.o .libs/t1_4.o .libs/t1_5.o .libs/t1_6.o .libs/t1_7.o .libs/t1_8.o .libs/t1_9.o .libs/t1_10.o .libs/t1_12.o .libs/t1_15.o .libs/t1_16.o .libs/t1_32.o .libs/t1_64.o .libs/t1_20.o .libs/t1_25.o .libs/t2_4.o .libs/t2_8.o .libs/t2_16.o .libs/t2_32.o .libs/t2_64.o .libs/t2_5.o .libs/t2_10.o .libs/t2_20.o .libs/t2_25.o .libs/q1_2.o .libs/q1_4.o .libs/q1_8.o .libs/q1_3.o .libs/q1_5.o .libs/q1_6.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c -o n.lo n.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c -o t.lo t.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c  -fPIC -DPIC -o .libs/n.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c  -fPIC -DPIC -o .libs/t.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c -o t.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c -o n.o >/dev/null 2>&1
mv -f .deps/t.Tpo .deps/t.Plo
mv -f .deps/n.Tpo .deps/n.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_scalar.la  n.lo t.lo  -lm 
libtool: link: rm -fr  .libs/libdft_scalar.a .libs/libdft_scalar.la
libtool: link: ar cr .libs/libdft_scalar.a .libs/n.o .libs/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" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
Making all in simd
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
Making all in common
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
Making all in sse2
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c -o n1fv_2.lo n1fv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c -o n1fv_3.lo n1fv_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c -o n1fv_4.lo n1fv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c -o n1fv_5.lo n1fv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c -o n1fv_6.lo n1fv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c -o n1fv_7.lo n1fv_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c -o n1fv_8.lo n1fv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c -o n1fv_9.lo n1fv_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c -o n1fv_10.lo n1fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c  -fPIC -DPIC -o .libs/n1fv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c  -fPIC -DPIC -o .libs/n1fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c  -fPIC -DPIC -o .libs/n1fv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c  -fPIC -DPIC -o .libs/n1fv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c  -fPIC -DPIC -o .libs/n1fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c  -fPIC -DPIC -o .libs/n1fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c -o n1fv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c -o n1fv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c -o n1fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c  -fPIC -DPIC -o .libs/n1fv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c -o n1fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c  -fPIC -DPIC -o .libs/n1fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c -o n1fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c  -fPIC -DPIC -o .libs/n1fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -o n1fv_9.o >/dev/null 2>&1
mv -f .deps/n1fv_4.Tpo .deps/n1fv_4.Plo
mv -f .deps/n1fv_6.Tpo .deps/n1fv_6.Plo
mv -f .deps/n1fv_3.Tpo .deps/n1fv_3.Plo
mv -f .deps/n1fv_5.Tpo .deps/n1fv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c -o n1fv_11.lo n1fv_11.c
mv -f .deps/n1fv_2.Tpo .deps/n1fv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c -o n1fv_7.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c -o n1fv_12.lo n1fv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c -o n1fv_13.lo n1fv_13.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c -o n1fv_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c -o n1fv_14.lo n1fv_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c -o n1fv_15.lo n1fv_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c -o n1fv_8.o >/dev/null 2>&1
mv -f .deps/n1fv_9.Tpo .deps/n1fv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c -o n1fv_16.lo n1fv_16.c
mv -f .deps/n1fv_10.Tpo .deps/n1fv_10.Plo
mv -f .deps/n1fv_8.Tpo .deps/n1fv_8.Plo
mv -f .deps/n1fv_7.Tpo .deps/n1fv_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c -o n1fv_32.lo n1fv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c -o n1fv_64.lo n1fv_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c -o n1fv_128.lo n1fv_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c  -fPIC -DPIC -o .libs/n1fv_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c  -fPIC -DPIC -o .libs/n1fv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c  -fPIC -DPIC -o .libs/n1fv_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c  -fPIC -DPIC -o .libs/n1fv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c  -fPIC -DPIC -o .libs/n1fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c -o n1fv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c -o n1fv_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c -o n1fv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c -o n1fv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c  -fPIC -DPIC -o .libs/n1fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c  -fPIC -DPIC -o .libs/n1fv_11.o
mv -f .deps/n1fv_13.Tpo .deps/n1fv_13.Plo
mv -f .deps/n1fv_14.Tpo .deps/n1fv_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c -o n1fv_15.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c -o n1fv_20.lo n1fv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c -o n1fv_25.lo n1fv_25.c
mv -f .deps/n1fv_12.Tpo .deps/n1fv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c -o n1fv_32.o >/dev/null 2>&1
mv -f .deps/n1fv_16.Tpo .deps/n1fv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -o n1fv_11.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c -o n1bv_2.lo n1bv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c -o n1bv_3.lo n1bv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c  -fPIC -DPIC -o .libs/n1fv_64.o
mv -f .deps/n1fv_15.Tpo .deps/n1fv_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c  -fPIC -DPIC -o .libs/n1fv_128.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c -o n1bv_4.lo n1bv_4.c
mv -f .deps/n1fv_11.Tpo .deps/n1fv_11.Plo
mv -f .deps/n1fv_32.Tpo .deps/n1fv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c -o n1fv_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c -o n1bv_5.lo n1bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c -o n1fv_128.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c -o n1bv_6.lo n1bv_6.c
mv -f .deps/n1fv_64.Tpo .deps/n1fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c -o n1bv_7.lo n1bv_7.c
mv -f .deps/n1fv_128.Tpo .deps/n1fv_128.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c -o n1bv_8.lo n1bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c  -fPIC -DPIC -o .libs/n1fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c  -fPIC -DPIC -o .libs/n1fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c  -fPIC -DPIC -o .libs/n1bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c  -fPIC -DPIC -o .libs/n1bv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c -o n1fv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c -o n1bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c -o n1bv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c -o n1fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c  -fPIC -DPIC -o .libs/n1bv_5.o
mv -f .deps/n1bv_2.Tpo .deps/n1bv_2.Plo
mv -f .deps/n1fv_20.Tpo .deps/n1fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c -o n1bv_9.lo n1bv_9.c
mv -f .deps/n1bv_3.Tpo .deps/n1bv_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c -o n1bv_10.lo n1bv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c  -fPIC -DPIC -o .libs/n1bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c -o n1bv_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c -o n1bv_11.lo n1bv_11.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c  -fPIC -DPIC -o .libs/n1bv_8.o
mv -f .deps/n1fv_25.Tpo .deps/n1fv_25.Plo
mv -f .deps/n1bv_5.Tpo .deps/n1bv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c -o n1bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c  -fPIC -DPIC -o .libs/n1bv_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c -o n1bv_12.lo n1bv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c -o n1bv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c -o n1bv_13.lo n1bv_13.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c  -fPIC -DPIC -o .libs/n1bv_7.o
mv -f .deps/n1bv_4.Tpo .deps/n1bv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c -o n1bv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c -o n1bv_14.lo n1bv_14.c
mv -f .deps/n1bv_8.Tpo .deps/n1bv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c -o n1bv_15.lo n1bv_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c -o n1bv_7.o >/dev/null 2>&1
mv -f .deps/n1bv_6.Tpo .deps/n1bv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c -o n1bv_16.lo n1bv_16.c
mv -f .deps/n1bv_7.Tpo .deps/n1bv_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c -o n1bv_32.lo n1bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c  -fPIC -DPIC -o .libs/n1bv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c -o n1bv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c  -fPIC -DPIC -o .libs/n1bv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c  -fPIC -DPIC -o .libs/n1bv_10.o
mv -f .deps/n1bv_9.Tpo .deps/n1bv_9.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c  -fPIC -DPIC -o .libs/n1bv_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c -o n1bv_12.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c -o n1bv_64.lo n1bv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c -o n1bv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c  -fPIC -DPIC -o .libs/n1bv_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c -o n1bv_11.o >/dev/null 2>&1
mv -f .deps/n1bv_12.Tpo .deps/n1bv_12.Plo
mv -f .deps/n1bv_10.Tpo .deps/n1bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c  -fPIC -DPIC -o .libs/n1bv_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c  -fPIC -DPIC -o .libs/n1bv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c -o n1bv_13.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c -o n1bv_128.lo n1bv_128.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c -o n1bv_20.lo n1bv_20.c
mv -f .deps/n1bv_11.Tpo .deps/n1bv_11.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c -o n1bv_25.lo n1bv_25.c
mv -f .deps/n1bv_13.Tpo .deps/n1bv_13.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c  -fPIC -DPIC -o .libs/n1bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c -o n1bv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c -o n1bv_15.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c -o n2fv_2.lo n2fv_2.c
mv -f .deps/n1bv_15.Tpo .deps/n1bv_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c -o n2fv_4.lo n2fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c -o n1bv_16.o >/dev/null 2>&1
mv -f .deps/n1bv_14.Tpo .deps/n1bv_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c  -fPIC -DPIC -o .libs/n1bv_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c -o n2fv_6.lo n2fv_6.c
mv -f .deps/n1bv_16.Tpo .deps/n1bv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c -o n2fv_8.lo n2fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c -o n1bv_32.o >/dev/null 2>&1
mv -f .deps/n1bv_32.Tpo .deps/n1bv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c  -fPIC -DPIC -o .libs/n1bv_128.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c  -fPIC -DPIC -o .libs/n1bv_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c -o n2fv_10.lo n2fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c -o n1bv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c -o n1bv_128.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c  -fPIC -DPIC -o .libs/n1bv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c  -fPIC -DPIC -o .libs/n2fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c  -fPIC -DPIC -o .libs/n1bv_25.o
mv -f .deps/n1bv_20.Tpo .deps/n1bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c -o n2fv_12.lo n2fv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c -o n1bv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c -o n2fv_2.o >/dev/null 2>&1
mv -f .deps/n1bv_128.Tpo .deps/n1bv_128.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c -o n1bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c  -fPIC -DPIC -o .libs/n2fv_4.o
mv -f .deps/n1bv_64.Tpo .deps/n1bv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c -o n2fv_14.lo n2fv_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c -o n2fv_16.lo n2fv_16.c
mv -f .deps/n2fv_2.Tpo .deps/n2fv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c  -fPIC -DPIC -o .libs/n2fv_6.o
mv -f .deps/n1bv_25.Tpo .deps/n1bv_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c -o n2fv_32.lo n2fv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c -o n2fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c  -fPIC -DPIC -o .libs/n2fv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c -o n2fv_64.lo n2fv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c -o n2fv_6.o >/dev/null 2>&1
mv -f .deps/n2fv_4.Tpo .deps/n2fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c -o n2fv_8.o >/dev/null 2>&1
mv -f .deps/n2fv_6.Tpo .deps/n2fv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c -o n2fv_20.lo n2fv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c -o n2bv_2.lo n2bv_2.c
mv -f .deps/n2fv_8.Tpo .deps/n2fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c -o n2bv_4.lo n2bv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c  -fPIC -DPIC -o .libs/n2fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c  -fPIC -DPIC -o .libs/n2fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c -o n2fv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c  -fPIC -DPIC -o .libs/n2fv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c  -fPIC -DPIC -o .libs/n2fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c -o n2fv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c  -fPIC -DPIC -o .libs/n2fv_14.o
mv -f .deps/n2fv_10.Tpo .deps/n2fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c -o n2bv_6.lo n2bv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c -o n2fv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c -o n2fv_12.o >/dev/null 2>&1
mv -f .deps/n2fv_16.Tpo .deps/n2fv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c -o n2fv_14.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c -o n2bv_8.lo n2bv_8.c
mv -f .deps/n2fv_12.Tpo .deps/n2fv_12.Plo
mv -f .deps/n2fv_32.Tpo .deps/n2fv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c  -fPIC -DPIC -o .libs/n2fv_64.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c -o n2bv_10.lo n2bv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c -o n2bv_12.lo n2bv_12.c
mv -f .deps/n2fv_14.Tpo .deps/n2fv_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c -o n2fv_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c -o n2bv_14.lo n2bv_14.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c  -fPIC -DPIC -o .libs/n2bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c  -fPIC -DPIC -o .libs/n2bv_2.o
mv -f .deps/n2fv_64.Tpo .deps/n2fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c -o n2bv_16.lo n2bv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c -o n2bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c  -fPIC -DPIC -o .libs/n2fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c -o n2bv_2.o >/dev/null 2>&1
mv -f .deps/n2bv_4.Tpo .deps/n2bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c -o n2bv_32.lo n2bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c -o n2fv_20.o >/dev/null 2>&1
mv -f .deps/n2bv_2.Tpo .deps/n2bv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c -o n2bv_64.lo n2bv_64.c
mv -f .deps/n2fv_20.Tpo .deps/n2fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c -o n2bv_20.lo n2bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c  -fPIC -DPIC -o .libs/n2bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c -o n2bv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c  -fPIC -DPIC -o .libs/n2bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c  -fPIC -DPIC -o .libs/n2bv_6.o
mv -f .deps/n2bv_10.Tpo .deps/n2bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c -o n2bv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c -o n2sv_4.lo n2sv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c -o n2bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c  -fPIC -DPIC -o .libs/n2bv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c  -fPIC -DPIC -o .libs/n2bv_14.o
mv -f .deps/n2bv_8.Tpo .deps/n2bv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c  -fPIC -DPIC -o .libs/n2bv_16.o
mv -f .deps/n2bv_6.Tpo .deps/n2bv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c -o n2sv_8.lo n2sv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c -o n2sv_16.lo n2sv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c -o n2bv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c -o n2bv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c -o n2bv_12.o >/dev/null 2>&1
mv -f .deps/n2bv_14.Tpo .deps/n2bv_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c -o n2sv_32.lo n2sv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c  -fPIC -DPIC -o .libs/n2bv_32.o
mv -f .deps/n2bv_12.Tpo .deps/n2bv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c  -fPIC -DPIC -o .libs/n2bv_64.o
mv -f .deps/n2bv_16.Tpo .deps/n2bv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c -o n2bv_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c -o n2sv_64.lo n2sv_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c -o t1fuv_2.lo t1fuv_2.c
mv -f .deps/n2bv_32.Tpo .deps/n2bv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c -o n2bv_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c -o t1fuv_3.lo t1fuv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c  -fPIC -DPIC -o .libs/n2sv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c  -fPIC -DPIC -o .libs/n2bv_20.o
mv -f .deps/n2bv_64.Tpo .deps/n2bv_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c -o n2sv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c -o t1fuv_4.lo t1fuv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c -o n2bv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c  -fPIC -DPIC -o .libs/n2sv_8.o
mv -f .deps/n2sv_4.Tpo .deps/n2sv_4.Plo
mv -f .deps/n2bv_20.Tpo .deps/n2bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c -o t1fuv_5.lo t1fuv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c -o t1fuv_6.lo t1fuv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c  -fPIC -DPIC -o .libs/n2sv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c -o n2sv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c -o n2sv_16.o >/dev/null 2>&1
mv -f .deps/n2sv_8.Tpo .deps/n2sv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c  -fPIC -DPIC -o .libs/n2sv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c  -fPIC -DPIC -o .libs/t1fuv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c  -fPIC -DPIC -o .libs/n2sv_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c -o t1fuv_7.lo t1fuv_7.c
mv -f .deps/n2sv_16.Tpo .deps/n2sv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c -o n2sv_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c -o t1fuv_8.lo t1fuv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c -o t1fuv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c -o n2sv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c  -fPIC -DPIC -o .libs/t1fuv_3.o
mv -f .deps/n2sv_64.Tpo .deps/n2sv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c -o t1fuv_9.lo t1fuv_9.c
mv -f .deps/n2sv_32.Tpo .deps/n2sv_32.Plo
mv -f .deps/t1fuv_2.Tpo .deps/t1fuv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c -o t1fuv_10.lo t1fuv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c -o t1fv_2.lo t1fv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c -o t1fuv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c  -fPIC -DPIC -o .libs/t1fuv_4.o
mv -f .deps/t1fuv_3.Tpo .deps/t1fuv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c -o t1fuv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c  -fPIC -DPIC -o .libs/t1fuv_5.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c -o t1fv_3.lo t1fv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c  -fPIC -DPIC -o .libs/t1fuv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c -o t1fuv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c -o t1fuv_5.o >/dev/null 2>&1
mv -f .deps/t1fuv_4.Tpo .deps/t1fuv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c -o t1fv_4.lo t1fv_4.c
mv -f .deps/t1fuv_6.Tpo .deps/t1fuv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c  -fPIC -DPIC -o .libs/t1fuv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c -o t1fv_5.lo t1fv_5.c
mv -f .deps/t1fuv_5.Tpo .deps/t1fuv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c -o t1fuv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c -o t1fv_6.lo t1fv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c  -fPIC -DPIC -o .libs/t1fuv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c  -fPIC -DPIC -o .libs/t1fuv_7.o
mv -f .deps/t1fuv_8.Tpo .deps/t1fuv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c -o t1fuv_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c -o t1fv_7.lo t1fv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c -o t1fuv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c  -fPIC -DPIC -o .libs/t1fuv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c  -fPIC -DPIC -o .libs/t1fv_2.o
mv -f .deps/t1fuv_9.Tpo .deps/t1fuv_9.Plo
mv -f .deps/t1fuv_7.Tpo .deps/t1fuv_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c -o t1fv_8.lo t1fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c -o t1fuv_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c -o t1fv_9.lo t1fv_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c -o t1fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c  -fPIC -DPIC -o .libs/t1fv_3.o
mv -f .deps/t1fuv_10.Tpo .deps/t1fuv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c -o t1fv_10.lo t1fv_10.c
mv -f .deps/t1fv_2.Tpo .deps/t1fv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c -o t1fv_12.lo t1fv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c -o t1fv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c  -fPIC -DPIC -o .libs/t1fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c -o t1fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c  -fPIC -DPIC -o .libs/t1fv_6.o
mv -f .deps/t1fv_3.Tpo .deps/t1fv_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c -o t1fv_15.lo t1fv_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c  -fPIC -DPIC -o .libs/t1fv_5.o
mv -f .deps/t1fv_4.Tpo .deps/t1fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c -o t1fv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c -o t1fv_16.lo t1fv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c -o t1fv_5.o >/dev/null 2>&1
mv -f .deps/t1fv_6.Tpo .deps/t1fv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c  -fPIC -DPIC -o .libs/t1fv_9.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c -o t1fv_32.lo t1fv_32.c
mv -f .deps/t1fv_5.Tpo .deps/t1fv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c -o t1fv_64.lo t1fv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c  -fPIC -DPIC -o .libs/t1fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c  -fPIC -DPIC -o .libs/t1fv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c -o t1fv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c -o t1fv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c -o t1fv_8.o >/dev/null 2>&1
mv -f .deps/t1fv_9.Tpo .deps/t1fv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c -o t1fv_20.lo t1fv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c  -fPIC -DPIC -o .libs/t1fv_12.o
mv -f .deps/t1fv_7.Tpo .deps/t1fv_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c  -fPIC -DPIC -o .libs/t1fv_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c -o t1fv_25.lo t1fv_25.c
mv -f .deps/t1fv_8.Tpo .deps/t1fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c -o t2fv_2.lo t2fv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c -o t1fv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c -o t1fv_10.o >/dev/null 2>&1
mv -f .deps/t1fv_12.Tpo .deps/t1fv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c  -fPIC -DPIC -o .libs/t1fv_15.o
mv -f .deps/t1fv_10.Tpo .deps/t1fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c -o t2fv_4.lo t2fv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c -o t2fv_8.lo t2fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c -o t1fv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c  -fPIC -DPIC -o .libs/t1fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c  -fPIC -DPIC -o .libs/t1fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c -o t1fv_16.o >/dev/null 2>&1
mv -f .deps/t1fv_15.Tpo .deps/t1fv_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c  -fPIC -DPIC -o .libs/t1fv_64.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c -o t2fv_16.lo t2fv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c -o t1fv_32.o >/dev/null 2>&1
mv -f .deps/t1fv_32.Tpo .deps/t1fv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c -o t1fv_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c -o t2fv_32.lo t2fv_32.c
mv -f .deps/t1fv_16.Tpo .deps/t1fv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c  -fPIC -DPIC -o .libs/t1fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c  -fPIC -DPIC -o .libs/t2fv_2.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c -o t2fv_64.lo t2fv_64.c
mv -f .deps/t1fv_64.Tpo .deps/t1fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c -o t2fv_5.lo t2fv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c  -fPIC -DPIC -o .libs/t1fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c -o t1fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c -o t2fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c -o t1fv_20.o >/dev/null 2>&1
mv -f .deps/t1fv_25.Tpo .deps/t1fv_25.Plo
mv -f .deps/t2fv_2.Tpo .deps/t2fv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c -o t2fv_10.lo t2fv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c -o t2fv_20.lo t2fv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c  -fPIC -DPIC -o .libs/t2fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c  -fPIC -DPIC -o .libs/t2fv_4.o
mv -f .deps/t1fv_20.Tpo .deps/t1fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c -o t2fv_25.lo t2fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c -o t2fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c -o t2fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c  -fPIC -DPIC -o .libs/t2fv_16.o
mv -f .deps/t2fv_8.Tpo .deps/t2fv_8.Plo
mv -f .deps/t2fv_4.Tpo .deps/t2fv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c -o t3fv_4.lo t3fv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c -o t3fv_8.lo t3fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c -o t2fv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c  -fPIC -DPIC -o .libs/t2fv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c  -fPIC -DPIC -o .libs/t2fv_32.o
mv -f .deps/t2fv_16.Tpo .deps/t2fv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c -o t2fv_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c -o t3fv_16.lo t3fv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c -o t2fv_32.o >/dev/null 2>&1
mv -f .deps/t2fv_32.Tpo .deps/t2fv_32.Plo
mv -f .deps/t2fv_64.Tpo .deps/t2fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c -o t3fv_32.lo t3fv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c -o t3fv_5.lo t3fv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c  -fPIC -DPIC -o .libs/t2fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c  -fPIC -DPIC -o .libs/t2fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c  -fPIC -DPIC -o .libs/t2fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c -o t2fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c -o t2fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c  -fPIC -DPIC -o .libs/t2fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c -o t2fv_10.o >/dev/null 2>&1
mv -f .deps/t2fv_5.Tpo .deps/t2fv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c  -fPIC -DPIC -o .libs/t3fv_4.o
mv -f .deps/t2fv_25.Tpo .deps/t2fv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c  -fPIC -DPIC -o .libs/t3fv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c -o t3fv_10.lo t3fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c -o t2fv_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c -o t3fv_20.lo t3fv_20.c
mv -f .deps/t2fv_10.Tpo .deps/t2fv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c -o t3fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c -o t3fv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c -o t3fv_25.lo t3fv_25.c
mv -f .deps/t2fv_20.Tpo .deps/t2fv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c  -fPIC -DPIC -o .libs/t3fv_16.o
mv -f .deps/t3fv_4.Tpo .deps/t3fv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c -o t1buv_2.lo t1buv_2.c
mv -f .deps/t3fv_8.Tpo .deps/t3fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c -o t1buv_3.lo t1buv_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c -o t1buv_4.lo t1buv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c -o t3fv_16.o >/dev/null 2>&1
mv -f .deps/t3fv_16.Tpo .deps/t3fv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c -o t1buv_5.lo t1buv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c  -fPIC -DPIC -o .libs/t3fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c  -fPIC -DPIC -o .libs/t3fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c -o t3fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c -o t3fv_32.o >/dev/null 2>&1
mv -f .deps/t3fv_5.Tpo .deps/t3fv_5.Plo
mv -f .deps/t3fv_32.Tpo .deps/t3fv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c -o t1buv_6.lo t1buv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c -o t1buv_7.lo t1buv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c  -fPIC -DPIC -o .libs/t3fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c  -fPIC -DPIC -o .libs/t3fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c  -fPIC -DPIC -o .libs/t3fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c -o t3fv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c  -fPIC -DPIC -o .libs/t1buv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c  -fPIC -DPIC -o .libs/t1buv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c -o t3fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c -o t3fv_20.o >/dev/null 2>&1
mv -f .deps/t3fv_10.Tpo .deps/t3fv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c -o t1buv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c -o t1buv_8.lo t1buv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c -o t1buv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c  -fPIC -DPIC -o .libs/t1buv_3.o
mv -f .deps/t3fv_20.Tpo .deps/t3fv_20.Plo
mv -f .deps/t3fv_25.Tpo .deps/t3fv_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c -o t1buv_9.lo t1buv_9.c
mv -f .deps/t1buv_2.Tpo .deps/t1buv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c -o t1buv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c  -fPIC -DPIC -o .libs/t1buv_5.o
mv -f .deps/t1buv_4.Tpo .deps/t1buv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c -o t1buv_10.lo t1buv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c -o t1bv_2.lo t1bv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c -o t1bv_3.lo t1bv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c -o t1buv_5.o >/dev/null 2>&1
mv -f .deps/t1buv_3.Tpo .deps/t1buv_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c -o t1bv_4.lo t1bv_4.c
mv -f .deps/t1buv_5.Tpo .deps/t1buv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c -o t1bv_5.lo t1bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c  -fPIC -DPIC -o .libs/t1buv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c -o t1buv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c  -fPIC -DPIC -o .libs/t1buv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c -o t1buv_7.o >/dev/null 2>&1
mv -f .deps/t1buv_6.Tpo .deps/t1buv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c -o t1bv_6.lo t1bv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c  -fPIC -DPIC -o .libs/t1buv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c  -fPIC -DPIC -o .libs/t1buv_9.o
mv -f .deps/t1buv_7.Tpo .deps/t1buv_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c -o t1bv_7.lo t1bv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c -o t1buv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c -o t1buv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c  -fPIC -DPIC -o .libs/t1buv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c  -fPIC -DPIC -o .libs/t1bv_3.o
mv -f .deps/t1buv_8.Tpo .deps/t1buv_8.Plo
mv -f .deps/t1buv_9.Tpo .deps/t1buv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c -o t1bv_8.lo t1bv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c -o t1bv_9.lo t1bv_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c  -fPIC -DPIC -o .libs/t1bv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c -o t1buv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c  -fPIC -DPIC -o .libs/t1bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c -o t1bv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c  -fPIC -DPIC -o .libs/t1bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c -o t1bv_5.o >/dev/null 2>&1
mv -f .deps/t1buv_10.Tpo .deps/t1buv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c -o t1bv_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c -o t1bv_10.lo t1bv_10.c
mv -f .deps/t1bv_3.Tpo .deps/t1bv_3.Plo
mv -f .deps/t1bv_5.Tpo .deps/t1bv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c -o t1bv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c -o t1bv_12.lo t1bv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c -o t1bv_15.lo t1bv_15.c
mv -f .deps/t1bv_2.Tpo .deps/t1bv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c -o t1bv_16.lo t1bv_16.c
mv -f .deps/t1bv_4.Tpo .deps/t1bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c -o t1bv_32.lo t1bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c  -fPIC -DPIC -o .libs/t1bv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c  -fPIC -DPIC -o .libs/t1bv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c -o t1bv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c -o t1bv_7.o >/dev/null 2>&1
mv -f .deps/t1bv_6.Tpo .deps/t1bv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c  -fPIC -DPIC -o .libs/t1bv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c -o t1bv_64.lo t1bv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c  -fPIC -DPIC -o .libs/t1bv_9.o
mv -f .deps/t1bv_7.Tpo .deps/t1bv_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c -o t1bv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c -o t1bv_20.lo t1bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c  -fPIC -DPIC -o .libs/t1bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c -o t1bv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c  -fPIC -DPIC -o .libs/t1bv_15.o
mv -f .deps/t1bv_8.Tpo .deps/t1bv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c -o t1bv_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c -o t1bv_25.lo t1bv_25.c
mv -f .deps/t1bv_9.Tpo .deps/t1bv_9.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c -o t1bv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c  -fPIC -DPIC -o .libs/t1bv_12.o
mv -f .deps/t1bv_10.Tpo .deps/t1bv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c -o t2bv_2.lo t2bv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c  -fPIC -DPIC -o .libs/t1bv_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c -o t2bv_4.lo t2bv_4.c
mv -f .deps/t1bv_15.Tpo .deps/t1bv_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c  -fPIC -DPIC -o .libs/t1bv_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c -o t2bv_8.lo t2bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c -o t1bv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c -o t1bv_32.o >/dev/null 2>&1
mv -f .deps/t1bv_12.Tpo .deps/t1bv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c -o t1bv_16.o >/dev/null 2>&1
mv -f .deps/t1bv_32.Tpo .deps/t1bv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c -o t2bv_16.lo t2bv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c -o t2bv_32.lo t2bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c  -fPIC -DPIC -o .libs/t1bv_64.o
mv -f .deps/t1bv_16.Tpo .deps/t1bv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c -o t2bv_64.lo t2bv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c -o t1bv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c  -fPIC -DPIC -o .libs/t1bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c  -fPIC -DPIC -o .libs/t1bv_25.o
mv -f .deps/t1bv_64.Tpo .deps/t1bv_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c -o t1bv_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c -o t2bv_5.lo t2bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c  -fPIC -DPIC -o .libs/t2bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c -o t1bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c  -fPIC -DPIC -o .libs/t2bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c  -fPIC -DPIC -o .libs/t2bv_8.o
mv -f .deps/t1bv_20.Tpo .deps/t1bv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c -o t2bv_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c -o t2bv_10.lo t2bv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c -o t2bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c -o t2bv_8.o >/dev/null 2>&1
mv -f .deps/t1bv_25.Tpo .deps/t1bv_25.Plo
mv -f .deps/t2bv_2.Tpo .deps/t2bv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c -o t2bv_20.lo t2bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c  -fPIC -DPIC -o .libs/t2bv_32.o
mv -f .deps/t2bv_4.Tpo .deps/t2bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c -o t2bv_25.lo t2bv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c  -fPIC -DPIC -o .libs/t2bv_16.o
mv -f .deps/t2bv_8.Tpo .deps/t2bv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c -o t3bv_4.lo t3bv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c -o t3bv_8.lo t3bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c  -fPIC -DPIC -o .libs/t2bv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c -o t2bv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c -o t2bv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c -o t2bv_64.o >/dev/null 2>&1
mv -f .deps/t2bv_16.Tpo .deps/t2bv_16.Plo
mv -f .deps/t2bv_32.Tpo .deps/t2bv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c -o t3bv_16.lo t3bv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c -o t3bv_32.lo t3bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c  -fPIC -DPIC -o .libs/t2bv_5.o
mv -f .deps/t2bv_64.Tpo .deps/t2bv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c -o t3bv_5.lo t3bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c -o t2bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c  -fPIC -DPIC -o .libs/t2bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c  -fPIC -DPIC -o .libs/t2bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c -o t2bv_10.o >/dev/null 2>&1
mv -f .deps/t2bv_5.Tpo .deps/t2bv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c  -fPIC -DPIC -o .libs/t3bv_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c -o t3bv_10.lo t3bv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c -o t2bv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c  -fPIC -DPIC -o .libs/t2bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c -o t3bv_4.o >/dev/null 2>&1
mv -f .deps/t2bv_10.Tpo .deps/t2bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c  -fPIC -DPIC -o .libs/t3bv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c -o t3bv_20.lo t3bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c -o t2bv_25.o >/dev/null 2>&1
mv -f .deps/t2bv_20.Tpo .deps/t2bv_20.Plo
mv -f .deps/t3bv_4.Tpo .deps/t3bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c -o t3bv_25.lo t3bv_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c -o t1sv_2.lo t1sv_2.c
mv -f .deps/t2bv_25.Tpo .deps/t2bv_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c -o t1sv_4.lo t1sv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c -o t3bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c  -fPIC -DPIC -o .libs/t3bv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c  -fPIC -DPIC -o .libs/t3bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c  -fPIC -DPIC -o .libs/t3bv_5.o
mv -f .deps/t3bv_8.Tpo .deps/t3bv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c -o t1sv_8.lo t1sv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c -o t3bv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c -o t3bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c -o t3bv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c  -fPIC -DPIC -o .libs/t3bv_10.o
mv -f .deps/t3bv_16.Tpo .deps/t3bv_16.Plo
mv -f .deps/t3bv_5.Tpo .deps/t3bv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c -o t1sv_16.lo t1sv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c -o t1sv_32.lo t1sv_32.c
mv -f .deps/t3bv_32.Tpo .deps/t3bv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c -o t3bv_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c -o t2sv_4.lo t2sv_4.c
mv -f .deps/t3bv_10.Tpo .deps/t3bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c  -fPIC -DPIC -o .libs/t3bv_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c -o t2sv_8.lo t2sv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c  -fPIC -DPIC -o .libs/t1sv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c  -fPIC -DPIC -o .libs/t3bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c  -fPIC -DPIC -o .libs/t1sv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c -o t3bv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c -o t3bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c -o t1sv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c -o t1sv_2.o >/dev/null 2>&1
mv -f .deps/t3bv_20.Tpo .deps/t3bv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c  -fPIC -DPIC -o .libs/t1sv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c -o t2sv_16.lo t2sv_16.c
mv -f .deps/t3bv_25.Tpo .deps/t3bv_25.Plo
mv -f .deps/t1sv_4.Tpo .deps/t1sv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c -o t2sv_32.lo t2sv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c -o q1fv_2.lo q1fv_2.c
mv -f .deps/t1sv_2.Tpo .deps/t1sv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c -o t1sv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c -o q1fv_4.lo q1fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c  -fPIC -DPIC -o .libs/t1sv_16.o
mv -f .deps/t1sv_8.Tpo .deps/t1sv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c -o q1fv_5.lo q1fv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c  -fPIC -DPIC -o .libs/t2sv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c -o t1sv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c -o t2sv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c  -fPIC -DPIC -o .libs/t1sv_32.o
mv -f .deps/t1sv_16.Tpo .deps/t1sv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c -o q1fv_8.lo q1fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c  -fPIC -DPIC -o .libs/t2sv_8.o
mv -f .deps/t2sv_4.Tpo .deps/t2sv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c -o t1sv_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c -o q1bv_2.lo q1bv_2.c
mv -f .deps/t1sv_32.Tpo .deps/t1sv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c -o t2sv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c  -fPIC -DPIC -o .libs/t2sv_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c -o q1bv_4.lo q1bv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c -o t2sv_16.o >/dev/null 2>&1
mv -f .deps/t2sv_8.Tpo .deps/t2sv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c  -fPIC -DPIC -o .libs/t2sv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c  -fPIC -DPIC -o .libs/q1fv_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c -o q1bv_5.lo q1bv_5.c
mv -f .deps/t2sv_16.Tpo .deps/t2sv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c  -fPIC -DPIC -o .libs/q1fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c -o t2sv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c -o q1fv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c -o q1bv_8.lo q1bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c  -fPIC -DPIC -o .libs/q1fv_5.o
mv -f .deps/t2sv_32.Tpo .deps/t2sv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c -o q1fv_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c -o genus.lo genus.c
mv -f .deps/q1fv_4.Tpo .deps/q1fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c -o q1fv_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c  -fPIC -DPIC -o .libs/q1bv_2.o
mv -f .deps/q1fv_2.Tpo .deps/q1fv_2.Plo
mv -f .deps/q1fv_5.Tpo .deps/q1fv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c -o q1bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c  -fPIC -DPIC -o .libs/q1fv_8.o
mv -f .deps/q1bv_2.Tpo .deps/q1bv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c  -fPIC -DPIC -o .libs/q1bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c  -fPIC -DPIC -o .libs/q1bv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c -o q1fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c -o q1bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c -o q1bv_5.o >/dev/null 2>&1
mv -f .deps/q1fv_8.Tpo .deps/q1fv_8.Plo
mv -f .deps/q1bv_4.Tpo .deps/q1bv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c  -fPIC -DPIC -o .libs/q1bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c  -fPIC -DPIC -o .libs/genus.o
mv -f .deps/q1bv_5.Tpo .deps/q1bv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c -o q1bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
mv -f .deps/q1bv_8.Tpo .deps/q1bv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/genus.Tpo .deps/genus.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_sse2_codelets.la  n1fv_2.lo n1fv_3.lo n1fv_4.lo n1fv_5.lo n1fv_6.lo n1fv_7.lo n1fv_8.lo n1fv_9.lo n1fv_10.lo n1fv_11.lo n1fv_12.lo n1fv_13.lo n1fv_14.lo n1fv_15.lo n1fv_16.lo n1fv_32.lo n1fv_64.lo n1fv_128.lo n1fv_20.lo n1fv_25.lo n1bv_2.lo n1bv_3.lo n1bv_4.lo n1bv_5.lo n1bv_6.lo n1bv_7.lo n1bv_8.lo n1bv_9.lo n1bv_10.lo n1bv_11.lo n1bv_12.lo n1bv_13.lo n1bv_14.lo n1bv_15.lo n1bv_16.lo n1bv_32.lo n1bv_64.lo n1bv_128.lo n1bv_20.lo n1bv_25.lo n2fv_2.lo n2fv_4.lo n2fv_6.lo n2fv_8.lo n2fv_10.lo n2fv_12.lo n2fv_14.lo n2fv_16.lo n2fv_32.lo n2fv_64.lo n2fv_20.lo n2bv_2.lo n2bv_4.lo n2bv_6.lo n2bv_8.lo n2bv_10.lo n2bv_12.lo n2bv_14.lo n2bv_16.lo n2bv_32.lo n2bv_64.lo n2bv_20.lo n2sv_4.lo n2sv_8.lo n2sv_16.lo n2sv_32.lo n2sv_64.lo t1fuv_2.lo t1fuv_3.lo t1fuv_4.lo t1fuv_5.lo t1fuv_6.lo t1fuv_7.lo t1fuv_8.lo t1fuv_9.lo t1fuv_10.lo t1fv_2.lo t1fv_3.lo t1fv_4.lo t1fv_5.lo t1fv_6.lo t1fv_7.lo t1fv_8.lo t1fv_9.lo t1fv_10.lo t1fv_12.lo t1fv_15.lo t1fv_16.lo t1fv_32.lo t1fv_64.lo t1fv_20.lo t1fv_25.lo t2fv_2.lo t2fv_4.lo t2fv_8.lo t2fv_16.lo t2fv_32.lo t2fv_64.lo t2fv_5.lo t2fv_10.lo t2fv_20.lo t2fv_25.lo t3fv_4.lo t3fv_8.lo t3fv_16.lo t3fv_32.lo t3fv_5.lo t3fv_10.lo t3fv_20.lo t3fv_25.lo t1buv_2.lo t1buv_3.lo t1buv_4.lo t1buv_5.lo t1buv_6.lo t1buv_7.lo t1buv_8.lo t1buv_9.lo t1buv_10.lo t1bv_2.lo t1bv_3.lo t1bv_4.lo t1bv_5.lo t1bv_6.lo t1bv_7.lo t1bv_8.lo t1bv_9.lo t1bv_10.lo t1bv_12.lo t1bv_15.lo t1bv_16.lo t1bv_32.lo t1bv_64.lo t1bv_20.lo t1bv_25.lo t2bv_2.lo t2bv_4.lo t2bv_8.lo t2bv_16.lo t2bv_32.lo t2bv_64.lo t2bv_5.lo t2bv_10.lo t2bv_20.lo t2bv_25.lo t3bv_4.lo t3bv_8.lo t3bv_16.lo t3bv_32.lo t3bv_5.lo t3bv_10.lo t3bv_20.lo t3bv_25.lo t1sv_2.lo t1sv_4.lo t1sv_8.lo t1sv_16.lo t1sv_32.lo t2sv_4.lo t2sv_8.lo t2sv_16.lo t2sv_32.lo q1fv_2.lo q1fv_4.lo q1fv_5.lo q1fv_8.lo q1bv_2.lo q1bv_4.lo q1bv_5.lo q1bv_8.lo genus.lo codlist.lo  -lm 
libtool: link: rm -fr  .libs/libdft_sse2_codelets.a .libs/libdft_sse2_codelets.la
libtool: link: ar cr .libs/libdft_sse2_codelets.a .libs/n1fv_2.o .libs/n1fv_3.o .libs/n1fv_4.o .libs/n1fv_5.o .libs/n1fv_6.o .libs/n1fv_7.o .libs/n1fv_8.o .libs/n1fv_9.o .libs/n1fv_10.o .libs/n1fv_11.o .libs/n1fv_12.o .libs/n1fv_13.o .libs/n1fv_14.o .libs/n1fv_15.o .libs/n1fv_16.o .libs/n1fv_32.o .libs/n1fv_64.o .libs/n1fv_128.o .libs/n1fv_20.o .libs/n1fv_25.o .libs/n1bv_2.o .libs/n1bv_3.o .libs/n1bv_4.o .libs/n1bv_5.o .libs/n1bv_6.o .libs/n1bv_7.o .libs/n1bv_8.o .libs/n1bv_9.o .libs/n1bv_10.o .libs/n1bv_11.o .libs/n1bv_12.o .libs/n1bv_13.o .libs/n1bv_14.o .libs/n1bv_15.o .libs/n1bv_16.o .libs/n1bv_32.o .libs/n1bv_64.o .libs/n1bv_128.o .libs/n1bv_20.o .libs/n1bv_25.o .libs/n2fv_2.o .libs/n2fv_4.o .libs/n2fv_6.o .libs/n2fv_8.o .libs/n2fv_10.o .libs/n2fv_12.o .libs/n2fv_14.o .libs/n2fv_16.o .libs/n2fv_32.o .libs/n2fv_64.o .libs/n2fv_20.o .libs/n2bv_2.o .libs/n2bv_4.o .libs/n2bv_6.o .libs/n2bv_8.o .libs/n2bv_10.o .libs/n2bv_12.o .libs/n2bv_14.o .libs/n2bv_16.o .libs/n2bv_32.o .libs/n2bv_64.o .libs/n2bv_20.o .libs/n2sv_4.o .libs/n2sv_8.o .libs/n2sv_16.o .libs/n2sv_32.o .libs/n2sv_64.o .libs/t1fuv_2.o .libs/t1fuv_3.o .libs/t1fuv_4.o .libs/t1fuv_5.o .libs/t1fuv_6.o .libs/t1fuv_7.o .libs/t1fuv_8.o .libs/t1fuv_9.o .libs/t1fuv_10.o .libs/t1fv_2.o .libs/t1fv_3.o .libs/t1fv_4.o .libs/t1fv_5.o .libs/t1fv_6.o .libs/t1fv_7.o .libs/t1fv_8.o .libs/t1fv_9.o .libs/t1fv_10.o .libs/t1fv_12.o .libs/t1fv_15.o .libs/t1fv_16.o .libs/t1fv_32.o .libs/t1fv_64.o .libs/t1fv_20.o .libs/t1fv_25.o .libs/t2fv_2.o .libs/t2fv_4.o .libs/t2fv_8.o .libs/t2fv_16.o .libs/t2fv_32.o .libs/t2fv_64.o .libs/t2fv_5.o .libs/t2fv_10.o .libs/t2fv_20.o .libs/t2fv_25.o .libs/t3fv_4.o .libs/t3fv_8.o .libs/t3fv_16.o .libs/t3fv_32.o .libs/t3fv_5.o .libs/t3fv_10.o .libs/t3fv_20.o .libs/t3fv_25.o .libs/t1buv_2.o .libs/t1buv_3.o .libs/t1buv_4.o .libs/t1buv_5.o .libs/t1buv_6.o .libs/t1buv_7.o .libs/t1buv_8.o .libs/t1buv_9.o .libs/t1buv_10.o .libs/t1bv_2.o .libs/t1bv_3.o .libs/t1bv_4.o .libs/t1bv_5.o .libs/t1bv_6.o .libs/t1bv_7.o .libs/t1bv_8.o .libs/t1bv_9.o .libs/t1bv_10.o .libs/t1bv_12.o .libs/t1bv_15.o .libs/t1bv_16.o .libs/t1bv_32.o .libs/t1bv_64.o .libs/t1bv_20.o .libs/t1bv_25.o .libs/t2bv_2.o .libs/t2bv_4.o .libs/t2bv_8.o .libs/t2bv_16.o .libs/t2bv_32.o .libs/t2bv_64.o .libs/t2bv_5.o .libs/t2bv_10.o .libs/t2bv_20.o .libs/t2bv_25.o .libs/t3bv_4.o .libs/t3bv_8.o .libs/t3bv_16.o .libs/t3bv_32.o .libs/t3bv_5.o .libs/t3bv_10.o .libs/t3bv_20.o .libs/t3bv_25.o .libs/t1sv_2.o .libs/t1sv_4.o .libs/t1sv_8.o .libs/t1sv_16.o .libs/t1sv_32.o .libs/t2sv_4.o .libs/t2sv_8.o .libs/t2sv_16.o .libs/t2sv_32.o .libs/q1fv_2.o .libs/q1fv_4.o .libs/q1fv_5.o .libs/q1fv_8.o .libs/q1bv_2.o .libs/q1bv_4.o .libs/q1bv_5.o .libs/q1bv_8.o .libs/genus.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
Making all in avx
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c -o n1fv_2.lo n1fv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c -o n1fv_3.lo n1fv_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c -o n1fv_4.lo n1fv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c -o n1fv_5.lo n1fv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c -o n1fv_6.lo n1fv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c -o n1fv_7.lo n1fv_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c -o n1fv_8.lo n1fv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c -o n1fv_9.lo n1fv_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c -o n1fv_10.lo n1fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c  -fPIC -DPIC -o .libs/n1fv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c  -fPIC -DPIC -o .libs/n1fv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c  -fPIC -DPIC -o .libs/n1fv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c  -fPIC -DPIC -o .libs/n1fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c  -fPIC -DPIC -o .libs/n1fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c  -fPIC -DPIC -o .libs/n1fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c  -fPIC -DPIC -o .libs/n1fv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c  -fPIC -DPIC -o .libs/n1fv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c  -fPIC -DPIC -o .libs/n1fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_7.lo -MD -MP -MF .deps/n1fv_7.Tpo -c n1fv_7.c -o n1fv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_5.lo -MD -MP -MF .deps/n1fv_5.Tpo -c n1fv_5.c -o n1fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -o n1fv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_8.lo -MD -MP -MF .deps/n1fv_8.Tpo -c n1fv_8.c -o n1fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_4.lo -MD -MP -MF .deps/n1fv_4.Tpo -c n1fv_4.c -o n1fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_6.lo -MD -MP -MF .deps/n1fv_6.Tpo -c n1fv_6.c -o n1fv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_10.lo -MD -MP -MF .deps/n1fv_10.Tpo -c n1fv_10.c -o n1fv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_2.lo -MD -MP -MF .deps/n1fv_2.Tpo -c n1fv_2.c -o n1fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_3.lo -MD -MP -MF .deps/n1fv_3.Tpo -c n1fv_3.c -o n1fv_3.o >/dev/null 2>&1
mv -f .deps/n1fv_5.Tpo .deps/n1fv_5.Plo
mv -f .deps/n1fv_7.Tpo .deps/n1fv_7.Plo
mv -f .deps/n1fv_9.Tpo .deps/n1fv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c -o n1fv_11.lo n1fv_11.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c -o n1fv_12.lo n1fv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c -o n1fv_13.lo n1fv_13.c
mv -f .deps/n1fv_4.Tpo .deps/n1fv_4.Plo
mv -f .deps/n1fv_6.Tpo .deps/n1fv_6.Plo
mv -f .deps/n1fv_8.Tpo .deps/n1fv_8.Plo
mv -f .deps/n1fv_10.Tpo .deps/n1fv_10.Plo
mv -f .deps/n1fv_2.Tpo .deps/n1fv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c -o n1fv_14.lo n1fv_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c -o n1fv_15.lo n1fv_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c -o n1fv_16.lo n1fv_16.c
mv -f .deps/n1fv_3.Tpo .deps/n1fv_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c -o n1fv_32.lo n1fv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c -o n1fv_64.lo n1fv_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c -o n1fv_128.lo n1fv_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c  -fPIC -DPIC -o .libs/n1fv_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c  -fPIC -DPIC -o .libs/n1fv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c  -fPIC -DPIC -o .libs/n1fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c  -fPIC -DPIC -o .libs/n1fv_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c  -fPIC -DPIC -o .libs/n1fv_128.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c  -fPIC -DPIC -o .libs/n1fv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_11.lo -MD -MP -MF .deps/n1fv_11.Tpo -c n1fv_11.c -o n1fv_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c  -fPIC -DPIC -o .libs/n1fv_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c  -fPIC -DPIC -o .libs/n1fv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_32.lo -MD -MP -MF .deps/n1fv_32.Tpo -c n1fv_32.c -o n1fv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_15.lo -MD -MP -MF .deps/n1fv_15.Tpo -c n1fv_15.c -o n1fv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_12.lo -MD -MP -MF .deps/n1fv_12.Tpo -c n1fv_12.c -o n1fv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_64.lo -MD -MP -MF .deps/n1fv_64.Tpo -c n1fv_64.c -o n1fv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_128.lo -MD -MP -MF .deps/n1fv_128.Tpo -c n1fv_128.c -o n1fv_128.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c  -fPIC -DPIC -o .libs/n1fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_13.lo -MD -MP -MF .deps/n1fv_13.Tpo -c n1fv_13.c -o n1fv_13.o >/dev/null 2>&1
mv -f .deps/n1fv_11.Tpo .deps/n1fv_11.Plo
mv -f .deps/n1fv_15.Tpo .deps/n1fv_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c -o n1fv_20.lo n1fv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c -o n1fv_25.lo n1fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_14.lo -MD -MP -MF .deps/n1fv_14.Tpo -c n1fv_14.c -o n1fv_14.o >/dev/null 2>&1
mv -f .deps/n1fv_12.Tpo .deps/n1fv_12.Plo
mv -f .deps/n1fv_32.Tpo .deps/n1fv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_16.lo -MD -MP -MF .deps/n1fv_16.Tpo -c n1fv_16.c -o n1fv_16.o >/dev/null 2>&1
mv -f .deps/n1fv_64.Tpo .deps/n1fv_64.Plo
mv -f .deps/n1fv_13.Tpo .deps/n1fv_13.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c -o n1bv_2.lo n1bv_2.c
mv -f .deps/n1fv_128.Tpo .deps/n1fv_128.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c -o n1bv_3.lo n1bv_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c -o n1bv_4.lo n1bv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c -o n1bv_5.lo n1bv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c -o n1bv_6.lo n1bv_6.c
mv -f .deps/n1fv_14.Tpo .deps/n1fv_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c -o n1bv_7.lo n1bv_7.c
mv -f .deps/n1fv_16.Tpo .deps/n1fv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c -o n1bv_8.lo n1bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c  -fPIC -DPIC -o .libs/n1fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c  -fPIC -DPIC -o .libs/n1bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c  -fPIC -DPIC -o .libs/n1fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_25.lo -MD -MP -MF .deps/n1fv_25.Tpo -c n1fv_25.c -o n1fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c  -fPIC -DPIC -o .libs/n1bv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c  -fPIC -DPIC -o .libs/n1bv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_2.lo -MD -MP -MF .deps/n1bv_2.Tpo -c n1bv_2.c -o n1bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c  -fPIC -DPIC -o .libs/n1bv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1fv_20.lo -MD -MP -MF .deps/n1fv_20.Tpo -c n1fv_20.c -o n1fv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c  -fPIC -DPIC -o .libs/n1bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c  -fPIC -DPIC -o .libs/n1bv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_3.lo -MD -MP -MF .deps/n1bv_3.Tpo -c n1bv_3.c -o n1bv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_5.lo -MD -MP -MF .deps/n1bv_5.Tpo -c n1bv_5.c -o n1bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c  -fPIC -DPIC -o .libs/n1bv_8.o
mv -f .deps/n1fv_25.Tpo .deps/n1fv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_7.lo -MD -MP -MF .deps/n1bv_7.Tpo -c n1bv_7.c -o n1bv_7.o >/dev/null 2>&1
mv -f .deps/n1fv_20.Tpo .deps/n1fv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_6.lo -MD -MP -MF .deps/n1bv_6.Tpo -c n1bv_6.c -o n1bv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_4.lo -MD -MP -MF .deps/n1bv_4.Tpo -c n1bv_4.c -o n1bv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c -o n1bv_9.lo n1bv_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c -o n1bv_10.lo n1bv_10.c
mv -f .deps/n1bv_2.Tpo .deps/n1bv_2.Plo
mv -f .deps/n1bv_3.Tpo .deps/n1bv_3.Plo
mv -f .deps/n1bv_6.Tpo .deps/n1bv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_8.lo -MD -MP -MF .deps/n1bv_8.Tpo -c n1bv_8.c -o n1bv_8.o >/dev/null 2>&1
mv -f .deps/n1bv_4.Tpo .deps/n1bv_4.Plo
mv -f .deps/n1bv_5.Tpo .deps/n1bv_5.Plo
mv -f .deps/n1bv_7.Tpo .deps/n1bv_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c -o n1bv_11.lo n1bv_11.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c -o n1bv_12.lo n1bv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c -o n1bv_13.lo n1bv_13.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c -o n1bv_14.lo n1bv_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c -o n1bv_15.lo n1bv_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c -o n1bv_16.lo n1bv_16.c
mv -f .deps/n1bv_8.Tpo .deps/n1bv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c -o n1bv_32.lo n1bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c  -fPIC -DPIC -o .libs/n1bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c  -fPIC -DPIC -o .libs/n1bv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c  -fPIC -DPIC -o .libs/n1bv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c  -fPIC -DPIC -o .libs/n1bv_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_9.lo -MD -MP -MF .deps/n1bv_9.Tpo -c n1bv_9.c -o n1bv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_10.lo -MD -MP -MF .deps/n1bv_10.Tpo -c n1bv_10.c -o n1bv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c  -fPIC -DPIC -o .libs/n1bv_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_12.lo -MD -MP -MF .deps/n1bv_12.Tpo -c n1bv_12.c -o n1bv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c  -fPIC -DPIC -o .libs/n1bv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_13.lo -MD -MP -MF .deps/n1bv_13.Tpo -c n1bv_13.c -o n1bv_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c  -fPIC -DPIC -o .libs/n1bv_15.o
mv -f .deps/n1bv_10.Tpo .deps/n1bv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c -o n1bv_64.lo n1bv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_11.lo -MD -MP -MF .deps/n1bv_11.Tpo -c n1bv_11.c -o n1bv_11.o >/dev/null 2>&1
mv -f .deps/n1bv_12.Tpo .deps/n1bv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c  -fPIC -DPIC -o .libs/n1bv_16.o
mv -f .deps/n1bv_9.Tpo .deps/n1bv_9.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_15.lo -MD -MP -MF .deps/n1bv_15.Tpo -c n1bv_15.c -o n1bv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_14.lo -MD -MP -MF .deps/n1bv_14.Tpo -c n1bv_14.c -o n1bv_14.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c -o n1bv_128.lo n1bv_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c  -fPIC -DPIC -o .libs/n1bv_32.o
mv -f .deps/n1bv_13.Tpo .deps/n1bv_13.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c -o n1bv_20.lo n1bv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c -o n1bv_25.lo n1bv_25.c
mv -f .deps/n1bv_11.Tpo .deps/n1bv_11.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_16.lo -MD -MP -MF .deps/n1bv_16.Tpo -c n1bv_16.c -o n1bv_16.o >/dev/null 2>&1
mv -f .deps/n1bv_15.Tpo .deps/n1bv_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c -o n2fv_2.lo n2fv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_32.lo -MD -MP -MF .deps/n1bv_32.Tpo -c n1bv_32.c -o n1bv_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c -o n2fv_4.lo n2fv_4.c
mv -f .deps/n1bv_14.Tpo .deps/n1bv_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c -o n2fv_6.lo n2fv_6.c
mv -f .deps/n1bv_16.Tpo .deps/n1bv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c -o n2fv_8.lo n2fv_8.c
mv -f .deps/n1bv_32.Tpo .deps/n1bv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c -o n2fv_10.lo n2fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c  -fPIC -DPIC -o .libs/n1bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c  -fPIC -DPIC -o .libs/n1bv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c  -fPIC -DPIC -o .libs/n1bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_25.lo -MD -MP -MF .deps/n1bv_25.Tpo -c n1bv_25.c -o n1bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_64.lo -MD -MP -MF .deps/n1bv_64.Tpo -c n1bv_64.c -o n1bv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c  -fPIC -DPIC -o .libs/n2fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c  -fPIC -DPIC -o .libs/n1bv_128.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c  -fPIC -DPIC -o .libs/n2fv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c  -fPIC -DPIC -o .libs/n2fv_2.o
mv -f .deps/n1bv_25.Tpo .deps/n1bv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_4.lo -MD -MP -MF .deps/n2fv_4.Tpo -c n2fv_4.c -o n2fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_20.lo -MD -MP -MF .deps/n1bv_20.Tpo -c n1bv_20.c -o n1bv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c  -fPIC -DPIC -o .libs/n2fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1bv_128.lo -MD -MP -MF .deps/n1bv_128.Tpo -c n1bv_128.c -o n1bv_128.o >/dev/null 2>&1
mv -f .deps/n1bv_64.Tpo .deps/n1bv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c -o n2fv_12.lo n2fv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c  -fPIC -DPIC -o .libs/n2fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_6.lo -MD -MP -MF .deps/n2fv_6.Tpo -c n2fv_6.c -o n2fv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c -o n2fv_14.lo n2fv_14.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_2.lo -MD -MP -MF .deps/n2fv_2.Tpo -c n2fv_2.c -o n2fv_2.o >/dev/null 2>&1
mv -f .deps/n2fv_4.Tpo .deps/n2fv_4.Plo
mv -f .deps/n1bv_20.Tpo .deps/n1bv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_8.lo -MD -MP -MF .deps/n2fv_8.Tpo -c n2fv_8.c -o n2fv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c -o n2fv_16.lo n2fv_16.c
mv -f .deps/n1bv_128.Tpo .deps/n1bv_128.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c -o n2fv_32.lo n2fv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c -o n2fv_64.lo n2fv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_10.lo -MD -MP -MF .deps/n2fv_10.Tpo -c n2fv_10.c -o n2fv_10.o >/dev/null 2>&1
mv -f .deps/n2fv_2.Tpo .deps/n2fv_2.Plo
mv -f .deps/n2fv_6.Tpo .deps/n2fv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c -o n2fv_20.lo n2fv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c -o n2bv_2.lo n2bv_2.c
mv -f .deps/n2fv_8.Tpo .deps/n2fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c -o n2bv_4.lo n2bv_4.c
mv -f .deps/n2fv_10.Tpo .deps/n2fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c -o n2bv_6.lo n2bv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c  -fPIC -DPIC -o .libs/n2fv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c  -fPIC -DPIC -o .libs/n2fv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c  -fPIC -DPIC -o .libs/n2fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_12.lo -MD -MP -MF .deps/n2fv_12.Tpo -c n2fv_12.c -o n2fv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c  -fPIC -DPIC -o .libs/n2fv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_14.lo -MD -MP -MF .deps/n2fv_14.Tpo -c n2fv_14.c -o n2fv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c  -fPIC -DPIC -o .libs/n2bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_32.lo -MD -MP -MF .deps/n2fv_32.Tpo -c n2fv_32.c -o n2fv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_16.lo -MD -MP -MF .deps/n2fv_16.Tpo -c n2fv_16.c -o n2fv_16.o >/dev/null 2>&1
mv -f .deps/n2fv_12.Tpo .deps/n2fv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c  -fPIC -DPIC -o .libs/n2bv_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c -o n2bv_8.lo n2bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c  -fPIC -DPIC -o .libs/n2bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c  -fPIC -DPIC -o .libs/n2fv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c  -fPIC -DPIC -o .libs/n2fv_64.o
mv -f .deps/n2fv_14.Tpo .deps/n2fv_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_2.lo -MD -MP -MF .deps/n2bv_2.Tpo -c n2bv_2.c -o n2bv_2.o >/dev/null 2>&1
mv -f .deps/n2fv_32.Tpo .deps/n2fv_32.Plo
mv -f .deps/n2fv_16.Tpo .deps/n2fv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c -o n2bv_10.lo n2bv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c -o n2bv_12.lo n2bv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_6.lo -MD -MP -MF .deps/n2bv_6.Tpo -c n2bv_6.c -o n2bv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c -o n2bv_14.lo n2bv_14.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_64.lo -MD -MP -MF .deps/n2fv_64.Tpo -c n2fv_64.c -o n2fv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2fv_20.lo -MD -MP -MF .deps/n2fv_20.Tpo -c n2fv_20.c -o n2fv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_4.lo -MD -MP -MF .deps/n2bv_4.Tpo -c n2bv_4.c -o n2bv_4.o >/dev/null 2>&1
mv -f .deps/n2bv_2.Tpo .deps/n2bv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c -o n2bv_16.lo n2bv_16.c
mv -f .deps/n2bv_6.Tpo .deps/n2bv_6.Plo
mv -f .deps/n2fv_64.Tpo .deps/n2fv_64.Plo
mv -f .deps/n2fv_20.Tpo .deps/n2fv_20.Plo
mv -f .deps/n2bv_4.Tpo .deps/n2bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c -o n2bv_32.lo n2bv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c -o n2bv_64.lo n2bv_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c -o n2bv_20.lo n2bv_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c -o n2sv_4.lo n2sv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c  -fPIC -DPIC -o .libs/n2bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c  -fPIC -DPIC -o .libs/n2bv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c  -fPIC -DPIC -o .libs/n2bv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_10.lo -MD -MP -MF .deps/n2bv_10.Tpo -c n2bv_10.c -o n2bv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c  -fPIC -DPIC -o .libs/n2bv_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_8.lo -MD -MP -MF .deps/n2bv_8.Tpo -c n2bv_8.c -o n2bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c  -fPIC -DPIC -o .libs/n2bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c  -fPIC -DPIC -o .libs/n2bv_32.o
mv -f .deps/n2bv_8.Tpo .deps/n2bv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_14.lo -MD -MP -MF .deps/n2bv_14.Tpo -c n2bv_14.c -o n2bv_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_12.lo -MD -MP -MF .deps/n2bv_12.Tpo -c n2bv_12.c -o n2bv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c  -fPIC -DPIC -o .libs/n2bv_64.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c -o n2sv_8.lo n2sv_8.c
mv -f .deps/n2bv_10.Tpo .deps/n2bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c  -fPIC -DPIC -o .libs/n2bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_16.lo -MD -MP -MF .deps/n2bv_16.Tpo -c n2bv_16.c -o n2bv_16.o >/dev/null 2>&1
mv -f .deps/n2bv_14.Tpo .deps/n2bv_14.Plo
mv -f .deps/n2bv_12.Tpo .deps/n2bv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_64.lo -MD -MP -MF .deps/n2bv_64.Tpo -c n2bv_64.c -o n2bv_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c -o n2sv_16.lo n2sv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_32.lo -MD -MP -MF .deps/n2bv_32.Tpo -c n2bv_32.c -o n2bv_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c -o n2sv_32.lo n2sv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c -o n2sv_64.lo n2sv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c  -fPIC -DPIC -o .libs/n2sv_4.o
mv -f .deps/n2bv_64.Tpo .deps/n2bv_64.Plo
mv -f .deps/n2bv_32.Tpo .deps/n2bv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2bv_20.lo -MD -MP -MF .deps/n2bv_20.Tpo -c n2bv_20.c -o n2bv_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c -o t1fuv_2.lo t1fuv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c -o t1fuv_3.lo t1fuv_3.c
mv -f .deps/n2bv_16.Tpo .deps/n2bv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_4.lo -MD -MP -MF .deps/n2sv_4.Tpo -c n2sv_4.c -o n2sv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c -o t1fuv_4.lo t1fuv_4.c
mv -f .deps/n2bv_20.Tpo .deps/n2bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c -o t1fuv_5.lo t1fuv_5.c
mv -f .deps/n2sv_4.Tpo .deps/n2sv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c -o t1fuv_6.lo t1fuv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c  -fPIC -DPIC -o .libs/n2sv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c  -fPIC -DPIC -o .libs/n2sv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c  -fPIC -DPIC -o .libs/n2sv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c  -fPIC -DPIC -o .libs/t1fuv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c  -fPIC -DPIC -o .libs/n2sv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_64.lo -MD -MP -MF .deps/n2sv_64.Tpo -c n2sv_64.c -o n2sv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_8.lo -MD -MP -MF .deps/n2sv_8.Tpo -c n2sv_8.c -o n2sv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c  -fPIC -DPIC -o .libs/t1fuv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_32.lo -MD -MP -MF .deps/n2sv_32.Tpo -c n2sv_32.c -o n2sv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c  -fPIC -DPIC -o .libs/t1fuv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n2sv_16.lo -MD -MP -MF .deps/n2sv_16.Tpo -c n2sv_16.c -o n2sv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_4.lo -MD -MP -MF .deps/t1fuv_4.Tpo -c t1fuv_4.c -o t1fuv_4.o >/dev/null 2>&1
mv -f .deps/n2sv_64.Tpo .deps/n2sv_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c  -fPIC -DPIC -o .libs/t1fuv_5.o
mv -f .deps/n2sv_8.Tpo .deps/n2sv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c -o t1fuv_7.lo t1fuv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_2.lo -MD -MP -MF .deps/t1fuv_2.Tpo -c t1fuv_2.c -o t1fuv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_3.lo -MD -MP -MF .deps/t1fuv_3.Tpo -c t1fuv_3.c -o t1fuv_3.o >/dev/null 2>&1
mv -f .deps/n2sv_32.Tpo .deps/n2sv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c -o t1fuv_8.lo t1fuv_8.c
mv -f .deps/n2sv_16.Tpo .deps/n2sv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c -o t1fuv_9.lo t1fuv_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c -o t1fuv_10.lo t1fuv_10.c
mv -f .deps/t1fuv_4.Tpo .deps/t1fuv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_5.lo -MD -MP -MF .deps/t1fuv_5.Tpo -c t1fuv_5.c -o t1fuv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c  -fPIC -DPIC -o .libs/t1fuv_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c -o t1fv_2.lo t1fv_2.c
mv -f .deps/t1fuv_2.Tpo .deps/t1fuv_2.Plo
mv -f .deps/t1fuv_3.Tpo .deps/t1fuv_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c -o t1fv_3.lo t1fv_3.c
mv -f .deps/t1fuv_5.Tpo .deps/t1fuv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_6.lo -MD -MP -MF .deps/t1fuv_6.Tpo -c t1fuv_6.c -o t1fuv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c -o t1fv_4.lo t1fv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c -o t1fv_5.lo t1fv_5.c
mv -f .deps/t1fuv_6.Tpo .deps/t1fuv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c -o t1fv_6.lo t1fv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c  -fPIC -DPIC -o .libs/t1fuv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c  -fPIC -DPIC -o .libs/t1fuv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_7.lo -MD -MP -MF .deps/t1fuv_7.Tpo -c t1fuv_7.c -o t1fuv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c  -fPIC -DPIC -o .libs/t1fuv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c  -fPIC -DPIC -o .libs/t1fuv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c  -fPIC -DPIC -o .libs/t1fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_8.lo -MD -MP -MF .deps/t1fuv_8.Tpo -c t1fuv_8.c -o t1fuv_8.o >/dev/null 2>&1
mv -f .deps/t1fuv_7.Tpo .deps/t1fuv_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c -o t1fv_7.lo t1fv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_10.lo -MD -MP -MF .deps/t1fuv_10.Tpo -c t1fuv_10.c -o t1fuv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_2.lo -MD -MP -MF .deps/t1fv_2.Tpo -c t1fv_2.c -o t1fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fuv_9.lo -MD -MP -MF .deps/t1fuv_9.Tpo -c t1fuv_9.c -o t1fuv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c  -fPIC -DPIC -o .libs/t1fv_3.o
mv -f .deps/t1fuv_8.Tpo .deps/t1fuv_8.Plo
mv -f .deps/t1fuv_10.Tpo .deps/t1fuv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c -o t1fv_8.lo t1fv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c -o t1fv_9.lo t1fv_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_3.lo -MD -MP -MF .deps/t1fv_3.Tpo -c t1fv_3.c -o t1fv_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c  -fPIC -DPIC -o .libs/t1fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c  -fPIC -DPIC -o .libs/t1fv_5.o
mv -f .deps/t1fv_3.Tpo .deps/t1fv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c  -fPIC -DPIC -o .libs/t1fv_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c -o t1fv_10.lo t1fv_10.c
mv -f .deps/t1fuv_9.Tpo .deps/t1fuv_9.Plo
mv -f .deps/t1fv_2.Tpo .deps/t1fv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c -o t1fv_12.lo t1fv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_4.lo -MD -MP -MF .deps/t1fv_4.Tpo -c t1fv_4.c -o t1fv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c -o t1fv_15.lo t1fv_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_5.lo -MD -MP -MF .deps/t1fv_5.Tpo -c t1fv_5.c -o t1fv_5.o >/dev/null 2>&1
mv -f .deps/t1fv_4.Tpo .deps/t1fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_6.lo -MD -MP -MF .deps/t1fv_6.Tpo -c t1fv_6.c -o t1fv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c -o t1fv_16.lo t1fv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c  -fPIC -DPIC -o .libs/t1fv_7.o
mv -f .deps/t1fv_6.Tpo .deps/t1fv_6.Plo
mv -f .deps/t1fv_5.Tpo .deps/t1fv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c -o t1fv_32.lo t1fv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_7.lo -MD -MP -MF .deps/t1fv_7.Tpo -c t1fv_7.c -o t1fv_7.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c -o t1fv_64.lo t1fv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c  -fPIC -DPIC -o .libs/t1fv_8.o
mv -f .deps/t1fv_7.Tpo .deps/t1fv_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c  -fPIC -DPIC -o .libs/t1fv_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c -o t1fv_20.lo t1fv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_8.lo -MD -MP -MF .deps/t1fv_8.Tpo -c t1fv_8.c -o t1fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c  -fPIC -DPIC -o .libs/t1fv_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_10.lo -MD -MP -MF .deps/t1fv_10.Tpo -c t1fv_10.c -o t1fv_10.o >/dev/null 2>&1
mv -f .deps/t1fv_8.Tpo .deps/t1fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c -o t1fv_25.lo t1fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_9.lo -MD -MP -MF .deps/t1fv_9.Tpo -c t1fv_9.c -o t1fv_9.o >/dev/null 2>&1
mv -f .deps/t1fv_10.Tpo .deps/t1fv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c  -fPIC -DPIC -o .libs/t1fv_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c -o t2fv_2.lo t2fv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c  -fPIC -DPIC -o .libs/t1fv_12.o
mv -f .deps/t1fv_9.Tpo .deps/t1fv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c -o t2fv_4.lo t2fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_16.lo -MD -MP -MF .deps/t1fv_16.Tpo -c t1fv_16.c -o t1fv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c  -fPIC -DPIC -o .libs/t1fv_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_12.lo -MD -MP -MF .deps/t1fv_12.Tpo -c t1fv_12.c -o t1fv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c  -fPIC -DPIC -o .libs/t1fv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_15.lo -MD -MP -MF .deps/t1fv_15.Tpo -c t1fv_15.c -o t1fv_15.o >/dev/null 2>&1
mv -f .deps/t1fv_16.Tpo .deps/t1fv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c -o t2fv_8.lo t2fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_64.lo -MD -MP -MF .deps/t1fv_64.Tpo -c t1fv_64.c -o t1fv_64.o >/dev/null 2>&1
mv -f .deps/t1fv_12.Tpo .deps/t1fv_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c -o t2fv_16.lo t2fv_16.c
mv -f .deps/t1fv_15.Tpo .deps/t1fv_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c -o t2fv_32.lo t2fv_32.c
mv -f .deps/t1fv_64.Tpo .deps/t1fv_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c  -fPIC -DPIC -o .libs/t1fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c  -fPIC -DPIC -o .libs/t1fv_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c -o t2fv_64.lo t2fv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_20.lo -MD -MP -MF .deps/t1fv_20.Tpo -c t1fv_20.c -o t1fv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_32.lo -MD -MP -MF .deps/t1fv_32.Tpo -c t1fv_32.c -o t1fv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c  -fPIC -DPIC -o .libs/t1fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c  -fPIC -DPIC -o .libs/t2fv_2.o
mv -f .deps/t1fv_20.Tpo .deps/t1fv_20.Plo
mv -f .deps/t1fv_32.Tpo .deps/t1fv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1fv_25.lo -MD -MP -MF .deps/t1fv_25.Tpo -c t1fv_25.c -o t1fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c  -fPIC -DPIC -o .libs/t2fv_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c -o t2fv_5.lo t2fv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c -o t2fv_10.lo t2fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_2.lo -MD -MP -MF .deps/t2fv_2.Tpo -c t2fv_2.c -o t2fv_2.o >/dev/null 2>&1
mv -f .deps/t1fv_25.Tpo .deps/t1fv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_4.lo -MD -MP -MF .deps/t2fv_4.Tpo -c t2fv_4.c -o t2fv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c -o t2fv_20.lo t2fv_20.c
mv -f .deps/t2fv_2.Tpo .deps/t2fv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c  -fPIC -DPIC -o .libs/t2fv_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c -o t2fv_25.lo t2fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c  -fPIC -DPIC -o .libs/t2fv_8.o
mv -f .deps/t2fv_4.Tpo .deps/t2fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c  -fPIC -DPIC -o .libs/t2fv_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c -o t3fv_4.lo t3fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c  -fPIC -DPIC -o .libs/t2fv_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_32.lo -MD -MP -MF .deps/t2fv_32.Tpo -c t2fv_32.c -o t2fv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_64.lo -MD -MP -MF .deps/t2fv_64.Tpo -c t2fv_64.c -o t2fv_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_16.lo -MD -MP -MF .deps/t2fv_16.Tpo -c t2fv_16.c -o t2fv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_8.lo -MD -MP -MF .deps/t2fv_8.Tpo -c t2fv_8.c -o t2fv_8.o >/dev/null 2>&1
mv -f .deps/t2fv_32.Tpo .deps/t2fv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c -o t3fv_8.lo t3fv_8.c
mv -f .deps/t2fv_8.Tpo .deps/t2fv_8.Plo
mv -f .deps/t2fv_64.Tpo .deps/t2fv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c -o t3fv_16.lo t3fv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c -o t3fv_32.lo t3fv_32.c
mv -f .deps/t2fv_16.Tpo .deps/t2fv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c  -fPIC -DPIC -o .libs/t2fv_5.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c -o t3fv_5.lo t3fv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_5.lo -MD -MP -MF .deps/t2fv_5.Tpo -c t2fv_5.c -o t2fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c  -fPIC -DPIC -o .libs/t2fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_10.lo -MD -MP -MF .deps/t2fv_10.Tpo -c t2fv_10.c -o t2fv_10.o >/dev/null 2>&1
mv -f .deps/t2fv_5.Tpo .deps/t2fv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c -o t3fv_10.lo t3fv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c  -fPIC -DPIC -o .libs/t2fv_20.o
mv -f .deps/t2fv_10.Tpo .deps/t2fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c -o t3fv_20.lo t3fv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_20.lo -MD -MP -MF .deps/t2fv_20.Tpo -c t2fv_20.c -o t2fv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c  -fPIC -DPIC -o .libs/t2fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c  -fPIC -DPIC -o .libs/t3fv_4.o
mv -f .deps/t2fv_20.Tpo .deps/t2fv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2fv_25.lo -MD -MP -MF .deps/t2fv_25.Tpo -c t2fv_25.c -o t2fv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_4.lo -MD -MP -MF .deps/t3fv_4.Tpo -c t3fv_4.c -o t3fv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c -o t3fv_25.lo t3fv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c  -fPIC -DPIC -o .libs/t3fv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c  -fPIC -DPIC -o .libs/t3fv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c  -fPIC -DPIC -o .libs/t3fv_16.o
mv -f .deps/t3fv_4.Tpo .deps/t3fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_32.lo -MD -MP -MF .deps/t3fv_32.Tpo -c t3fv_32.c -o t3fv_32.o >/dev/null 2>&1
mv -f .deps/t2fv_25.Tpo .deps/t2fv_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c -o t1buv_2.lo t1buv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c -o t1buv_3.lo t1buv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_8.lo -MD -MP -MF .deps/t3fv_8.Tpo -c t3fv_8.c -o t3fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c  -fPIC -DPIC -o .libs/t3fv_5.o
mv -f .deps/t3fv_32.Tpo .deps/t3fv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_16.lo -MD -MP -MF .deps/t3fv_16.Tpo -c t3fv_16.c -o t3fv_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c -o t1buv_4.lo t1buv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c  -fPIC -DPIC -o .libs/t3fv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_5.lo -MD -MP -MF .deps/t3fv_5.Tpo -c t3fv_5.c -o t3fv_5.o >/dev/null 2>&1
mv -f .deps/t3fv_16.Tpo .deps/t3fv_16.Plo
mv -f .deps/t3fv_8.Tpo .deps/t3fv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c -o t1buv_5.lo t1buv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c -o t1buv_6.lo t1buv_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_10.lo -MD -MP -MF .deps/t3fv_10.Tpo -c t3fv_10.c -o t3fv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c  -fPIC -DPIC -o .libs/t3fv_20.o
mv -f .deps/t3fv_5.Tpo .deps/t3fv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c -o t1buv_7.lo t1buv_7.c
mv -f .deps/t3fv_10.Tpo .deps/t3fv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c -o t1buv_8.lo t1buv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_20.lo -MD -MP -MF .deps/t3fv_20.Tpo -c t3fv_20.c -o t3fv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c  -fPIC -DPIC -o .libs/t3fv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c  -fPIC -DPIC -o .libs/t1buv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c  -fPIC -DPIC -o .libs/t1buv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3fv_25.lo -MD -MP -MF .deps/t3fv_25.Tpo -c t3fv_25.c -o t3fv_25.o >/dev/null 2>&1
mv -f .deps/t3fv_20.Tpo .deps/t3fv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c -o t1buv_9.lo t1buv_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_2.lo -MD -MP -MF .deps/t1buv_2.Tpo -c t1buv_2.c -o t1buv_2.o >/dev/null 2>&1
mv -f .deps/t3fv_25.Tpo .deps/t3fv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c  -fPIC -DPIC -o .libs/t1buv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_3.lo -MD -MP -MF .deps/t1buv_3.Tpo -c t1buv_3.c -o t1buv_3.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c -o t1buv_10.lo t1buv_10.c
mv -f .deps/t1buv_2.Tpo .deps/t1buv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c  -fPIC -DPIC -o .libs/t1buv_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c -o t1bv_2.lo t1bv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_4.lo -MD -MP -MF .deps/t1buv_4.Tpo -c t1buv_4.c -o t1buv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c  -fPIC -DPIC -o .libs/t1buv_5.o
mv -f .deps/t1buv_3.Tpo .deps/t1buv_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c -o t1bv_3.lo t1bv_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_6.lo -MD -MP -MF .deps/t1buv_6.Tpo -c t1buv_6.c -o t1buv_6.o >/dev/null 2>&1
mv -f .deps/t1buv_4.Tpo .deps/t1buv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c  -fPIC -DPIC -o .libs/t1buv_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_5.lo -MD -MP -MF .deps/t1buv_5.Tpo -c t1buv_5.c -o t1buv_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c -o t1bv_4.lo t1bv_4.c
mv -f .deps/t1buv_6.Tpo .deps/t1buv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_7.lo -MD -MP -MF .deps/t1buv_7.Tpo -c t1buv_7.c -o t1buv_7.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c -o t1bv_5.lo t1bv_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c  -fPIC -DPIC -o .libs/t1buv_8.o
mv -f .deps/t1buv_5.Tpo .deps/t1buv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c -o t1bv_6.lo t1bv_6.c
mv -f .deps/t1buv_7.Tpo .deps/t1buv_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c -o t1bv_7.lo t1bv_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_8.lo -MD -MP -MF .deps/t1buv_8.Tpo -c t1buv_8.c -o t1buv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c  -fPIC -DPIC -o .libs/t1buv_9.o
mv -f .deps/t1buv_8.Tpo .deps/t1buv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c -o t1bv_8.lo t1bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c  -fPIC -DPIC -o .libs/t1bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c  -fPIC -DPIC -o .libs/t1buv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_9.lo -MD -MP -MF .deps/t1buv_9.Tpo -c t1buv_9.c -o t1buv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c  -fPIC -DPIC -o .libs/t1bv_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_2.lo -MD -MP -MF .deps/t1bv_2.Tpo -c t1bv_2.c -o t1bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1buv_10.lo -MD -MP -MF .deps/t1buv_10.Tpo -c t1buv_10.c -o t1buv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c  -fPIC -DPIC -o .libs/t1bv_4.o
mv -f .deps/t1buv_9.Tpo .deps/t1buv_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c -o t1bv_9.lo t1bv_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_3.lo -MD -MP -MF .deps/t1bv_3.Tpo -c t1bv_3.c -o t1bv_3.o >/dev/null 2>&1
mv -f .deps/t1buv_10.Tpo .deps/t1buv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c  -fPIC -DPIC -o .libs/t1bv_6.o
mv -f .deps/t1bv_2.Tpo .deps/t1bv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_4.lo -MD -MP -MF .deps/t1bv_4.Tpo -c t1bv_4.c -o t1bv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c -o t1bv_10.lo t1bv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c -o t1bv_12.lo t1bv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c  -fPIC -DPIC -o .libs/t1bv_7.o
mv -f .deps/t1bv_3.Tpo .deps/t1bv_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_6.lo -MD -MP -MF .deps/t1bv_6.Tpo -c t1bv_6.c -o t1bv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c  -fPIC -DPIC -o .libs/t1bv_5.o
mv -f .deps/t1bv_4.Tpo .deps/t1bv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c -o t1bv_15.lo t1bv_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c -o t1bv_16.lo t1bv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_7.lo -MD -MP -MF .deps/t1bv_7.Tpo -c t1bv_7.c -o t1bv_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_5.lo -MD -MP -MF .deps/t1bv_5.Tpo -c t1bv_5.c -o t1bv_5.o >/dev/null 2>&1
mv -f .deps/t1bv_6.Tpo .deps/t1bv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c -o t1bv_32.lo t1bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c  -fPIC -DPIC -o .libs/t1bv_8.o
mv -f .deps/t1bv_5.Tpo .deps/t1bv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c -o t1bv_64.lo t1bv_64.c
mv -f .deps/t1bv_7.Tpo .deps/t1bv_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c  -fPIC -DPIC -o .libs/t1bv_9.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c -o t1bv_20.lo t1bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_8.lo -MD -MP -MF .deps/t1bv_8.Tpo -c t1bv_8.c -o t1bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_9.lo -MD -MP -MF .deps/t1bv_9.Tpo -c t1bv_9.c -o t1bv_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c  -fPIC -DPIC -o .libs/t1bv_12.o
mv -f .deps/t1bv_8.Tpo .deps/t1bv_8.Plo
mv -f .deps/t1bv_9.Tpo .deps/t1bv_9.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c  -fPIC -DPIC -o .libs/t1bv_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c -o t1bv_25.lo t1bv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_12.lo -MD -MP -MF .deps/t1bv_12.Tpo -c t1bv_12.c -o t1bv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c  -fPIC -DPIC -o .libs/t1bv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c  -fPIC -DPIC -o .libs/t1bv_15.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c -o t2bv_2.lo t2bv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_15.lo -MD -MP -MF .deps/t1bv_15.Tpo -c t1bv_15.c -o t1bv_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_10.lo -MD -MP -MF .deps/t1bv_10.Tpo -c t1bv_10.c -o t1bv_10.o >/dev/null 2>&1
mv -f .deps/t1bv_12.Tpo .deps/t1bv_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_16.lo -MD -MP -MF .deps/t1bv_16.Tpo -c t1bv_16.c -o t1bv_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c -o t2bv_4.lo t2bv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c  -fPIC -DPIC -o .libs/t1bv_32.o
mv -f .deps/t1bv_10.Tpo .deps/t1bv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c  -fPIC -DPIC -o .libs/t1bv_64.o
mv -f .deps/t1bv_15.Tpo .deps/t1bv_15.Plo
mv -f .deps/t1bv_16.Tpo .deps/t1bv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c  -fPIC -DPIC -o .libs/t1bv_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c -o t2bv_8.lo t2bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_32.lo -MD -MP -MF .deps/t1bv_32.Tpo -c t1bv_32.c -o t1bv_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c -o t2bv_16.lo t2bv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c -o t2bv_32.lo t2bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_64.lo -MD -MP -MF .deps/t1bv_64.Tpo -c t1bv_64.c -o t1bv_64.o >/dev/null 2>&1
mv -f .deps/t1bv_32.Tpo .deps/t1bv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c -o t2bv_64.lo t2bv_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_20.lo -MD -MP -MF .deps/t1bv_20.Tpo -c t1bv_20.c -o t1bv_20.o >/dev/null 2>&1
mv -f .deps/t1bv_64.Tpo .deps/t1bv_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c -o t2bv_5.lo t2bv_5.c
mv -f .deps/t1bv_20.Tpo .deps/t1bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c -o t2bv_10.lo t2bv_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c  -fPIC -DPIC -o .libs/t2bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c  -fPIC -DPIC -o .libs/t2bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c  -fPIC -DPIC -o .libs/t1bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_2.lo -MD -MP -MF .deps/t2bv_2.Tpo -c t2bv_2.c -o t2bv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_4.lo -MD -MP -MF .deps/t2bv_4.Tpo -c t2bv_4.c -o t2bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c  -fPIC -DPIC -o .libs/t2bv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1bv_25.lo -MD -MP -MF .deps/t1bv_25.Tpo -c t1bv_25.c -o t1bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c  -fPIC -DPIC -o .libs/t2bv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c  -fPIC -DPIC -o .libs/t2bv_8.o
mv -f .deps/t2bv_2.Tpo .deps/t2bv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c -o t2bv_20.lo t2bv_20.c
mv -f .deps/t1bv_25.Tpo .deps/t1bv_25.Plo
mv -f .deps/t2bv_4.Tpo .deps/t2bv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_16.lo -MD -MP -MF .deps/t2bv_16.Tpo -c t2bv_16.c -o t2bv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_32.lo -MD -MP -MF .deps/t2bv_32.Tpo -c t2bv_32.c -o t2bv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c  -fPIC -DPIC -o .libs/t2bv_64.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c -o t2bv_25.lo t2bv_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c -o t3bv_4.lo t3bv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_8.lo -MD -MP -MF .deps/t2bv_8.Tpo -c t2bv_8.c -o t2bv_8.o >/dev/null 2>&1
mv -f .deps/t2bv_16.Tpo .deps/t2bv_16.Plo
mv -f .deps/t2bv_32.Tpo .deps/t2bv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c -o t3bv_8.lo t3bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c  -fPIC -DPIC -o .libs/t2bv_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c -o t3bv_16.lo t3bv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c  -fPIC -DPIC -o .libs/t2bv_5.o
mv -f .deps/t2bv_8.Tpo .deps/t2bv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_64.lo -MD -MP -MF .deps/t2bv_64.Tpo -c t2bv_64.c -o t2bv_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c -o t3bv_32.lo t3bv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_10.lo -MD -MP -MF .deps/t2bv_10.Tpo -c t2bv_10.c -o t2bv_10.o >/dev/null 2>&1
mv -f .deps/t2bv_64.Tpo .deps/t2bv_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_5.lo -MD -MP -MF .deps/t2bv_5.Tpo -c t2bv_5.c -o t2bv_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c -o t3bv_5.lo t3bv_5.c
mv -f .deps/t2bv_10.Tpo .deps/t2bv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c -o t3bv_10.lo t3bv_10.c
mv -f .deps/t2bv_5.Tpo .deps/t2bv_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c -o t3bv_20.lo t3bv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c  -fPIC -DPIC -o .libs/t2bv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c  -fPIC -DPIC -o .libs/t2bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c  -fPIC -DPIC -o .libs/t3bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_20.lo -MD -MP -MF .deps/t2bv_20.Tpo -c t2bv_20.c -o t2bv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2bv_25.lo -MD -MP -MF .deps/t2bv_25.Tpo -c t2bv_25.c -o t2bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_4.lo -MD -MP -MF .deps/t3bv_4.Tpo -c t3bv_4.c -o t3bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c  -fPIC -DPIC -o .libs/t3bv_16.o
mv -f .deps/t2bv_20.Tpo .deps/t2bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c -o t3bv_25.lo t3bv_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c  -fPIC -DPIC -o .libs/t3bv_32.o
mv -f .deps/t2bv_25.Tpo .deps/t2bv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c  -fPIC -DPIC -o .libs/t3bv_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c  -fPIC -DPIC -o .libs/t3bv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c -o t1sv_2.lo t1sv_2.c
mv -f .deps/t3bv_4.Tpo .deps/t3bv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_16.lo -MD -MP -MF .deps/t3bv_16.Tpo -c t3bv_16.c -o t3bv_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c -o t1sv_4.lo t1sv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_5.lo -MD -MP -MF .deps/t3bv_5.Tpo -c t3bv_5.c -o t3bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_32.lo -MD -MP -MF .deps/t3bv_32.Tpo -c t3bv_32.c -o t3bv_32.o >/dev/null 2>&1
mv -f .deps/t3bv_16.Tpo .deps/t3bv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_8.lo -MD -MP -MF .deps/t3bv_8.Tpo -c t3bv_8.c -o t3bv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c -o t1sv_8.lo t1sv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c  -fPIC -DPIC -o .libs/t3bv_10.o
mv -f .deps/t3bv_5.Tpo .deps/t3bv_5.Plo
mv -f .deps/t3bv_32.Tpo .deps/t3bv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c -o t1sv_16.lo t1sv_16.c
mv -f .deps/t3bv_8.Tpo .deps/t3bv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c  -fPIC -DPIC -o .libs/t3bv_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c -o t1sv_32.lo t1sv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c -o t2sv_4.lo t2sv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_10.lo -MD -MP -MF .deps/t3bv_10.Tpo -c t3bv_10.c -o t3bv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_20.lo -MD -MP -MF .deps/t3bv_20.Tpo -c t3bv_20.c -o t3bv_20.o >/dev/null 2>&1
mv -f .deps/t3bv_10.Tpo .deps/t3bv_10.Plo
mv -f .deps/t3bv_20.Tpo .deps/t3bv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c -o t2sv_8.lo t2sv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c -o t2sv_16.lo t2sv_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c  -fPIC -DPIC -o .libs/t3bv_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c  -fPIC -DPIC -o .libs/t1sv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c  -fPIC -DPIC -o .libs/t1sv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t3bv_25.lo -MD -MP -MF .deps/t3bv_25.Tpo -c t3bv_25.c -o t3bv_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c  -fPIC -DPIC -o .libs/t1sv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_4.lo -MD -MP -MF .deps/t1sv_4.Tpo -c t1sv_4.c -o t1sv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_2.lo -MD -MP -MF .deps/t1sv_2.Tpo -c t1sv_2.c -o t1sv_2.o >/dev/null 2>&1
mv -f .deps/t3bv_25.Tpo .deps/t3bv_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c  -fPIC -DPIC -o .libs/t2sv_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c -o t2sv_32.lo t2sv_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_16.lo -MD -MP -MF .deps/t1sv_16.Tpo -c t1sv_16.c -o t1sv_16.o >/dev/null 2>&1
mv -f .deps/t1sv_4.Tpo .deps/t1sv_4.Plo
mv -f .deps/t1sv_2.Tpo .deps/t1sv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c -o q1fv_2.lo q1fv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c -o q1fv_4.lo q1fv_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c  -fPIC -DPIC -o .libs/t1sv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c  -fPIC -DPIC -o .libs/t1sv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_4.lo -MD -MP -MF .deps/t2sv_4.Tpo -c t2sv_4.c -o t2sv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c  -fPIC -DPIC -o .libs/t2sv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_32.lo -MD -MP -MF .deps/t1sv_32.Tpo -c t1sv_32.c -o t1sv_32.o >/dev/null 2>&1
mv -f .deps/t1sv_16.Tpo .deps/t1sv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c  -fPIC -DPIC -o .libs/t2sv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1sv_8.lo -MD -MP -MF .deps/t1sv_8.Tpo -c t1sv_8.c -o t1sv_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c -o q1fv_5.lo q1fv_5.c
mv -f .deps/t2sv_4.Tpo .deps/t2sv_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c -o q1fv_8.lo q1fv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_8.lo -MD -MP -MF .deps/t2sv_8.Tpo -c t2sv_8.c -o t2sv_8.o >/dev/null 2>&1
mv -f .deps/t1sv_32.Tpo .deps/t1sv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_16.lo -MD -MP -MF .deps/t2sv_16.Tpo -c t2sv_16.c -o t2sv_16.o >/dev/null 2>&1
mv -f .deps/t1sv_8.Tpo .deps/t1sv_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c -o q1bv_2.lo q1bv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c -o q1bv_4.lo q1bv_4.c
mv -f .deps/t2sv_8.Tpo .deps/t2sv_8.Plo
mv -f .deps/t2sv_16.Tpo .deps/t2sv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c -o q1bv_5.lo q1bv_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c -o q1bv_8.lo q1bv_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c  -fPIC -DPIC -o .libs/t2sv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c  -fPIC -DPIC -o .libs/q1fv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c  -fPIC -DPIC -o .libs/q1fv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2sv_32.lo -MD -MP -MF .deps/t2sv_32.Tpo -c t2sv_32.c -o t2sv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_4.lo -MD -MP -MF .deps/q1fv_4.Tpo -c q1fv_4.c -o q1fv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_2.lo -MD -MP -MF .deps/q1fv_2.Tpo -c q1fv_2.c -o q1fv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c  -fPIC -DPIC -o .libs/q1fv_5.o
mv -f .deps/t2sv_32.Tpo .deps/t2sv_32.Plo
mv -f .deps/q1fv_2.Tpo .deps/q1fv_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c -o genus.lo genus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c  -fPIC -DPIC -o .libs/q1fv_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/q1fv_4.Tpo .deps/q1fv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c  -fPIC -DPIC -o .libs/q1bv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_5.lo -MD -MP -MF .deps/q1fv_5.Tpo -c q1fv_5.c -o q1fv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c  -fPIC -DPIC -o .libs/q1bv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1fv_8.lo -MD -MP -MF .deps/q1fv_8.Tpo -c q1fv_8.c -o q1fv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_4.lo -MD -MP -MF .deps/q1bv_4.Tpo -c q1bv_4.c -o q1bv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c  -fPIC -DPIC -o .libs/q1bv_5.o
mv -f .deps/q1fv_5.Tpo .deps/q1fv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_2.lo -MD -MP -MF .deps/q1bv_2.Tpo -c q1bv_2.c -o q1bv_2.o >/dev/null 2>&1
mv -f .deps/q1fv_8.Tpo .deps/q1fv_8.Plo
mv -f .deps/q1bv_4.Tpo .deps/q1bv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_5.lo -MD -MP -MF .deps/q1bv_5.Tpo -c q1bv_5.c -o q1bv_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c  -fPIC -DPIC -o .libs/q1bv_8.o
mv -f .deps/q1bv_2.Tpo .deps/q1bv_2.Plo
mv -f .deps/q1bv_5.Tpo .deps/q1bv_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1bv_8.lo -MD -MP -MF .deps/q1bv_8.Tpo -c q1bv_8.c -o q1bv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c  -fPIC -DPIC -o .libs/genus.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
mv -f .deps/q1bv_8.Tpo .deps/q1bv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/genus.Tpo .deps/genus.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_avx_codelets.la  n1fv_2.lo n1fv_3.lo n1fv_4.lo n1fv_5.lo n1fv_6.lo n1fv_7.lo n1fv_8.lo n1fv_9.lo n1fv_10.lo n1fv_11.lo n1fv_12.lo n1fv_13.lo n1fv_14.lo n1fv_15.lo n1fv_16.lo n1fv_32.lo n1fv_64.lo n1fv_128.lo n1fv_20.lo n1fv_25.lo n1bv_2.lo n1bv_3.lo n1bv_4.lo n1bv_5.lo n1bv_6.lo n1bv_7.lo n1bv_8.lo n1bv_9.lo n1bv_10.lo n1bv_11.lo n1bv_12.lo n1bv_13.lo n1bv_14.lo n1bv_15.lo n1bv_16.lo n1bv_32.lo n1bv_64.lo n1bv_128.lo n1bv_20.lo n1bv_25.lo n2fv_2.lo n2fv_4.lo n2fv_6.lo n2fv_8.lo n2fv_10.lo n2fv_12.lo n2fv_14.lo n2fv_16.lo n2fv_32.lo n2fv_64.lo n2fv_20.lo n2bv_2.lo n2bv_4.lo n2bv_6.lo n2bv_8.lo n2bv_10.lo n2bv_12.lo n2bv_14.lo n2bv_16.lo n2bv_32.lo n2bv_64.lo n2bv_20.lo n2sv_4.lo n2sv_8.lo n2sv_16.lo n2sv_32.lo n2sv_64.lo t1fuv_2.lo t1fuv_3.lo t1fuv_4.lo t1fuv_5.lo t1fuv_6.lo t1fuv_7.lo t1fuv_8.lo t1fuv_9.lo t1fuv_10.lo t1fv_2.lo t1fv_3.lo t1fv_4.lo t1fv_5.lo t1fv_6.lo t1fv_7.lo t1fv_8.lo t1fv_9.lo t1fv_10.lo t1fv_12.lo t1fv_15.lo t1fv_16.lo t1fv_32.lo t1fv_64.lo t1fv_20.lo t1fv_25.lo t2fv_2.lo t2fv_4.lo t2fv_8.lo t2fv_16.lo t2fv_32.lo t2fv_64.lo t2fv_5.lo t2fv_10.lo t2fv_20.lo t2fv_25.lo t3fv_4.lo t3fv_8.lo t3fv_16.lo t3fv_32.lo t3fv_5.lo t3fv_10.lo t3fv_20.lo t3fv_25.lo t1buv_2.lo t1buv_3.lo t1buv_4.lo t1buv_5.lo t1buv_6.lo t1buv_7.lo t1buv_8.lo t1buv_9.lo t1buv_10.lo t1bv_2.lo t1bv_3.lo t1bv_4.lo t1bv_5.lo t1bv_6.lo t1bv_7.lo t1bv_8.lo t1bv_9.lo t1bv_10.lo t1bv_12.lo t1bv_15.lo t1bv_16.lo t1bv_32.lo t1bv_64.lo t1bv_20.lo t1bv_25.lo t2bv_2.lo t2bv_4.lo t2bv_8.lo t2bv_16.lo t2bv_32.lo t2bv_64.lo t2bv_5.lo t2bv_10.lo t2bv_20.lo t2bv_25.lo t3bv_4.lo t3bv_8.lo t3bv_16.lo t3bv_32.lo t3bv_5.lo t3bv_10.lo t3bv_20.lo t3bv_25.lo t1sv_2.lo t1sv_4.lo t1sv_8.lo t1sv_16.lo t1sv_32.lo t2sv_4.lo t2sv_8.lo t2sv_16.lo t2sv_32.lo q1fv_2.lo q1fv_4.lo q1fv_5.lo q1fv_8.lo q1bv_2.lo q1bv_4.lo q1bv_5.lo q1bv_8.lo genus.lo codlist.lo  -lm 
libtool: link: rm -fr  .libs/libdft_avx_codelets.a .libs/libdft_avx_codelets.la
libtool: link: ar cr .libs/libdft_avx_codelets.a .libs/n1fv_2.o .libs/n1fv_3.o .libs/n1fv_4.o .libs/n1fv_5.o .libs/n1fv_6.o .libs/n1fv_7.o .libs/n1fv_8.o .libs/n1fv_9.o .libs/n1fv_10.o .libs/n1fv_11.o .libs/n1fv_12.o .libs/n1fv_13.o .libs/n1fv_14.o .libs/n1fv_15.o .libs/n1fv_16.o .libs/n1fv_32.o .libs/n1fv_64.o .libs/n1fv_128.o .libs/n1fv_20.o .libs/n1fv_25.o .libs/n1bv_2.o .libs/n1bv_3.o .libs/n1bv_4.o .libs/n1bv_5.o .libs/n1bv_6.o .libs/n1bv_7.o .libs/n1bv_8.o .libs/n1bv_9.o .libs/n1bv_10.o .libs/n1bv_11.o .libs/n1bv_12.o .libs/n1bv_13.o .libs/n1bv_14.o .libs/n1bv_15.o .libs/n1bv_16.o .libs/n1bv_32.o .libs/n1bv_64.o .libs/n1bv_128.o .libs/n1bv_20.o .libs/n1bv_25.o .libs/n2fv_2.o .libs/n2fv_4.o .libs/n2fv_6.o .libs/n2fv_8.o .libs/n2fv_10.o .libs/n2fv_12.o .libs/n2fv_14.o .libs/n2fv_16.o .libs/n2fv_32.o .libs/n2fv_64.o .libs/n2fv_20.o .libs/n2bv_2.o .libs/n2bv_4.o .libs/n2bv_6.o .libs/n2bv_8.o .libs/n2bv_10.o .libs/n2bv_12.o .libs/n2bv_14.o .libs/n2bv_16.o .libs/n2bv_32.o .libs/n2bv_64.o .libs/n2bv_20.o .libs/n2sv_4.o .libs/n2sv_8.o .libs/n2sv_16.o .libs/n2sv_32.o .libs/n2sv_64.o .libs/t1fuv_2.o .libs/t1fuv_3.o .libs/t1fuv_4.o .libs/t1fuv_5.o .libs/t1fuv_6.o .libs/t1fuv_7.o .libs/t1fuv_8.o .libs/t1fuv_9.o .libs/t1fuv_10.o .libs/t1fv_2.o .libs/t1fv_3.o .libs/t1fv_4.o .libs/t1fv_5.o .libs/t1fv_6.o .libs/t1fv_7.o .libs/t1fv_8.o .libs/t1fv_9.o .libs/t1fv_10.o .libs/t1fv_12.o .libs/t1fv_15.o .libs/t1fv_16.o .libs/t1fv_32.o .libs/t1fv_64.o .libs/t1fv_20.o .libs/t1fv_25.o .libs/t2fv_2.o .libs/t2fv_4.o .libs/t2fv_8.o .libs/t2fv_16.o .libs/t2fv_32.o .libs/t2fv_64.o .libs/t2fv_5.o .libs/t2fv_10.o .libs/t2fv_20.o .libs/t2fv_25.o .libs/t3fv_4.o .libs/t3fv_8.o .libs/t3fv_16.o .libs/t3fv_32.o .libs/t3fv_5.o .libs/t3fv_10.o .libs/t3fv_20.o .libs/t3fv_25.o .libs/t1buv_2.o .libs/t1buv_3.o .libs/t1buv_4.o .libs/t1buv_5.o .libs/t1buv_6.o .libs/t1buv_7.o .libs/t1buv_8.o .libs/t1buv_9.o .libs/t1buv_10.o .libs/t1bv_2.o .libs/t1bv_3.o .libs/t1bv_4.o .libs/t1bv_5.o .libs/t1bv_6.o .libs/t1bv_7.o .libs/t1bv_8.o .libs/t1bv_9.o .libs/t1bv_10.o .libs/t1bv_12.o .libs/t1bv_15.o .libs/t1bv_16.o .libs/t1bv_32.o .libs/t1bv_64.o .libs/t1bv_20.o .libs/t1bv_25.o .libs/t2bv_2.o .libs/t2bv_4.o .libs/t2bv_8.o .libs/t2bv_16.o .libs/t2bv_32.o .libs/t2bv_64.o .libs/t2bv_5.o .libs/t2bv_10.o .libs/t2bv_20.o .libs/t2bv_25.o .libs/t3bv_4.o .libs/t3bv_8.o .libs/t3bv_16.o .libs/t3bv_32.o .libs/t3bv_5.o .libs/t3bv_10.o .libs/t3bv_20.o .libs/t3bv_25.o .libs/t1sv_2.o .libs/t1sv_4.o .libs/t1sv_8.o .libs/t1sv_16.o .libs/t1sv_32.o .libs/t2sv_4.o .libs/t2sv_8.o .libs/t2sv_16.o .libs/t2sv_32.o .libs/q1fv_2.o .libs/q1fv_4.o .libs/q1fv_5.o .libs/q1fv_8.o .libs/q1bv_2.o .libs/q1bv_4.o .libs/q1bv_5.o .libs/q1bv_8.o .libs/genus.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
Making all in avx-128-fma
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
Making all in avx2
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
Making all in avx2-128
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
Making all in avx512
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
Making all in kcvi
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
Making all in altivec
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
Making all in vsx
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
Making all in neon
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
Making all in generic-simd128
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
Making all in generic-simd256
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c -o bluestein.lo bluestein.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c -o dftw-direct.lo dftw-direct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c -o dftw-directsq.lo dftw-directsq.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c -o dftw-generic.lo dftw-generic.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c -o dftw-genericbuf.lo dftw-genericbuf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c -o direct.lo direct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c  -fPIC -DPIC -o .libs/dftw-direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c  -fPIC -DPIC -o .libs/bluestein.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c  -fPIC -DPIC -o .libs/direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c  -fPIC -DPIC -o .libs/dftw-generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c -o dftw-direct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c  -fPIC -DPIC -o .libs/dftw-directsq.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c -o direct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c -o bluestein.o >/dev/null 2>&1
mv -f .deps/conf.Tpo .deps/conf.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c -o dftw-generic.o >/dev/null 2>&1
mv -f .deps/dftw-direct.Tpo .deps/dftw-direct.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c -o dftw-directsq.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c -o generic.lo generic.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c -o indirect.lo indirect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
mv -f .deps/buffered.Tpo .deps/buffered.Plo
mv -f .deps/bluestein.Tpo .deps/bluestein.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c  -fPIC -DPIC -o .libs/dftw-genericbuf.o
mv -f .deps/direct.Tpo .deps/direct.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c -o indirect-transpose.lo indirect-transpose.c
mv -f .deps/dftw-directsq.Tpo .deps/dftw-directsq.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c -o kdft-dif.lo kdft-dif.c
mv -f .deps/dftw-generic.Tpo .deps/dftw-generic.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c -o kdft-difsq.lo kdft-difsq.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c -o kdft-dit.lo kdft-dit.c
mv -f .deps/ct.Tpo .deps/ct.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c -o dftw-genericbuf.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c -o kdft.lo kdft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c -o nop.lo nop.c
mv -f .deps/dftw-genericbuf.Tpo .deps/dftw-genericbuf.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c  -fPIC -DPIC -o .libs/indirect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c  -fPIC -DPIC -o .libs/indirect-transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c  -fPIC -DPIC -o .libs/kdft-dit.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c  -fPIC -DPIC -o .libs/kdft-dif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c -o indirect-transpose.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c  -fPIC -DPIC -o .libs/generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c  -fPIC -DPIC -o .libs/kdft-difsq.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c  -fPIC -DPIC -o .libs/kdft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -o indirect.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c -o kdft-dit.o >/dev/null 2>&1
mv -f .deps/indirect-transpose.Tpo .deps/indirect-transpose.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c -o kdft-dif.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c -o kdft.o >/dev/null 2>&1
mv -f .deps/indirect.Tpo .deps/indirect.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c -o kdft-difsq.o >/dev/null 2>&1
mv -f .deps/kdft-dit.Tpo .deps/kdft-dit.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c  -fPIC -DPIC -o .libs/nop.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c -o rader.lo rader.c
mv -f .deps/generic.Tpo .deps/generic.Plo
mv -f .deps/kdft-dif.Tpo .deps/kdft-dif.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c -o rank-geq2.lo rank-geq2.c
mv -f .deps/kdft.Tpo .deps/kdft.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c -o vrank-geq1.lo vrank-geq1.c
mv -f .deps/kdft-difsq.Tpo .deps/kdft-difsq.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c -o zero.lo zero.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -o nop.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
mv -f .deps/plan.Tpo .deps/plan.Plo
mv -f .deps/nop.Tpo .deps/nop.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c  -fPIC -DPIC -o .libs/rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c  -fPIC -DPIC -o .libs/rank-geq2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c  -fPIC -DPIC -o .libs/vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -o rank-geq2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -o vrank-geq1.o >/dev/null 2>&1
mv -f .deps/rader.Tpo .deps/rader.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c  -fPIC -DPIC -o .libs/zero.o
mv -f .deps/problem.Tpo .deps/problem.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c  -fPIC -DPIC -o .libs/solve.o
mv -f .deps/vrank-geq1.Tpo .deps/vrank-geq1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c -o zero.o >/dev/null 2>&1
mv -f .deps/rank-geq2.Tpo .deps/rank-geq2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -o solve.o >/dev/null 2>&1
mv -f .deps/zero.Tpo .deps/zero.Plo
mv -f .deps/solve.Tpo .deps/solve.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft.la  bluestein.lo buffered.lo conf.lo ct.lo dftw-direct.lo dftw-directsq.lo dftw-generic.lo dftw-genericbuf.lo direct.lo generic.lo indirect.lo indirect-transpose.lo kdft-dif.lo kdft-difsq.lo kdft-dit.lo kdft.lo nop.lo plan.lo problem.lo rader.lo rank-geq2.lo solve.lo vrank-geq1.lo zero.lo  -lm 
libtool: link: rm -fr  .libs/libdft.a .libs/libdft.la
libtool: link: ar cr .libs/libdft.a .libs/bluestein.o .libs/buffered.o .libs/conf.o .libs/ct.o .libs/dftw-direct.o .libs/dftw-directsq.o .libs/dftw-generic.o .libs/dftw-genericbuf.o .libs/direct.o .libs/generic.o .libs/indirect.o .libs/indirect-transpose.o .libs/kdft-dif.o .libs/kdft-difsq.o .libs/kdft-dit.o .libs/kdft.o .libs/nop.o .libs/plan.o .libs/problem.o .libs/rader.o .libs/rank-geq2.o .libs/solve.o .libs/vrank-geq1.o .libs/zero.o 
libtool: link: ranlib .libs/libdft.a
libtool: link: ( cd ".libs" && rm -f "libdft.la" && ln -s "../libdft.la" "libdft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft'
Making all in rdft
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft'
Making all in scalar
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making all in r2cf
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c -o r2cf_2.lo r2cf_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c -o r2cf_3.lo r2cf_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c -o r2cf_4.lo r2cf_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c -o r2cf_5.lo r2cf_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c -o r2cf_6.lo r2cf_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c -o r2cf_7.lo r2cf_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c -o r2cf_8.lo r2cf_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c -o r2cf_9.lo r2cf_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c -o r2cf_10.lo r2cf_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c  -fPIC -DPIC -o .libs/r2cf_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c  -fPIC -DPIC -o .libs/r2cf_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c  -fPIC -DPIC -o .libs/r2cf_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c  -fPIC -DPIC -o .libs/r2cf_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c  -fPIC -DPIC -o .libs/r2cf_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c -o r2cf_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c -o r2cf_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c  -fPIC -DPIC -o .libs/r2cf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c -o r2cf_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c  -fPIC -DPIC -o .libs/r2cf_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c  -fPIC -DPIC -o .libs/r2cf_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c  -fPIC -DPIC -o .libs/r2cf_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c -o r2cf_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c -o r2cf_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c -o r2cf_4.o >/dev/null 2>&1
mv -f .deps/r2cf_5.Tpo .deps/r2cf_5.Plo
mv -f .deps/r2cf_3.Tpo .deps/r2cf_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c -o r2cf_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c -o r2cf_9.o >/dev/null 2>&1
mv -f .deps/r2cf_2.Tpo .deps/r2cf_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c -o r2cf_11.lo r2cf_11.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c -o r2cf_12.lo r2cf_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c -o r2cf_10.o >/dev/null 2>&1
mv -f .deps/r2cf_6.Tpo .deps/r2cf_6.Plo
mv -f .deps/r2cf_8.Tpo .deps/r2cf_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c -o r2cf_13.lo r2cf_13.c
mv -f .deps/r2cf_4.Tpo .deps/r2cf_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c -o r2cf_14.lo r2cf_14.c
mv -f .deps/r2cf_7.Tpo .deps/r2cf_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c -o r2cf_15.lo r2cf_15.c
mv -f .deps/r2cf_9.Tpo .deps/r2cf_9.Plo
mv -f .deps/r2cf_10.Tpo .deps/r2cf_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c -o r2cf_16.lo r2cf_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c -o r2cf_32.lo r2cf_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c -o r2cf_64.lo r2cf_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c -o r2cf_128.lo r2cf_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c  -fPIC -DPIC -o .libs/r2cf_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c  -fPIC -DPIC -o .libs/r2cf_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c  -fPIC -DPIC -o .libs/r2cf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c -o r2cf_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c  -fPIC -DPIC -o .libs/r2cf_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c -o r2cf_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c  -fPIC -DPIC -o .libs/r2cf_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c  -fPIC -DPIC -o .libs/r2cf_128.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c  -fPIC -DPIC -o .libs/r2cf_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c -o r2cf_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c -o r2cf_32.o >/dev/null 2>&1
mv -f .deps/r2cf_12.Tpo .deps/r2cf_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c  -fPIC -DPIC -o .libs/r2cf_16.o
mv -f .deps/r2cf_11.Tpo .deps/r2cf_11.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c -o r2cf_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c -o r2cf_128.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c -o r2cf_20.lo r2cf_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c -o r2cf_14.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c -o r2cf_25.lo r2cf_25.c
mv -f .deps/r2cf_13.Tpo .deps/r2cf_13.Plo
mv -f .deps/r2cf_32.Tpo .deps/r2cf_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c -o hf_2.lo hf_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c -o r2cf_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c  -fPIC -DPIC -o .libs/r2cf_64.o
mv -f .deps/r2cf_15.Tpo .deps/r2cf_15.Plo
mv -f .deps/r2cf_14.Tpo .deps/r2cf_14.Plo
mv -f .deps/r2cf_128.Tpo .deps/r2cf_128.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c -o hf_3.lo hf_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c -o hf_4.lo hf_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c -o hf_5.lo hf_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c -o hf_6.lo hf_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c -o r2cf_64.o >/dev/null 2>&1
mv -f .deps/r2cf_16.Tpo .deps/r2cf_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c -o hf_7.lo hf_7.c
mv -f .deps/r2cf_64.Tpo .deps/r2cf_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c -o hf_8.lo hf_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c  -fPIC -DPIC -o .libs/r2cf_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c  -fPIC -DPIC -o .libs/hf_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c  -fPIC -DPIC -o .libs/r2cf_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c  -fPIC -DPIC -o .libs/hf_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c -o r2cf_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c -o hf_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c  -fPIC -DPIC -o .libs/hf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c  -fPIC -DPIC -o .libs/hf_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c  -fPIC -DPIC -o .libs/hf_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c -o r2cf_20.o >/dev/null 2>&1
mv -f .deps/hf_2.Tpo .deps/hf_2.Plo
mv -f .deps/r2cf_25.Tpo .deps/r2cf_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c -o hf_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c -o hf_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c -o hf_9.lo hf_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c -o hf_10.lo hf_10.c
mv -f .deps/r2cf_20.Tpo .deps/r2cf_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c -o hf_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c -o hf_12.lo hf_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c -o hf_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c  -fPIC -DPIC -o .libs/hf_7.o
mv -f .deps/hf_4.Tpo .deps/hf_4.Plo
mv -f .deps/hf_3.Tpo .deps/hf_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c  -fPIC -DPIC -o .libs/hf_8.o
mv -f .deps/hf_5.Tpo .deps/hf_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c -o hf_15.lo hf_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c -o hf_16.lo hf_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c -o hf_32.lo hf_32.c
mv -f .deps/hf_6.Tpo .deps/hf_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c -o hf_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c -o hf_64.lo hf_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c -o hf_7.o >/dev/null 2>&1
mv -f .deps/hf_7.Tpo .deps/hf_7.Plo
mv -f .deps/hf_8.Tpo .deps/hf_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c -o hf_20.lo hf_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c -o hf_25.lo hf_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c  -fPIC -DPIC -o .libs/hf_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c  -fPIC -DPIC -o .libs/hf_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c  -fPIC -DPIC -o .libs/hf_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c  -fPIC -DPIC -o .libs/hf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c  -fPIC -DPIC -o .libs/hf_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c -o hf_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c  -fPIC -DPIC -o .libs/hf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c -o hf_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c -o hf_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c -o hf_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c -o hf_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c  -fPIC -DPIC -o .libs/hf_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c -o hf_16.o >/dev/null 2>&1
mv -f .deps/hf_10.Tpo .deps/hf_10.Plo
mv -f .deps/hf_9.Tpo .deps/hf_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c -o hf2_4.lo hf2_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c -o hf2_8.lo hf2_8.c
mv -f .deps/hf_12.Tpo .deps/hf_12.Plo
mv -f .deps/hf_15.Tpo .deps/hf_15.Plo
mv -f .deps/hf_32.Tpo .deps/hf_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c -o hf2_16.lo hf2_16.c
mv -f .deps/hf_16.Tpo .deps/hf_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c -o hf2_32.lo hf2_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c -o hf2_5.lo hf2_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c -o hf_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c -o hf2_20.lo hf2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c  -fPIC -DPIC -o .libs/hf_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c  -fPIC -DPIC -o .libs/hf_25.o
mv -f .deps/hf_64.Tpo .deps/hf_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c -o hf_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c -o hf2_25.lo hf2_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c -o hf_25.o >/dev/null 2>&1
mv -f .deps/hf_20.Tpo .deps/hf_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c -o r2cfII_2.lo r2cfII_2.c
mv -f .deps/hf_25.Tpo .deps/hf_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c -o r2cfII_3.lo r2cfII_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c  -fPIC -DPIC -o .libs/hf2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c  -fPIC -DPIC -o .libs/hf2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c -o hf2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c  -fPIC -DPIC -o .libs/hf2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c  -fPIC -DPIC -o .libs/hf2_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c  -fPIC -DPIC -o .libs/hf2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c -o hf2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c  -fPIC -DPIC -o .libs/hf2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c -o hf2_32.o >/dev/null 2>&1
mv -f .deps/hf2_8.Tpo .deps/hf2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c -o hf2_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c -o r2cfII_4.lo r2cfII_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c -o hf2_5.o >/dev/null 2>&1
mv -f .deps/hf2_4.Tpo .deps/hf2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c -o hf2_20.o >/dev/null 2>&1
mv -f .deps/hf2_32.Tpo .deps/hf2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c -o r2cfII_5.lo r2cfII_5.c
mv -f .deps/hf2_16.Tpo .deps/hf2_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c -o r2cfII_6.lo r2cfII_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c -o r2cfII_7.lo r2cfII_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c  -fPIC -DPIC -o .libs/r2cfII_2.o
mv -f .deps/hf2_5.Tpo .deps/hf2_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c  -fPIC -DPIC -o .libs/hf2_25.o
mv -f .deps/hf2_20.Tpo .deps/hf2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c -o r2cfII_8.lo r2cfII_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c -o r2cfII_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c -o r2cfII_9.lo r2cfII_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c -o hf2_25.o >/dev/null 2>&1
mv -f .deps/hf2_25.Tpo .deps/hf2_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c  -fPIC -DPIC -o .libs/r2cfII_3.o
mv -f .deps/r2cfII_2.Tpo .deps/r2cfII_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c -o r2cfII_10.lo r2cfII_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c -o r2cfII_12.lo r2cfII_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c -o r2cfII_3.o >/dev/null 2>&1
mv -f .deps/r2cfII_3.Tpo .deps/r2cfII_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c -o r2cfII_15.lo r2cfII_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c  -fPIC -DPIC -o .libs/r2cfII_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c  -fPIC -DPIC -o .libs/r2cfII_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c -o r2cfII_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c  -fPIC -DPIC -o .libs/r2cfII_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c -o r2cfII_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c  -fPIC -DPIC -o .libs/r2cfII_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c  -fPIC -DPIC -o .libs/r2cfII_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c -o r2cfII_6.o >/dev/null 2>&1
mv -f .deps/r2cfII_5.Tpo .deps/r2cfII_5.Plo
mv -f .deps/r2cfII_4.Tpo .deps/r2cfII_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c -o r2cfII_16.lo r2cfII_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c -o r2cfII_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c  -fPIC -DPIC -o .libs/r2cfII_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c -o r2cfII_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c -o r2cfII_32.lo r2cfII_32.c
mv -f .deps/r2cfII_6.Tpo .deps/r2cfII_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c  -fPIC -DPIC -o .libs/r2cfII_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c -o r2cfII_64.lo r2cfII_64.c
mv -f .deps/r2cfII_7.Tpo .deps/r2cfII_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c -o r2cfII_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c -o r2cfII_20.lo r2cfII_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c -o r2cfII_10.o >/dev/null 2>&1
mv -f .deps/r2cfII_8.Tpo .deps/r2cfII_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c  -fPIC -DPIC -o .libs/r2cfII_12.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c -o r2cfII_25.lo r2cfII_25.c
mv -f .deps/r2cfII_9.Tpo .deps/r2cfII_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c -o hc2cf_2.lo hc2cf_2.c
mv -f .deps/r2cfII_10.Tpo .deps/r2cfII_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c -o hc2cf_4.lo hc2cf_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c  -fPIC -DPIC -o .libs/r2cfII_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c -o r2cfII_12.o >/dev/null 2>&1
mv -f .deps/r2cfII_12.Tpo .deps/r2cfII_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c -o r2cfII_15.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c -o hc2cf_6.lo hc2cf_6.c
mv -f .deps/r2cfII_15.Tpo .deps/r2cfII_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c -o hc2cf_8.lo hc2cf_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c  -fPIC -DPIC -o .libs/r2cfII_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c -o r2cfII_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c  -fPIC -DPIC -o .libs/r2cfII_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c  -fPIC -DPIC -o .libs/r2cfII_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c -o r2cfII_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c -o r2cfII_20.o >/dev/null 2>&1
mv -f .deps/r2cfII_16.Tpo .deps/r2cfII_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c  -fPIC -DPIC -o .libs/r2cfII_25.o
mv -f .deps/r2cfII_64.Tpo .deps/r2cfII_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c -o hc2cf_10.lo hc2cf_10.c
mv -f .deps/r2cfII_20.Tpo .deps/r2cfII_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c  -fPIC -DPIC -o .libs/r2cfII_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c -o hc2cf_12.lo hc2cf_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c -o hc2cf_16.lo hc2cf_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c -o r2cfII_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c  -fPIC -DPIC -o .libs/hc2cf_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c  -fPIC -DPIC -o .libs/hc2cf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c -o r2cfII_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c  -fPIC -DPIC -o .libs/hc2cf_6.o
mv -f .deps/r2cfII_25.Tpo .deps/r2cfII_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c -o hc2cf_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c -o hc2cf_32.lo hc2cf_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c -o hc2cf_4.o >/dev/null 2>&1
mv -f .deps/r2cfII_32.Tpo .deps/r2cfII_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c  -fPIC -DPIC -o .libs/hc2cf_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c -o hc2cf_6.o >/dev/null 2>&1
mv -f .deps/hc2cf_2.Tpo .deps/hc2cf_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c -o hc2cf_20.lo hc2cf_20.c
mv -f .deps/hc2cf_4.Tpo .deps/hc2cf_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c -o hc2cf2_4.lo hc2cf2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c -o hc2cf_8.o >/dev/null 2>&1
mv -f .deps/hc2cf_6.Tpo .deps/hc2cf_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c -o hc2cf2_8.lo hc2cf2_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c -o hc2cf2_16.lo hc2cf2_16.c
mv -f .deps/hc2cf_8.Tpo .deps/hc2cf_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c -o hc2cf2_32.lo hc2cf2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c  -fPIC -DPIC -o .libs/hc2cf_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c  -fPIC -DPIC -o .libs/hc2cf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c -o hc2cf_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c -o hc2cf_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c  -fPIC -DPIC -o .libs/hc2cf_10.o
mv -f .deps/hc2cf_12.Tpo .deps/hc2cf_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c -o hc2cf_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c -o hc2cf2_20.lo hc2cf2_20.c
mv -f .deps/hc2cf_16.Tpo .deps/hc2cf_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c -o hc2cfdft_2.lo hc2cfdft_2.c
mv -f .deps/hc2cf_10.Tpo .deps/hc2cf_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c  -fPIC -DPIC -o .libs/hc2cf2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c  -fPIC -DPIC -o .libs/hc2cf2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c  -fPIC -DPIC -o .libs/hc2cf_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c -o hc2cfdft_4.lo hc2cfdft_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c -o hc2cf2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c -o hc2cf2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c -o hc2cf_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c  -fPIC -DPIC -o .libs/hc2cf2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c  -fPIC -DPIC -o .libs/hc2cf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c  -fPIC -DPIC -o .libs/hc2cf2_32.o
mv -f .deps/hc2cf2_4.Tpo .deps/hc2cf2_4.Plo
mv -f .deps/hc2cf2_8.Tpo .deps/hc2cf2_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c -o hc2cfdft_6.lo hc2cfdft_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c -o hc2cfdft_8.lo hc2cfdft_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c -o hc2cf2_16.o >/dev/null 2>&1
mv -f .deps/hc2cf_20.Tpo .deps/hc2cf_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c -o hc2cf_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c -o hc2cf2_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c -o hc2cfdft_10.lo hc2cfdft_10.c
mv -f .deps/hc2cf2_16.Tpo .deps/hc2cf2_16.Plo
mv -f .deps/hc2cf_32.Tpo .deps/hc2cf_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c -o hc2cfdft_12.lo hc2cfdft_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c -o hc2cfdft_16.lo hc2cfdft_16.c
mv -f .deps/hc2cf2_32.Tpo .deps/hc2cf2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c -o hc2cfdft_32.lo hc2cfdft_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c  -fPIC -DPIC -o .libs/hc2cf2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c  -fPIC -DPIC -o .libs/hc2cfdft_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c -o hc2cf2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c  -fPIC -DPIC -o .libs/hc2cfdft_4.o
mv -f .deps/hc2cf2_20.Tpo .deps/hc2cf2_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c  -fPIC -DPIC -o .libs/hc2cfdft_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c -o hc2cfdft_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c -o hc2cfdft_20.lo hc2cfdft_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c  -fPIC -DPIC -o .libs/hc2cfdft_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c  -fPIC -DPIC -o .libs/hc2cfdft_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c -o hc2cfdft_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c -o hc2cfdft_8.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_2.Tpo .deps/hc2cfdft_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c -o hc2cfdft2_4.lo hc2cfdft2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c  -fPIC -DPIC -o .libs/hc2cfdft_16.o
mv -f .deps/hc2cfdft_4.Tpo .deps/hc2cfdft_4.Plo
mv -f .deps/hc2cfdft_8.Tpo .deps/hc2cfdft_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c -o hc2cfdft_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c -o hc2cfdft2_8.lo hc2cfdft2_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c -o hc2cfdft2_16.lo hc2cfdft2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c  -fPIC -DPIC -o .libs/hc2cfdft_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c -o hc2cfdft_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c -o hc2cfdft_16.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_6.Tpo .deps/hc2cfdft_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c -o hc2cfdft_12.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c -o hc2cfdft2_32.lo hc2cfdft2_32.c
mv -f .deps/hc2cfdft_16.Tpo .deps/hc2cfdft_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c  -fPIC -DPIC -o .libs/hc2cfdft_32.o
mv -f .deps/hc2cfdft_12.Tpo .deps/hc2cfdft_12.Plo
mv -f .deps/hc2cfdft_10.Tpo .deps/hc2cfdft_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c -o hc2cfdft2_20.lo hc2cfdft2_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c -o hc2cfdft_32.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_32.Tpo .deps/hc2cfdft_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c  -fPIC -DPIC -o .libs/hc2cfdft_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c  -fPIC -DPIC -o .libs/hc2cfdft2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c  -fPIC -DPIC -o .libs/hc2cfdft2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c  -fPIC -DPIC -o .libs/hc2cfdft2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c -o hc2cfdft_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c -o hc2cfdft2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c -o hc2cfdft2_16.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_20.Tpo .deps/hc2cfdft_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c -o hc2cfdft2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c  -fPIC -DPIC -o .libs/hc2cfdft2_32.o
mv -f .deps/hc2cfdft2_4.Tpo .deps/hc2cfdft2_4.Plo
mv -f .deps/hc2cfdft2_16.Tpo .deps/hc2cfdft2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c  -fPIC -DPIC -o .libs/hc2cfdft2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c -o hc2cfdft2_32.o >/dev/null 2>&1
mv -f .deps/hc2cfdft2_8.Tpo .deps/hc2cfdft2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c -o hc2cfdft2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/hc2cfdft2_32.Tpo .deps/hc2cfdft2_32.Plo
mv -f .deps/hc2cfdft2_20.Tpo .deps/hc2cfdft2_20.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2cf.la  r2cf_2.lo r2cf_3.lo r2cf_4.lo r2cf_5.lo r2cf_6.lo r2cf_7.lo r2cf_8.lo r2cf_9.lo r2cf_10.lo r2cf_11.lo r2cf_12.lo r2cf_13.lo r2cf_14.lo r2cf_15.lo r2cf_16.lo r2cf_32.lo r2cf_64.lo r2cf_128.lo r2cf_20.lo r2cf_25.lo hf_2.lo hf_3.lo hf_4.lo hf_5.lo hf_6.lo hf_7.lo hf_8.lo hf_9.lo hf_10.lo hf_12.lo hf_15.lo hf_16.lo hf_32.lo hf_64.lo hf_20.lo hf_25.lo hf2_4.lo hf2_8.lo hf2_16.lo hf2_32.lo hf2_5.lo hf2_20.lo hf2_25.lo r2cfII_2.lo r2cfII_3.lo r2cfII_4.lo r2cfII_5.lo r2cfII_6.lo r2cfII_7.lo r2cfII_8.lo r2cfII_9.lo r2cfII_10.lo r2cfII_12.lo r2cfII_15.lo r2cfII_16.lo r2cfII_32.lo r2cfII_64.lo r2cfII_20.lo r2cfII_25.lo hc2cf_2.lo hc2cf_4.lo hc2cf_6.lo hc2cf_8.lo hc2cf_10.lo hc2cf_12.lo hc2cf_16.lo hc2cf_32.lo hc2cf_20.lo hc2cf2_4.lo hc2cf2_8.lo hc2cf2_16.lo hc2cf2_32.lo hc2cf2_20.lo hc2cfdft_2.lo hc2cfdft_4.lo hc2cfdft_6.lo hc2cfdft_8.lo hc2cfdft_10.lo hc2cfdft_12.lo hc2cfdft_16.lo hc2cfdft_32.lo hc2cfdft_20.lo hc2cfdft2_4.lo hc2cfdft2_8.lo hc2cfdft2_16.lo hc2cfdft2_32.lo hc2cfdft2_20.lo codlist.lo  -lm 
libtool: link: rm -fr  .libs/librdft_scalar_r2cf.a .libs/librdft_scalar_r2cf.la
libtool: link: ar cr .libs/librdft_scalar_r2cf.a .libs/r2cf_2.o .libs/r2cf_3.o .libs/r2cf_4.o .libs/r2cf_5.o .libs/r2cf_6.o .libs/r2cf_7.o .libs/r2cf_8.o .libs/r2cf_9.o .libs/r2cf_10.o .libs/r2cf_11.o .libs/r2cf_12.o .libs/r2cf_13.o .libs/r2cf_14.o .libs/r2cf_15.o .libs/r2cf_16.o .libs/r2cf_32.o .libs/r2cf_64.o .libs/r2cf_128.o .libs/r2cf_20.o .libs/r2cf_25.o .libs/hf_2.o .libs/hf_3.o .libs/hf_4.o .libs/hf_5.o .libs/hf_6.o .libs/hf_7.o .libs/hf_8.o .libs/hf_9.o .libs/hf_10.o .libs/hf_12.o .libs/hf_15.o .libs/hf_16.o .libs/hf_32.o .libs/hf_64.o .libs/hf_20.o .libs/hf_25.o .libs/hf2_4.o .libs/hf2_8.o .libs/hf2_16.o .libs/hf2_32.o .libs/hf2_5.o .libs/hf2_20.o .libs/hf2_25.o .libs/r2cfII_2.o .libs/r2cfII_3.o .libs/r2cfII_4.o .libs/r2cfII_5.o .libs/r2cfII_6.o .libs/r2cfII_7.o .libs/r2cfII_8.o .libs/r2cfII_9.o .libs/r2cfII_10.o .libs/r2cfII_12.o .libs/r2cfII_15.o .libs/r2cfII_16.o .libs/r2cfII_32.o .libs/r2cfII_64.o .libs/r2cfII_20.o .libs/r2cfII_25.o .libs/hc2cf_2.o .libs/hc2cf_4.o .libs/hc2cf_6.o .libs/hc2cf_8.o .libs/hc2cf_10.o .libs/hc2cf_12.o .libs/hc2cf_16.o .libs/hc2cf_32.o .libs/hc2cf_20.o .libs/hc2cf2_4.o .libs/hc2cf2_8.o .libs/hc2cf2_16.o .libs/hc2cf2_32.o .libs/hc2cf2_20.o .libs/hc2cfdft_2.o .libs/hc2cfdft_4.o .libs/hc2cfdft_6.o .libs/hc2cfdft_8.o .libs/hc2cfdft_10.o .libs/hc2cfdft_12.o .libs/hc2cfdft_16.o .libs/hc2cfdft_32.o .libs/hc2cfdft_20.o .libs/hc2cfdft2_4.o .libs/hc2cfdft2_8.o .libs/hc2cfdft2_16.o .libs/hc2cfdft2_32.o .libs/hc2cfdft2_20.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
Making all in r2cb
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c -o r2cb_2.lo r2cb_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c -o r2cb_3.lo r2cb_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c -o r2cb_4.lo r2cb_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c -o r2cb_5.lo r2cb_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c -o r2cb_6.lo r2cb_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c -o r2cb_7.lo r2cb_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c -o r2cb_8.lo r2cb_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c -o r2cb_9.lo r2cb_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c -o r2cb_10.lo r2cb_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c  -fPIC -DPIC -o .libs/r2cb_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c  -fPIC -DPIC -o .libs/r2cb_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c  -fPIC -DPIC -o .libs/r2cb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c  -fPIC -DPIC -o .libs/r2cb_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c  -fPIC -DPIC -o .libs/r2cb_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c  -fPIC -DPIC -o .libs/r2cb_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c -o r2cb_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c -o r2cb_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c -o r2cb_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c -o r2cb_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c  -fPIC -DPIC -o .libs/r2cb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c -o r2cb_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c  -fPIC -DPIC -o .libs/r2cb_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c -o r2cb_3.o >/dev/null 2>&1
mv -f .deps/r2cb_6.Tpo .deps/r2cb_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c  -fPIC -DPIC -o .libs/r2cb_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c -o r2cb_11.lo r2cb_11.c
mv -f .deps/r2cb_5.Tpo .deps/r2cb_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c -o r2cb_10.o >/dev/null 2>&1
mv -f .deps/r2cb_2.Tpo .deps/r2cb_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c -o r2cb_12.lo r2cb_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c -o r2cb_13.lo r2cb_13.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c -o r2cb_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c -o r2cb_8.o >/dev/null 2>&1
mv -f .deps/r2cb_3.Tpo .deps/r2cb_3.Plo
mv -f .deps/r2cb_7.Tpo .deps/r2cb_7.Plo
mv -f .deps/r2cb_4.Tpo .deps/r2cb_4.Plo
mv -f .deps/r2cb_10.Tpo .deps/r2cb_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c -o r2cb_14.lo r2cb_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c -o r2cb_15.lo r2cb_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c -o r2cb_16.lo r2cb_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c -o r2cb_32.lo r2cb_32.c
mv -f .deps/r2cb_8.Tpo .deps/r2cb_8.Plo
mv -f .deps/r2cb_9.Tpo .deps/r2cb_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c -o r2cb_64.lo r2cb_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c -o r2cb_128.lo r2cb_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c  -fPIC -DPIC -o .libs/r2cb_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c  -fPIC -DPIC -o .libs/r2cb_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c  -fPIC -DPIC -o .libs/r2cb_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c -o r2cb_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c  -fPIC -DPIC -o .libs/r2cb_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c -o r2cb_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c -o r2cb_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c  -fPIC -DPIC -o .libs/r2cb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c  -fPIC -DPIC -o .libs/r2cb_13.o
mv -f .deps/r2cb_11.Tpo .deps/r2cb_11.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c  -fPIC -DPIC -o .libs/r2cb_128.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c -o r2cb_20.lo r2cb_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c -o r2cb_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c  -fPIC -DPIC -o .libs/r2cb_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c -o r2cb_16.o >/dev/null 2>&1
mv -f .deps/r2cb_12.Tpo .deps/r2cb_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c -o r2cb_128.o >/dev/null 2>&1
mv -f .deps/r2cb_14.Tpo .deps/r2cb_14.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c -o r2cb_32.o >/dev/null 2>&1
mv -f .deps/r2cb_15.Tpo .deps/r2cb_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c -o r2cb_25.lo r2cb_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c -o r2cb_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c  -fPIC -DPIC -o .libs/r2cb_64.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c -o hb_2.lo hb_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c -o hb_3.lo hb_3.c
mv -f .deps/r2cb_32.Tpo .deps/r2cb_32.Plo
mv -f .deps/r2cb_16.Tpo .deps/r2cb_16.Plo
mv -f .deps/r2cb_128.Tpo .deps/r2cb_128.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c -o r2cb_64.o >/dev/null 2>&1
mv -f .deps/r2cb_13.Tpo .deps/r2cb_13.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c -o hb_4.lo hb_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c -o hb_5.lo hb_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c -o hb_6.lo hb_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c -o hb_7.lo hb_7.c
mv -f .deps/r2cb_64.Tpo .deps/r2cb_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c -o hb_8.lo hb_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c  -fPIC -DPIC -o .libs/r2cb_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c  -fPIC -DPIC -o .libs/hb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c  -fPIC -DPIC -o .libs/r2cb_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c -o r2cb_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c  -fPIC -DPIC -o .libs/hb_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c -o hb_2.o >/dev/null 2>&1
mv -f .deps/r2cb_20.Tpo .deps/r2cb_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c -o hb_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c -o r2cb_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c  -fPIC -DPIC -o .libs/hb_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c  -fPIC -DPIC -o .libs/hb_4.o
mv -f .deps/hb_2.Tpo .deps/hb_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c -o hb_9.lo hb_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c  -fPIC -DPIC -o .libs/hb_5.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c -o hb_10.lo hb_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c  -fPIC -DPIC -o .libs/hb_7.o
mv -f .deps/r2cb_25.Tpo .deps/r2cb_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c -o hb_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c -o hb_4.o >/dev/null 2>&1
mv -f .deps/hb_3.Tpo .deps/hb_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c -o hb_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c -o hb_7.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c -o hb_12.lo hb_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c -o hb_15.lo hb_15.c
mv -f .deps/hb_6.Tpo .deps/hb_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c  -fPIC -DPIC -o .libs/hb_8.o
mv -f .deps/hb_4.Tpo .deps/hb_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c -o hb_16.lo hb_16.c
mv -f .deps/hb_7.Tpo .deps/hb_7.Plo
mv -f .deps/hb_5.Tpo .deps/hb_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c -o hb_32.lo hb_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c -o hb_64.lo hb_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c -o hb_20.lo hb_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c -o hb_8.o >/dev/null 2>&1
mv -f .deps/hb_8.Tpo .deps/hb_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c -o hb_25.lo hb_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c  -fPIC -DPIC -o .libs/hb_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c -o hb_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c  -fPIC -DPIC -o .libs/hb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c  -fPIC -DPIC -o .libs/hb_15.o
mv -f .deps/hb_9.Tpo .deps/hb_9.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c  -fPIC -DPIC -o .libs/hb_12.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c -o hb2_4.lo hb2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c -o hb_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c -o hb_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c  -fPIC -DPIC -o .libs/hb_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c -o hb_12.o >/dev/null 2>&1
mv -f .deps/hb_10.Tpo .deps/hb_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c -o hb2_8.lo hb2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c  -fPIC -DPIC -o .libs/hb_20.o
mv -f .deps/hb_15.Tpo .deps/hb_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c  -fPIC -DPIC -o .libs/hb_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c -o hb_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c -o hb2_16.lo hb2_16.c
mv -f .deps/hb_12.Tpo .deps/hb_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c  -fPIC -DPIC -o .libs/hb_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c -o hb2_32.lo hb2_32.c
mv -f .deps/hb_64.Tpo .deps/hb_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c -o hb_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c -o hb_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c  -fPIC -DPIC -o .libs/hb_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c -o hb_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c -o hb2_5.lo hb2_5.c
mv -f .deps/hb_32.Tpo .deps/hb_32.Plo
mv -f .deps/hb_20.Tpo .deps/hb_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c -o hb2_20.lo hb2_20.c
mv -f .deps/hb_16.Tpo .deps/hb_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c -o hb_25.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c -o hb2_25.lo hb2_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c -o r2cbIII_2.lo r2cbIII_2.c
mv -f .deps/hb_25.Tpo .deps/hb_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c -o r2cbIII_3.lo r2cbIII_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c  -fPIC -DPIC -o .libs/hb2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c  -fPIC -DPIC -o .libs/hb2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c  -fPIC -DPIC -o .libs/hb2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c  -fPIC -DPIC -o .libs/hb2_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c -o hb2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c -o hb2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c -o hb2_32.o >/dev/null 2>&1
mv -f .deps/hb2_8.Tpo .deps/hb2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c  -fPIC -DPIC -o .libs/hb2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c -o hb2_5.o >/dev/null 2>&1
mv -f .deps/hb2_4.Tpo .deps/hb2_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c -o r2cbIII_4.lo r2cbIII_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c -o r2cbIII_5.lo r2cbIII_5.c
mv -f .deps/hb2_32.Tpo .deps/hb2_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c -o hb2_16.o >/dev/null 2>&1
mv -f .deps/hb2_5.Tpo .deps/hb2_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c  -fPIC -DPIC -o .libs/hb2_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c  -fPIC -DPIC -o .libs/hb2_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c -o r2cbIII_6.lo r2cbIII_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c -o r2cbIII_7.lo r2cbIII_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c  -fPIC -DPIC -o .libs/r2cbIII_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c -o hb2_25.o >/dev/null 2>&1
mv -f .deps/hb2_16.Tpo .deps/hb2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c -o hb2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c  -fPIC -DPIC -o .libs/r2cbIII_2.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c -o r2cbIII_8.lo r2cbIII_8.c
mv -f .deps/hb2_25.Tpo .deps/hb2_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c -o r2cbIII_3.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c -o r2cbIII_9.lo r2cbIII_9.c
mv -f .deps/hb2_20.Tpo .deps/hb2_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c -o r2cbIII_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c -o r2cbIII_10.lo r2cbIII_10.c
mv -f .deps/r2cbIII_3.Tpo .deps/r2cbIII_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c -o r2cbIII_12.lo r2cbIII_12.c
mv -f .deps/r2cbIII_2.Tpo .deps/r2cbIII_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c -o r2cbIII_15.lo r2cbIII_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c  -fPIC -DPIC -o .libs/r2cbIII_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c  -fPIC -DPIC -o .libs/r2cbIII_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c -o r2cbIII_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c  -fPIC -DPIC -o .libs/r2cbIII_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c  -fPIC -DPIC -o .libs/r2cbIII_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c -o r2cbIII_5.o >/dev/null 2>&1
mv -f .deps/r2cbIII_4.Tpo .deps/r2cbIII_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c -o r2cbIII_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c  -fPIC -DPIC -o .libs/r2cbIII_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c -o r2cbIII_16.lo r2cbIII_16.c
mv -f .deps/r2cbIII_5.Tpo .deps/r2cbIII_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c -o r2cbIII_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c -o r2cbIII_32.lo r2cbIII_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c -o r2cbIII_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c  -fPIC -DPIC -o .libs/r2cbIII_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c  -fPIC -DPIC -o .libs/r2cbIII_9.o
mv -f .deps/r2cbIII_7.Tpo .deps/r2cbIII_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c -o r2cbIII_64.lo r2cbIII_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c -o r2cbIII_12.o >/dev/null 2>&1
mv -f .deps/r2cbIII_8.Tpo .deps/r2cbIII_8.Plo
mv -f .deps/r2cbIII_6.Tpo .deps/r2cbIII_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c  -fPIC -DPIC -o .libs/r2cbIII_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c -o r2cbIII_20.lo r2cbIII_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c -o r2cbIII_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c -o r2cbIII_25.lo r2cbIII_25.c
mv -f .deps/r2cbIII_12.Tpo .deps/r2cbIII_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c -o hc2cb_2.lo hc2cb_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c -o r2cbIII_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c  -fPIC -DPIC -o .libs/r2cbIII_15.o
mv -f .deps/r2cbIII_9.Tpo .deps/r2cbIII_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c -o hc2cb_4.lo hc2cb_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c -o r2cbIII_15.o >/dev/null 2>&1
mv -f .deps/r2cbIII_10.Tpo .deps/r2cbIII_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c -o hc2cb_6.lo hc2cb_6.c
mv -f .deps/r2cbIII_15.Tpo .deps/r2cbIII_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c -o hc2cb_8.lo hc2cb_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c  -fPIC -DPIC -o .libs/r2cbIII_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c -o r2cbIII_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c  -fPIC -DPIC -o .libs/r2cbIII_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c  -fPIC -DPIC -o .libs/r2cbIII_16.o
mv -f .deps/r2cbIII_32.Tpo .deps/r2cbIII_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c -o r2cbIII_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c  -fPIC -DPIC -o .libs/r2cbIII_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c -o hc2cb_10.lo hc2cb_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c -o r2cbIII_64.o >/dev/null 2>&1
mv -f .deps/r2cbIII_16.Tpo .deps/r2cbIII_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c  -fPIC -DPIC -o .libs/hc2cb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c -o r2cbIII_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c  -fPIC -DPIC -o .libs/r2cbIII_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c -o hc2cb_12.lo hc2cb_12.c
mv -f .deps/r2cbIII_64.Tpo .deps/r2cbIII_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c -o hc2cb_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c -o hc2cb_16.lo hc2cb_16.c
mv -f .deps/r2cbIII_20.Tpo .deps/r2cbIII_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c  -fPIC -DPIC -o .libs/hc2cb_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c -o hc2cb_32.lo hc2cb_32.c
mv -f .deps/hc2cb_2.Tpo .deps/hc2cb_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c -o r2cbIII_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c -o hc2cb_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c -o hc2cb_20.lo hc2cb_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c  -fPIC -DPIC -o .libs/hc2cb_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c  -fPIC -DPIC -o .libs/hc2cb_6.o
mv -f .deps/hc2cb_4.Tpo .deps/hc2cb_4.Plo
mv -f .deps/r2cbIII_25.Tpo .deps/r2cbIII_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c -o hc2cb2_4.lo hc2cb2_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c -o hc2cb2_8.lo hc2cb2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c -o hc2cb_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c -o hc2cb_8.o >/dev/null 2>&1
mv -f .deps/hc2cb_6.Tpo .deps/hc2cb_6.Plo
mv -f .deps/hc2cb_8.Tpo .deps/hc2cb_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c -o hc2cb2_16.lo hc2cb2_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c -o hc2cb2_32.lo hc2cb2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c  -fPIC -DPIC -o .libs/hc2cb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c -o hc2cb_10.o >/dev/null 2>&1
mv -f .deps/hc2cb_10.Tpo .deps/hc2cb_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c  -fPIC -DPIC -o .libs/hc2cb_12.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c -o hc2cb2_20.lo hc2cb2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c  -fPIC -DPIC -o .libs/hc2cb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c -o hc2cb_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c  -fPIC -DPIC -o .libs/hc2cb_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c -o hc2cb_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c  -fPIC -DPIC -o .libs/hc2cb_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c  -fPIC -DPIC -o .libs/hc2cb2_8.o
mv -f .deps/hc2cb_12.Tpo .deps/hc2cb_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c -o hc2cbdft_2.lo hc2cbdft_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c -o hc2cb_20.o >/dev/null 2>&1
mv -f .deps/hc2cb_16.Tpo .deps/hc2cb_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c -o hc2cb_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c -o hc2cb2_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c -o hc2cbdft_4.lo hc2cbdft_4.c
mv -f .deps/hc2cb2_8.Tpo .deps/hc2cb2_8.Plo
mv -f .deps/hc2cb_32.Tpo .deps/hc2cb_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c  -fPIC -DPIC -o .libs/hc2cb2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c  -fPIC -DPIC -o .libs/hc2cb2_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c -o hc2cbdft_6.lo hc2cbdft_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c -o hc2cbdft_8.lo hc2cbdft_8.c
mv -f .deps/hc2cb_20.Tpo .deps/hc2cb_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c -o hc2cb2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c -o hc2cb2_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c -o hc2cbdft_10.lo hc2cbdft_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c  -fPIC -DPIC -o .libs/hc2cb2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c -o hc2cb2_16.o >/dev/null 2>&1
mv -f .deps/hc2cb2_4.Tpo .deps/hc2cb2_4.Plo
mv -f .deps/hc2cb2_32.Tpo .deps/hc2cb2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c -o hc2cbdft_12.lo hc2cbdft_12.c
mv -f .deps/hc2cb2_16.Tpo .deps/hc2cb2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c  -fPIC -DPIC -o .libs/hc2cb2_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c -o hc2cbdft_16.lo hc2cbdft_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c -o hc2cbdft_32.lo hc2cbdft_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c -o hc2cb2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c  -fPIC -DPIC -o .libs/hc2cbdft_2.o
mv -f .deps/hc2cb2_20.Tpo .deps/hc2cb2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c -o hc2cbdft_20.lo hc2cbdft_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c  -fPIC -DPIC -o .libs/hc2cbdft_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c -o hc2cbdft_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c  -fPIC -DPIC -o .libs/hc2cbdft_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c -o hc2cbdft_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c  -fPIC -DPIC -o .libs/hc2cbdft_6.o
mv -f .deps/hc2cbdft_2.Tpo .deps/hc2cbdft_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c -o hc2cbdft2_4.lo hc2cbdft2_4.c
mv -f .deps/hc2cbdft_4.Tpo .deps/hc2cbdft_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c -o hc2cbdft_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c -o hc2cbdft_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c -o hc2cbdft2_8.lo hc2cbdft2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c  -fPIC -DPIC -o .libs/hc2cbdft_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c  -fPIC -DPIC -o .libs/hc2cbdft_12.o
mv -f .deps/hc2cbdft_6.Tpo .deps/hc2cbdft_6.Plo
mv -f .deps/hc2cbdft_10.Tpo .deps/hc2cbdft_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c  -fPIC -DPIC -o .libs/hc2cbdft_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c -o hc2cbdft2_16.lo hc2cbdft2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c -o hc2cbdft_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c  -fPIC -DPIC -o .libs/hc2cbdft_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c -o hc2cbdft_12.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c -o hc2cbdft2_32.lo hc2cbdft2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c -o hc2cbdft_16.o >/dev/null 2>&1
mv -f .deps/hc2cbdft_8.Tpo .deps/hc2cbdft_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c -o hc2cbdft_32.o >/dev/null 2>&1
mv -f .deps/hc2cbdft_12.Tpo .deps/hc2cbdft_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c -o hc2cbdft2_20.lo hc2cbdft2_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/hc2cbdft_16.Tpo .deps/hc2cbdft_16.Plo
mv -f .deps/hc2cbdft_32.Tpo .deps/hc2cbdft_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c  -fPIC -DPIC -o .libs/hc2cbdft_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c -o hc2cbdft_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c  -fPIC -DPIC -o .libs/hc2cbdft2_8.o
mv -f .deps/hc2cbdft_20.Tpo .deps/hc2cbdft_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c  -fPIC -DPIC -o .libs/hc2cbdft2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c -o hc2cbdft2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c -o hc2cbdft2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c  -fPIC -DPIC -o .libs/hc2cbdft2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c  -fPIC -DPIC -o .libs/hc2cbdft2_16.o
mv -f .deps/hc2cbdft2_8.Tpo .deps/hc2cbdft2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c  -fPIC -DPIC -o .libs/hc2cbdft2_20.o
mv -f .deps/hc2cbdft2_4.Tpo .deps/hc2cbdft2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c -o hc2cbdft2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c -o hc2cbdft2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c -o hc2cbdft2_20.o >/dev/null 2>&1
mv -f .deps/hc2cbdft2_32.Tpo .deps/hc2cbdft2_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/hc2cbdft2_16.Tpo .deps/hc2cbdft2_16.Plo
mv -f .deps/hc2cbdft2_20.Tpo .deps/hc2cbdft2_20.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2cb.la  r2cb_2.lo r2cb_3.lo r2cb_4.lo r2cb_5.lo r2cb_6.lo r2cb_7.lo r2cb_8.lo r2cb_9.lo r2cb_10.lo r2cb_11.lo r2cb_12.lo r2cb_13.lo r2cb_14.lo r2cb_15.lo r2cb_16.lo r2cb_32.lo r2cb_64.lo r2cb_128.lo r2cb_20.lo r2cb_25.lo hb_2.lo hb_3.lo hb_4.lo hb_5.lo hb_6.lo hb_7.lo hb_8.lo hb_9.lo hb_10.lo hb_12.lo hb_15.lo hb_16.lo hb_32.lo hb_64.lo hb_20.lo hb_25.lo hb2_4.lo hb2_8.lo hb2_16.lo hb2_32.lo hb2_5.lo hb2_20.lo hb2_25.lo r2cbIII_2.lo r2cbIII_3.lo r2cbIII_4.lo r2cbIII_5.lo r2cbIII_6.lo r2cbIII_7.lo r2cbIII_8.lo r2cbIII_9.lo r2cbIII_10.lo r2cbIII_12.lo r2cbIII_15.lo r2cbIII_16.lo r2cbIII_32.lo r2cbIII_64.lo r2cbIII_20.lo r2cbIII_25.lo hc2cb_2.lo hc2cb_4.lo hc2cb_6.lo hc2cb_8.lo hc2cb_10.lo hc2cb_12.lo hc2cb_16.lo hc2cb_32.lo hc2cb_20.lo hc2cb2_4.lo hc2cb2_8.lo hc2cb2_16.lo hc2cb2_32.lo hc2cb2_20.lo hc2cbdft_2.lo hc2cbdft_4.lo hc2cbdft_6.lo hc2cbdft_8.lo hc2cbdft_10.lo hc2cbdft_12.lo hc2cbdft_16.lo hc2cbdft_32.lo hc2cbdft_20.lo hc2cbdft2_4.lo hc2cbdft2_8.lo hc2cbdft2_16.lo hc2cbdft2_32.lo hc2cbdft2_20.lo codlist.lo  -lm 
libtool: link: rm -fr  .libs/librdft_scalar_r2cb.a .libs/librdft_scalar_r2cb.la
libtool: link: ar cr .libs/librdft_scalar_r2cb.a .libs/r2cb_2.o .libs/r2cb_3.o .libs/r2cb_4.o .libs/r2cb_5.o .libs/r2cb_6.o .libs/r2cb_7.o .libs/r2cb_8.o .libs/r2cb_9.o .libs/r2cb_10.o .libs/r2cb_11.o .libs/r2cb_12.o .libs/r2cb_13.o .libs/r2cb_14.o .libs/r2cb_15.o .libs/r2cb_16.o .libs/r2cb_32.o .libs/r2cb_64.o .libs/r2cb_128.o .libs/r2cb_20.o .libs/r2cb_25.o .libs/hb_2.o .libs/hb_3.o .libs/hb_4.o .libs/hb_5.o .libs/hb_6.o .libs/hb_7.o .libs/hb_8.o .libs/hb_9.o .libs/hb_10.o .libs/hb_12.o .libs/hb_15.o .libs/hb_16.o .libs/hb_32.o .libs/hb_64.o .libs/hb_20.o .libs/hb_25.o .libs/hb2_4.o .libs/hb2_8.o .libs/hb2_16.o .libs/hb2_32.o .libs/hb2_5.o .libs/hb2_20.o .libs/hb2_25.o .libs/r2cbIII_2.o .libs/r2cbIII_3.o .libs/r2cbIII_4.o .libs/r2cbIII_5.o .libs/r2cbIII_6.o .libs/r2cbIII_7.o .libs/r2cbIII_8.o .libs/r2cbIII_9.o .libs/r2cbIII_10.o .libs/r2cbIII_12.o .libs/r2cbIII_15.o .libs/r2cbIII_16.o .libs/r2cbIII_32.o .libs/r2cbIII_64.o .libs/r2cbIII_20.o .libs/r2cbIII_25.o .libs/hc2cb_2.o .libs/hc2cb_4.o .libs/hc2cb_6.o .libs/hc2cb_8.o .libs/hc2cb_10.o .libs/hc2cb_12.o .libs/hc2cb_16.o .libs/hc2cb_32.o .libs/hc2cb_20.o .libs/hc2cb2_4.o .libs/hc2cb2_8.o .libs/hc2cb2_16.o .libs/hc2cb2_32.o .libs/hc2cb2_20.o .libs/hc2cbdft_2.o .libs/hc2cbdft_4.o .libs/hc2cbdft_6.o .libs/hc2cbdft_8.o .libs/hc2cbdft_10.o .libs/hc2cbdft_12.o .libs/hc2cbdft_16.o .libs/hc2cbdft_32.o .libs/hc2cbdft_20.o .libs/hc2cbdft2_4.o .libs/hc2cbdft2_8.o .libs/hc2cbdft2_16.o .libs/hc2cbdft2_32.o .libs/hc2cbdft2_20.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
Making all in r2r
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c -o e01_8.lo e01_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c -o e10_8.lo e10_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c  -fPIC -DPIC -o .libs/e10_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c  -fPIC -DPIC -o .libs/e01_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c -o e10_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c -o e01_8.o >/dev/null 2>&1
mv -f .deps/codlist.Tpo .deps/codlist.Plo
mv -f .deps/e10_8.Tpo .deps/e10_8.Plo
mv -f .deps/e01_8.Tpo .deps/e01_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2r.la   e01_8.lo e10_8.lo       codlist.lo  -lm 
libtool: link: rm -fr  .libs/librdft_scalar_r2r.a .libs/librdft_scalar_r2r.la
libtool: link: ar cr .libs/librdft_scalar_r2r.a .libs/e01_8.o .libs/e10_8.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c -o hfb.lo hfb.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c -o r2c.lo r2c.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c -o r2r.lo r2r.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c -o hc2c.lo hc2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c  -fPIC -DPIC -o .libs/r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c  -fPIC -DPIC -o .libs/hfb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c  -fPIC -DPIC -o .libs/hc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c  -fPIC -DPIC -o .libs/r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c -o r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c -o hfb.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c -o hc2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c -o r2r.o >/dev/null 2>&1
mv -f .deps/hfb.Tpo .deps/hfb.Plo
mv -f .deps/r2c.Tpo .deps/r2c.Plo
mv -f .deps/hc2c.Tpo .deps/hc2c.Plo
mv -f .deps/r2r.Tpo .deps/r2r.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar.la  hfb.lo r2c.lo r2r.lo hc2c.lo  -lm 
libtool: link: rm -fr  .libs/librdft_scalar.a .libs/librdft_scalar.la
libtool: link: ar cr .libs/librdft_scalar.a .libs/hfb.o .libs/r2c.o .libs/r2r.o .libs/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" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making all in simd
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
Making all in common
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
Making all in sse2
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c -o hc2cfdftv_2.lo hc2cfdftv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c -o hc2cfdftv_4.lo hc2cfdftv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c -o hc2cfdftv_6.lo hc2cfdftv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c -o hc2cfdftv_8.lo hc2cfdftv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c -o hc2cfdftv_10.lo hc2cfdftv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c -o hc2cfdftv_12.lo hc2cfdftv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c -o hc2cfdftv_16.lo hc2cfdftv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c -o hc2cfdftv_32.lo hc2cfdftv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c -o hc2cfdftv_20.lo hc2cfdftv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c  -fPIC -DPIC -o .libs/hc2cfdftv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c  -fPIC -DPIC -o .libs/hc2cfdftv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c  -fPIC -DPIC -o .libs/hc2cfdftv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c  -fPIC -DPIC -o .libs/hc2cfdftv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c  -fPIC -DPIC -o .libs/hc2cfdftv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c  -fPIC -DPIC -o .libs/hc2cfdftv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c  -fPIC -DPIC -o .libs/hc2cfdftv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c -o hc2cfdftv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c  -fPIC -DPIC -o .libs/hc2cfdftv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c  -fPIC -DPIC -o .libs/hc2cfdftv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c -o hc2cfdftv_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c -o hc2cfdftv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c -o hc2cfdftv_10.o >/dev/null 2>&1
mv -f .deps/hc2cfdftv_4.Tpo .deps/hc2cfdftv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c -o hc2cfdftv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c -o hc2cfdftv_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c -o hc2cfdftv_2.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c -o hc2cbdftv_2.lo hc2cbdftv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c -o hc2cfdftv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c -o hc2cfdftv_20.o >/dev/null 2>&1
mv -f .deps/hc2cfdftv_8.Tpo .deps/hc2cfdftv_8.Plo
mv -f .deps/hc2cfdftv_10.Tpo .deps/hc2cfdftv_10.Plo
mv -f .deps/hc2cfdftv_32.Tpo .deps/hc2cfdftv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c -o hc2cbdftv_4.lo hc2cbdftv_4.c
mv -f .deps/hc2cfdftv_12.Tpo .deps/hc2cfdftv_12.Plo
mv -f .deps/hc2cfdftv_16.Tpo .deps/hc2cfdftv_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c -o hc2cbdftv_6.lo hc2cbdftv_6.c
mv -f .deps/hc2cfdftv_2.Tpo .deps/hc2cfdftv_2.Plo
mv -f .deps/hc2cfdftv_6.Tpo .deps/hc2cfdftv_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c -o hc2cbdftv_8.lo hc2cbdftv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c -o hc2cbdftv_10.lo hc2cbdftv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c -o hc2cbdftv_12.lo hc2cbdftv_12.c
mv -f .deps/hc2cfdftv_20.Tpo .deps/hc2cfdftv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c -o hc2cbdftv_16.lo hc2cbdftv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c -o hc2cbdftv_32.lo hc2cbdftv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c -o hc2cbdftv_20.lo hc2cbdftv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c  -fPIC -DPIC -o .libs/hc2cbdftv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c -o hc2cbdftv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c  -fPIC -DPIC -o .libs/hc2cbdftv_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c  -fPIC -DPIC -o .libs/hc2cbdftv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c  -fPIC -DPIC -o .libs/hc2cbdftv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c  -fPIC -DPIC -o .libs/hc2cbdftv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c  -fPIC -DPIC -o .libs/hc2cbdftv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c -o hc2cbdftv_6.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_2.Tpo .deps/hc2cbdftv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c  -fPIC -DPIC -o .libs/hc2cbdftv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c -o hc2cbdftv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c -o hc2cbdftv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c -o hc2cbdftv_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c -o genus.lo genus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c  -fPIC -DPIC -o .libs/hc2cbdftv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c -o hc2cbdftv_32.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_8.Tpo .deps/hc2cbdftv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c -o hc2cbdftv_16.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_6.Tpo .deps/hc2cbdftv_6.Plo
mv -f .deps/hc2cbdftv_12.Tpo .deps/hc2cbdftv_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/hc2cbdftv_4.Tpo .deps/hc2cbdftv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c -o hc2cbdftv_10.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_32.Tpo .deps/hc2cbdftv_32.Plo
mv -f .deps/hc2cbdftv_16.Tpo .deps/hc2cbdftv_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c  -fPIC -DPIC -o .libs/hc2cbdftv_20.o
mv -f .deps/hc2cbdftv_10.Tpo .deps/hc2cbdftv_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c -o hc2cbdftv_20.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_20.Tpo .deps/hc2cbdftv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c  -fPIC -DPIC -o .libs/genus.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/genus.Tpo .deps/genus.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -msse2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_sse2_codelets.la  hc2cfdftv_2.lo hc2cfdftv_4.lo hc2cfdftv_6.lo hc2cfdftv_8.lo hc2cfdftv_10.lo hc2cfdftv_12.lo hc2cfdftv_16.lo hc2cfdftv_32.lo hc2cfdftv_20.lo hc2cbdftv_2.lo hc2cbdftv_4.lo hc2cbdftv_6.lo hc2cbdftv_8.lo hc2cbdftv_10.lo hc2cbdftv_12.lo hc2cbdftv_16.lo hc2cbdftv_32.lo hc2cbdftv_20.lo genus.lo codlist.lo  -lm 
libtool: link: rm -fr  .libs/librdft_sse2_codelets.a .libs/librdft_sse2_codelets.la
libtool: link: ar cr .libs/librdft_sse2_codelets.a .libs/hc2cfdftv_2.o .libs/hc2cfdftv_4.o .libs/hc2cfdftv_6.o .libs/hc2cfdftv_8.o .libs/hc2cfdftv_10.o .libs/hc2cfdftv_12.o .libs/hc2cfdftv_16.o .libs/hc2cfdftv_32.o .libs/hc2cfdftv_20.o .libs/hc2cbdftv_2.o .libs/hc2cbdftv_4.o .libs/hc2cbdftv_6.o .libs/hc2cbdftv_8.o .libs/hc2cbdftv_10.o .libs/hc2cbdftv_12.o .libs/hc2cbdftv_16.o .libs/hc2cbdftv_32.o .libs/hc2cbdftv_20.o .libs/genus.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
Making all in avx
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c -o hc2cfdftv_2.lo hc2cfdftv_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c -o hc2cfdftv_4.lo hc2cfdftv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c -o hc2cfdftv_6.lo hc2cfdftv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c -o hc2cfdftv_8.lo hc2cfdftv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c -o hc2cfdftv_10.lo hc2cfdftv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c -o hc2cfdftv_12.lo hc2cfdftv_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c -o hc2cfdftv_16.lo hc2cfdftv_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c -o hc2cfdftv_32.lo hc2cfdftv_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c -o hc2cfdftv_20.lo hc2cfdftv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c  -fPIC -DPIC -o .libs/hc2cfdftv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c  -fPIC -DPIC -o .libs/hc2cfdftv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c  -fPIC -DPIC -o .libs/hc2cfdftv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c  -fPIC -DPIC -o .libs/hc2cfdftv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c  -fPIC -DPIC -o .libs/hc2cfdftv_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c  -fPIC -DPIC -o .libs/hc2cfdftv_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c  -fPIC -DPIC -o .libs/hc2cfdftv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_6.lo -MD -MP -MF .deps/hc2cfdftv_6.Tpo -c hc2cfdftv_6.c -o hc2cfdftv_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_2.lo -MD -MP -MF .deps/hc2cfdftv_2.Tpo -c hc2cfdftv_2.c -o hc2cfdftv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_4.lo -MD -MP -MF .deps/hc2cfdftv_4.Tpo -c hc2cfdftv_4.c -o hc2cfdftv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_20.lo -MD -MP -MF .deps/hc2cfdftv_20.Tpo -c hc2cfdftv_20.c -o hc2cfdftv_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_10.lo -MD -MP -MF .deps/hc2cfdftv_10.Tpo -c hc2cfdftv_10.c -o hc2cfdftv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c  -fPIC -DPIC -o .libs/hc2cfdftv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_8.lo -MD -MP -MF .deps/hc2cfdftv_8.Tpo -c hc2cfdftv_8.c -o hc2cfdftv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_16.lo -MD -MP -MF .deps/hc2cfdftv_16.Tpo -c hc2cfdftv_16.c -o hc2cfdftv_16.o >/dev/null 2>&1
mv -f .deps/hc2cfdftv_2.Tpo .deps/hc2cfdftv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c  -fPIC -DPIC -o .libs/hc2cfdftv_12.o
mv -f .deps/hc2cfdftv_4.Tpo .deps/hc2cfdftv_4.Plo
mv -f .deps/hc2cfdftv_6.Tpo .deps/hc2cfdftv_6.Plo
mv -f .deps/hc2cfdftv_10.Tpo .deps/hc2cfdftv_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c -o hc2cbdftv_2.lo hc2cbdftv_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_32.lo -MD -MP -MF .deps/hc2cfdftv_32.Tpo -c hc2cfdftv_32.c -o hc2cfdftv_32.o >/dev/null 2>&1
mv -f .deps/hc2cfdftv_8.Tpo .deps/hc2cfdftv_8.Plo
mv -f .deps/hc2cfdftv_16.Tpo .deps/hc2cfdftv_16.Plo
mv -f .deps/hc2cfdftv_20.Tpo .deps/hc2cfdftv_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c -o hc2cbdftv_4.lo hc2cbdftv_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c -o hc2cbdftv_6.lo hc2cbdftv_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c -o hc2cbdftv_8.lo hc2cbdftv_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c -o hc2cbdftv_10.lo hc2cbdftv_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c -o hc2cbdftv_12.lo hc2cbdftv_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdftv_12.lo -MD -MP -MF .deps/hc2cfdftv_12.Tpo -c hc2cfdftv_12.c -o hc2cfdftv_12.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c -o hc2cbdftv_16.lo hc2cbdftv_16.c
mv -f .deps/hc2cfdftv_32.Tpo .deps/hc2cfdftv_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c -o hc2cbdftv_32.lo hc2cbdftv_32.c
mv -f .deps/hc2cfdftv_12.Tpo .deps/hc2cfdftv_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c -o hc2cbdftv_20.lo hc2cbdftv_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c  -fPIC -DPIC -o .libs/hc2cbdftv_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_2.lo -MD -MP -MF .deps/hc2cbdftv_2.Tpo -c hc2cbdftv_2.c -o hc2cbdftv_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c  -fPIC -DPIC -o .libs/hc2cbdftv_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c  -fPIC -DPIC -o .libs/hc2cbdftv_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c  -fPIC -DPIC -o .libs/hc2cbdftv_8.o
mv -f .deps/hc2cbdftv_2.Tpo .deps/hc2cbdftv_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c  -fPIC -DPIC -o .libs/hc2cbdftv_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c  -fPIC -DPIC -o .libs/hc2cbdftv_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c  -fPIC -DPIC -o .libs/hc2cbdftv_12.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c -o genus.lo genus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_4.lo -MD -MP -MF .deps/hc2cbdftv_4.Tpo -c hc2cbdftv_4.c -o hc2cbdftv_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_10.lo -MD -MP -MF .deps/hc2cbdftv_10.Tpo -c hc2cbdftv_10.c -o hc2cbdftv_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c  -fPIC -DPIC -o .libs/hc2cbdftv_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_8.lo -MD -MP -MF .deps/hc2cbdftv_8.Tpo -c hc2cbdftv_8.c -o hc2cbdftv_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_12.lo -MD -MP -MF .deps/hc2cbdftv_12.Tpo -c hc2cbdftv_12.c -o hc2cbdftv_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_16.lo -MD -MP -MF .deps/hc2cbdftv_16.Tpo -c hc2cbdftv_16.c -o hc2cbdftv_16.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_4.Tpo .deps/hc2cbdftv_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_6.lo -MD -MP -MF .deps/hc2cbdftv_6.Tpo -c hc2cbdftv_6.c -o hc2cbdftv_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/hc2cbdftv_8.Tpo .deps/hc2cbdftv_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_32.lo -MD -MP -MF .deps/hc2cbdftv_32.Tpo -c hc2cbdftv_32.c -o hc2cbdftv_32.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_12.Tpo .deps/hc2cbdftv_12.Plo
mv -f .deps/hc2cbdftv_10.Tpo .deps/hc2cbdftv_10.Plo
mv -f .deps/hc2cbdftv_16.Tpo .deps/hc2cbdftv_16.Plo
mv -f .deps/hc2cbdftv_6.Tpo .deps/hc2cbdftv_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c  -fPIC -DPIC -o .libs/hc2cbdftv_20.o
mv -f .deps/hc2cbdftv_32.Tpo .deps/hc2cbdftv_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdftv_20.lo -MD -MP -MF .deps/hc2cbdftv_20.Tpo -c hc2cbdftv_20.c -o hc2cbdftv_20.o >/dev/null 2>&1
mv -f .deps/hc2cbdftv_20.Tpo .deps/hc2cbdftv_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c  -fPIC -DPIC -o .libs/genus.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT genus.lo -MD -MP -MF .deps/genus.Tpo -c genus.c -o genus.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
mv -f .deps/genus.Tpo .deps/genus.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -mavx -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_avx_codelets.la  hc2cfdftv_2.lo hc2cfdftv_4.lo hc2cfdftv_6.lo hc2cfdftv_8.lo hc2cfdftv_10.lo hc2cfdftv_12.lo hc2cfdftv_16.lo hc2cfdftv_32.lo hc2cfdftv_20.lo hc2cbdftv_2.lo hc2cbdftv_4.lo hc2cbdftv_6.lo hc2cbdftv_8.lo hc2cbdftv_10.lo hc2cbdftv_12.lo hc2cbdftv_16.lo hc2cbdftv_32.lo hc2cbdftv_20.lo genus.lo codlist.lo  -lm 
libtool: link: rm -fr  .libs/librdft_avx_codelets.a .libs/librdft_avx_codelets.la
libtool: link: ar cr .libs/librdft_avx_codelets.a .libs/hc2cfdftv_2.o .libs/hc2cfdftv_4.o .libs/hc2cfdftv_6.o .libs/hc2cfdftv_8.o .libs/hc2cfdftv_10.o .libs/hc2cfdftv_12.o .libs/hc2cfdftv_16.o .libs/hc2cfdftv_32.o .libs/hc2cfdftv_20.o .libs/hc2cbdftv_2.o .libs/hc2cbdftv_4.o .libs/hc2cbdftv_6.o .libs/hc2cbdftv_8.o .libs/hc2cbdftv_10.o .libs/hc2cbdftv_12.o .libs/hc2cbdftv_16.o .libs/hc2cbdftv_32.o .libs/hc2cbdftv_20.o .libs/genus.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
Making all in avx-128-fma
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
Making all in avx2
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
Making all in avx2-128
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
Making all in avx512
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
Making all in kcvi
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
Making all in altivec
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
Making all in vsx
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
Making all in neon
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
Making all in generic-simd128
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
Making all in generic-simd256
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c -o hc2hc.lo hc2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c -o dft-r2hc.lo dft-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c -o dht-r2hc.lo dht-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c -o dht-rader.lo dht-rader.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c -o direct-r2r.lo direct-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c -o direct-r2c.lo direct-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c -o generic.lo generic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/hc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c  -fPIC -DPIC -o .libs/dht-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c  -fPIC -DPIC -o .libs/direct-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c  -fPIC -DPIC -o .libs/generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c  -fPIC -DPIC -o .libs/dht-rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c -o hc2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c -o dht-r2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c  -fPIC -DPIC -o .libs/dft-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o >/dev/null 2>&1
mv -f .deps/hc2hc.Tpo .deps/hc2hc.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c -o direct-r2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c -o hc2hc-direct.lo hc2hc-direct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c  -fPIC -DPIC -o .libs/direct-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c -o dht-rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c -o dft-r2hc.o >/dev/null 2>&1
mv -f .deps/dht-r2hc.Tpo .deps/dht-r2hc.Plo
mv -f .deps/conf.Tpo .deps/conf.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c -o hc2hc-generic.lo hc2hc-generic.c
mv -f .deps/generic.Tpo .deps/generic.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c -o khc2hc.lo khc2hc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c -o direct-r2c.o >/dev/null 2>&1
mv -f .deps/direct-r2r.Tpo .deps/direct-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c -o kr2c.lo kr2c.c
mv -f .deps/dht-rader.Tpo .deps/dht-rader.Plo
mv -f .deps/buffered.Tpo .deps/buffered.Plo
mv -f .deps/dft-r2hc.Tpo .deps/dft-r2hc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c -o kr2r.lo kr2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c -o indirect.lo indirect.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c -o nop.lo nop.c
mv -f .deps/direct-r2c.Tpo .deps/direct-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c  -fPIC -DPIC -o .libs/hc2hc-direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c  -fPIC -DPIC -o .libs/hc2hc-generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c  -fPIC -DPIC -o .libs/khc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c  -fPIC -DPIC -o .libs/kr2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c -o hc2hc-generic.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c -o hc2hc-direct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c  -fPIC -DPIC -o .libs/nop.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c  -fPIC -DPIC -o .libs/kr2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c -o khc2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c -o kr2c.o >/dev/null 2>&1
mv -f .deps/hc2hc-direct.Tpo .deps/hc2hc-direct.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c  -fPIC -DPIC -o .libs/indirect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c -o kr2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -o nop.o >/dev/null 2>&1
mv -f .deps/hc2hc-generic.Tpo .deps/hc2hc-generic.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c -o rank0.lo rank0.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c -o rank-geq2.lo rank-geq2.c
mv -f .deps/kr2c.Tpo .deps/kr2c.Plo
mv -f .deps/khc2hc.Tpo .deps/khc2hc.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -o indirect.o >/dev/null 2>&1
mv -f .deps/nop.Tpo .deps/nop.Plo
mv -f .deps/kr2r.Tpo .deps/kr2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c -o rdft-dht.lo rdft-dht.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c -o vrank-geq1.lo vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c -o vrank3-transpose.lo vrank3-transpose.c
mv -f .deps/plan.Tpo .deps/plan.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
mv -f .deps/indirect.Tpo .deps/indirect.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c -o buffered2.lo buffered2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c -o direct2.lo direct2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
mv -f .deps/problem.Tpo .deps/problem.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c -o nop2.lo nop2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c  -fPIC -DPIC -o .libs/rank-geq2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -o rank-geq2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c  -fPIC -DPIC -o .libs/rank0.o
mv -f .deps/rank-geq2.Tpo .deps/rank-geq2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c -o rank0-rdft2.lo rank0-rdft2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c  -fPIC -DPIC -o .libs/solve.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c  -fPIC -DPIC -o .libs/vrank3-transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c  -fPIC -DPIC -o .libs/rdft-dht.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c -o rank0.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -o solve.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c  -fPIC -DPIC -o .libs/buffered2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c  -fPIC -DPIC -o .libs/direct2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c  -fPIC -DPIC -o .libs/vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c -o rdft-dht.o >/dev/null 2>&1
mv -f .deps/solve.Tpo .deps/solve.Plo
mv -f .deps/rank0.Tpo .deps/rank0.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c -o buffered2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c  -fPIC -DPIC -o .libs/nop2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c -o direct2.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c -o rank-geq2-rdft2.lo rank-geq2-rdft2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -o vrank-geq1.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c -o plan2.lo plan2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c -o vrank3-transpose.o >/dev/null 2>&1
mv -f .deps/rdft-dht.Tpo .deps/rdft-dht.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c -o problem2.lo problem2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c -o nop2.o >/dev/null 2>&1
mv -f .deps/vrank-geq1.Tpo .deps/vrank-geq1.Plo
mv -f .deps/buffered2.Tpo .deps/buffered2.Plo
mv -f .deps/vrank3-transpose.Tpo .deps/vrank3-transpose.Plo
mv -f .deps/direct2.Tpo .deps/direct2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c -o solve2.lo solve2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c -o vrank-geq1-rdft2.lo vrank-geq1-rdft2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c -o rdft2-rdft.lo rdft2-rdft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c -o rdft2-tensor-max-index.lo rdft2-tensor-max-index.c
mv -f .deps/nop2.Tpo .deps/nop2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c -o rdft2-inplace-strides.lo rdft2-inplace-strides.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c  -fPIC -DPIC -o .libs/rank0-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c -o rank0-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c  -fPIC -DPIC -o .libs/rank-geq2-rdft2.o
mv -f .deps/rank0-rdft2.Tpo .deps/rank0-rdft2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c  -fPIC -DPIC -o .libs/plan2.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c -o rdft2-strides.lo rdft2-strides.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c -o rank-geq2-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c  -fPIC -DPIC -o .libs/solve2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c  -fPIC -DPIC -o .libs/problem2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/vrank-geq1-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c  -fPIC -DPIC -o .libs/rdft2-rdft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c -o plan2.o >/dev/null 2>&1
mv -f .deps/rank-geq2-rdft2.Tpo .deps/rank-geq2-rdft2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c -o khc2c.lo khc2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c -o solve2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c -o problem2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c  -fPIC -DPIC -o .libs/rdft2-tensor-max-index.o
mv -f .deps/plan2.Tpo .deps/plan2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c  -fPIC -DPIC -o .libs/rdft2-inplace-strides.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c -o ct-hc2c.lo ct-hc2c.c
mv -f .deps/vrank-geq1-rdft2.Tpo .deps/vrank-geq1-rdft2.Plo
mv -f .deps/solve2.Tpo .deps/solve2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c -o rdft2-rdft.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c -o ct-hc2c-direct.lo ct-hc2c-direct.c
mv -f .deps/problem2.Tpo .deps/problem2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c -o rdft2-tensor-max-index.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c -o rdft2-inplace-strides.o >/dev/null 2>&1
mv -f .deps/rdft2-rdft.Tpo .deps/rdft2-rdft.Plo
mv -f .deps/rdft2-inplace-strides.Tpo .deps/rdft2-inplace-strides.Plo
mv -f .deps/rdft2-tensor-max-index.Tpo .deps/rdft2-tensor-max-index.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c  -fPIC -DPIC -o .libs/rdft2-strides.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c -o rdft2-strides.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c  -fPIC -DPIC -o .libs/ct-hc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c  -fPIC -DPIC -o .libs/khc2c.o
mv -f .deps/rdft2-strides.Tpo .deps/rdft2-strides.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c -o khc2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c -o ct-hc2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c  -fPIC -DPIC -o .libs/ct-hc2c-direct.o
mv -f .deps/ct-hc2c.Tpo .deps/ct-hc2c.Plo
mv -f .deps/khc2c.Tpo .deps/khc2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c -o ct-hc2c-direct.o >/dev/null 2>&1
mv -f .deps/ct-hc2c-direct.Tpo .deps/ct-hc2c-direct.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft.la  hc2hc.lo dft-r2hc.lo dht-r2hc.lo dht-rader.lo buffered.lo conf.lo direct-r2r.lo direct-r2c.lo generic.lo hc2hc-direct.lo hc2hc-generic.lo khc2hc.lo kr2c.lo kr2r.lo indirect.lo nop.lo plan.lo problem.lo rank0.lo rank-geq2.lo rdft-dht.lo solve.lo vrank-geq1.lo vrank3-transpose.lo buffered2.lo direct2.lo nop2.lo rank0-rdft2.lo rank-geq2-rdft2.lo plan2.lo problem2.lo solve2.lo vrank-geq1-rdft2.lo rdft2-rdft.lo rdft2-tensor-max-index.lo rdft2-inplace-strides.lo rdft2-strides.lo khc2c.lo ct-hc2c.lo ct-hc2c-direct.lo  -lm 
libtool: link: rm -fr  .libs/librdft.a .libs/librdft.la
libtool: link: ar cr .libs/librdft.a .libs/hc2hc.o .libs/dft-r2hc.o .libs/dht-r2hc.o .libs/dht-rader.o .libs/buffered.o .libs/conf.o .libs/direct-r2r.o .libs/direct-r2c.o .libs/generic.o .libs/hc2hc-direct.o .libs/hc2hc-generic.o .libs/khc2hc.o .libs/kr2c.o .libs/kr2r.o .libs/indirect.o .libs/nop.o .libs/plan.o .libs/problem.o .libs/rank0.o .libs/rank-geq2.o .libs/rdft-dht.o .libs/solve.o .libs/vrank-geq1.o .libs/vrank3-transpose.o .libs/buffered2.o .libs/direct2.o .libs/nop2.o .libs/rank0-rdft2.o .libs/rank-geq2-rdft2.o .libs/plan2.o .libs/problem2.o .libs/solve2.o .libs/vrank-geq1-rdft2.o .libs/rdft2-rdft.o .libs/rdft2-tensor-max-index.o .libs/rdft2-inplace-strides.o .libs/rdft2-strides.o .libs/khc2c.o .libs/ct-hc2c.o .libs/ct-hc2c-direct.o 
libtool: link: ranlib .libs/librdft.a
libtool: link: ( cd ".libs" && rm -f "librdft.la" && ln -s "../librdft.la" "librdft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
Making all in reodft
make[4]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/reodft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c -o reodft010e-r2hc.lo reodft010e-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c -o reodft11e-radix2.lo reodft11e-radix2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c -o reodft11e-r2hc-odd.lo reodft11e-r2hc-odd.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c -o redft00e-r2hc-pad.lo redft00e-r2hc-pad.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c -o rodft00e-r2hc-pad.lo rodft00e-r2hc-pad.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c -o reodft00e-splitradix.lo reodft00e-splitradix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c  -fPIC -DPIC -o .libs/redft00e-r2hc-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c  -fPIC -DPIC -o .libs/rodft00e-r2hc-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c  -fPIC -DPIC -o .libs/reodft00e-splitradix.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c -o redft00e-r2hc-pad.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c  -fPIC -DPIC -o .libs/reodft010e-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c  -fPIC -DPIC -o .libs/reodft11e-radix2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c  -fPIC -DPIC -o .libs/reodft11e-r2hc-odd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c -o rodft00e-r2hc-pad.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c -o reodft010e-r2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c -o reodft00e-splitradix.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c -o reodft11e-radix2.o >/dev/null 2>&1
mv -f .deps/conf.Tpo .deps/conf.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c -o reodft11e-r2hc-odd.o >/dev/null 2>&1
mv -f .deps/rodft00e-r2hc-pad.Tpo .deps/rodft00e-r2hc-pad.Plo
mv -f .deps/redft00e-r2hc-pad.Tpo .deps/redft00e-r2hc-pad.Plo
mv -f .deps/reodft010e-r2hc.Tpo .deps/reodft010e-r2hc.Plo
mv -f .deps/reodft00e-splitradix.Tpo .deps/reodft00e-splitradix.Plo
mv -f .deps/reodft11e-radix2.Tpo .deps/reodft11e-radix2.Plo
mv -f .deps/reodft11e-r2hc-odd.Tpo .deps/reodft11e-r2hc-odd.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libreodft.la  conf.lo reodft010e-r2hc.lo reodft11e-radix2.lo reodft11e-r2hc-odd.lo redft00e-r2hc-pad.lo rodft00e-r2hc-pad.lo reodft00e-splitradix.lo  -lm 
libtool: link: rm -fr  .libs/libreodft.a .libs/libreodft.la
libtool: link: ar cr .libs/libreodft.a .libs/conf.o .libs/reodft010e-r2hc.o .libs/reodft11e-radix2.o .libs/reodft11e-r2hc-odd.o .libs/redft00e-r2hc-pad.o .libs/rodft00e-r2hc-pad.o .libs/reodft00e-splitradix.o 
libtool: link: ranlib .libs/libreodft.a
libtool: link: ( cd ".libs" && rm -f "libreodft.la" && ln -s "../libreodft.la" "libreodft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
Making all in api
make[4]: Entering directory '/<<PKGBUILDDIR>>/api'
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/api'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c -o apiplan.lo apiplan.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c -o configure.lo configure.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c -o execute-dft-c2r.lo execute-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c -o execute-dft-r2c.lo execute-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c -o execute-dft.lo execute-dft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c -o execute-r2r.lo execute-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c -o execute-split-dft-c2r.lo execute-split-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c -o execute-split-dft-r2c.lo execute-split-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c -o execute-split-dft.lo execute-split-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c  -fPIC -DPIC -o .libs/execute-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c  -fPIC -DPIC -o .libs/configure.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c  -fPIC -DPIC -o .libs/apiplan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c  -fPIC -DPIC -o .libs/execute-split-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c  -fPIC -DPIC -o .libs/execute-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c  -fPIC -DPIC -o .libs/execute-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c  -fPIC -DPIC -o .libs/execute-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c -o execute-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c  -fPIC -DPIC -o .libs/execute-split-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c -o apiplan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c -o configure.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c -o execute-split-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c -o execute-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c -o execute-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c -o execute-split-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c  -fPIC -DPIC -o .libs/execute-dft-r2c.o
mv -f .deps/execute-dft-c2r.Tpo .deps/execute-dft-c2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c -o execute-split-dft-c2r.o >/dev/null 2>&1
mv -f .deps/apiplan.Tpo .deps/apiplan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c -o execute.lo execute.c
mv -f .deps/configure.Tpo .deps/configure.Plo
mv -f .deps/execute-r2r.Tpo .deps/execute-r2r.Plo
mv -f .deps/execute-dft.Tpo .deps/execute-dft.Plo
mv -f .deps/execute-split-dft-r2c.Tpo .deps/execute-split-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c -o execute-dft-r2c.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c -o export-wisdom-to-file.lo export-wisdom-to-file.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c -o export-wisdom-to-string.lo export-wisdom-to-string.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c -o export-wisdom.lo export-wisdom.c
mv -f .deps/execute-split-dft-c2r.Tpo .deps/execute-split-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c -o f77api.lo f77api.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c -o flops.lo flops.c
mv -f .deps/execute-split-dft.Tpo .deps/execute-split-dft.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c -o forget-wisdom.lo forget-wisdom.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c -o import-system-wisdom.lo import-system-wisdom.c
mv -f .deps/execute-dft-r2c.Tpo .deps/execute-dft-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c -o import-wisdom-from-file.lo import-wisdom-from-file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c  -fPIC -DPIC -o .libs/export-wisdom-to-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c  -fPIC -DPIC -o .libs/export-wisdom-to-string.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c  -fPIC -DPIC -o .libs/execute.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c  -fPIC -DPIC -o .libs/export-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c  -fPIC -DPIC -o .libs/forget-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c  -fPIC -DPIC -o .libs/flops.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c -o export-wisdom-to-string.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c -o export-wisdom-to-file.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c -o execute.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c -o export-wisdom.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/f77api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c -o flops.o >/dev/null 2>&1
mv -f .deps/export-wisdom-to-string.Tpo .deps/export-wisdom-to-string.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c -o forget-wisdom.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c  -fPIC -DPIC -o .libs/import-system-wisdom.o
mv -f .deps/export-wisdom-to-file.Tpo .deps/export-wisdom-to-file.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c -o import-wisdom-from-string.lo import-wisdom-from-string.c
mv -f .deps/execute.Tpo .deps/execute.Plo
mv -f .deps/export-wisdom.Tpo .deps/export-wisdom.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c -o import-wisdom.lo import-wisdom.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -o f77api.o >/dev/null 2>&1
mv -f .deps/flops.Tpo .deps/flops.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c -o map-r2r-kind.lo map-r2r-kind.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c  -fPIC -DPIC -o .libs/import-wisdom-from-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c -o import-system-wisdom.o >/dev/null 2>&1
mv -f .deps/forget-wisdom.Tpo .deps/forget-wisdom.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c -o mapflags.lo mapflags.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c -o mkprinter-file.lo mkprinter-file.c
mv -f .deps/f77api.Tpo .deps/f77api.Plo
mv -f .deps/import-system-wisdom.Tpo .deps/import-system-wisdom.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c -o import-wisdom-from-file.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c -o mkprinter-str.lo mkprinter-str.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c -o mktensor-iodims.lo mktensor-iodims.c
mv -f .deps/import-wisdom-from-file.Tpo .deps/import-wisdom-from-file.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c -o mktensor-rowmajor.lo mktensor-rowmajor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c  -fPIC -DPIC -o .libs/import-wisdom-from-string.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c  -fPIC -DPIC -o .libs/malloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c -o import-wisdom-from-string.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1
mv -f .deps/import-wisdom-from-string.Tpo .deps/import-wisdom-from-string.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c  -fPIC -DPIC -o .libs/map-r2r-kind.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c -o plan-dft-1d.lo plan-dft-1d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c  -fPIC -DPIC -o .libs/import-wisdom.o
mv -f .deps/malloc.Tpo .deps/malloc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c -o plan-dft-2d.lo plan-dft-2d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c  -fPIC -DPIC -o .libs/mktensor-iodims.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c mkprinter-str.c  -fPIC -DPIC -o .libs/mkprinter-str.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c  -fPIC -DPIC -o .libs/mapflags.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c -o map-r2r-kind.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c -o import-wisdom.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c  -fPIC -DPIC -o .libs/mkprinter-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c -o mktensor-iodims.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c -o mapflags.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c  -fPIC -DPIC -o .libs/mktensor-rowmajor.o
mv -f .deps/import-wisdom.Tpo .deps/import-wisdom.Plo
mv -f .deps/map-r2r-kind.Tpo .deps/map-r2r-kind.Plo
mv -f .deps/mktensor-iodims.Tpo .deps/mktensor-iodims.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c -o plan-dft-3d.lo plan-dft-3d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c -o plan-dft-c2r-1d.lo plan-dft-c2r-1d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c mkprinter-str.c -o mkprinter-str.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c -o plan-dft-c2r-2d.lo plan-dft-c2r-2d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c -o mkprinter-file.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c -o mktensor-rowmajor.o >/dev/null 2>&1
mv -f .deps/mapflags.Tpo .deps/mapflags.Plo
mv -f .deps/mkprinter-str.Tpo .deps/mkprinter-str.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c -o plan-dft-c2r-3d.lo plan-dft-c2r-3d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c -o plan-dft-c2r.lo plan-dft-c2r.c
mv -f .deps/mktensor-rowmajor.Tpo .deps/mktensor-rowmajor.Plo
mv -f .deps/mkprinter-file.Tpo .deps/mkprinter-file.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c -o plan-dft-r2c-1d.lo plan-dft-r2c-1d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c -o plan-dft-r2c-2d.lo plan-dft-r2c-2d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c  -fPIC -DPIC -o .libs/plan-dft-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c  -fPIC -DPIC -o .libs/plan-dft-2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c -o plan-dft-1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c  -fPIC -DPIC -o .libs/plan-dft-3d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c -o plan-dft-2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c -o plan-dft-c2r-2d.o >/dev/null 2>&1
mv -f .deps/plan-dft-1d.Tpo .deps/plan-dft-1d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c -o plan-dft-r2c-3d.lo plan-dft-r2c-3d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c -o plan-dft-3d.o >/dev/null 2>&1
mv -f .deps/plan-dft-c2r-2d.Tpo .deps/plan-dft-c2r-2d.Plo
mv -f .deps/plan-dft-2d.Tpo .deps/plan-dft-2d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c -o plan-dft-r2c.lo plan-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c  -fPIC -DPIC -o .libs/plan-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-3d.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c -o plan-dft.lo plan-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c -o plan-dft-c2r-1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-2d.o
mv -f .deps/plan-dft-3d.Tpo .deps/plan-dft-3d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c -o plan-dft-c2r-3d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c -o plan-dft-c2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c -o plan-guru-dft-c2r.lo plan-guru-dft-c2r.c
mv -f .deps/plan-dft-c2r-1d.Tpo .deps/plan-dft-c2r-1d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c -o plan-dft-r2c-1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c -o plan-dft-r2c-2d.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c -o plan-guru-dft-r2c.lo plan-guru-dft-r2c.c
mv -f .deps/plan-dft-c2r.Tpo .deps/plan-dft-c2r.Plo
mv -f .deps/plan-dft-c2r-3d.Tpo .deps/plan-dft-c2r-3d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c -o plan-guru-dft.lo plan-guru-dft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c -o plan-guru-r2r.lo plan-guru-r2r.c
mv -f .deps/plan-dft-r2c-1d.Tpo .deps/plan-dft-r2c-1d.Plo
mv -f .deps/plan-dft-r2c-2d.Tpo .deps/plan-dft-r2c-2d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c -o plan-guru-split-dft-c2r.lo plan-guru-split-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c -o plan-guru-split-dft-r2c.lo plan-guru-split-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-3d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c  -fPIC -DPIC -o .libs/plan-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c  -fPIC -DPIC -o .libs/plan-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c  -fPIC -DPIC -o .libs/plan-guru-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c -o plan-dft-r2c-3d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c -o plan-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c -o plan-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c -o plan-guru-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c  -fPIC -DPIC -o .libs/plan-guru-dft-r2c.o
mv -f .deps/plan-dft-r2c-3d.Tpo .deps/plan-dft-r2c-3d.Plo
mv -f .deps/plan-dft-r2c.Tpo .deps/plan-dft-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c -o plan-guru-split-dft.lo plan-guru-split-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c  -fPIC -DPIC -o .libs/plan-guru-dft.o
mv -f .deps/plan-dft.Tpo .deps/plan-dft.Plo
mv -f .deps/plan-guru-dft-c2r.Tpo .deps/plan-guru-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c -o plan-many-dft-c2r.lo plan-many-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c -o plan-guru-dft-r2c.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c -o plan-many-dft-r2c.lo plan-many-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru-split-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c  -fPIC -DPIC -o .libs/plan-guru-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c -o plan-guru-dft.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c -o plan-many-dft.lo plan-many-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c plan-guru-split-dft-c2r.c -o plan-guru-split-dft-c2r.o >/dev/null 2>&1
mv -f .deps/plan-guru-dft-r2c.Tpo .deps/plan-guru-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru-split-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c -o plan-guru-r2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c -o plan-many-r2r.lo plan-many-r2r.c
mv -f .deps/plan-guru-dft.Tpo .deps/plan-guru-dft.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c -o plan-r2r-1d.lo plan-r2r-1d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c plan-guru-split-dft-r2c.c -o plan-guru-split-dft-r2c.o >/dev/null 2>&1
mv -f .deps/plan-guru-split-dft-c2r.Tpo .deps/plan-guru-split-dft-c2r.Plo
mv -f .deps/plan-guru-r2r.Tpo .deps/plan-guru-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c -o plan-r2r-2d.lo plan-r2r-2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c -o plan-r2r-3d.lo plan-r2r-3d.c
mv -f .deps/plan-guru-split-dft-r2c.Tpo .deps/plan-guru-split-dft-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c -o plan-r2r.lo plan-r2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c  -fPIC -DPIC -o .libs/plan-many-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c  -fPIC -DPIC -o .libs/plan-many-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c  -fPIC -DPIC -o .libs/plan-guru-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c -o plan-many-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c -o plan-many-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c  -fPIC -DPIC -o .libs/plan-many-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c -o plan-guru-split-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c -o plan-many-dft.o >/dev/null 2>&1
mv -f .deps/plan-many-dft-c2r.Tpo .deps/plan-many-dft-c2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c  -fPIC -DPIC -o .libs/plan-r2r-2d.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c -o print-plan.lo print-plan.c
mv -f .deps/plan-many-dft-r2c.Tpo .deps/plan-many-dft-r2c.Plo
mv -f .deps/plan-guru-split-dft.Tpo .deps/plan-guru-split-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c  -fPIC -DPIC -o .libs/plan-many-r2r.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c -o rdft2-pad.lo rdft2-pad.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c -o the-planner.lo the-planner.c
mv -f .deps/plan-many-dft.Tpo .deps/plan-many-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c -o plan-r2r-2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c  -fPIC -DPIC -o .libs/plan-r2r-1d.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c -o plan-many-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c  -fPIC -DPIC -o .libs/plan-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c -o plan-r2r-1d.o >/dev/null 2>&1
mv -f .deps/plan-r2r-2d.Tpo .deps/plan-r2r-2d.Plo
mv -f .deps/plan-many-r2r.Tpo .deps/plan-many-r2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c -o plan-r2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c -o plan-guru64-dft-c2r.lo plan-guru64-dft-c2r.c
mv -f .deps/plan-r2r-1d.Tpo .deps/plan-r2r-1d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c -o plan-guru64-dft-r2c.lo plan-guru64-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c  -fPIC -DPIC -o .libs/plan-r2r-3d.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c -o plan-guru64-dft.lo plan-guru64-dft.c
mv -f .deps/plan-r2r.Tpo .deps/plan-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c -o plan-guru64-r2r.lo plan-guru64-r2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c -o plan-r2r-3d.o >/dev/null 2>&1
mv -f .deps/plan-r2r-3d.Tpo .deps/plan-r2r-3d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c  -fPIC -DPIC -o .libs/print-plan.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c -o plan-guru64-split-dft-c2r.lo plan-guru64-split-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c  -fPIC -DPIC -o .libs/rdft2-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c  -fPIC -DPIC -o .libs/the-planner.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c -o print-plan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c  -fPIC -DPIC -o .libs/version.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c -o rdft2-pad.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c -o the-planner.o >/dev/null 2>&1
mv -f .deps/print-plan.Tpo .deps/print-plan.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c -o plan-guru64-split-dft-r2c.lo plan-guru64-split-dft-r2c.c
mv -f .deps/the-planner.Tpo .deps/the-planner.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c  -fPIC -DPIC -o .libs/plan-guru64-dft-r2c.o
mv -f .deps/rdft2-pad.Tpo .deps/rdft2-pad.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c  -fPIC -DPIC -o .libs/plan-guru64-dft.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c -o plan-guru64-split-dft.lo plan-guru64-split-dft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c -o mktensor-iodims64.lo mktensor-iodims64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c  -fPIC -DPIC -o .libs/plan-guru64-dft-c2r.o
mv -f .deps/version.Tpo .deps/version.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c -o plan-guru64-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c -o plan-guru64-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c  -fPIC -DPIC -o .libs/plan-guru64-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c -o plan-guru64-dft-c2r.o >/dev/null 2>&1
mv -f .deps/plan-guru64-dft.Tpo .deps/plan-guru64-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c -o plan-guru64-r2r.o >/dev/null 2>&1
mv -f .deps/plan-guru64-dft-r2c.Tpo .deps/plan-guru64-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru64-split-dft-c2r.o
mv -f .deps/plan-guru64-dft-c2r.Tpo .deps/plan-guru64-dft-c2r.Plo
mv -f .deps/plan-guru64-r2r.Tpo .deps/plan-guru64-r2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c plan-guru64-split-dft-c2r.c -o plan-guru64-split-dft-c2r.o >/dev/null 2>&1
mv -f .deps/plan-guru64-split-dft-c2r.Tpo .deps/plan-guru64-split-dft-c2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru64-split-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c  -fPIC -DPIC -o .libs/mktensor-iodims64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c plan-guru64-split-dft-r2c.c -o plan-guru64-split-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c  -fPIC -DPIC -o .libs/plan-guru64-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c -o mktensor-iodims64.o >/dev/null 2>&1
mv -f .deps/plan-guru64-split-dft-r2c.Tpo .deps/plan-guru64-split-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c -o plan-guru64-split-dft.o >/dev/null 2>&1
mv -f .deps/mktensor-iodims64.Tpo .deps/mktensor-iodims64.Plo
mv -f .deps/plan-guru64-split-dft.Tpo .deps/plan-guru64-split-dft.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libapi.la  apiplan.lo configure.lo execute-dft-c2r.lo execute-dft-r2c.lo execute-dft.lo execute-r2r.lo execute-split-dft-c2r.lo execute-split-dft-r2c.lo execute-split-dft.lo execute.lo export-wisdom-to-file.lo export-wisdom-to-string.lo export-wisdom.lo f77api.lo flops.lo forget-wisdom.lo import-system-wisdom.lo import-wisdom-from-file.lo import-wisdom-from-string.lo import-wisdom.lo malloc.lo map-r2r-kind.lo mapflags.lo mkprinter-file.lo mkprinter-str.lo mktensor-iodims.lo mktensor-rowmajor.lo plan-dft-1d.lo plan-dft-2d.lo plan-dft-3d.lo plan-dft-c2r-1d.lo plan-dft-c2r-2d.lo plan-dft-c2r-3d.lo plan-dft-c2r.lo plan-dft-r2c-1d.lo plan-dft-r2c-2d.lo plan-dft-r2c-3d.lo plan-dft-r2c.lo plan-dft.lo plan-guru-dft-c2r.lo plan-guru-dft-r2c.lo plan-guru-dft.lo plan-guru-r2r.lo plan-guru-split-dft-c2r.lo plan-guru-split-dft-r2c.lo plan-guru-split-dft.lo plan-many-dft-c2r.lo plan-many-dft-r2c.lo plan-many-dft.lo plan-many-r2r.lo plan-r2r-1d.lo plan-r2r-2d.lo plan-r2r-3d.lo plan-r2r.lo print-plan.lo rdft2-pad.lo the-planner.lo version.lo plan-guru64-dft-c2r.lo plan-guru64-dft-r2c.lo plan-guru64-dft.lo plan-guru64-r2r.lo plan-guru64-split-dft-c2r.lo plan-guru64-split-dft-r2c.lo plan-guru64-split-dft.lo mktensor-iodims64.lo  -lm 
libtool: link: rm -fr  .libs/libapi.a .libs/libapi.la
libtool: link: ar cr .libs/libapi.a .libs/apiplan.o .libs/configure.o .libs/execute-dft-c2r.o .libs/execute-dft-r2c.o .libs/execute-dft.o .libs/execute-r2r.o .libs/execute-split-dft-c2r.o .libs/execute-split-dft-r2c.o .libs/execute-split-dft.o .libs/execute.o .libs/export-wisdom-to-file.o .libs/export-wisdom-to-string.o .libs/export-wisdom.o .libs/f77api.o .libs/flops.o .libs/forget-wisdom.o .libs/import-system-wisdom.o .libs/import-wisdom-from-file.o .libs/import-wisdom-from-string.o .libs/import-wisdom.o .libs/malloc.o .libs/map-r2r-kind.o .libs/mapflags.o .libs/mkprinter-file.o .libs/mkprinter-str.o .libs/mktensor-iodims.o .libs/mktensor-rowmajor.o .libs/plan-dft-1d.o .libs/plan-dft-2d.o .libs/plan-dft-3d.o .libs/plan-dft-c2r-1d.o .libs/plan-dft-c2r-2d.o .libs/plan-dft-c2r-3d.o .libs/plan-dft-c2r.o .libs/plan-dft-r2c-1d.o .libs/plan-dft-r2c-2d.o .libs/plan-dft-r2c-3d.o .libs/plan-dft-r2c.o .libs/plan-dft.o .libs/plan-guru-dft-c2r.o .libs/plan-guru-dft-r2c.o .libs/plan-guru-dft.o .libs/plan-guru-r2r.o .libs/plan-guru-split-dft-c2r.o .libs/plan-guru-split-dft-r2c.o .libs/plan-guru-split-dft.o .libs/plan-many-dft-c2r.o .libs/plan-many-dft-r2c.o .libs/plan-many-dft.o .libs/plan-many-r2r.o .libs/plan-r2r-1d.o .libs/plan-r2r-2d.o .libs/plan-r2r-3d.o .libs/plan-r2r.o .libs/print-plan.o .libs/rdft2-pad.o .libs/the-planner.o .libs/version.o .libs/plan-guru64-dft-c2r.o .libs/plan-guru64-dft-r2c.o .libs/plan-guru64-dft.o .libs/plan-guru64-r2r.o .libs/plan-guru64-split-dft-c2r.o .libs/plan-guru64-split-dft-r2c.o .libs/plan-guru64-split-dft.o .libs/mktensor-iodims64.o 
libtool: link: ranlib .libs/libapi.a
libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/api'
Making all in libbench2
make[4]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-ccopy-from.o -MD -MP -MF .deps/after-ccopy-from.Tpo -c -o after-ccopy-from.o after-ccopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-ccopy-to.o -MD -MP -MF .deps/after-ccopy-to.Tpo -c -o after-ccopy-to.o after-ccopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-hccopy-from.o -MD -MP -MF .deps/after-hccopy-from.Tpo -c -o after-hccopy-from.o after-hccopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-hccopy-to.o -MD -MP -MF .deps/after-hccopy-to.Tpo -c -o after-hccopy-to.o after-hccopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-rcopy-from.o -MD -MP -MF .deps/after-rcopy-from.Tpo -c -o after-rcopy-from.o after-rcopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-rcopy-to.o -MD -MP -MF .deps/after-rcopy-to.Tpo -c -o after-rcopy-to.o after-rcopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT allocate.o -MD -MP -MF .deps/allocate.Tpo -c -o allocate.o allocate.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT aset.o -MD -MP -MF .deps/aset.Tpo -c -o aset.o aset.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-cost-postprocess.o -MD -MP -MF .deps/bench-cost-postprocess.Tpo -c -o bench-cost-postprocess.o bench-cost-postprocess.c
mv -f .deps/after-ccopy-from.Tpo .deps/after-ccopy-from.Po
mv -f .deps/after-ccopy-to.Tpo .deps/after-ccopy-to.Po
mv -f .deps/after-hccopy-from.Tpo .deps/after-hccopy-from.Po
mv -f .deps/after-hccopy-to.Tpo .deps/after-hccopy-to.Po
mv -f .deps/after-rcopy-from.Tpo .deps/after-rcopy-from.Po
mv -f .deps/after-rcopy-to.Tpo .deps/after-rcopy-to.Po
mv -f .deps/allocate.Tpo .deps/allocate.Po
mv -f .deps/aset.Tpo .deps/aset.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-exit.o -MD -MP -MF .deps/bench-exit.Tpo -c -o bench-exit.o bench-exit.c
mv -f .deps/bench-cost-postprocess.Tpo .deps/bench-cost-postprocess.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-main.o -MD -MP -MF .deps/bench-main.Tpo -c -o bench-main.o bench-main.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT can-do.o -MD -MP -MF .deps/can-do.Tpo -c -o can-do.o can-do.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT caset.o -MD -MP -MF .deps/caset.Tpo -c -o caset.o caset.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dotens2.o -MD -MP -MF .deps/dotens2.Tpo -c -o dotens2.o dotens2.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mflops.o -MD -MP -MF .deps/mflops.Tpo -c -o mflops.o mflops.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mp.o -MD -MP -MF .deps/mp.Tpo -c -o mp.o mp.c
mv -f .deps/bench-exit.Tpo .deps/bench-exit.Po
mv -f .deps/bench-main.Tpo .deps/bench-main.Po
mv -f .deps/can-do.Tpo .deps/can-do.Po
mv -f .deps/caset.Tpo .deps/caset.Po
mv -f .deps/dotens2.Tpo .deps/dotens2.Po
mv -f .deps/info.Tpo .deps/info.Po
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ovtpvt.o -MD -MP -MF .deps/ovtpvt.Tpo -c -o ovtpvt.o ovtpvt.c
mv -f .deps/mflops.Tpo .deps/mflops.Po
mv -f .deps/mp.Tpo .deps/mp.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pow2.o -MD -MP -MF .deps/pow2.Tpo -c -o pow2.o pow2.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.o -MD -MP -MF .deps/problem.Tpo -c -o problem.o problem.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT report.o -MD -MP -MF .deps/report.Tpo -c -o report.o report.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT speed.o -MD -MP -MF .deps/speed.Tpo -c -o speed.o speed.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.o -MD -MP -MF .deps/tensor.Tpo -c -o tensor.o tensor.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT useropt.o -MD -MP -MF .deps/useropt.Tpo -c -o useropt.o useropt.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
mv -f .deps/ovtpvt.Tpo .deps/ovtpvt.Po
mv -f .deps/pow2.Tpo .deps/pow2.Po
mv -f .deps/problem.Tpo .deps/problem.Po
mv -f .deps/report.Tpo .deps/report.Po
mv -f .deps/speed.Tpo .deps/speed.Po
mv -f .deps/tensor.Tpo .deps/tensor.Po
mv -f .deps/timer.Tpo .deps/timer.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-dft.o -MD -MP -MF .deps/verify-dft.Tpo -c -o verify-dft.o verify-dft.c
mv -f .deps/useropt.Tpo .deps/useropt.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-lib.o -MD -MP -MF .deps/verify-lib.Tpo -c -o verify-lib.o verify-lib.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-r2r.o -MD -MP -MF .deps/verify-r2r.Tpo -c -o verify-r2r.o verify-r2r.c
mv -f .deps/util.Tpo .deps/util.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-rdft2.o -MD -MP -MF .deps/verify-rdft2.Tpo -c -o verify-rdft2.o verify-rdft2.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify.o -MD -MP -MF .deps/verify.Tpo -c -o verify.o verify.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.o -MD -MP -MF .deps/zero.Tpo -c -o zero.o zero.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT my-getopt.o -MD -MP -MF .deps/my-getopt.Tpo -c -o my-getopt.o my-getopt.c
mv -f .deps/verify-dft.Tpo .deps/verify-dft.Po
mv -f .deps/verify-lib.Tpo .deps/verify-lib.Po
mv -f .deps/verify-r2r.Tpo .deps/verify-r2r.Po
mv -f .deps/verify-rdft2.Tpo .deps/verify-rdft2.Po
mv -f .deps/zero.Tpo .deps/zero.Po
mv -f .deps/verify.Tpo .deps/verify.Po
mv -f .deps/my-getopt.Tpo .deps/my-getopt.Po
rm -f libbench2.a
ar cru libbench2.a after-ccopy-from.o after-ccopy-to.o after-hccopy-from.o after-hccopy-to.o after-rcopy-from.o after-rcopy-to.o allocate.o aset.o bench-cost-postprocess.o bench-exit.o bench-main.o can-do.o caset.o dotens2.o info.o main.o mflops.o mp.o ovtpvt.o pow2.o problem.o report.o speed.o tensor.o timer.o useropt.o util.o verify-dft.o verify-lib.o verify-r2r.o verify-rdft2.o verify.o zero.o my-getopt.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libbench2.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
Making all in .
make[4]: Entering directory '/<<PKGBUILDDIR>>'
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -no-undefined -version-info 9:10:6   -Wl,-z,relro -o libfftw3.la -rpath /usr/lib/x86_64-linux-gnu  kernel/libkernel.la dft/libdft.la dft/scalar/libdft_scalar.la dft/scalar/codelets/libdft_scalar_codelets.la rdft/librdft.la rdft/scalar/librdft_scalar.la rdft/scalar/r2cf/librdft_scalar_r2cf.la rdft/scalar/r2cb/librdft_scalar_r2cb.la rdft/scalar/r2r/librdft_scalar_r2r.la reodft/libreodft.la api/libapi.la simd-support/libsimd_support.la dft/simd/sse2/libdft_sse2_codelets.la rdft/simd/sse2/librdft_sse2_codelets.la dft/simd/avx/libdft_avx_codelets.la rdft/simd/avx/librdft_avx_codelets.la           -lm 
/bin/sed \
	-e 's|[@]PREC_SUFFIX@||g' \
	-e 's|[@]CMAKE_INSTALL_FULL_LIBDIR@|/usr/lib/x86_64-linux-gnu|g' \
	-e 's|[@]CMAKE_INSTALL_FULL_INCLUDEDIR@|/usr/include|g' \
	./FFTW3Config.cmake.in > FFTW3Config.cmake
/bin/sed \
	-e 's|[@]FFTW_VERSION@|3.3.10|g' \
	./FFTW3ConfigVersion.cmake.in > FFTW3ConfigVersion.cmake
cp -f fftw.pc fftw3.pc
libtool: link: gcc -shared  -fPIC -DPIC  -Wl,--whole-archive kernel/.libs/libkernel.a dft/.libs/libdft.a dft/scalar/.libs/libdft_scalar.a dft/scalar/codelets/.libs/libdft_scalar_codelets.a rdft/.libs/librdft.a rdft/scalar/.libs/librdft_scalar.a rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a rdft/scalar/r2r/.libs/librdft_scalar_r2r.a reodft/.libs/libreodft.a api/.libs/libapi.a simd-support/.libs/libsimd_support.a dft/simd/sse2/.libs/libdft_sse2_codelets.a rdft/simd/sse2/.libs/librdft_sse2_codelets.a dft/simd/avx/.libs/libdft_avx_codelets.a rdft/simd/avx/.libs/librdft_avx_codelets.a -Wl,--no-whole-archive  -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -Wl,-soname -Wl,libfftw3.so.3 -o .libs/libfftw3.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3.so.3" && ln -s "libfftw3.so.3.6.10" "libfftw3.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3.so" && ln -s "libfftw3.so.3.6.10" "libfftw3.so")
libtool: link: (cd .libs/libfftw3.lax/libkernel.a && ar x "/<<PKGBUILDDIR>>/kernel/.libs/libkernel.a")
libtool: link: (cd .libs/libfftw3.lax/libdft.a && ar x "/<<PKGBUILDDIR>>/dft/.libs/libdft.a")
libtool: link: (cd .libs/libfftw3.lax/libdft_scalar.a && ar x "/<<PKGBUILDDIR>>/dft/scalar/.libs/libdft_scalar.a")
libtool: link: (cd .libs/libfftw3.lax/libdft_scalar_codelets.a && ar x "/<<PKGBUILDDIR>>/dft/scalar/codelets/.libs/libdft_scalar_codelets.a")
libtool: link: (cd .libs/libfftw3.lax/librdft.a && ar x "/<<PKGBUILDDIR>>/rdft/.libs/librdft.a")
libtool: link: (cd .libs/libfftw3.lax/librdft_scalar.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/.libs/librdft_scalar.a")
libtool: link: (cd .libs/libfftw3.lax/librdft_scalar_r2cf.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a")
libtool: link: (cd .libs/libfftw3.lax/librdft_scalar_r2cb.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a")
libtool: link: (cd .libs/libfftw3.lax/librdft_scalar_r2r.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2r/.libs/librdft_scalar_r2r.a")
libtool: link: (cd .libs/libfftw3.lax/libreodft.a && ar x "/<<PKGBUILDDIR>>/reodft/.libs/libreodft.a")
libtool: link: (cd .libs/libfftw3.lax/libapi.a && ar x "/<<PKGBUILDDIR>>/api/.libs/libapi.a")
libtool: link: (cd .libs/libfftw3.lax/libsimd_support.a && ar x "/<<PKGBUILDDIR>>/simd-support/.libs/libsimd_support.a")
libtool: link: (cd .libs/libfftw3.lax/libdft_sse2_codelets.a && ar x "/<<PKGBUILDDIR>>/dft/simd/sse2/.libs/libdft_sse2_codelets.a")
libtool: link: (cd .libs/libfftw3.lax/librdft_sse2_codelets.a && ar x "/<<PKGBUILDDIR>>/rdft/simd/sse2/.libs/librdft_sse2_codelets.a")
libtool: link: (cd .libs/libfftw3.lax/libdft_avx_codelets.a && ar x "/<<PKGBUILDDIR>>/dft/simd/avx/.libs/libdft_avx_codelets.a")
libtool: link: (cd .libs/libfftw3.lax/librdft_avx_codelets.a && ar x "/<<PKGBUILDDIR>>/rdft/simd/avx/.libs/librdft_avx_codelets.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libfftw3.lax/libdft.a/buffered.o .libs/libfftw3.lax/lt1-buffered.o || cp .libs/libfftw3.lax/libdft.a/buffered.o .libs/libfftw3.lax/lt1-buffered.o
libtool: link: ln .libs/libfftw3.lax/libdft.a/ct.o .libs/libfftw3.lax/lt2-ct.o || cp .libs/libfftw3.lax/libdft.a/ct.o .libs/libfftw3.lax/lt2-ct.o
libtool: link: ln .libs/libfftw3.lax/libdft.a/plan.o .libs/libfftw3.lax/lt3-plan.o || cp .libs/libfftw3.lax/libdft.a/plan.o .libs/libfftw3.lax/lt3-plan.o
libtool: link: ln .libs/libfftw3.lax/libdft.a/problem.o .libs/libfftw3.lax/lt4-problem.o || cp .libs/libfftw3.lax/libdft.a/problem.o .libs/libfftw3.lax/lt4-problem.o
libtool: link: ln .libs/libfftw3.lax/libdft.a/rader.o .libs/libfftw3.lax/lt5-rader.o || cp .libs/libfftw3.lax/libdft.a/rader.o .libs/libfftw3.lax/lt5-rader.o
libtool: link: ln .libs/libfftw3.lax/librdft.a/buffered.o .libs/libfftw3.lax/lt6-buffered.o || cp .libs/libfftw3.lax/librdft.a/buffered.o .libs/libfftw3.lax/lt6-buffered.o
libtool: link: ln .libs/libfftw3.lax/librdft.a/conf.o .libs/libfftw3.lax/lt7-conf.o || cp .libs/libfftw3.lax/librdft.a/conf.o .libs/libfftw3.lax/lt7-conf.o
libtool: link: ln .libs/libfftw3.lax/librdft.a/generic.o .libs/libfftw3.lax/lt8-generic.o || cp .libs/libfftw3.lax/librdft.a/generic.o .libs/libfftw3.lax/lt8-generic.o
libtool: link: ln .libs/libfftw3.lax/librdft.a/indirect.o .libs/libfftw3.lax/lt9-indirect.o || cp .libs/libfftw3.lax/librdft.a/indirect.o .libs/libfftw3.lax/lt9-indirect.o
libtool: link: ln .libs/libfftw3.lax/librdft.a/nop.o .libs/libfftw3.lax/lt10-nop.o || cp .libs/libfftw3.lax/librdft.a/nop.o .libs/libfftw3.lax/lt10-nop.o
libtool: link: ln .libs/libfftw3.lax/librdft.a/plan.o .libs/libfftw3.lax/lt11-plan.o || cp .libs/libfftw3.lax/librdft.a/plan.o .libs/libfftw3.lax/lt11-plan.o
libtool: link: ln .libs/libfftw3.lax/librdft.a/problem.o .libs/libfftw3.lax/lt12-problem.o || cp .libs/libfftw3.lax/librdft.a/problem.o .libs/libfftw3.lax/lt12-problem.o
libtool: link: ln .libs/libfftw3.lax/librdft.a/rank-geq2.o .libs/libfftw3.lax/lt13-rank-geq2.o || cp .libs/libfftw3.lax/librdft.a/rank-geq2.o .libs/libfftw3.lax/lt13-rank-geq2.o
libtool: link: ln .libs/libfftw3.lax/librdft.a/solve.o .libs/libfftw3.lax/lt14-solve.o || cp .libs/libfftw3.lax/librdft.a/solve.o .libs/libfftw3.lax/lt14-solve.o
libtool: link: ln .libs/libfftw3.lax/librdft.a/vrank-geq1.o .libs/libfftw3.lax/lt15-vrank-geq1.o || cp .libs/libfftw3.lax/librdft.a/vrank-geq1.o .libs/libfftw3.lax/lt15-vrank-geq1.o
libtool: link: ln .libs/libfftw3.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3.lax/lt16-codlist.o || cp .libs/libfftw3.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3.lax/lt16-codlist.o
libtool: link: ln .libs/libfftw3.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3.lax/lt17-codlist.o || cp .libs/libfftw3.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3.lax/lt17-codlist.o
libtool: link: ln .libs/libfftw3.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3.lax/lt18-codlist.o || cp .libs/libfftw3.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3.lax/lt18-codlist.o
libtool: link: ln .libs/libfftw3.lax/libreodft.a/conf.o .libs/libfftw3.lax/lt19-conf.o || cp .libs/libfftw3.lax/libreodft.a/conf.o .libs/libfftw3.lax/lt19-conf.o
libtool: link: ln .libs/libfftw3.lax/libdft_sse2_codelets.a/codlist.o .libs/libfftw3.lax/lt20-codlist.o || cp .libs/libfftw3.lax/libdft_sse2_codelets.a/codlist.o .libs/libfftw3.lax/lt20-codlist.o
libtool: link: ln .libs/libfftw3.lax/librdft_sse2_codelets.a/codlist.o .libs/libfftw3.lax/lt21-codlist.o || cp .libs/libfftw3.lax/librdft_sse2_codelets.a/codlist.o .libs/libfftw3.lax/lt21-codlist.o
libtool: link: ln .libs/libfftw3.lax/librdft_sse2_codelets.a/genus.o .libs/libfftw3.lax/lt22-genus.o || cp .libs/libfftw3.lax/librdft_sse2_codelets.a/genus.o .libs/libfftw3.lax/lt22-genus.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/codlist.o .libs/libfftw3.lax/lt23-codlist.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/codlist.o .libs/libfftw3.lax/lt23-codlist.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/genus.o .libs/libfftw3.lax/lt24-genus.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/genus.o .libs/libfftw3.lax/lt24-genus.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_10.o .libs/libfftw3.lax/lt25-n1bv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_10.o .libs/libfftw3.lax/lt25-n1bv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_11.o .libs/libfftw3.lax/lt26-n1bv_11.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_11.o .libs/libfftw3.lax/lt26-n1bv_11.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_12.o .libs/libfftw3.lax/lt27-n1bv_12.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_12.o .libs/libfftw3.lax/lt27-n1bv_12.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_128.o .libs/libfftw3.lax/lt28-n1bv_128.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_128.o .libs/libfftw3.lax/lt28-n1bv_128.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_13.o .libs/libfftw3.lax/lt29-n1bv_13.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_13.o .libs/libfftw3.lax/lt29-n1bv_13.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_14.o .libs/libfftw3.lax/lt30-n1bv_14.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_14.o .libs/libfftw3.lax/lt30-n1bv_14.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_15.o .libs/libfftw3.lax/lt31-n1bv_15.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_15.o .libs/libfftw3.lax/lt31-n1bv_15.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_16.o .libs/libfftw3.lax/lt32-n1bv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_16.o .libs/libfftw3.lax/lt32-n1bv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_2.o .libs/libfftw3.lax/lt33-n1bv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_2.o .libs/libfftw3.lax/lt33-n1bv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_20.o .libs/libfftw3.lax/lt34-n1bv_20.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_20.o .libs/libfftw3.lax/lt34-n1bv_20.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_25.o .libs/libfftw3.lax/lt35-n1bv_25.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_25.o .libs/libfftw3.lax/lt35-n1bv_25.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_3.o .libs/libfftw3.lax/lt36-n1bv_3.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_3.o .libs/libfftw3.lax/lt36-n1bv_3.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_32.o .libs/libfftw3.lax/lt37-n1bv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_32.o .libs/libfftw3.lax/lt37-n1bv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_4.o .libs/libfftw3.lax/lt38-n1bv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_4.o .libs/libfftw3.lax/lt38-n1bv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_5.o .libs/libfftw3.lax/lt39-n1bv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_5.o .libs/libfftw3.lax/lt39-n1bv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_6.o .libs/libfftw3.lax/lt40-n1bv_6.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_6.o .libs/libfftw3.lax/lt40-n1bv_6.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_64.o .libs/libfftw3.lax/lt41-n1bv_64.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_64.o .libs/libfftw3.lax/lt41-n1bv_64.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_7.o .libs/libfftw3.lax/lt42-n1bv_7.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_7.o .libs/libfftw3.lax/lt42-n1bv_7.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_8.o .libs/libfftw3.lax/lt43-n1bv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_8.o .libs/libfftw3.lax/lt43-n1bv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_9.o .libs/libfftw3.lax/lt44-n1bv_9.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1bv_9.o .libs/libfftw3.lax/lt44-n1bv_9.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_10.o .libs/libfftw3.lax/lt45-n1fv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_10.o .libs/libfftw3.lax/lt45-n1fv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_11.o .libs/libfftw3.lax/lt46-n1fv_11.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_11.o .libs/libfftw3.lax/lt46-n1fv_11.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_12.o .libs/libfftw3.lax/lt47-n1fv_12.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_12.o .libs/libfftw3.lax/lt47-n1fv_12.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_128.o .libs/libfftw3.lax/lt48-n1fv_128.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_128.o .libs/libfftw3.lax/lt48-n1fv_128.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_13.o .libs/libfftw3.lax/lt49-n1fv_13.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_13.o .libs/libfftw3.lax/lt49-n1fv_13.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_14.o .libs/libfftw3.lax/lt50-n1fv_14.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_14.o .libs/libfftw3.lax/lt50-n1fv_14.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_15.o .libs/libfftw3.lax/lt51-n1fv_15.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_15.o .libs/libfftw3.lax/lt51-n1fv_15.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_16.o .libs/libfftw3.lax/lt52-n1fv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_16.o .libs/libfftw3.lax/lt52-n1fv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_2.o .libs/libfftw3.lax/lt53-n1fv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_2.o .libs/libfftw3.lax/lt53-n1fv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_20.o .libs/libfftw3.lax/lt54-n1fv_20.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_20.o .libs/libfftw3.lax/lt54-n1fv_20.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_25.o .libs/libfftw3.lax/lt55-n1fv_25.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_25.o .libs/libfftw3.lax/lt55-n1fv_25.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_3.o .libs/libfftw3.lax/lt56-n1fv_3.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_3.o .libs/libfftw3.lax/lt56-n1fv_3.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_32.o .libs/libfftw3.lax/lt57-n1fv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_32.o .libs/libfftw3.lax/lt57-n1fv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_4.o .libs/libfftw3.lax/lt58-n1fv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_4.o .libs/libfftw3.lax/lt58-n1fv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_5.o .libs/libfftw3.lax/lt59-n1fv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_5.o .libs/libfftw3.lax/lt59-n1fv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_6.o .libs/libfftw3.lax/lt60-n1fv_6.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_6.o .libs/libfftw3.lax/lt60-n1fv_6.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_64.o .libs/libfftw3.lax/lt61-n1fv_64.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_64.o .libs/libfftw3.lax/lt61-n1fv_64.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_7.o .libs/libfftw3.lax/lt62-n1fv_7.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_7.o .libs/libfftw3.lax/lt62-n1fv_7.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_8.o .libs/libfftw3.lax/lt63-n1fv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_8.o .libs/libfftw3.lax/lt63-n1fv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_9.o .libs/libfftw3.lax/lt64-n1fv_9.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n1fv_9.o .libs/libfftw3.lax/lt64-n1fv_9.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_10.o .libs/libfftw3.lax/lt65-n2bv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_10.o .libs/libfftw3.lax/lt65-n2bv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_12.o .libs/libfftw3.lax/lt66-n2bv_12.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_12.o .libs/libfftw3.lax/lt66-n2bv_12.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_14.o .libs/libfftw3.lax/lt67-n2bv_14.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_14.o .libs/libfftw3.lax/lt67-n2bv_14.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_16.o .libs/libfftw3.lax/lt68-n2bv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_16.o .libs/libfftw3.lax/lt68-n2bv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_2.o .libs/libfftw3.lax/lt69-n2bv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_2.o .libs/libfftw3.lax/lt69-n2bv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_20.o .libs/libfftw3.lax/lt70-n2bv_20.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_20.o .libs/libfftw3.lax/lt70-n2bv_20.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_32.o .libs/libfftw3.lax/lt71-n2bv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_32.o .libs/libfftw3.lax/lt71-n2bv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_4.o .libs/libfftw3.lax/lt72-n2bv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_4.o .libs/libfftw3.lax/lt72-n2bv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_6.o .libs/libfftw3.lax/lt73-n2bv_6.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_6.o .libs/libfftw3.lax/lt73-n2bv_6.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_64.o .libs/libfftw3.lax/lt74-n2bv_64.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_64.o .libs/libfftw3.lax/lt74-n2bv_64.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_8.o .libs/libfftw3.lax/lt75-n2bv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2bv_8.o .libs/libfftw3.lax/lt75-n2bv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_10.o .libs/libfftw3.lax/lt76-n2fv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_10.o .libs/libfftw3.lax/lt76-n2fv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_12.o .libs/libfftw3.lax/lt77-n2fv_12.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_12.o .libs/libfftw3.lax/lt77-n2fv_12.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_14.o .libs/libfftw3.lax/lt78-n2fv_14.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_14.o .libs/libfftw3.lax/lt78-n2fv_14.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_16.o .libs/libfftw3.lax/lt79-n2fv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_16.o .libs/libfftw3.lax/lt79-n2fv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_2.o .libs/libfftw3.lax/lt80-n2fv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_2.o .libs/libfftw3.lax/lt80-n2fv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_20.o .libs/libfftw3.lax/lt81-n2fv_20.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_20.o .libs/libfftw3.lax/lt81-n2fv_20.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_32.o .libs/libfftw3.lax/lt82-n2fv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_32.o .libs/libfftw3.lax/lt82-n2fv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_4.o .libs/libfftw3.lax/lt83-n2fv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_4.o .libs/libfftw3.lax/lt83-n2fv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_6.o .libs/libfftw3.lax/lt84-n2fv_6.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_6.o .libs/libfftw3.lax/lt84-n2fv_6.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_64.o .libs/libfftw3.lax/lt85-n2fv_64.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_64.o .libs/libfftw3.lax/lt85-n2fv_64.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_8.o .libs/libfftw3.lax/lt86-n2fv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2fv_8.o .libs/libfftw3.lax/lt86-n2fv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2sv_16.o .libs/libfftw3.lax/lt87-n2sv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2sv_16.o .libs/libfftw3.lax/lt87-n2sv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2sv_32.o .libs/libfftw3.lax/lt88-n2sv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2sv_32.o .libs/libfftw3.lax/lt88-n2sv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2sv_4.o .libs/libfftw3.lax/lt89-n2sv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2sv_4.o .libs/libfftw3.lax/lt89-n2sv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2sv_64.o .libs/libfftw3.lax/lt90-n2sv_64.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2sv_64.o .libs/libfftw3.lax/lt90-n2sv_64.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/n2sv_8.o .libs/libfftw3.lax/lt91-n2sv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/n2sv_8.o .libs/libfftw3.lax/lt91-n2sv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/q1bv_2.o .libs/libfftw3.lax/lt92-q1bv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/q1bv_2.o .libs/libfftw3.lax/lt92-q1bv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/q1bv_4.o .libs/libfftw3.lax/lt93-q1bv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/q1bv_4.o .libs/libfftw3.lax/lt93-q1bv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/q1bv_5.o .libs/libfftw3.lax/lt94-q1bv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/q1bv_5.o .libs/libfftw3.lax/lt94-q1bv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/q1bv_8.o .libs/libfftw3.lax/lt95-q1bv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/q1bv_8.o .libs/libfftw3.lax/lt95-q1bv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/q1fv_2.o .libs/libfftw3.lax/lt96-q1fv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/q1fv_2.o .libs/libfftw3.lax/lt96-q1fv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/q1fv_4.o .libs/libfftw3.lax/lt97-q1fv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/q1fv_4.o .libs/libfftw3.lax/lt97-q1fv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/q1fv_5.o .libs/libfftw3.lax/lt98-q1fv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/q1fv_5.o .libs/libfftw3.lax/lt98-q1fv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/q1fv_8.o .libs/libfftw3.lax/lt99-q1fv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/q1fv_8.o .libs/libfftw3.lax/lt99-q1fv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_10.o .libs/libfftw3.lax/lt100-t1buv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_10.o .libs/libfftw3.lax/lt100-t1buv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_2.o .libs/libfftw3.lax/lt101-t1buv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_2.o .libs/libfftw3.lax/lt101-t1buv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_3.o .libs/libfftw3.lax/lt102-t1buv_3.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_3.o .libs/libfftw3.lax/lt102-t1buv_3.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_4.o .libs/libfftw3.lax/lt103-t1buv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_4.o .libs/libfftw3.lax/lt103-t1buv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_5.o .libs/libfftw3.lax/lt104-t1buv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_5.o .libs/libfftw3.lax/lt104-t1buv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_6.o .libs/libfftw3.lax/lt105-t1buv_6.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_6.o .libs/libfftw3.lax/lt105-t1buv_6.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_7.o .libs/libfftw3.lax/lt106-t1buv_7.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_7.o .libs/libfftw3.lax/lt106-t1buv_7.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_8.o .libs/libfftw3.lax/lt107-t1buv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_8.o .libs/libfftw3.lax/lt107-t1buv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_9.o .libs/libfftw3.lax/lt108-t1buv_9.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1buv_9.o .libs/libfftw3.lax/lt108-t1buv_9.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_10.o .libs/libfftw3.lax/lt109-t1bv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_10.o .libs/libfftw3.lax/lt109-t1bv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_12.o .libs/libfftw3.lax/lt110-t1bv_12.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_12.o .libs/libfftw3.lax/lt110-t1bv_12.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_15.o .libs/libfftw3.lax/lt111-t1bv_15.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_15.o .libs/libfftw3.lax/lt111-t1bv_15.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_16.o .libs/libfftw3.lax/lt112-t1bv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_16.o .libs/libfftw3.lax/lt112-t1bv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_2.o .libs/libfftw3.lax/lt113-t1bv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_2.o .libs/libfftw3.lax/lt113-t1bv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_20.o .libs/libfftw3.lax/lt114-t1bv_20.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_20.o .libs/libfftw3.lax/lt114-t1bv_20.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_25.o .libs/libfftw3.lax/lt115-t1bv_25.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_25.o .libs/libfftw3.lax/lt115-t1bv_25.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_3.o .libs/libfftw3.lax/lt116-t1bv_3.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_3.o .libs/libfftw3.lax/lt116-t1bv_3.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_32.o .libs/libfftw3.lax/lt117-t1bv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_32.o .libs/libfftw3.lax/lt117-t1bv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_4.o .libs/libfftw3.lax/lt118-t1bv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_4.o .libs/libfftw3.lax/lt118-t1bv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_5.o .libs/libfftw3.lax/lt119-t1bv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_5.o .libs/libfftw3.lax/lt119-t1bv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_6.o .libs/libfftw3.lax/lt120-t1bv_6.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_6.o .libs/libfftw3.lax/lt120-t1bv_6.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_64.o .libs/libfftw3.lax/lt121-t1bv_64.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_64.o .libs/libfftw3.lax/lt121-t1bv_64.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_7.o .libs/libfftw3.lax/lt122-t1bv_7.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_7.o .libs/libfftw3.lax/lt122-t1bv_7.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_8.o .libs/libfftw3.lax/lt123-t1bv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_8.o .libs/libfftw3.lax/lt123-t1bv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_9.o .libs/libfftw3.lax/lt124-t1bv_9.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1bv_9.o .libs/libfftw3.lax/lt124-t1bv_9.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_10.o .libs/libfftw3.lax/lt125-t1fuv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_10.o .libs/libfftw3.lax/lt125-t1fuv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_2.o .libs/libfftw3.lax/lt126-t1fuv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_2.o .libs/libfftw3.lax/lt126-t1fuv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_3.o .libs/libfftw3.lax/lt127-t1fuv_3.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_3.o .libs/libfftw3.lax/lt127-t1fuv_3.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_4.o .libs/libfftw3.lax/lt128-t1fuv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_4.o .libs/libfftw3.lax/lt128-t1fuv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_5.o .libs/libfftw3.lax/lt129-t1fuv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_5.o .libs/libfftw3.lax/lt129-t1fuv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_6.o .libs/libfftw3.lax/lt130-t1fuv_6.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_6.o .libs/libfftw3.lax/lt130-t1fuv_6.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_7.o .libs/libfftw3.lax/lt131-t1fuv_7.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_7.o .libs/libfftw3.lax/lt131-t1fuv_7.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_8.o .libs/libfftw3.lax/lt132-t1fuv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_8.o .libs/libfftw3.lax/lt132-t1fuv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_9.o .libs/libfftw3.lax/lt133-t1fuv_9.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fuv_9.o .libs/libfftw3.lax/lt133-t1fuv_9.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_10.o .libs/libfftw3.lax/lt134-t1fv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_10.o .libs/libfftw3.lax/lt134-t1fv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_12.o .libs/libfftw3.lax/lt135-t1fv_12.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_12.o .libs/libfftw3.lax/lt135-t1fv_12.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_15.o .libs/libfftw3.lax/lt136-t1fv_15.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_15.o .libs/libfftw3.lax/lt136-t1fv_15.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_16.o .libs/libfftw3.lax/lt137-t1fv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_16.o .libs/libfftw3.lax/lt137-t1fv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_2.o .libs/libfftw3.lax/lt138-t1fv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_2.o .libs/libfftw3.lax/lt138-t1fv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_20.o .libs/libfftw3.lax/lt139-t1fv_20.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_20.o .libs/libfftw3.lax/lt139-t1fv_20.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_25.o .libs/libfftw3.lax/lt140-t1fv_25.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_25.o .libs/libfftw3.lax/lt140-t1fv_25.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_3.o .libs/libfftw3.lax/lt141-t1fv_3.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_3.o .libs/libfftw3.lax/lt141-t1fv_3.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_32.o .libs/libfftw3.lax/lt142-t1fv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_32.o .libs/libfftw3.lax/lt142-t1fv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_4.o .libs/libfftw3.lax/lt143-t1fv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_4.o .libs/libfftw3.lax/lt143-t1fv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_5.o .libs/libfftw3.lax/lt144-t1fv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_5.o .libs/libfftw3.lax/lt144-t1fv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_6.o .libs/libfftw3.lax/lt145-t1fv_6.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_6.o .libs/libfftw3.lax/lt145-t1fv_6.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_64.o .libs/libfftw3.lax/lt146-t1fv_64.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_64.o .libs/libfftw3.lax/lt146-t1fv_64.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_7.o .libs/libfftw3.lax/lt147-t1fv_7.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_7.o .libs/libfftw3.lax/lt147-t1fv_7.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_8.o .libs/libfftw3.lax/lt148-t1fv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_8.o .libs/libfftw3.lax/lt148-t1fv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_9.o .libs/libfftw3.lax/lt149-t1fv_9.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1fv_9.o .libs/libfftw3.lax/lt149-t1fv_9.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1sv_16.o .libs/libfftw3.lax/lt150-t1sv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1sv_16.o .libs/libfftw3.lax/lt150-t1sv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1sv_2.o .libs/libfftw3.lax/lt151-t1sv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1sv_2.o .libs/libfftw3.lax/lt151-t1sv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1sv_32.o .libs/libfftw3.lax/lt152-t1sv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1sv_32.o .libs/libfftw3.lax/lt152-t1sv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1sv_4.o .libs/libfftw3.lax/lt153-t1sv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1sv_4.o .libs/libfftw3.lax/lt153-t1sv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t1sv_8.o .libs/libfftw3.lax/lt154-t1sv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t1sv_8.o .libs/libfftw3.lax/lt154-t1sv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_10.o .libs/libfftw3.lax/lt155-t2bv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_10.o .libs/libfftw3.lax/lt155-t2bv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_16.o .libs/libfftw3.lax/lt156-t2bv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_16.o .libs/libfftw3.lax/lt156-t2bv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_2.o .libs/libfftw3.lax/lt157-t2bv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_2.o .libs/libfftw3.lax/lt157-t2bv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_20.o .libs/libfftw3.lax/lt158-t2bv_20.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_20.o .libs/libfftw3.lax/lt158-t2bv_20.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_25.o .libs/libfftw3.lax/lt159-t2bv_25.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_25.o .libs/libfftw3.lax/lt159-t2bv_25.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_32.o .libs/libfftw3.lax/lt160-t2bv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_32.o .libs/libfftw3.lax/lt160-t2bv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_4.o .libs/libfftw3.lax/lt161-t2bv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_4.o .libs/libfftw3.lax/lt161-t2bv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_5.o .libs/libfftw3.lax/lt162-t2bv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_5.o .libs/libfftw3.lax/lt162-t2bv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_64.o .libs/libfftw3.lax/lt163-t2bv_64.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_64.o .libs/libfftw3.lax/lt163-t2bv_64.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_8.o .libs/libfftw3.lax/lt164-t2bv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2bv_8.o .libs/libfftw3.lax/lt164-t2bv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_10.o .libs/libfftw3.lax/lt165-t2fv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_10.o .libs/libfftw3.lax/lt165-t2fv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_16.o .libs/libfftw3.lax/lt166-t2fv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_16.o .libs/libfftw3.lax/lt166-t2fv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_2.o .libs/libfftw3.lax/lt167-t2fv_2.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_2.o .libs/libfftw3.lax/lt167-t2fv_2.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_20.o .libs/libfftw3.lax/lt168-t2fv_20.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_20.o .libs/libfftw3.lax/lt168-t2fv_20.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_25.o .libs/libfftw3.lax/lt169-t2fv_25.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_25.o .libs/libfftw3.lax/lt169-t2fv_25.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_32.o .libs/libfftw3.lax/lt170-t2fv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_32.o .libs/libfftw3.lax/lt170-t2fv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_4.o .libs/libfftw3.lax/lt171-t2fv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_4.o .libs/libfftw3.lax/lt171-t2fv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_5.o .libs/libfftw3.lax/lt172-t2fv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_5.o .libs/libfftw3.lax/lt172-t2fv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_64.o .libs/libfftw3.lax/lt173-t2fv_64.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_64.o .libs/libfftw3.lax/lt173-t2fv_64.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_8.o .libs/libfftw3.lax/lt174-t2fv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2fv_8.o .libs/libfftw3.lax/lt174-t2fv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2sv_16.o .libs/libfftw3.lax/lt175-t2sv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2sv_16.o .libs/libfftw3.lax/lt175-t2sv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2sv_32.o .libs/libfftw3.lax/lt176-t2sv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2sv_32.o .libs/libfftw3.lax/lt176-t2sv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2sv_4.o .libs/libfftw3.lax/lt177-t2sv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2sv_4.o .libs/libfftw3.lax/lt177-t2sv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t2sv_8.o .libs/libfftw3.lax/lt178-t2sv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t2sv_8.o .libs/libfftw3.lax/lt178-t2sv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_10.o .libs/libfftw3.lax/lt179-t3bv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_10.o .libs/libfftw3.lax/lt179-t3bv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_16.o .libs/libfftw3.lax/lt180-t3bv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_16.o .libs/libfftw3.lax/lt180-t3bv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_20.o .libs/libfftw3.lax/lt181-t3bv_20.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_20.o .libs/libfftw3.lax/lt181-t3bv_20.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_25.o .libs/libfftw3.lax/lt182-t3bv_25.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_25.o .libs/libfftw3.lax/lt182-t3bv_25.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_32.o .libs/libfftw3.lax/lt183-t3bv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_32.o .libs/libfftw3.lax/lt183-t3bv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_4.o .libs/libfftw3.lax/lt184-t3bv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_4.o .libs/libfftw3.lax/lt184-t3bv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_5.o .libs/libfftw3.lax/lt185-t3bv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_5.o .libs/libfftw3.lax/lt185-t3bv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_8.o .libs/libfftw3.lax/lt186-t3bv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3bv_8.o .libs/libfftw3.lax/lt186-t3bv_8.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_10.o .libs/libfftw3.lax/lt187-t3fv_10.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_10.o .libs/libfftw3.lax/lt187-t3fv_10.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_16.o .libs/libfftw3.lax/lt188-t3fv_16.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_16.o .libs/libfftw3.lax/lt188-t3fv_16.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_20.o .libs/libfftw3.lax/lt189-t3fv_20.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_20.o .libs/libfftw3.lax/lt189-t3fv_20.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_25.o .libs/libfftw3.lax/lt190-t3fv_25.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_25.o .libs/libfftw3.lax/lt190-t3fv_25.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_32.o .libs/libfftw3.lax/lt191-t3fv_32.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_32.o .libs/libfftw3.lax/lt191-t3fv_32.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_4.o .libs/libfftw3.lax/lt192-t3fv_4.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_4.o .libs/libfftw3.lax/lt192-t3fv_4.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_5.o .libs/libfftw3.lax/lt193-t3fv_5.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_5.o .libs/libfftw3.lax/lt193-t3fv_5.o
libtool: link: ln .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_8.o .libs/libfftw3.lax/lt194-t3fv_8.o || cp .libs/libfftw3.lax/libdft_avx_codelets.a/t3fv_8.o .libs/libfftw3.lax/lt194-t3fv_8.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/codlist.o .libs/libfftw3.lax/lt195-codlist.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/codlist.o .libs/libfftw3.lax/lt195-codlist.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/genus.o .libs/libfftw3.lax/lt196-genus.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/genus.o .libs/libfftw3.lax/lt196-genus.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_10.o .libs/libfftw3.lax/lt197-hc2cbdftv_10.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_10.o .libs/libfftw3.lax/lt197-hc2cbdftv_10.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_12.o .libs/libfftw3.lax/lt198-hc2cbdftv_12.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_12.o .libs/libfftw3.lax/lt198-hc2cbdftv_12.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_16.o .libs/libfftw3.lax/lt199-hc2cbdftv_16.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_16.o .libs/libfftw3.lax/lt199-hc2cbdftv_16.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_2.o .libs/libfftw3.lax/lt200-hc2cbdftv_2.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_2.o .libs/libfftw3.lax/lt200-hc2cbdftv_2.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_20.o .libs/libfftw3.lax/lt201-hc2cbdftv_20.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_20.o .libs/libfftw3.lax/lt201-hc2cbdftv_20.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_32.o .libs/libfftw3.lax/lt202-hc2cbdftv_32.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_32.o .libs/libfftw3.lax/lt202-hc2cbdftv_32.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_4.o .libs/libfftw3.lax/lt203-hc2cbdftv_4.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_4.o .libs/libfftw3.lax/lt203-hc2cbdftv_4.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_6.o .libs/libfftw3.lax/lt204-hc2cbdftv_6.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_6.o .libs/libfftw3.lax/lt204-hc2cbdftv_6.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_8.o .libs/libfftw3.lax/lt205-hc2cbdftv_8.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cbdftv_8.o .libs/libfftw3.lax/lt205-hc2cbdftv_8.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_10.o .libs/libfftw3.lax/lt206-hc2cfdftv_10.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_10.o .libs/libfftw3.lax/lt206-hc2cfdftv_10.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_12.o .libs/libfftw3.lax/lt207-hc2cfdftv_12.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_12.o .libs/libfftw3.lax/lt207-hc2cfdftv_12.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_16.o .libs/libfftw3.lax/lt208-hc2cfdftv_16.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_16.o .libs/libfftw3.lax/lt208-hc2cfdftv_16.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_2.o .libs/libfftw3.lax/lt209-hc2cfdftv_2.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_2.o .libs/libfftw3.lax/lt209-hc2cfdftv_2.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_20.o .libs/libfftw3.lax/lt210-hc2cfdftv_20.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_20.o .libs/libfftw3.lax/lt210-hc2cfdftv_20.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_32.o .libs/libfftw3.lax/lt211-hc2cfdftv_32.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_32.o .libs/libfftw3.lax/lt211-hc2cfdftv_32.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_4.o .libs/libfftw3.lax/lt212-hc2cfdftv_4.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_4.o .libs/libfftw3.lax/lt212-hc2cfdftv_4.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_6.o .libs/libfftw3.lax/lt213-hc2cfdftv_6.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_6.o .libs/libfftw3.lax/lt213-hc2cfdftv_6.o
libtool: link: ln .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_8.o .libs/libfftw3.lax/lt214-hc2cfdftv_8.o || cp .libs/libfftw3.lax/librdft_avx_codelets.a/hc2cfdftv_8.o .libs/libfftw3.lax/lt214-hc2cfdftv_8.o
libtool: link: ar cr .libs/libfftw3.a .libs/libfftw3.lax/libkernel.a/align.o .libs/libfftw3.lax/libkernel.a/alloc.o .libs/libfftw3.lax/libkernel.a/assert.o .libs/libfftw3.lax/libkernel.a/awake.o .libs/libfftw3.lax/libkernel.a/buffered.o .libs/libfftw3.lax/libkernel.a/cpy1d.o .libs/libfftw3.lax/libkernel.a/cpy2d-pair.o .libs/libfftw3.lax/libkernel.a/cpy2d.o .libs/libfftw3.lax/libkernel.a/ct.o .libs/libfftw3.lax/libkernel.a/debug.o .libs/libfftw3.lax/libkernel.a/extract-reim.o .libs/libfftw3.lax/libkernel.a/hash.o .libs/libfftw3.lax/libkernel.a/iabs.o .libs/libfftw3.lax/libkernel.a/kalloc.o .libs/libfftw3.lax/libkernel.a/md5-1.o .libs/libfftw3.lax/libkernel.a/md5.o .libs/libfftw3.lax/libkernel.a/minmax.o .libs/libfftw3.lax/libkernel.a/ops.o .libs/libfftw3.lax/libkernel.a/pickdim.o .libs/libfftw3.lax/libkernel.a/plan.o .libs/libfftw3.lax/libkernel.a/planner.o .libs/libfftw3.lax/libkernel.a/primes.o .libs/libfftw3.lax/libkernel.a/print.o .libs/libfftw3.lax/libkernel.a/problem.o .libs/libfftw3.lax/libkernel.a/rader.o .libs/libfftw3.lax/libkernel.a/scan.o .libs/libfftw3.lax/libkernel.a/solver.o .libs/libfftw3.lax/libkernel.a/solvtab.o .libs/libfftw3.lax/libkernel.a/stride.o .libs/libfftw3.lax/libkernel.a/tensor.o .libs/libfftw3.lax/libkernel.a/tensor1.o .libs/libfftw3.lax/libkernel.a/tensor2.o .libs/libfftw3.lax/libkernel.a/tensor3.o .libs/libfftw3.lax/libkernel.a/tensor4.o .libs/libfftw3.lax/libkernel.a/tensor5.o .libs/libfftw3.lax/libkernel.a/tensor7.o .libs/libfftw3.lax/libkernel.a/tensor8.o .libs/libfftw3.lax/libkernel.a/tensor9.o .libs/libfftw3.lax/libkernel.a/tile2d.o .libs/libfftw3.lax/libkernel.a/timer.o .libs/libfftw3.lax/libkernel.a/transpose.o .libs/libfftw3.lax/libkernel.a/trig.o .libs/libfftw3.lax/libkernel.a/twiddle.o .libs/libfftw3.lax/libdft.a/bluestein.o .libs/libfftw3.lax/lt1-buffered.o .libs/libfftw3.lax/libdft.a/conf.o .libs/libfftw3.lax/lt2-ct.o .libs/libfftw3.lax/libdft.a/dftw-direct.o .libs/libfftw3.lax/libdft.a/dftw-directsq.o .libs/libfftw3.lax/libdft.a/dftw-generic.o .libs/libfftw3.lax/libdft.a/dftw-genericbuf.o .libs/libfftw3.lax/libdft.a/direct.o .libs/libfftw3.lax/libdft.a/generic.o .libs/libfftw3.lax/libdft.a/indirect-transpose.o .libs/libfftw3.lax/libdft.a/indirect.o .libs/libfftw3.lax/libdft.a/kdft-dif.o .libs/libfftw3.lax/libdft.a/kdft-difsq.o .libs/libfftw3.lax/libdft.a/kdft-dit.o .libs/libfftw3.lax/libdft.a/kdft.o .libs/libfftw3.lax/libdft.a/nop.o .libs/libfftw3.lax/lt3-plan.o .libs/libfftw3.lax/lt4-problem.o .libs/libfftw3.lax/lt5-rader.o .libs/libfftw3.lax/libdft.a/rank-geq2.o .libs/libfftw3.lax/libdft.a/solve.o .libs/libfftw3.lax/libdft.a/vrank-geq1.o .libs/libfftw3.lax/libdft.a/zero.o .libs/libfftw3.lax/libdft_scalar.a/n.o .libs/libfftw3.lax/libdft_scalar.a/t.o .libs/libfftw3.lax/libdft_scalar_codelets.a/codlist.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_10.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_11.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_12.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_13.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_14.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_15.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_16.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_2.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_20.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_25.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_3.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_32.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_4.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_5.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_6.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_64.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_7.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_8.o .libs/libfftw3.lax/libdft_scalar_codelets.a/n1_9.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_2.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_3.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_4.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_5.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_6.o .libs/libfftw3.lax/libdft_scalar_codelets.a/q1_8.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_10.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_12.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_15.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_16.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_2.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_20.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_25.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_3.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_32.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_4.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_5.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_6.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_64.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_7.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_8.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t1_9.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_10.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_16.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_20.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_25.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_32.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_4.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_5.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_64.o .libs/libfftw3.lax/libdft_scalar_codelets.a/t2_8.o .libs/libfftw3.lax/lt6-buffered.o .libs/libfftw3.lax/librdft.a/buffered2.o .libs/libfftw3.lax/lt7-conf.o .libs/libfftw3.lax/librdft.a/ct-hc2c-direct.o .libs/libfftw3.lax/librdft.a/ct-hc2c.o .libs/libfftw3.lax/librdft.a/dft-r2hc.o .libs/libfftw3.lax/librdft.a/dht-r2hc.o .libs/libfftw3.lax/librdft.a/dht-rader.o .libs/libfftw3.lax/librdft.a/direct-r2c.o .libs/libfftw3.lax/librdft.a/direct-r2r.o .libs/libfftw3.lax/librdft.a/direct2.o .libs/libfftw3.lax/lt8-generic.o .libs/libfftw3.lax/librdft.a/hc2hc-direct.o .libs/libfftw3.lax/librdft.a/hc2hc-generic.o .libs/libfftw3.lax/librdft.a/hc2hc.o .libs/libfftw3.lax/lt9-indirect.o .libs/libfftw3.lax/librdft.a/khc2c.o .libs/libfftw3.lax/librdft.a/khc2hc.o .libs/libfftw3.lax/librdft.a/kr2c.o .libs/libfftw3.lax/librdft.a/kr2r.o .libs/libfftw3.lax/lt10-nop.o .libs/libfftw3.lax/librdft.a/nop2.o .libs/libfftw3.lax/lt11-plan.o .libs/libfftw3.lax/librdft.a/plan2.o .libs/libfftw3.lax/lt12-problem.o .libs/libfftw3.lax/librdft.a/problem2.o .libs/libfftw3.lax/librdft.a/rank-geq2-rdft2.o .libs/libfftw3.lax/lt13-rank-geq2.o .libs/libfftw3.lax/librdft.a/rank0-rdft2.o .libs/libfftw3.lax/librdft.a/rank0.o .libs/libfftw3.lax/librdft.a/rdft-dht.o .libs/libfftw3.lax/librdft.a/rdft2-inplace-strides.o .libs/libfftw3.lax/librdft.a/rdft2-rdft.o .libs/libfftw3.lax/librdft.a/rdft2-strides.o .libs/libfftw3.lax/librdft.a/rdft2-tensor-max-index.o .libs/libfftw3.lax/lt14-solve.o .libs/libfftw3.lax/librdft.a/solve2.o .libs/libfftw3.lax/librdft.a/vrank-geq1-rdft2.o .libs/libfftw3.lax/lt15-vrank-geq1.o .libs/libfftw3.lax/librdft.a/vrank3-transpose.o .libs/libfftw3.lax/librdft_scalar.a/hc2c.o .libs/libfftw3.lax/librdft_scalar.a/hfb.o .libs/libfftw3.lax/librdft_scalar.a/r2c.o .libs/libfftw3.lax/librdft_scalar.a/r2r.o .libs/libfftw3.lax/lt16-codlist.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf2_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf2_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf2_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf2_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf2_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_10.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_12.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_2.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_6.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cf_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft2_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft2_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft2_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft2_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft2_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_10.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_12.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_2.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_6.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hc2cfdft_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_25.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_5.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf2_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_10.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_12.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_15.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_2.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_25.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_3.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_5.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_6.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_64.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_7.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/hf_9.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_10.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_12.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_15.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_2.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_25.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_3.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_5.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_6.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_64.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_7.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cfII_9.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_10.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_11.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_12.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_128.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_13.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_14.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_15.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_16.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_2.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_20.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_25.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_3.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_32.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_4.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_5.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_6.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_64.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_7.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_8.o .libs/libfftw3.lax/librdft_scalar_r2cf.a/r2cf_9.o .libs/libfftw3.lax/lt17-codlist.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_25.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_5.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb2_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_10.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_12.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_15.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_2.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_25.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_3.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_5.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_6.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_64.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_7.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hb_9.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb2_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb2_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb2_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb2_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb2_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_10.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_12.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_2.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_6.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cb_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft2_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft2_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft2_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft2_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft2_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_10.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_12.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_2.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_6.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/hc2cbdft_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_10.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_12.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_15.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_2.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_25.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_3.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_5.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_6.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_64.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_7.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cbIII_9.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_10.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_11.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_12.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_128.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_13.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_14.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_15.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_16.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_2.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_20.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_25.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_3.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_32.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_4.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_5.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_6.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_64.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_7.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_8.o .libs/libfftw3.lax/librdft_scalar_r2cb.a/r2cb_9.o .libs/libfftw3.lax/lt18-codlist.o .libs/libfftw3.lax/librdft_scalar_r2r.a/e01_8.o .libs/libfftw3.lax/librdft_scalar_r2r.a/e10_8.o .libs/libfftw3.lax/lt19-conf.o .libs/libfftw3.lax/libreodft.a/redft00e-r2hc-pad.o .libs/libfftw3.lax/libreodft.a/reodft00e-splitradix.o .libs/libfftw3.lax/libreodft.a/reodft010e-r2hc.o .libs/libfftw3.lax/libreodft.a/reodft11e-r2hc-odd.o .libs/libfftw3.lax/libreodft.a/reodft11e-radix2.o .libs/libfftw3.lax/libreodft.a/rodft00e-r2hc-pad.o .libs/libfftw3.lax/libapi.a/apiplan.o .libs/libfftw3.lax/libapi.a/configure.o .libs/libfftw3.lax/libapi.a/execute-dft-c2r.o .libs/libfftw3.lax/libapi.a/execute-dft-r2c.o .libs/libfftw3.lax/libapi.a/execute-dft.o .libs/libfftw3.lax/libapi.a/execute-r2r.o .libs/libfftw3.lax/libapi.a/execute-split-dft-c2r.o .libs/libfftw3.lax/libapi.a/execute-split-dft-r2c.o .libs/libfftw3.lax/libapi.a/execute-split-dft.o .libs/libfftw3.lax/libapi.a/execute.o .libs/libfftw3.lax/libapi.a/export-wisdom-to-file.o .libs/libfftw3.lax/libapi.a/export-wisdom-to-string.o .libs/libfftw3.lax/libapi.a/export-wisdom.o .libs/libfftw3.lax/libapi.a/f77api.o .libs/libfftw3.lax/libapi.a/flops.o .libs/libfftw3.lax/libapi.a/forget-wisdom.o .libs/libfftw3.lax/libapi.a/import-system-wisdom.o .libs/libfftw3.lax/libapi.a/import-wisdom-from-file.o .libs/libfftw3.lax/libapi.a/import-wisdom-from-string.o .libs/libfftw3.lax/libapi.a/import-wisdom.o .libs/libfftw3.lax/libapi.a/malloc.o .libs/libfftw3.lax/libapi.a/map-r2r-kind.o .libs/libfftw3.lax/libapi.a/mapflags.o .libs/libfftw3.lax/libapi.a/mkprinter-file.o .libs/libfftw3.lax/libapi.a/mkprinter-str.o .libs/libfftw3.lax/libapi.a/mktensor-iodims.o .libs/libfftw3.lax/libapi.a/mktensor-iodims64.o .libs/libfftw3.lax/libapi.a/mktensor-rowmajor.o .libs/libfftw3.lax/libapi.a/plan-dft-1d.o .libs/libfftw3.lax/libapi.a/plan-dft-2d.o .libs/libfftw3.lax/libapi.a/plan-dft-3d.o .libs/libfftw3.lax/libapi.a/plan-dft-c2r-1d.o .libs/libfftw3.lax/libapi.a/plan-dft-c2r-2d.o .libs/libfftw3.lax/libapi.a/plan-dft-c2r-3d.o .libs/libfftw3.lax/libapi.a/plan-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-dft-r2c-1d.o .libs/libfftw3.lax/libapi.a/plan-dft-r2c-2d.o .libs/libfftw3.lax/libapi.a/plan-dft-r2c-3d.o .libs/libfftw3.lax/libapi.a/plan-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-dft.o .libs/libfftw3.lax/libapi.a/plan-guru-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-guru-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-guru-dft.o .libs/libfftw3.lax/libapi.a/plan-guru-r2r.o .libs/libfftw3.lax/libapi.a/plan-guru-split-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-guru-split-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-guru-split-dft.o .libs/libfftw3.lax/libapi.a/plan-guru64-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-guru64-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-guru64-dft.o .libs/libfftw3.lax/libapi.a/plan-guru64-r2r.o .libs/libfftw3.lax/libapi.a/plan-guru64-split-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-guru64-split-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-guru64-split-dft.o .libs/libfftw3.lax/libapi.a/plan-many-dft-c2r.o .libs/libfftw3.lax/libapi.a/plan-many-dft-r2c.o .libs/libfftw3.lax/libapi.a/plan-many-dft.o .libs/libfftw3.lax/libapi.a/plan-many-r2r.o .libs/libfftw3.lax/libapi.a/plan-r2r-1d.o .libs/libfftw3.lax/libapi.a/plan-r2r-2d.o .libs/libfftw3.lax/libapi.a/plan-r2r-3d.o .libs/libfftw3.lax/libapi.a/plan-r2r.o .libs/libfftw3.lax/libapi.a/print-plan.o .libs/libfftw3.lax/libapi.a/rdft2-pad.o .libs/libfftw3.lax/libapi.a/the-planner.o .libs/libfftw3.lax/libapi.a/version.o .libs/libfftw3.lax/libsimd_support.a/altivec.o .libs/libfftw3.lax/libsimd_support.a/avx-128-fma.o .libs/libfftw3.lax/libsimd_support.a/avx.o .libs/libfftw3.lax/libsimd_support.a/avx2.o .libs/libfftw3.lax/libsimd_support.a/avx512.o .libs/libfftw3.lax/libsimd_support.a/kcvi.o .libs/libfftw3.lax/libsimd_support.a/neon.o .libs/libfftw3.lax/libsimd_support.a/sse2.o .libs/libfftw3.lax/libsimd_support.a/taint.o .libs/libfftw3.lax/libsimd_support.a/vsx.o .libs/libfftw3.lax/lt20-codlist.o .libs/libfftw3.lax/libdft_sse2_codelets.a/genus.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_11.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_12.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_128.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_13.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_14.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_15.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_20.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_25.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_3.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_6.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_64.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_7.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1bv_9.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_11.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_12.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_128.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_13.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_14.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_15.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_20.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_25.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_3.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_6.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_64.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_7.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n1fv_9.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_12.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_14.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_20.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_6.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_64.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2bv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_12.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_14.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_20.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_6.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_64.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2fv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2sv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2sv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2sv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2sv_64.o .libs/libfftw3.lax/libdft_sse2_codelets.a/n2sv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/q1bv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/q1bv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/q1bv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/q1bv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/q1fv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/q1fv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/q1fv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/q1fv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1buv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1buv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1buv_3.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1buv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1buv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1buv_6.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1buv_7.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1buv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1buv_9.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_12.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_15.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_20.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_25.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_3.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_6.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_64.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_7.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1bv_9.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fuv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fuv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fuv_3.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fuv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fuv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fuv_6.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fuv_7.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fuv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fuv_9.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_12.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_15.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_20.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_25.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_3.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_6.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_64.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_7.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1fv_9.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1sv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1sv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1sv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1sv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t1sv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2bv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2bv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2bv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2bv_20.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2bv_25.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2bv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2bv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2bv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2bv_64.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2bv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2fv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2fv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2fv_2.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2fv_20.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2fv_25.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2fv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2fv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2fv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2fv_64.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2fv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2sv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2sv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2sv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t2sv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3bv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3bv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3bv_20.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3bv_25.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3bv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3bv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3bv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3bv_8.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3fv_10.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3fv_16.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3fv_20.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3fv_25.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3fv_32.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3fv_4.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3fv_5.o .libs/libfftw3.lax/libdft_sse2_codelets.a/t3fv_8.o .libs/libfftw3.lax/lt21-codlist.o .libs/libfftw3.lax/lt22-genus.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cbdftv_10.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cbdftv_12.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cbdftv_16.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cbdftv_2.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cbdftv_20.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cbdftv_32.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cbdftv_4.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cbdftv_6.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cbdftv_8.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cfdftv_10.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cfdftv_12.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cfdftv_16.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cfdftv_2.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cfdftv_20.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cfdftv_32.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cfdftv_4.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cfdftv_6.o .libs/libfftw3.lax/librdft_sse2_codelets.a/hc2cfdftv_8.o .libs/libfftw3.lax/lt23-codlist.o .libs/libfftw3.lax/lt24-genus.o .libs/libfftw3.lax/lt25-n1bv_10.o .libs/libfftw3.lax/lt26-n1bv_11.o .libs/libfftw3.lax/lt27-n1bv_12.o .libs/libfftw3.lax/lt28-n1bv_128.o .libs/libfftw3.lax/lt29-n1bv_13.o .libs/libfftw3.lax/lt30-n1bv_14.o .libs/libfftw3.lax/lt31-n1bv_15.o .libs/libfftw3.lax/lt32-n1bv_16.o .libs/libfftw3.lax/lt33-n1bv_2.o .libs/libfftw3.lax/lt34-n1bv_20.o .libs/libfftw3.lax/lt35-n1bv_25.o .libs/libfftw3.lax/lt36-n1bv_3.o .libs/libfftw3.lax/lt37-n1bv_32.o .libs/libfftw3.lax/lt38-n1bv_4.o .libs/libfftw3.lax/lt39-n1bv_5.o .libs/libfftw3.lax/lt40-n1bv_6.o .libs/libfftw3.lax/lt41-n1bv_64.o .libs/libfftw3.lax/lt42-n1bv_7.o .libs/libfftw3.lax/lt43-n1bv_8.o .libs/libfftw3.lax/lt44-n1bv_9.o .libs/libfftw3.lax/lt45-n1fv_10.o .libs/libfftw3.lax/lt46-n1fv_11.o .libs/libfftw3.lax/lt47-n1fv_12.o .libs/libfftw3.lax/lt48-n1fv_128.o .libs/libfftw3.lax/lt49-n1fv_13.o .libs/libfftw3.lax/lt50-n1fv_14.o .libs/libfftw3.lax/lt51-n1fv_15.o .libs/libfftw3.lax/lt52-n1fv_16.o .libs/libfftw3.lax/lt53-n1fv_2.o .libs/libfftw3.lax/lt54-n1fv_20.o .libs/libfftw3.lax/lt55-n1fv_25.o .libs/libfftw3.lax/lt56-n1fv_3.o .libs/libfftw3.lax/lt57-n1fv_32.o .libs/libfftw3.lax/lt58-n1fv_4.o .libs/libfftw3.lax/lt59-n1fv_5.o .libs/libfftw3.lax/lt60-n1fv_6.o .libs/libfftw3.lax/lt61-n1fv_64.o .libs/libfftw3.lax/lt62-n1fv_7.o .libs/libfftw3.lax/lt63-n1fv_8.o .libs/libfftw3.lax/lt64-n1fv_9.o .libs/libfftw3.lax/lt65-n2bv_10.o .libs/libfftw3.lax/lt66-n2bv_12.o .libs/libfftw3.lax/lt67-n2bv_14.o .libs/libfftw3.lax/lt68-n2bv_16.o .libs/libfftw3.lax/lt69-n2bv_2.o .libs/libfftw3.lax/lt70-n2bv_20.o .libs/libfftw3.lax/lt71-n2bv_32.o .libs/libfftw3.lax/lt72-n2bv_4.o .libs/libfftw3.lax/lt73-n2bv_6.o .libs/libfftw3.lax/lt74-n2bv_64.o .libs/libfftw3.lax/lt75-n2bv_8.o .libs/libfftw3.lax/lt76-n2fv_10.o .libs/libfftw3.lax/lt77-n2fv_12.o .libs/libfftw3.lax/lt78-n2fv_14.o .libs/libfftw3.lax/lt79-n2fv_16.o .libs/libfftw3.lax/lt80-n2fv_2.o .libs/libfftw3.lax/lt81-n2fv_20.o .libs/libfftw3.lax/lt82-n2fv_32.o .libs/libfftw3.lax/lt83-n2fv_4.o .libs/libfftw3.lax/lt84-n2fv_6.o .libs/libfftw3.lax/lt85-n2fv_64.o .libs/libfftw3.lax/lt86-n2fv_8.o .libs/libfftw3.lax/lt87-n2sv_16.o .libs/libfftw3.lax/lt88-n2sv_32.o .libs/libfftw3.lax/lt89-n2sv_4.o .libs/libfftw3.lax/lt90-n2sv_64.o .libs/libfftw3.lax/lt91-n2sv_8.o .libs/libfftw3.lax/lt92-q1bv_2.o .libs/libfftw3.lax/lt93-q1bv_4.o .libs/libfftw3.lax/lt94-q1bv_5.o .libs/libfftw3.lax/lt95-q1bv_8.o .libs/libfftw3.lax/lt96-q1fv_2.o .libs/libfftw3.lax/lt97-q1fv_4.o .libs/libfftw3.lax/lt98-q1fv_5.o .libs/libfftw3.lax/lt99-q1fv_8.o .libs/libfftw3.lax/lt100-t1buv_10.o .libs/libfftw3.lax/lt101-t1buv_2.o .libs/libfftw3.lax/lt102-t1buv_3.o .libs/libfftw3.lax/lt103-t1buv_4.o .libs/libfftw3.lax/lt104-t1buv_5.o .libs/libfftw3.lax/lt105-t1buv_6.o .libs/libfftw3.lax/lt106-t1buv_7.o .libs/libfftw3.lax/lt107-t1buv_8.o .libs/libfftw3.lax/lt108-t1buv_9.o .libs/libfftw3.lax/lt109-t1bv_10.o .libs/libfftw3.lax/lt110-t1bv_12.o .libs/libfftw3.lax/lt111-t1bv_15.o .libs/libfftw3.lax/lt112-t1bv_16.o .libs/libfftw3.lax/lt113-t1bv_2.o .libs/libfftw3.lax/lt114-t1bv_20.o .libs/libfftw3.lax/lt115-t1bv_25.o .libs/libfftw3.lax/lt116-t1bv_3.o .libs/libfftw3.lax/lt117-t1bv_32.o .libs/libfftw3.lax/lt118-t1bv_4.o .libs/libfftw3.lax/lt119-t1bv_5.o .libs/libfftw3.lax/lt120-t1bv_6.o .libs/libfftw3.lax/lt121-t1bv_64.o .libs/libfftw3.lax/lt122-t1bv_7.o .libs/libfftw3.lax/lt123-t1bv_8.o .libs/libfftw3.lax/lt124-t1bv_9.o .libs/libfftw3.lax/lt125-t1fuv_10.o .libs/libfftw3.lax/lt126-t1fuv_2.o .libs/libfftw3.lax/lt127-t1fuv_3.o .libs/libfftw3.lax/lt128-t1fuv_4.o .libs/libfftw3.lax/lt129-t1fuv_5.o .libs/libfftw3.lax/lt130-t1fuv_6.o .libs/libfftw3.lax/lt131-t1fuv_7.o .libs/libfftw3.lax/lt132-t1fuv_8.o .libs/libfftw3.lax/lt133-t1fuv_9.o .libs/libfftw3.lax/lt134-t1fv_10.o .libs/libfftw3.lax/lt135-t1fv_12.o .libs/libfftw3.lax/lt136-t1fv_15.o .libs/libfftw3.lax/lt137-t1fv_16.o .libs/libfftw3.lax/lt138-t1fv_2.o .libs/libfftw3.lax/lt139-t1fv_20.o .libs/libfftw3.lax/lt140-t1fv_25.o .libs/libfftw3.lax/lt141-t1fv_3.o .libs/libfftw3.lax/lt142-t1fv_32.o .libs/libfftw3.lax/lt143-t1fv_4.o .libs/libfftw3.lax/lt144-t1fv_5.o .libs/libfftw3.lax/lt145-t1fv_6.o .libs/libfftw3.lax/lt146-t1fv_64.o .libs/libfftw3.lax/lt147-t1fv_7.o .libs/libfftw3.lax/lt148-t1fv_8.o .libs/libfftw3.lax/lt149-t1fv_9.o .libs/libfftw3.lax/lt150-t1sv_16.o .libs/libfftw3.lax/lt151-t1sv_2.o .libs/libfftw3.lax/lt152-t1sv_32.o .libs/libfftw3.lax/lt153-t1sv_4.o .libs/libfftw3.lax/lt154-t1sv_8.o .libs/libfftw3.lax/lt155-t2bv_10.o .libs/libfftw3.lax/lt156-t2bv_16.o .libs/libfftw3.lax/lt157-t2bv_2.o .libs/libfftw3.lax/lt158-t2bv_20.o .libs/libfftw3.lax/lt159-t2bv_25.o .libs/libfftw3.lax/lt160-t2bv_32.o .libs/libfftw3.lax/lt161-t2bv_4.o .libs/libfftw3.lax/lt162-t2bv_5.o .libs/libfftw3.lax/lt163-t2bv_64.o .libs/libfftw3.lax/lt164-t2bv_8.o .libs/libfftw3.lax/lt165-t2fv_10.o .libs/libfftw3.lax/lt166-t2fv_16.o .libs/libfftw3.lax/lt167-t2fv_2.o .libs/libfftw3.lax/lt168-t2fv_20.o .libs/libfftw3.lax/lt169-t2fv_25.o .libs/libfftw3.lax/lt170-t2fv_32.o .libs/libfftw3.lax/lt171-t2fv_4.o .libs/libfftw3.lax/lt172-t2fv_5.o .libs/libfftw3.lax/lt173-t2fv_64.o .libs/libfftw3.lax/lt174-t2fv_8.o .libs/libfftw3.lax/lt175-t2sv_16.o .libs/libfftw3.lax/lt176-t2sv_32.o .libs/libfftw3.lax/lt177-t2sv_4.o .libs/libfftw3.lax/lt178-t2sv_8.o .libs/libfftw3.lax/lt179-t3bv_10.o .libs/libfftw3.lax/lt180-t3bv_16.o .libs/libfftw3.lax/lt181-t3bv_20.o .libs/libfftw3.lax/lt182-t3bv_25.o .libs/libfftw3.lax/lt183-t3bv_32.o .libs/libfftw3.lax/lt184-t3bv_4.o .libs/libfftw3.lax/lt185-t3bv_5.o .libs/libfftw3.lax/lt186-t3bv_8.o .libs/libfftw3.lax/lt187-t3fv_10.o .libs/libfftw3.lax/lt188-t3fv_16.o .libs/libfftw3.lax/lt189-t3fv_20.o .libs/libfftw3.lax/lt190-t3fv_25.o .libs/libfftw3.lax/lt191-t3fv_32.o .libs/libfftw3.lax/lt192-t3fv_4.o .libs/libfftw3.lax/lt193-t3fv_5.o .libs/libfftw3.lax/lt194-t3fv_8.o .libs/libfftw3.lax/lt195-codlist.o .libs/libfftw3.lax/lt196-genus.o .libs/libfftw3.lax/lt197-hc2cbdftv_10.o .libs/libfftw3.lax/lt198-hc2cbdftv_12.o .libs/libfftw3.lax/lt199-hc2cbdftv_16.o .libs/libfftw3.lax/lt200-hc2cbdftv_2.o .libs/libfftw3.lax/lt201-hc2cbdftv_20.o .libs/libfftw3.lax/lt202-hc2cbdftv_32.o .libs/libfftw3.lax/lt203-hc2cbdftv_4.o .libs/libfftw3.lax/lt204-hc2cbdftv_6.o .libs/libfftw3.lax/lt205-hc2cbdftv_8.o .libs/libfftw3.lax/lt206-hc2cfdftv_10.o .libs/libfftw3.lax/lt207-hc2cfdftv_12.o .libs/libfftw3.lax/lt208-hc2cfdftv_16.o .libs/libfftw3.lax/lt209-hc2cfdftv_2.o .libs/libfftw3.lax/lt210-hc2cfdftv_20.o .libs/libfftw3.lax/lt211-hc2cfdftv_32.o .libs/libfftw3.lax/lt212-hc2cfdftv_4.o .libs/libfftw3.lax/lt213-hc2cfdftv_6.o .libs/libfftw3.lax/lt214-hc2cfdftv_8.o
libtool: link: ranlib .libs/libfftw3.a
libtool: link: rm -fr .libs/libfftw3.lax .libs/libfftw3.lax
libtool: link: ( cd ".libs" && rm -f "libfftw3.la" && ln -s "../libfftw3.la" "libfftw3.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
Making all in threads
make[4]: Entering directory '/<<PKGBUILDDIR>>/threads'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-api.lo -MD -MP -MF .deps/libfftw3_threads_la-api.Tpo -c -o libfftw3_threads_la-api.lo `test -f 'api.c' || echo './'`api.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-conf.lo -MD -MP -MF .deps/libfftw3_threads_la-conf.Tpo -c -o libfftw3_threads_la-conf.lo `test -f 'conf.c' || echo './'`conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-threads.lo -MD -MP -MF .deps/libfftw3_threads_la-threads.Tpo -c -o libfftw3_threads_la-threads.lo `test -f 'threads.c' || echo './'`threads.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_threads_la-dft-vrank-geq1.Tpo -c -o libfftw3_threads_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo './'`dft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-ct.lo -MD -MP -MF .deps/libfftw3_threads_la-ct.Tpo -c -o libfftw3_threads_la-ct.lo `test -f 'ct.c' || echo './'`ct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_threads_la-rdft-vrank-geq1.Tpo -c -o libfftw3_threads_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo './'`rdft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3_threads_la-hc2hc.Tpo -c -o libfftw3_threads_la-hc2hc.lo `test -f 'hc2hc.c' || echo './'`hc2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3_threads_la-vrank-geq1-rdft2.Tpo -c -o libfftw3_threads_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo './'`vrank-geq1-rdft2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3_threads_la-f77api.Tpo -c -o libfftw3_threads_la-f77api.lo `test -f 'f77api.c' || echo './'`f77api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_threads_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3_threads_la-rdft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-api.lo -MD -MP -MF .deps/libfftw3_threads_la-api.Tpo -c api.c  -fPIC -DPIC -o .libs/libfftw3_threads_la-api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-conf.lo -MD -MP -MF .deps/libfftw3_threads_la-conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/libfftw3_threads_la-conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_threads_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -o libfftw3_threads_la-rdft-vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3_threads_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/libfftw3_threads_la-vrank-geq1-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-threads.lo -MD -MP -MF .deps/libfftw3_threads_la-threads.Tpo -c threads.c  -fPIC -DPIC -o .libs/libfftw3_threads_la-threads.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_threads_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3_threads_la-dft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3_threads_la-hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/libfftw3_threads_la-hc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-api.lo -MD -MP -MF .deps/libfftw3_threads_la-api.Tpo -c api.c -o libfftw3_threads_la-api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-conf.lo -MD -MP -MF .deps/libfftw3_threads_la-conf.Tpo -c conf.c -o libfftw3_threads_la-conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-ct.lo -MD -MP -MF .deps/libfftw3_threads_la-ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/libfftw3_threads_la-ct.o
mv -f .deps/libfftw3_threads_la-rdft-vrank-geq1.Tpo .deps/libfftw3_threads_la-rdft-vrank-geq1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3_threads_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o libfftw3_threads_la-vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_threads_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -o libfftw3_threads_la-dft-vrank-geq1.o >/dev/null 2>&1
mv -f .deps/libfftw3_threads_la-api.Tpo .deps/libfftw3_threads_la-api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-api.lo -MD -MP -MF .deps/libfftw3_omp_la-api.Tpo -c -o libfftw3_omp_la-api.lo `test -f 'api.c' || echo './'`api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3_threads_la-hc2hc.Tpo -c hc2hc.c -o libfftw3_threads_la-hc2hc.o >/dev/null 2>&1
mv -f .deps/libfftw3_threads_la-conf.Tpo .deps/libfftw3_threads_la-conf.Plo
mv -f .deps/libfftw3_threads_la-dft-vrank-geq1.Tpo .deps/libfftw3_threads_la-dft-vrank-geq1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-ct.lo -MD -MP -MF .deps/libfftw3_threads_la-ct.Tpo -c ct.c -o libfftw3_threads_la-ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-threads.lo -MD -MP -MF .deps/libfftw3_threads_la-threads.Tpo -c threads.c -o libfftw3_threads_la-threads.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-conf.lo -MD -MP -MF .deps/libfftw3_omp_la-conf.Tpo -c -o libfftw3_omp_la-conf.lo `test -f 'conf.c' || echo './'`conf.c
mv -f .deps/libfftw3_threads_la-vrank-geq1-rdft2.Tpo .deps/libfftw3_threads_la-vrank-geq1-rdft2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3_omp_la-openmp.Tpo -c -o libfftw3_omp_la-openmp.lo `test -f 'openmp.c' || echo './'`openmp.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_omp_la-dft-vrank-geq1.Tpo -c -o libfftw3_omp_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo './'`dft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-ct.lo -MD -MP -MF .deps/libfftw3_omp_la-ct.Tpo -c -o libfftw3_omp_la-ct.lo `test -f 'ct.c' || echo './'`ct.c
mv -f .deps/libfftw3_threads_la-ct.Tpo .deps/libfftw3_threads_la-ct.Plo
mv -f .deps/libfftw3_threads_la-hc2hc.Tpo .deps/libfftw3_threads_la-hc2hc.Plo
mv -f .deps/libfftw3_threads_la-threads.Tpo .deps/libfftw3_threads_la-threads.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_omp_la-rdft-vrank-geq1.Tpo -c -o libfftw3_omp_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo './'`rdft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3_omp_la-hc2hc.Tpo -c -o libfftw3_omp_la-hc2hc.lo `test -f 'hc2hc.c' || echo './'`hc2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3_omp_la-vrank-geq1-rdft2.Tpo -c -o libfftw3_omp_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo './'`vrank-geq1-rdft2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3_threads_la-f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/libfftw3_threads_la-f77api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3_threads_la-f77api.Tpo -c f77api.c -o libfftw3_threads_la-f77api.o >/dev/null 2>&1
mv -f .deps/libfftw3_threads_la-f77api.Tpo .deps/libfftw3_threads_la-f77api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3_omp_la-f77api.Tpo -c -o libfftw3_omp_la-f77api.lo `test -f 'f77api.c' || echo './'`f77api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-api.lo -MD -MP -MF .deps/libfftw3_omp_la-api.Tpo -c api.c  -fPIC -DPIC -o .libs/libfftw3_omp_la-api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-conf.lo -MD -MP -MF .deps/libfftw3_omp_la-conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/libfftw3_omp_la-conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-ct.lo -MD -MP -MF .deps/libfftw3_omp_la-ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/libfftw3_omp_la-ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_omp_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3_omp_la-dft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3_omp_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/libfftw3_omp_la-vrank-geq1-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-api.lo -MD -MP -MF .deps/libfftw3_omp_la-api.Tpo -c api.c -o libfftw3_omp_la-api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3_omp_la-hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/libfftw3_omp_la-hc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-conf.lo -MD -MP -MF .deps/libfftw3_omp_la-conf.Tpo -c conf.c -o libfftw3_omp_la-conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-ct.lo -MD -MP -MF .deps/libfftw3_omp_la-ct.Tpo -c ct.c -o libfftw3_omp_la-ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_omp_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3_omp_la-rdft-vrank-geq1.o
mv -f .deps/libfftw3_omp_la-api.Tpo .deps/libfftw3_omp_la-api.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_omp_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -o libfftw3_omp_la-rdft-vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3_omp_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o libfftw3_omp_la-vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3_omp_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -o libfftw3_omp_la-dft-vrank-geq1.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3_threads.la -rpath /usr/lib/x86_64-linux-gnu libfftw3_threads_la-api.lo libfftw3_threads_la-conf.lo libfftw3_threads_la-threads.lo libfftw3_threads_la-dft-vrank-geq1.lo libfftw3_threads_la-ct.lo libfftw3_threads_la-rdft-vrank-geq1.lo libfftw3_threads_la-hc2hc.lo libfftw3_threads_la-vrank-geq1-rdft2.lo libfftw3_threads_la-f77api.lo ../libfftw3.la -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3_omp_la-hc2hc.Tpo -c hc2hc.c -o libfftw3_omp_la-hc2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3_omp_la-openmp.Tpo -c openmp.c  -fPIC -DPIC -o .libs/libfftw3_omp_la-openmp.o
mv -f .deps/libfftw3_omp_la-conf.Tpo .deps/libfftw3_omp_la-conf.Plo
mv -f .deps/libfftw3_omp_la-ct.Tpo .deps/libfftw3_omp_la-ct.Plo
mv -f .deps/libfftw3_omp_la-vrank-geq1-rdft2.Tpo .deps/libfftw3_omp_la-vrank-geq1-rdft2.Plo
mv -f .deps/libfftw3_omp_la-dft-vrank-geq1.Tpo .deps/libfftw3_omp_la-dft-vrank-geq1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3_omp_la-openmp.Tpo -c openmp.c -o libfftw3_omp_la-openmp.o >/dev/null 2>&1
mv -f .deps/libfftw3_omp_la-rdft-vrank-geq1.Tpo .deps/libfftw3_omp_la-rdft-vrank-geq1.Plo
mv -f .deps/libfftw3_omp_la-hc2hc.Tpo .deps/libfftw3_omp_la-hc2hc.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3_omp_la-f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/libfftw3_omp_la-f77api.o
mv -f .deps/libfftw3_omp_la-openmp.Tpo .deps/libfftw3_omp_la-openmp.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3_omp_la-f77api.Tpo -c f77api.c -o libfftw3_omp_la-f77api.o >/dev/null 2>&1
mv -f .deps/libfftw3_omp_la-f77api.Tpo .deps/libfftw3_omp_la-f77api.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3_omp.la -rpath /usr/lib/x86_64-linux-gnu libfftw3_omp_la-api.lo libfftw3_omp_la-conf.lo libfftw3_omp_la-openmp.lo libfftw3_omp_la-dft-vrank-geq1.lo libfftw3_omp_la-ct.lo libfftw3_omp_la-rdft-vrank-geq1.lo libfftw3_omp_la-hc2hc.lo libfftw3_omp_la-vrank-geq1-rdft2.lo libfftw3_omp_la-f77api.lo ../libfftw3.la -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libfftw3_threads_la-api.o .libs/libfftw3_threads_la-conf.o .libs/libfftw3_threads_la-threads.o .libs/libfftw3_threads_la-dft-vrank-geq1.o .libs/libfftw3_threads_la-ct.o .libs/libfftw3_threads_la-rdft-vrank-geq1.o .libs/libfftw3_threads_la-hc2hc.o .libs/libfftw3_threads_la-vrank-geq1-rdft2.o .libs/libfftw3_threads_la-f77api.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3.so -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3_threads.so.3 -o .libs/libfftw3_threads.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3_threads.so.3" && ln -s "libfftw3_threads.so.3.6.10" "libfftw3_threads.so.3")
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libfftw3_omp_la-api.o .libs/libfftw3_omp_la-conf.o .libs/libfftw3_omp_la-openmp.o .libs/libfftw3_omp_la-dft-vrank-geq1.o .libs/libfftw3_omp_la-ct.o .libs/libfftw3_omp_la-rdft-vrank-geq1.o .libs/libfftw3_omp_la-hc2hc.o .libs/libfftw3_omp_la-vrank-geq1-rdft2.o .libs/libfftw3_omp_la-f77api.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3.so -lm  -fopenmp -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -fopenmp -Wl,-soname -Wl,libfftw3_omp.so.3 -o .libs/libfftw3_omp.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3_threads.so" && ln -s "libfftw3_threads.so.3.6.10" "libfftw3_threads.so")
libtool: link: ar cr .libs/libfftw3_threads.a  libfftw3_threads_la-api.o libfftw3_threads_la-conf.o libfftw3_threads_la-threads.o libfftw3_threads_la-dft-vrank-geq1.o libfftw3_threads_la-ct.o libfftw3_threads_la-rdft-vrank-geq1.o libfftw3_threads_la-hc2hc.o libfftw3_threads_la-vrank-geq1-rdft2.o libfftw3_threads_la-f77api.o
libtool: link: ranlib .libs/libfftw3_threads.a
libtool: link: ( cd ".libs" && rm -f "libfftw3_threads.la" && ln -s "../libfftw3_threads.la" "libfftw3_threads.la" )
libtool: link: (cd ".libs" && rm -f "libfftw3_omp.so.3" && ln -s "libfftw3_omp.so.3.6.10" "libfftw3_omp.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3_omp.so" && ln -s "libfftw3_omp.so.3.6.10" "libfftw3_omp.so")
libtool: link: ar cr .libs/libfftw3_omp.a  libfftw3_omp_la-api.o libfftw3_omp_la-conf.o libfftw3_omp_la-openmp.o libfftw3_omp_la-dft-vrank-geq1.o libfftw3_omp_la-ct.o libfftw3_omp_la-rdft-vrank-geq1.o libfftw3_omp_la-hc2hc.o libfftw3_omp_la-vrank-geq1-rdft2.o libfftw3_omp_la-f77api.o
libtool: link: ranlib .libs/libfftw3_omp.a
libtool: link: ( cd ".libs" && rm -f "libfftw3_omp.la" && ln -s "../libfftw3_omp.la" "libfftw3_omp.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/threads'
Making all in tests
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-bench.o -MD -MP -MF .deps/bench-bench.Tpo -c -o bench-bench.o `test -f 'bench.c' || echo './'`bench.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-hook.o -MD -MP -MF .deps/bench-hook.Tpo -c -o bench-hook.o `test -f 'hook.c' || echo './'`hook.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-fftw-bench.o -MD -MP -MF .deps/bench-fftw-bench.Tpo -c -o bench-fftw-bench.o `test -f 'fftw-bench.c' || echo './'`fftw-bench.c
mv -f .deps/bench-bench.Tpo .deps/bench-bench.Po
mv -f .deps/bench-fftw-bench.Tpo .deps/bench-fftw-bench.Po
mv -f .deps/bench-hook.Tpo .deps/bench-hook.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/libfftw3_threads.la ../libfftw3.la ../libbench2/libbench2.a  -lm 
libtool: link: gcc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/bench bench-bench.o bench-hook.o bench-fftw-bench.o  ../threads/.libs/libfftw3_threads.so ../.libs/libfftw3.so ../libbench2/libbench2.a -lm -pthread
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Making all in mpi
make[4]: Entering directory '/<<PKGBUILDDIR>>/mpi'
sed 's/C_MPI_FINT/C_INT32_T/' ./fftw3-mpi.f03.in > fftw3-mpi.f03
sed 's/C_MPI_FINT/C_INT32_T/' ./fftw3l-mpi.f03.in > fftw3l-mpi.f03
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/mpi'
mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mpi_bench-mpi-bench.o -MD -MP -MF .deps/mpi_bench-mpi-bench.Tpo -c -o mpi_bench-mpi-bench.o `test -f 'mpi-bench.c' || echo './'`mpi-bench.c
mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mpi_bench-fftw-bench.o -MD -MP -MF .deps/mpi_bench-fftw-bench.Tpo -c -o mpi_bench-fftw-bench.o `test -f '../tests/fftw-bench.c' || echo './'`../tests/fftw-bench.c
mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mpi_bench-hook.o -MD -MP -MF .deps/mpi_bench-hook.Tpo -c -o mpi_bench-hook.o `test -f '../tests/hook.c' || echo './'`../tests/hook.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT any-true.lo -MD -MP -MF .deps/any-true.Tpo -c -o any-true.lo any-true.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT api.lo -MD -MP -MF .deps/api.Tpo -c -o api.lo api.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT choose-radix.lo -MD -MP -MF .deps/choose-radix.Tpo -c -o choose-radix.lo choose-radix.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dtensor.lo -MD -MP -MF .deps/dtensor.Tpo -c -o dtensor.lo dtensor.c
mv -f .deps/mpi_bench-fftw-bench.Tpo .deps/mpi_bench-fftw-bench.Po
mv -f .deps/mpi_bench-mpi-bench.Tpo .deps/mpi_bench-mpi-bench.Po
mv -f .deps/mpi_bench-hook.Tpo .deps/mpi_bench-hook.Po
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rearrange.lo -MD -MP -MF .deps/rearrange.Tpo -c -o rearrange.lo rearrange.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT wisdom-api.lo -MD -MP -MF .deps/wisdom-api.Tpo -c -o wisdom-api.lo wisdom-api.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c -o f03-wrap.lo f03-wrap.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT choose-radix.lo -MD -MP -MF .deps/choose-radix.Tpo -c choose-radix.c  -fPIC -DPIC -o .libs/choose-radix.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dtensor.lo -MD -MP -MF .deps/dtensor.Tpo -c dtensor.c  -fPIC -DPIC -o .libs/dtensor.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c  -fPIC -DPIC -o .libs/api.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c  -fPIC -DPIC -o .libs/block.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT wisdom-api.lo -MD -MP -MF .deps/wisdom-api.Tpo -c wisdom-api.c  -fPIC -DPIC -o .libs/wisdom-api.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT any-true.lo -MD -MP -MF .deps/any-true.Tpo -c any-true.c  -fPIC -DPIC -o .libs/any-true.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dtensor.lo -MD -MP -MF .deps/dtensor.Tpo -c dtensor.c -o dtensor.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT choose-radix.lo -MD -MP -MF .deps/choose-radix.Tpo -c choose-radix.c -o choose-radix.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -o api.o >/dev/null 2>&1
mv -f .deps/dtensor.Tpo .deps/dtensor.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c f03-wrap.c  -fPIC -DPIC -o .libs/f03-wrap.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT wisdom-api.lo -MD -MP -MF .deps/wisdom-api.Tpo -c wisdom-api.c -o wisdom-api.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rearrange.lo -MD -MP -MF .deps/rearrange.Tpo -c rearrange.c  -fPIC -DPIC -o .libs/rearrange.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-alltoall.lo -MD -MP -MF .deps/transpose-alltoall.Tpo -c -o transpose-alltoall.lo transpose-alltoall.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT any-true.lo -MD -MP -MF .deps/any-true.Tpo -c any-true.c -o any-true.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -o block.o >/dev/null 2>&1
mv -f .deps/choose-radix.Tpo .deps/choose-radix.Plo
mv -f .deps/wisdom-api.Tpo .deps/wisdom-api.Plo
mv -f .deps/conf.Tpo .deps/conf.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c f03-wrap.c -o f03-wrap.o >/dev/null 2>&1
mv -f .deps/api.Tpo .deps/api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-pairwise.lo -MD -MP -MF .deps/transpose-pairwise.Tpo -c -o transpose-pairwise.lo transpose-pairwise.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rearrange.lo -MD -MP -MF .deps/rearrange.Tpo -c rearrange.c -o rearrange.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-recurse.lo -MD -MP -MF .deps/transpose-recurse.Tpo -c -o transpose-recurse.lo transpose-recurse.c
mv -f .deps/any-true.Tpo .deps/any-true.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-problem.lo -MD -MP -MF .deps/transpose-problem.Tpo -c -o transpose-problem.lo transpose-problem.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-solve.lo -MD -MP -MF .deps/transpose-solve.Tpo -c -o transpose-solve.lo transpose-solve.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-serial.lo -MD -MP -MF .deps/dft-serial.Tpo -c -o dft-serial.lo dft-serial.c
mv -f .deps/block.Tpo .deps/block.Plo
mv -f .deps/rearrange.Tpo .deps/rearrange.Plo
mv -f .deps/f03-wrap.Tpo .deps/f03-wrap.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2.lo -MD -MP -MF .deps/dft-rank-geq2.Tpo -c -o dft-rank-geq2.lo dft-rank-geq2.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2-transposed.lo -MD -MP -MF .deps/dft-rank-geq2-transposed.Tpo -c -o dft-rank-geq2-transposed.lo dft-rank-geq2-transposed.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1.lo -MD -MP -MF .deps/dft-rank1.Tpo -c -o dft-rank1.lo dft-rank1.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-alltoall.lo -MD -MP -MF .deps/transpose-alltoall.Tpo -c transpose-alltoall.c  -fPIC -DPIC -o .libs/transpose-alltoall.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-problem.lo -MD -MP -MF .deps/transpose-problem.Tpo -c transpose-problem.c  -fPIC -DPIC -o .libs/transpose-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-alltoall.lo -MD -MP -MF .deps/transpose-alltoall.Tpo -c transpose-alltoall.c -o transpose-alltoall.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-recurse.lo -MD -MP -MF .deps/transpose-recurse.Tpo -c transpose-recurse.c  -fPIC -DPIC -o .libs/transpose-recurse.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-solve.lo -MD -MP -MF .deps/transpose-solve.Tpo -c transpose-solve.c  -fPIC -DPIC -o .libs/transpose-solve.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1.lo -MD -MP -MF .deps/dft-rank1.Tpo -c dft-rank1.c  -fPIC -DPIC -o .libs/dft-rank1.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-pairwise.lo -MD -MP -MF .deps/transpose-pairwise.Tpo -c transpose-pairwise.c  -fPIC -DPIC -o .libs/transpose-pairwise.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-problem.lo -MD -MP -MF .deps/transpose-problem.Tpo -c transpose-problem.c -o transpose-problem.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2.lo -MD -MP -MF .deps/dft-rank-geq2.Tpo -c dft-rank-geq2.c  -fPIC -DPIC -o .libs/dft-rank-geq2.o
mv -f .deps/transpose-alltoall.Tpo .deps/transpose-alltoall.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2-transposed.lo -MD -MP -MF .deps/dft-rank-geq2-transposed.Tpo -c dft-rank-geq2-transposed.c  -fPIC -DPIC -o .libs/dft-rank-geq2-transposed.o
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1-bigvec.lo -MD -MP -MF .deps/dft-rank1-bigvec.Tpo -c -o dft-rank1-bigvec.lo dft-rank1-bigvec.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-recurse.lo -MD -MP -MF .deps/transpose-recurse.Tpo -c transpose-recurse.c -o transpose-recurse.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-serial.lo -MD -MP -MF .deps/dft-serial.Tpo -c dft-serial.c  -fPIC -DPIC -o .libs/dft-serial.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-solve.lo -MD -MP -MF .deps/transpose-solve.Tpo -c transpose-solve.c -o transpose-solve.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1.lo -MD -MP -MF .deps/dft-rank1.Tpo -c dft-rank1.c -o dft-rank1.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-pairwise.lo -MD -MP -MF .deps/transpose-pairwise.Tpo -c transpose-pairwise.c -o transpose-pairwise.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2.lo -MD -MP -MF .deps/dft-rank-geq2.Tpo -c dft-rank-geq2.c -o dft-rank-geq2.o >/dev/null 2>&1
mv -f .deps/transpose-problem.Tpo .deps/transpose-problem.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2-transposed.lo -MD -MP -MF .deps/dft-rank-geq2-transposed.Tpo -c dft-rank-geq2-transposed.c -o dft-rank-geq2-transposed.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-problem.lo -MD -MP -MF .deps/dft-problem.Tpo -c -o dft-problem.lo dft-problem.c
mv -f .deps/transpose-recurse.Tpo .deps/transpose-recurse.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-serial.lo -MD -MP -MF .deps/dft-serial.Tpo -c dft-serial.c -o dft-serial.o >/dev/null 2>&1
mv -f .deps/dft-rank1.Tpo .deps/dft-rank1.Plo
mv -f .deps/transpose-pairwise.Tpo .deps/transpose-pairwise.Plo
mv -f .deps/transpose-solve.Tpo .deps/transpose-solve.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-solve.lo -MD -MP -MF .deps/dft-solve.Tpo -c -o dft-solve.lo dft-solve.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-serial.lo -MD -MP -MF .deps/rdft-serial.Tpo -c -o rdft-serial.lo rdft-serial.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2.lo -MD -MP -MF .deps/rdft-rank-geq2.Tpo -c -o rdft-rank-geq2.lo rdft-rank-geq2.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft-rank-geq2-transposed.Tpo -c -o rdft-rank-geq2-transposed.lo rdft-rank-geq2-transposed.c
mv -f .deps/dft-rank-geq2-transposed.Tpo .deps/dft-rank-geq2-transposed.Plo
mv -f .deps/dft-rank-geq2.Tpo .deps/dft-rank-geq2.Plo
mv -f .deps/dft-serial.Tpo .deps/dft-serial.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank1-bigvec.lo -MD -MP -MF .deps/rdft-rank1-bigvec.Tpo -c -o rdft-rank1-bigvec.lo rdft-rank1-bigvec.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-problem.lo -MD -MP -MF .deps/rdft-problem.Tpo -c -o rdft-problem.lo rdft-problem.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-solve.lo -MD -MP -MF .deps/rdft-solve.Tpo -c -o rdft-solve.lo rdft-solve.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1-bigvec.lo -MD -MP -MF .deps/dft-rank1-bigvec.Tpo -c dft-rank1-bigvec.c  -fPIC -DPIC -o .libs/dft-rank1-bigvec.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-problem.lo -MD -MP -MF .deps/dft-problem.Tpo -c dft-problem.c  -fPIC -DPIC -o .libs/dft-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1-bigvec.lo -MD -MP -MF .deps/dft-rank1-bigvec.Tpo -c dft-rank1-bigvec.c -o dft-rank1-bigvec.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2.lo -MD -MP -MF .deps/rdft-rank-geq2.Tpo -c rdft-rank-geq2.c  -fPIC -DPIC -o .libs/rdft-rank-geq2.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-serial.lo -MD -MP -MF .deps/rdft-serial.Tpo -c rdft-serial.c  -fPIC -DPIC -o .libs/rdft-serial.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-solve.lo -MD -MP -MF .deps/dft-solve.Tpo -c dft-solve.c  -fPIC -DPIC -o .libs/dft-solve.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-problem.lo -MD -MP -MF .deps/dft-problem.Tpo -c dft-problem.c -o dft-problem.o >/dev/null 2>&1
mv -f .deps/dft-rank1-bigvec.Tpo .deps/dft-rank1-bigvec.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2.lo -MD -MP -MF .deps/rdft-rank-geq2.Tpo -c rdft-rank-geq2.c -o rdft-rank-geq2.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-problem.lo -MD -MP -MF .deps/rdft-problem.Tpo -c rdft-problem.c  -fPIC -DPIC -o .libs/rdft-problem.o
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-serial.lo -MD -MP -MF .deps/rdft2-serial.Tpo -c -o rdft2-serial.lo rdft2-serial.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft-rank-geq2-transposed.Tpo -c rdft-rank-geq2-transposed.c  -fPIC -DPIC -o .libs/rdft-rank-geq2-transposed.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-solve.lo -MD -MP -MF .deps/rdft-solve.Tpo -c rdft-solve.c  -fPIC -DPIC -o .libs/rdft-solve.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-serial.lo -MD -MP -MF .deps/rdft-serial.Tpo -c rdft-serial.c -o rdft-serial.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-solve.lo -MD -MP -MF .deps/dft-solve.Tpo -c dft-solve.c -o dft-solve.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank1-bigvec.lo -MD -MP -MF .deps/rdft-rank1-bigvec.Tpo -c rdft-rank1-bigvec.c  -fPIC -DPIC -o .libs/rdft-rank1-bigvec.o
mv -f .deps/dft-problem.Tpo .deps/dft-problem.Plo
mv -f .deps/rdft-rank-geq2.Tpo .deps/rdft-rank-geq2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2.lo -MD -MP -MF .deps/rdft2-rank-geq2.Tpo -c -o rdft2-rank-geq2.lo rdft2-rank-geq2.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-problem.lo -MD -MP -MF .deps/rdft-problem.Tpo -c rdft-problem.c -o rdft-problem.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft-rank-geq2-transposed.Tpo -c rdft-rank-geq2-transposed.c -o rdft-rank-geq2-transposed.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft2-rank-geq2-transposed.Tpo -c -o rdft2-rank-geq2-transposed.lo rdft2-rank-geq2-transposed.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-solve.lo -MD -MP -MF .deps/rdft-solve.Tpo -c rdft-solve.c -o rdft-solve.o >/dev/null 2>&1
mv -f .deps/rdft-serial.Tpo .deps/rdft-serial.Plo
mv -f .deps/dft-solve.Tpo .deps/dft-solve.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank1-bigvec.lo -MD -MP -MF .deps/rdft-rank1-bigvec.Tpo -c rdft-rank1-bigvec.c -o rdft-rank1-bigvec.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-problem.lo -MD -MP -MF .deps/rdft2-problem.Tpo -c -o rdft2-problem.lo rdft2-problem.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-solve.lo -MD -MP -MF .deps/rdft2-solve.Tpo -c -o rdft2-solve.lo rdft2-solve.c
mv -f .deps/rdft-problem.Tpo .deps/rdft-problem.Plo
mv -f .deps/rdft-rank-geq2-transposed.Tpo .deps/rdft-rank-geq2-transposed.Plo
mv -f .deps/rdft-solve.Tpo .deps/rdft-solve.Plo
mv -f .deps/rdft-rank1-bigvec.Tpo .deps/rdft-rank1-bigvec.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-serial.lo -MD -MP -MF .deps/rdft2-serial.Tpo -c rdft2-serial.c  -fPIC -DPIC -o .libs/rdft2-serial.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft2-rank-geq2-transposed.Tpo -c rdft2-rank-geq2-transposed.c  -fPIC -DPIC -o .libs/rdft2-rank-geq2-transposed.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-serial.lo -MD -MP -MF .deps/rdft2-serial.Tpo -c rdft2-serial.c -o rdft2-serial.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-solve.lo -MD -MP -MF .deps/rdft2-solve.Tpo -c rdft2-solve.c  -fPIC -DPIC -o .libs/rdft2-solve.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2.lo -MD -MP -MF .deps/rdft2-rank-geq2.Tpo -c rdft2-rank-geq2.c  -fPIC -DPIC -o .libs/rdft2-rank-geq2.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-problem.lo -MD -MP -MF .deps/rdft2-problem.Tpo -c rdft2-problem.c  -fPIC -DPIC -o .libs/rdft2-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft2-rank-geq2-transposed.Tpo -c rdft2-rank-geq2-transposed.c -o rdft2-rank-geq2-transposed.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-solve.lo -MD -MP -MF .deps/rdft2-solve.Tpo -c rdft2-solve.c -o rdft2-solve.o >/dev/null 2>&1
mv -f .deps/rdft2-serial.Tpo .deps/rdft2-serial.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2.lo -MD -MP -MF .deps/rdft2-rank-geq2.Tpo -c rdft2-rank-geq2.c -o rdft2-rank-geq2.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-problem.lo -MD -MP -MF .deps/rdft2-problem.Tpo -c rdft2-problem.c -o rdft2-problem.o >/dev/null 2>&1
mv -f .deps/rdft2-rank-geq2-transposed.Tpo .deps/rdft2-rank-geq2-transposed.Plo
mv -f .deps/rdft2-solve.Tpo .deps/rdft2-solve.Plo
mv -f .deps/rdft2-rank-geq2.Tpo .deps/rdft2-rank-geq2.Plo
mv -f .deps/rdft2-problem.Tpo .deps/rdft2-problem.Plo
/bin/bash ../libtool  --tag=CC   --mode=link mpicc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3_mpi.la -rpath /usr/lib/x86_64-linux-gnu any-true.lo api.lo block.lo choose-radix.lo conf.lo dtensor.lo rearrange.lo wisdom-api.lo f03-wrap.lo transpose-alltoall.lo transpose-pairwise.lo transpose-recurse.lo transpose-problem.lo transpose-solve.lo dft-serial.lo dft-rank-geq2.lo dft-rank-geq2-transposed.lo dft-rank1.lo dft-rank1-bigvec.lo dft-problem.lo dft-solve.lo rdft-serial.lo rdft-rank-geq2.lo rdft-rank-geq2-transposed.lo rdft-rank1-bigvec.lo rdft-problem.lo rdft-solve.lo rdft2-serial.lo rdft2-rank-geq2.lo rdft2-rank-geq2-transposed.lo rdft2-problem.lo rdft2-solve.lo ../libfftw3.la -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/any-true.o .libs/api.o .libs/block.o .libs/choose-radix.o .libs/conf.o .libs/dtensor.o .libs/rearrange.o .libs/wisdom-api.o .libs/f03-wrap.o .libs/transpose-alltoall.o .libs/transpose-pairwise.o .libs/transpose-recurse.o .libs/transpose-problem.o .libs/transpose-solve.o .libs/dft-serial.o .libs/dft-rank-geq2.o .libs/dft-rank-geq2-transposed.o .libs/dft-rank1.o .libs/dft-rank1-bigvec.o .libs/dft-problem.o .libs/dft-solve.o .libs/rdft-serial.o .libs/rdft-rank-geq2.o .libs/rdft-rank-geq2-transposed.o .libs/rdft-rank1-bigvec.o .libs/rdft-problem.o .libs/rdft-solve.o .libs/rdft2-serial.o .libs/rdft2-rank-geq2.o .libs/rdft2-rank-geq2-transposed.o .libs/rdft2-problem.o .libs/rdft2-solve.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3.so -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3_mpi.so.3 -o .libs/libfftw3_mpi.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3_mpi.so.3" && ln -s "libfftw3_mpi.so.3.6.10" "libfftw3_mpi.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3_mpi.so" && ln -s "libfftw3_mpi.so.3.6.10" "libfftw3_mpi.so")
libtool: link: ar cr .libs/libfftw3_mpi.a  any-true.o api.o block.o choose-radix.o conf.o dtensor.o rearrange.o wisdom-api.o f03-wrap.o transpose-alltoall.o transpose-pairwise.o transpose-recurse.o transpose-problem.o transpose-solve.o dft-serial.o dft-rank-geq2.o dft-rank-geq2-transposed.o dft-rank1.o dft-rank1-bigvec.o dft-problem.o dft-solve.o rdft-serial.o rdft-rank-geq2.o rdft-rank-geq2-transposed.o rdft-rank1-bigvec.o rdft-problem.o rdft-solve.o rdft2-serial.o rdft2-rank-geq2.o rdft2-rank-geq2-transposed.o rdft2-problem.o rdft2-solve.o
libtool: link: ranlib .libs/libfftw3_mpi.a
libtool: link: ( cd ".libs" && rm -f "libfftw3_mpi.la" && ln -s "../libfftw3_mpi.la" "libfftw3_mpi.la" )
/bin/bash ../libtool  --tag=CC   --mode=link mpicc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o mpi-bench mpi_bench-mpi-bench.o mpi_bench-fftw-bench.o mpi_bench-hook.o libfftw3_mpi.la ../threads/libfftw3_threads.la ../libfftw3.la ../libbench2/libbench2.a -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi  -lm 
libtool: link: mpicc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/mpi-bench mpi_bench-mpi-bench.o mpi_bench-fftw-bench.o mpi_bench-hook.o  ./.libs/libfftw3_mpi.so ../threads/.libs/libfftw3_threads.so ../.libs/libfftw3.so ../libbench2/libbench2.a -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm -pthread
make[5]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
Making all in doc
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making all in FAQ
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making all in tools
make[4]: Entering directory '/<<PKGBUILDDIR>>/tools'
rm -f fftw-wisdom.1
cp fftw_wisdom.1 fftw-wisdom.1
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/tools'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT fftw_wisdom-fftw-wisdom.o -MD -MP -MF .deps/fftw_wisdom-fftw-wisdom.Tpo -c -o fftw_wisdom-fftw-wisdom.o `test -f 'fftw-wisdom.c' || echo './'`fftw-wisdom.c
mv -f .deps/fftw_wisdom-fftw-wisdom.Tpo .deps/fftw_wisdom-fftw-wisdom.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o fftw-wisdom fftw_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o ../threads/libfftw3_threads.la ../libfftw3.la ../libbench2/libbench2.a  -lm 
libtool: link: gcc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/fftw-wisdom fftw_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o  ../threads/.libs/libfftw3_threads.so ../.libs/libfftw3.so ../libbench2/libbench2.a -lm -pthread
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools'
Making all in m4
make[4]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
( cd tests ; /usr/bin/make smallcheck )
make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
perl -w ./check.pl -r -c=1 -v `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench --verbose=1   --verify 'okd2e11x8o00x12e11' --verify 'ikd2e11x8o00x12e11' --verify '//obrd40x78' --verify '//ofrd40x78' --verify 'obrd40x78' --verify 'ibrd40x78' --verify 'ofrd40x78' --verify 'ifrd40x78' --verify '//obcd40x78' --verify '//ibcd40x78' --verify '//ofcd40x78' --verify '//ifcd40x78' --verify 'obcd40x78' --verify 'ibcd40x78' --verify 'ofcd40x78' --verify 'ifcd40x78'"
okd2e11x8o00x12e11 3.82459e-16 2.56799e-15 5.67352e-16
ikd2e11x8o00x12e11 3.97321e-16 2.69028e-15 5.13227e-16
//obrd40x78 4.51993e-16 8.90453e-16 4.60827e-16
//ofrd40x78 3.93792e-16 7.63245e-16 8.13973e-16
obrd40x78 4.25166e-16 8.90453e-16 4.65332e-16
ibrd40x78 4.91832e-16 1.14487e-15 4.82581e-16
ofrd40x78 3.88836e-16 7.63245e-16 8.76022e-16
ifrd40x78 4.71835e-16 7.63245e-16 9.56264e-16
//obcd40x78 4.02099e-16 7.63245e-16 9.25856e-16
//ibcd40x78 3.72155e-16 7.63245e-16 8.79548e-16
//ofcd40x78 5.17887e-16 7.63245e-16 8.58118e-16
//ifcd40x78 4.67108e-16 7.63245e-16 8.71078e-16
obcd40x78 4.19248e-16 8.90453e-16 9.68281e-16
ibcd40x78 4.49228e-16 8.90453e-16 8.06159e-16
ofcd40x78 4.81068e-16 7.63245e-16 9.55256e-16
ifcd40x78 4.43491e-16 7.63245e-16 8.68156e-16
perl -w ./check.pl -r --estimate -c=5 -v `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench -o estimate --verbose=1   --verify '//ofrd29744' --verify '//ifrd29744' --verify 'obrd29744' --verify 'ibrd29744' --verify 'ofrd29744' --verify 'ifrd29744' --verify '//obcd29744' --verify '//ibcd29744' --verify '//ofcd29744' --verify '//ifcd29744' --verify 'obcd29744' --verify 'ibcd29744' --verify 'ofcd29744' --verify 'ifcd29744' --verify 'okd7e10x7e00v25' --verify 'ikd7e10x7e00v25' --verify 'obrd9x13*20' --verify 'ibrd9x13*20' --verify 'ofrd9x13*20' --verify 'ifrd9x13*20' --verify '//obcd9x13*20' --verify '//ibcd9x13*20' --verify '//ofcd9x13*20' --verify '//ifcd9x13*20' --verify 'obcd9x13*20' --verify 'ibcd9x13*20' --verify 'ofcd9x13*20' --verify 'ifcd9x13*20' --verify 'ok9hx13o10x40o00' --verify 'ik9hx13o10x40o00' --verify '//obrd7x7x9x9' --verify '//ofrd7x7x9x9' --verify 'obrd7x7x9x9' --verify 'ibrd7x7x9x9' --verify 'ofrd7x7x9x9' --verify 'ifrd7x7x9x9' --verify '//obcd7x7x9x9' --verify '//ibcd7x7x9x9' --verify '//ofcd7x7x9x9' --verify '//ifcd7x7x9x9' --verify 'obcd7x7x9x9' --verify 'ibcd7x7x9x9' --verify 'ofcd7x7x9x9' --verify 'ifcd7x7x9x9'"
//ofrd29744 5.11259e-16 5.10872e-15 7.04808e-16
//ifrd29744 4.55369e-16 5.43832e-15 8.74259e-16
obrd29744 5.78665e-16 7.58068e-15 5.67684e-16
ibrd29744 5.01881e-16 7.25109e-15 5.69786e-16
ofrd29744 5.06262e-16 5.10872e-15 8.97208e-16
ifrd29744 5.14569e-16 5.43832e-15 7.60975e-16
//obcd29744 4.82958e-16 5.76791e-15 5.44957e-16
//ibcd29744 5.2977e-16 5.76791e-15 5.53338e-16
//ofcd29744 4.53554e-16 5.76791e-15 5.62475e-16
//ifcd29744 5.17357e-16 5.93271e-15 5.92252e-16
obcd29744 4.5558e-16 5.43832e-15 6.23351e-16
ibcd29744 4.8575e-16 5.27352e-15 5.46495e-16
ofcd29744 5.16312e-16 5.43832e-15 6.24427e-16
ifcd29744 5.40533e-16 5.27352e-15 5.54822e-16
okd7e10x7e00v25 2.9236e-16 2.42473e-15 2.3716e-16
ikd7e10x7e00v25 3.58625e-16 3.00204e-15 2.87407e-16
obrd9x13*20 4.04134e-16 5.17306e-16 5.66601e-16
ibrd9x13*20 3.92471e-16 5.17306e-16 4.34263e-16
ofrd9x13*20 3.4693e-16 5.17306e-16 7.93929e-16
ifrd9x13*20 3.52861e-16 5.17306e-16 7.55467e-16
//obcd9x13*20 4.17805e-16 5.17306e-16 8.26729e-16
//ibcd9x13*20 3.71601e-16 5.17306e-16 8.29704e-16
//ofcd9x13*20 3.87704e-16 5.17306e-16 7.72542e-16
//ifcd9x13*20 4.14448e-16 5.17306e-16 7.85247e-16
obcd9x13*20 3.9225e-16 5.17306e-16 8.09028e-16
ibcd9x13*20 3.93976e-16 5.17306e-16 7.99765e-16
ofcd9x13*20 4.014e-16 6.03524e-16 9.21485e-16
ifcd9x13*20 4.00007e-16 5.17306e-16 7.94983e-16
ok9hx13o10x40o00 4.63954e-16 1.97765e-14 4.94365e-16
ik9hx13o10x40o00 4.87234e-16 2.07764e-14 5.29954e-16
//obrd7x7x9x9 4.45622e-16 3.49632e-15 5.5268e-16
//ofrd7x7x9x9 3.59419e-16 3.27075e-15 7.12488e-16
obrd7x7x9x9 4.08606e-16 3.49632e-15 4.71682e-16
ibrd7x7x9x9 4.322e-16 3.38354e-15 5.56685e-16
ofrd7x7x9x9 3.57771e-16 3.27075e-15 7.08944e-16
ifrd7x7x9x9 4.61017e-16 3.60911e-15 7.28345e-16
//obcd7x7x9x9 4.20681e-16 3.15797e-15 7.86862e-16
//ibcd7x7x9x9 4.5002e-16 3.27075e-15 6.54752e-16
//ofcd7x7x9x9 4.39773e-16 3.27075e-15 6.55735e-16
//ifcd7x7x9x9 4.1901e-16 3.27075e-15 6.52613e-16
obcd7x7x9x9 4.2268e-16 3.27075e-15 6.40278e-16
ibcd7x7x9x9 4.69633e-16 3.27075e-15 7.20989e-16
ofcd7x7x9x9 4.43966e-16 3.38354e-15 6.69503e-16
ifcd7x7x9x9 5.72861e-16 3.38354e-15 6.45447e-16
Executing "/<<PKGBUILDDIR>>/tests/bench -o estimate --verbose=1   --verify 'ok13e11x13e00x9o10*5' --verify 'ik13e11x13e00x9o10*5' --verify '//obrd10x20x13x7' --verify '//ofrd10x20x13x7' --verify 'obrd10x20x13x7' --verify 'ibrd10x20x13x7' --verify 'ofrd10x20x13x7' --verify 'ifrd10x20x13x7' --verify '//obcd10x20x13x7' --verify '//ibcd10x20x13x7' --verify '//ofcd10x20x13x7' --verify '//ifcd10x20x13x7' --verify 'obcd10x20x13x7' --verify 'ibcd10x20x13x7' --verify 'ofcd10x20x13x7' --verify 'ifcd10x20x13x7' --verify 'ok11o01x10e10x9hx5e01v2' --verify 'ik11o01x10e10x9hx5e01v2' --verify 'obr6x12v20' --verify 'ibr6x12v20' --verify 'ofr6x12v20' --verify 'ifr6x12v20' --verify '//obc6x12v20' --verify '//ibc6x12v20' --verify '//ofc6x12v20' --verify '//ifc6x12v20' --verify 'obc6x12v20' --verify 'ibc6x12v20' --verify 'ofc6x12v20' --verify 'ifc6x12v20' --verify 'ok33e01x30o11v9' --verify 'ik33e01x30o11v9' --verify '//obrd29744' --verify '//ibrd29744'"
ok13e11x13e00x9o10*5 4.05484e-16 1.96201e-14 4.30855e-16
ik13e11x13e00x9o10*5 3.90744e-16 1.46817e-14 4.51217e-16
//obrd10x20x13x7 4.7268e-16 3.37081e-15 7.90493e-16
//ofrd10x20x13x7 4.00107e-16 4.21351e-15 8.23845e-16
obrd10x20x13x7 4.09229e-16 3.37081e-15 5.28928e-16
ibrd10x20x13x7 4.68466e-16 3.37081e-15 5.7942e-16
ofrd10x20x13x7 4.52833e-16 4.00284e-15 8.22574e-16
ifrd10x20x13x7 4.45573e-16 4.21351e-15 7.89058e-16
//obcd10x20x13x7 5.18946e-16 4.00284e-15 9.51669e-16
//ibcd10x20x13x7 4.3974e-16 4.21351e-15 8.20437e-16
//ofcd10x20x13x7 4.56977e-16 4.00284e-15 7.81086e-16
//ifcd10x20x13x7 4.58613e-16 4.00284e-15 8.07191e-16
obcd10x20x13x7 4.38932e-16 3.79216e-15 8.85498e-16
ibcd10x20x13x7 4.64759e-16 4.21351e-15 8.36593e-16
ofcd10x20x13x7 4.92415e-16 3.79216e-15 7.84993e-16
ifcd10x20x13x7 4.40749e-16 3.79216e-15 8.69501e-16
ok11o01x10e10x9hx5e01v2 4.48463e-16 2.48135e-14 4.50122e-16
ik11o01x10e10x9hx5e01v2 5.03613e-16 2.23155e-14 5.6418e-16
obr6x12v20 3.56281e-16 4.39626e-16 5.31464e-16
ibr6x12v20 3.22642e-16 4.39626e-16 5.34828e-16
ofr6x12v20 2.95357e-16 4.39626e-16 8.47818e-16
ifr6x12v20 3.27744e-16 3.29719e-16 7.8446e-16
//obc6x12v20 3.35531e-16 5.49532e-16 8.11567e-16
//ibc6x12v20 2.81047e-16 4.39626e-16 8.5643e-16
//ofc6x12v20 2.99806e-16 4.39626e-16 8.23943e-16
//ifc6x12v20 3.59794e-16 4.39626e-16 8.51576e-16
obc6x12v20 3.1484e-16 4.39626e-16 8.88591e-16
ibc6x12v20 3.34298e-16 4.39626e-16 8.39496e-16
ofc6x12v20 3.77135e-16 4.39626e-16 8.42609e-16
ifc6x12v20 3.08231e-16 4.39626e-16 8.30635e-16
ok33e01x30o11v9 5.15079e-16 7.55827e-15 4.65734e-16
ik33e01x30o11v9 5.10205e-16 9.99543e-15 4.87426e-16
//obrd29744 5.2314e-16 5.93271e-15 5.52027e-16
//ibrd29744 5.02122e-16 7.41589e-15 4.62602e-16
--------------------------------------------------------------
         FFTW transforms passed a few tests!
--------------------------------------------------------------
perl -w ./check.pl -r --estimate -c=2 -v --nthreads=2 `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench -o nthreads=2 -o estimate --verbose=1   --verify 'okd9e10x10hx7o01' --verify 'ikd9e10x10hx7o01' --verify 'obrd6x3x2*2' --verify 'ibrd6x3x2*2' --verify 'ofrd6x3x2*2' --verify 'ifrd6x3x2*2' --verify '//obcd6x3x2*2' --verify '//ibcd6x3x2*2' --verify '//ofcd6x3x2*2' --verify '//ifcd6x3x2*2' --verify 'obcd6x3x2*2' --verify 'ibcd6x3x2*2' --verify 'ofcd6x3x2*2' --verify 'ifcd6x3x2*2' --verify 'ok9o01x11e10x8bv8' --verify 'ik9o01x11e10x8bv8' --verify '//obr1792' --verify '//ibr1792' --verify '//ofr1792' --verify '//ifr1792' --verify 'obr1792' --verify 'ibr1792' --verify 'ofr1792' --verify 'ifr1792' --verify '//obc1792' --verify '//ibc1792' --verify '//ofc1792' --verify '//ifc1792' --verify 'obc1792' --verify 'ibc1792' --verify 'ofc1792' --verify 'ifc1792'"
okd9e10x10hx7o01 4.6938e-16 5.21805e-15 3.87641e-16
ikd9e10x10hx7o01 3.99453e-16 7.54952e-15 4.21377e-16
obrd6x3x2*2 3.21088e-16 3.33067e-16 3.52866e-16
ibrd6x3x2*2 3.07289e-16 4.44089e-16 3.68913e-16
ofrd6x3x2*2 2.51508e-16 2.22045e-16 8.69348e-16
ifrd6x3x2*2 2.54764e-16 2.22045e-16 7.83065e-16
//obcd6x3x2*2 2.23538e-16 3.33067e-16 7.59918e-16
//ibcd6x3x2*2 3.57933e-16 2.22045e-16 8.72953e-16
//ofcd6x3x2*2 4.9543e-16 4.44089e-16 8.40348e-16
//ifcd6x3x2*2 3.10504e-16 4.44089e-16 8.66417e-16
obcd6x3x2*2 2.6071e-16 4.44089e-16 8.64993e-16
ibcd6x3x2*2 3.62667e-16 4.44089e-16 6.85227e-16
ofcd6x3x2*2 2.88793e-16 4.44089e-16 8.42923e-16
ifcd6x3x2*2 4.22145e-16 4.44089e-16 8.74329e-16
ok9o01x11e10x8bv8 3.84939e-16 6.96318e-15 4.58722e-16
ik9o01x11e10x8bv8 3.81101e-16 9.89833e-15 3.68084e-16
//obr1792 5.7994e-16 8.3925e-16 3.84865e-16
//ibr1792 3.453e-16 1.0071e-15 4.82023e-16
//ofr1792 4.14917e-16 1.17495e-15 6.41494e-16
//ifr1792 3.77524e-16 1.3428e-15 6.12811e-16
obr1792 4.61122e-16 1.0071e-15 5.03897e-16
ibr1792 4.5223e-16 1.0071e-15 4.02469e-16
ofr1792 4.18064e-16 1.17495e-15 7.71513e-16
ifr1792 4.05892e-16 8.3925e-16 6.92646e-16
//obc1792 4.4213e-16 1.0071e-15 6.12277e-16
//ibc1792 4.64016e-16 1.17495e-15 5.98232e-16
//ofc1792 4.28771e-16 1.17495e-15 7.84891e-16
//ifc1792 3.94825e-16 1.17495e-15 5.18516e-16
obc1792 4.28126e-16 1.3428e-15 5.6841e-16
ibc1792 4.14427e-16 1.3428e-15 5.84959e-16
ofc1792 4.8578e-16 1.3428e-15 5.39572e-16
ifc1792 4.07701e-16 1.17495e-15 7.10192e-16
--------------------------------------------------------------
         FFTW threaded transforms passed a few tests!
--------------------------------------------------------------
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
/usr/bin/make install DESTDIR=`pwd`/debian/tmp-double
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making install in support
make[3]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/support'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/support'
Making install in kernel
make[3]: Entering directory '/<<PKGBUILDDIR>>/kernel'
make[4]: Entering directory '/<<PKGBUILDDIR>>/kernel'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
Making install in simd-support
make[3]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
make[4]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
Making install in dft
make[3]: Entering directory '/<<PKGBUILDDIR>>/dft'
Making install in scalar
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
Making install in codelets
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
Making install in simd
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
Making install in common
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
Making install in sse2
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
Making install in avx
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
Making install in avx-128-fma
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
Making install in avx2
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
Making install in avx2-128
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
Making install in avx512
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
Making install in kcvi
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
Making install in altivec
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
Making install in vsx
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
Making install in neon
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
Making install in generic-simd128
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
Making install in generic-simd256
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/dft'
Making install in rdft
make[3]: Entering directory '/<<PKGBUILDDIR>>/rdft'
Making install in scalar
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making install in r2cf
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
Making install in r2cb
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
Making install in r2r
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making install in simd
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
Making install in common
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
Making install in sse2
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
Making install in avx
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
Making install in avx-128-fma
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
Making install in avx2
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
Making install in avx2-128
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
Making install in avx512
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
Making install in kcvi
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
Making install in altivec
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
Making install in vsx
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
Making install in neon
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
Making install in generic-simd128
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
Making install in generic-simd256
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
Making install in reodft
make[3]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
Making install in api
make[3]: Entering directory '/<<PKGBUILDDIR>>/api'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/api'
make[5]: Entering directory '/<<PKGBUILDDIR>>/api'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/include'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/include'
 /usr/bin/install -c -m 644 fftw3.h fftw3.f fftw3l.f03 fftw3q.f03 '/<<PKGBUILDDIR>>/debian/tmp-double/usr/include'
 /usr/bin/install -c -m 644 fftw3.f03 '/<<PKGBUILDDIR>>/debian/tmp-double/usr/include'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/api'
Making install in libbench2
make[3]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
make[4]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
Making install in .
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/cmake/fftw3'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/pkgconfig'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libfftw3.la '/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu'
 /usr/bin/install -c -m 644 FFTW3Config.cmake FFTW3ConfigVersion.cmake '/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/cmake/fftw3'
 /usr/bin/install -c -m 644 fftw3.pc '/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/pkgconfig'
libtool: install: /usr/bin/install -c .libs/libfftw3.so.3.6.10 /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3.so.3.6.10 libfftw3.so.3 || { rm -f libfftw3.so.3 && ln -s libfftw3.so.3.6.10 libfftw3.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3.so.3.6.10 libfftw3.so || { rm -f libfftw3.so && ln -s libfftw3.so.3.6.10 libfftw3.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3.lai /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3.la
libtool: install: /usr/bin/install -c .libs/libfftw3.a /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Making install in threads
make[3]: Entering directory '/<<PKGBUILDDIR>>/threads'
make[4]: Entering directory '/<<PKGBUILDDIR>>/threads'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libfftw3_threads.la libfftw3_omp.la '/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu'
libtool: warning: relinking 'libfftw3_threads.la'
libtool: install: (cd /<<PKGBUILDDIR>>/threads; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3_threads.la -rpath /usr/lib/x86_64-linux-gnu libfftw3_threads_la-api.lo libfftw3_threads_la-conf.lo libfftw3_threads_la-threads.lo libfftw3_threads_la-dft-vrank-geq1.lo libfftw3_threads_la-ct.lo libfftw3_threads_la-rdft-vrank-geq1.lo libfftw3_threads_la-hc2hc.lo libfftw3_threads_la-vrank-geq1-rdft2.lo libfftw3_threads_la-f77api.lo ../libfftw3.la -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-double)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libfftw3_threads_la-api.o .libs/libfftw3_threads_la-conf.o .libs/libfftw3_threads_la-threads.o .libs/libfftw3_threads_la-dft-vrank-geq1.o .libs/libfftw3_threads_la-ct.o .libs/libfftw3_threads_la-rdft-vrank-geq1.o .libs/libfftw3_threads_la-hc2hc.o .libs/libfftw3_threads_la-vrank-geq1-rdft2.o .libs/libfftw3_threads_la-f77api.o   -L/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3 -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3_threads.so.3 -o .libs/libfftw3_threads.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3_threads.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_threads.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3_threads.so.3.6.10 libfftw3_threads.so.3 || { rm -f libfftw3_threads.so.3 && ln -s libfftw3_threads.so.3.6.10 libfftw3_threads.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3_threads.so.3.6.10 libfftw3_threads.so || { rm -f libfftw3_threads.so && ln -s libfftw3_threads.so.3.6.10 libfftw3_threads.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3_threads.lai /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_threads.la
libtool: warning: relinking 'libfftw3_omp.la'
libtool: install: (cd /<<PKGBUILDDIR>>/threads; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink gcc -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3_omp.la -rpath /usr/lib/x86_64-linux-gnu libfftw3_omp_la-api.lo libfftw3_omp_la-conf.lo libfftw3_omp_la-openmp.lo libfftw3_omp_la-dft-vrank-geq1.lo libfftw3_omp_la-ct.lo libfftw3_omp_la-rdft-vrank-geq1.lo libfftw3_omp_la-hc2hc.lo libfftw3_omp_la-vrank-geq1-rdft2.lo libfftw3_omp_la-f77api.lo ../libfftw3.la -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-double)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libfftw3_omp_la-api.o .libs/libfftw3_omp_la-conf.o .libs/libfftw3_omp_la-openmp.o .libs/libfftw3_omp_la-dft-vrank-geq1.o .libs/libfftw3_omp_la-ct.o .libs/libfftw3_omp_la-rdft-vrank-geq1.o .libs/libfftw3_omp_la-hc2hc.o .libs/libfftw3_omp_la-vrank-geq1-rdft2.o .libs/libfftw3_omp_la-f77api.o   -L/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3 -lm  -fopenmp -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -fopenmp -Wl,-soname -Wl,libfftw3_omp.so.3 -o .libs/libfftw3_omp.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3_omp.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_omp.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3_omp.so.3.6.10 libfftw3_omp.so.3 || { rm -f libfftw3_omp.so.3 && ln -s libfftw3_omp.so.3.6.10 libfftw3_omp.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3_omp.so.3.6.10 libfftw3_omp.so || { rm -f libfftw3_omp.so && ln -s libfftw3_omp.so.3.6.10 libfftw3_omp.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3_omp.lai /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_omp.la
libtool: install: /usr/bin/install -c .libs/libfftw3_threads.a /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_threads.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_threads.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_threads.a
libtool: install: /usr/bin/install -c .libs/libfftw3_omp.a /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_omp.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_omp.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_omp.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/threads'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/threads'
Making install in tests
make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Making install in mpi
make[3]: Entering directory '/<<PKGBUILDDIR>>/mpi'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/mpi'
make[5]: Entering directory '/<<PKGBUILDDIR>>/mpi'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/include'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/include'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libfftw3_mpi.la '/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu'
 /usr/bin/install -c -m 644 fftw3-mpi.h '/<<PKGBUILDDIR>>/debian/tmp-double/usr/include'
 /usr/bin/install -c -m 644 fftw3-mpi.f03 fftw3l-mpi.f03 '/<<PKGBUILDDIR>>/debian/tmp-double/usr/include'
libtool: warning: relinking 'libfftw3_mpi.la'
libtool: install: (cd /<<PKGBUILDDIR>>/mpi; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink mpicc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3_mpi.la -rpath /usr/lib/x86_64-linux-gnu any-true.lo api.lo block.lo choose-radix.lo conf.lo dtensor.lo rearrange.lo wisdom-api.lo f03-wrap.lo transpose-alltoall.lo transpose-pairwise.lo transpose-recurse.lo transpose-problem.lo transpose-solve.lo dft-serial.lo dft-rank-geq2.lo dft-rank-geq2-transposed.lo dft-rank1.lo dft-rank1-bigvec.lo dft-problem.lo dft-solve.lo rdft-serial.lo rdft-rank-geq2.lo rdft-rank-geq2-transposed.lo rdft-rank1-bigvec.lo rdft-problem.lo rdft-solve.lo rdft2-serial.lo rdft2-rank-geq2.lo rdft2-rank-geq2-transposed.lo rdft2-problem.lo rdft2-solve.lo ../libfftw3.la -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-double)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/any-true.o .libs/api.o .libs/block.o .libs/choose-radix.o .libs/conf.o .libs/dtensor.o .libs/rearrange.o .libs/wisdom-api.o .libs/f03-wrap.o .libs/transpose-alltoall.o .libs/transpose-pairwise.o .libs/transpose-recurse.o .libs/transpose-problem.o .libs/transpose-solve.o .libs/dft-serial.o .libs/dft-rank-geq2.o .libs/dft-rank-geq2-transposed.o .libs/dft-rank1.o .libs/dft-rank1-bigvec.o .libs/dft-problem.o .libs/dft-solve.o .libs/rdft-serial.o .libs/rdft-rank-geq2.o .libs/rdft-rank-geq2-transposed.o .libs/rdft-rank1-bigvec.o .libs/rdft-problem.o .libs/rdft-solve.o .libs/rdft2-serial.o .libs/rdft2-rank-geq2.o .libs/rdft2-rank-geq2-transposed.o .libs/rdft2-problem.o .libs/rdft2-solve.o   -L/<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3 -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3_mpi.so.3 -o .libs/libfftw3_mpi.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3_mpi.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3_mpi.so.3.6.10 libfftw3_mpi.so.3 || { rm -f libfftw3_mpi.so.3 && ln -s libfftw3_mpi.so.3.6.10 libfftw3_mpi.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3_mpi.so.3.6.10 libfftw3_mpi.so || { rm -f libfftw3_mpi.so && ln -s libfftw3_mpi.so.3.6.10 libfftw3_mpi.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3_mpi.lai /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_mpi.la
libtool: install: /usr/bin/install -c .libs/libfftw3_mpi.a /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_mpi.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_mpi.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-double/usr/lib/x86_64-linux-gnu/libfftw3_mpi.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
Making install in doc
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making install in FAQ
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/share/info'
 /usr/bin/install -c -m 644 ./fftw3.info ./fftw3.info-1 ./fftw3.info-2 '/<<PKGBUILDDIR>>/debian/tmp-double/usr/share/info'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making install in tools
make[3]: Entering directory '/<<PKGBUILDDIR>>/tools'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/tools'
make[5]: Entering directory '/<<PKGBUILDDIR>>/tools'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/bin'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/bin'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-double/usr/share/man/man1'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c fftw-wisdom '/<<PKGBUILDDIR>>/debian/tmp-double/usr/bin'
 /usr/bin/install -c fftw-wisdom-to-conf '/<<PKGBUILDDIR>>/debian/tmp-double/usr/bin'
 /usr/bin/install -c -m 644 fftw-wisdom-to-conf.1 fftw-wisdom.1 '/<<PKGBUILDDIR>>/debian/tmp-double/usr/share/man/man1'
libtool: warning: '../threads/libfftw3_threads.la' has not been installed in '/usr/lib/x86_64-linux-gnu'
libtool: warning: '../libfftw3.la' has not been installed in '/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/fftw-wisdom /<<PKGBUILDDIR>>/debian/tmp-double/usr/bin/fftw-wisdom
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tools'
Making install in m4
make[3]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
# long double precision
CFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security' LDFLAGS='-Wl,-z,relro' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' ./configure --enable-long-double  --build x86_64-linux-gnu F77="gfortran -ff2c" --prefix=/usr --enable-shared --enable-threads --enable-openmp --enable-mpi --libdir=\${prefix}/lib/x86_64-linux-gnu MPILIBS="-pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free 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-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for C compiler vendor... gnu
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 gcc... /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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
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 gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking for ranlib... (cached) ranlib
checking for ocamlbuild... no
checking for mpicc... mpicc
checking for mpi.h... yes
checking for mpirun... mpirun
checking size of MPI_Fint... 4
checking whether C compiler accepts -mtune=native... yes
checking whether C compiler accepts -malign-double... yes
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -fno-schedule-insns... yes
checking whether C compiler accepts -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns... yes
checking for egrep... (cached) /bin/grep -E
checking for fcntl.h... yes
checking for fenv.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for sys/time.h... (cached) yes
checking for altivec.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for uint32_t... yes
checking for uint64_t... 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 ptrdiff_t... yes
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 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... no
checking for abort... yes
checking for sinl... yes
checking for cosl... yes
checking for snprintf... yes
checking for memmove... yes
checking for strchr... yes
checking for getpagesize... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sinl is declared... yes
checking whether cosl is declared... yes
checking whether sinq is declared... no
checking whether cosq is declared... no
checking whether memalign is declared... yes
checking whether drand48 is declared... yes
checking whether srand48 is declared... yes
checking whether posix_memalign is declared... yes
checking for _rtc intrinsic... no
checking for cosl... (cached) yes
checking for sinl... (cached) yes
checking for tanl... yes
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... (cached) yes
yes
checking whether the compiler supports GNU Fortran 77... yes
checking whether gfortran -ff2c accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran -ff2c option to produce PIC... -fPIC
checking if gfortran -ff2c PIC flag -fPIC works... yes
checking if gfortran -ff2c static flag -static works... yes
checking if gfortran -ff2c supports -c -o file.o... yes
checking if gfortran -ff2c supports -c -o file.o... (cached) yes
checking whether the gfortran -ff2c 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 how to get verbose linking output from gfortran -ff2c... -v
checking for Fortran 77 libraries of gfortran -ff2c...  -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, extra underscore
checking for OpenMP flag of C compiler... -fopenmp
checking for Win32 threads... no
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... no
***************************************************************
WARNING: No cycle counter found.  FFTW will use ESTIMATE mode  
         for all plans.  See the manual for more information.
***************************************************************
checking that generated files are newer than configure... done
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/avx-128-fma/Makefile
config.status: creating dft/simd/avx2/Makefile
config.status: creating dft/simd/avx2-128/Makefile
config.status: creating dft/simd/avx512/Makefile
config.status: creating dft/simd/kcvi/Makefile
config.status: creating dft/simd/altivec/Makefile
config.status: creating dft/simd/vsx/Makefile
config.status: creating dft/simd/neon/Makefile
config.status: creating dft/simd/generic-simd128/Makefile
config.status: creating dft/simd/generic-simd256/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/avx-128-fma/Makefile
config.status: creating rdft/simd/avx2/Makefile
config.status: creating rdft/simd/avx2-128/Makefile
config.status: creating rdft/simd/avx512/Makefile
config.status: creating rdft/simd/kcvi/Makefile
config.status: creating rdft/simd/altivec/Makefile
config.status: creating rdft/simd/vsx/Makefile
config.status: creating rdft/simd/neon/Makefile
config.status: creating rdft/simd/generic-simd128/Makefile
config.status: creating rdft/simd/generic-simd256/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
/usr/bin/make
make[2]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make  all-recursive
make[3]: Entering directory '/<<PKGBUILDDIR>>'
Making all in support
make[4]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/support'
Making all in kernel
make[4]: Entering directory '/<<PKGBUILDDIR>>/kernel'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c -o align.lo align.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c -o assert.lo assert.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c -o awake.lo awake.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c -o cpy1d.lo cpy1d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c -o cpy2d-pair.lo cpy2d-pair.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c -o cpy2d.lo cpy2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c  -fPIC -DPIC -o .libs/alloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c  -fPIC -DPIC -o .libs/assert.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c  -fPIC -DPIC -o .libs/awake.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c  -fPIC -DPIC -o .libs/align.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c  -fPIC -DPIC -o .libs/cpy2d-pair.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c  -fPIC -DPIC -o .libs/cpy1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c  -fPIC -DPIC -o .libs/cpy2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c -o awake.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c -o assert.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -o align.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c -o cpy1d.o >/dev/null 2>&1
mv -f .deps/alloc.Tpo .deps/alloc.Plo
mv -f .deps/awake.Tpo .deps/awake.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c -o cpy2d-pair.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c -o cpy2d.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c -o extract-reim.lo extract-reim.c
mv -f .deps/align.Tpo .deps/align.Plo
mv -f .deps/assert.Tpo .deps/assert.Plo
mv -f .deps/cpy1d.Tpo .deps/cpy1d.Plo
mv -f .deps/ct.Tpo .deps/ct.Plo
mv -f .deps/buffered.Tpo .deps/buffered.Plo
mv -f .deps/cpy2d.Tpo .deps/cpy2d.Plo
mv -f .deps/cpy2d-pair.Tpo .deps/cpy2d-pair.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c -o iabs.lo iabs.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c -o kalloc.lo kalloc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c -o md5-1.lo md5-1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c -o minmax.lo minmax.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c -o ops.lo ops.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c  -fPIC -DPIC -o .libs/extract-reim.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c  -fPIC -DPIC -o .libs/iabs.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c  -fPIC -DPIC -o .libs/kalloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c  -fPIC -DPIC -o .libs/md5-1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c  -fPIC -DPIC -o .libs/ops.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c  -fPIC -DPIC -o .libs/minmax.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c -o iabs.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c -o extract-reim.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c  -fPIC -DPIC -o .libs/hash.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c -o kalloc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c -o md5-1.o >/dev/null 2>&1
mv -f .deps/debug.Tpo .deps/debug.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c -o ops.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c -o pickdim.lo pickdim.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -o minmax.o >/dev/null 2>&1
mv -f .deps/iabs.Tpo .deps/iabs.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/md5.o
mv -f .deps/kalloc.Tpo .deps/kalloc.Plo
mv -f .deps/extract-reim.Tpo .deps/extract-reim.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c -o planner.lo planner.c
mv -f .deps/ops.Tpo .deps/ops.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c -o primes.lo primes.c
mv -f .deps/md5-1.Tpo .deps/md5-1.Plo
mv -f .deps/minmax.Tpo .deps/minmax.Plo
mv -f .deps/hash.Tpo .deps/hash.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c -o print.lo print.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c -o rader.lo rader.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c -o scan.lo scan.c
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c -o solver.lo solver.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c  -fPIC -DPIC -o .libs/primes.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c  -fPIC -DPIC -o .libs/pickdim.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c  -fPIC -DPIC -o .libs/planner.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c -o primes.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c  -fPIC -DPIC -o .libs/print.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c  -fPIC -DPIC -o .libs/scan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c -o planner.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c  -fPIC -DPIC -o .libs/rader.o
mv -f .deps/primes.Tpo .deps/primes.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c -o pickdim.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c -o solvtab.lo solvtab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c  -fPIC -DPIC -o .libs/solver.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -o print.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -o scan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
mv -f .deps/problem.Tpo .deps/problem.Plo
mv -f .deps/pickdim.Tpo .deps/pickdim.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c -o solver.o >/dev/null 2>&1
mv -f .deps/planner.Tpo .deps/planner.Plo
mv -f .deps/print.Tpo .deps/print.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c -o stride.lo stride.c
mv -f .deps/rader.Tpo .deps/rader.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c -o tensor.lo tensor.c
mv -f .deps/scan.Tpo .deps/scan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c -o tensor1.lo tensor1.c
mv -f .deps/plan.Tpo .deps/plan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c -o tensor2.lo tensor2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c -o tensor3.lo tensor3.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c -o tensor4.lo tensor4.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c -o tensor5.lo tensor5.c
mv -f .deps/solver.Tpo .deps/solver.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c -o tensor7.lo tensor7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c  -fPIC -DPIC -o .libs/solvtab.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c -o solvtab.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c  -fPIC -DPIC -o .libs/tensor2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c  -fPIC -DPIC -o .libs/tensor1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c  -fPIC -DPIC -o .libs/tensor.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c  -fPIC -DPIC -o .libs/tensor3.o
mv -f .deps/solvtab.Tpo .deps/solvtab.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c -o tensor8.lo tensor8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c -o tensor2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c  -fPIC -DPIC -o .libs/tensor7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c -o tensor1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c -o tensor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c  -fPIC -DPIC -o .libs/tensor4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c  -fPIC -DPIC -o .libs/stride.o
mv -f .deps/tensor2.Tpo .deps/tensor2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c -o tensor3.o >/dev/null 2>&1
mv -f .deps/tensor1.Tpo .deps/tensor1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c -o tensor7.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c -o tensor9.lo tensor9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c  -fPIC -DPIC -o .libs/tensor5.o
mv -f .deps/tensor.Tpo .deps/tensor.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c -o tile2d.lo tile2d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c -o tensor4.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c -o stride.o >/dev/null 2>&1
mv -f .deps/tensor3.Tpo .deps/tensor3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c -o tensor5.o >/dev/null 2>&1
mv -f .deps/tensor7.Tpo .deps/tensor7.Plo
mv -f .deps/tensor4.Tpo .deps/tensor4.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c -o transpose.lo transpose.c
mv -f .deps/stride.Tpo .deps/stride.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c -o trig.lo trig.c
mv -f .deps/tensor5.Tpo .deps/tensor5.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c -o twiddle.lo twiddle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c  -fPIC -DPIC -o .libs/tensor8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c  -fPIC -DPIC -o .libs/tensor9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c -o tensor8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c  -fPIC -DPIC -o .libs/tile2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c -o tensor9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c  -fPIC -DPIC -o .libs/timer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c -o tile2d.o >/dev/null 2>&1
mv -f .deps/tensor8.Tpo .deps/tensor8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c  -fPIC -DPIC -o .libs/trig.o
mv -f .deps/tensor9.Tpo .deps/tensor9.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c  -fPIC -DPIC -o .libs/transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c  -fPIC -DPIC -o .libs/twiddle.o
mv -f .deps/tile2d.Tpo .deps/tile2d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c -o trig.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c -o transpose.o >/dev/null 2>&1
mv -f .deps/timer.Tpo .deps/timer.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c -o twiddle.o >/dev/null 2>&1
mv -f .deps/trig.Tpo .deps/trig.Plo
mv -f .deps/transpose.Tpo .deps/transpose.Plo
mv -f .deps/twiddle.Tpo .deps/twiddle.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libkernel.la  align.lo alloc.lo assert.lo awake.lo buffered.lo cpy1d.lo cpy2d-pair.lo cpy2d.lo ct.lo debug.lo extract-reim.lo hash.lo iabs.lo kalloc.lo md5-1.lo md5.lo minmax.lo ops.lo pickdim.lo plan.lo planner.lo primes.lo print.lo problem.lo rader.lo scan.lo solver.lo solvtab.lo stride.lo tensor.lo tensor1.lo tensor2.lo tensor3.lo tensor4.lo tensor5.lo tensor7.lo tensor8.lo tensor9.lo tile2d.lo timer.lo transpose.lo trig.lo twiddle.lo  -lm 
libtool: link: rm -fr  .libs/libkernel.a .libs/libkernel.la
libtool: link: ar cr .libs/libkernel.a .libs/align.o .libs/alloc.o .libs/assert.o .libs/awake.o .libs/buffered.o .libs/cpy1d.o .libs/cpy2d-pair.o .libs/cpy2d.o .libs/ct.o .libs/debug.o .libs/extract-reim.o .libs/hash.o .libs/iabs.o .libs/kalloc.o .libs/md5-1.o .libs/md5.o .libs/minmax.o .libs/ops.o .libs/pickdim.o .libs/plan.o .libs/planner.o .libs/primes.o .libs/print.o .libs/problem.o .libs/rader.o .libs/scan.o .libs/solver.o .libs/solvtab.o .libs/stride.o .libs/tensor.o .libs/tensor1.o .libs/tensor2.o .libs/tensor3.o .libs/tensor4.o .libs/tensor5.o .libs/tensor7.o .libs/tensor8.o .libs/tensor9.o .libs/tile2d.o .libs/timer.o .libs/transpose.o .libs/trig.o .libs/twiddle.o 
libtool: link: ranlib .libs/libkernel.a
libtool: link: ( cd ".libs" && rm -f "libkernel.la" && ln -s "../libkernel.la" "libkernel.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
Making all in simd-support
make[4]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c -o taint.lo taint.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c -o sse2.lo sse2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c -o avx.lo avx.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c -o avx-128-fma.lo avx-128-fma.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c -o avx2.lo avx2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c -o avx512.lo avx512.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c -o kcvi.lo kcvi.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c -o altivec.lo altivec.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c -o vsx.lo vsx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c avx512.c  -fPIC -DPIC -o .libs/avx512.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c  -fPIC -DPIC -o .libs/avx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c kcvi.c  -fPIC -DPIC -o .libs/kcvi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c avx-128-fma.c  -fPIC -DPIC -o .libs/avx-128-fma.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c  -fPIC -DPIC -o .libs/sse2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c  -fPIC -DPIC -o .libs/taint.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c avx2.c  -fPIC -DPIC -o .libs/avx2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c avx512.c -o avx512.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c -o avx.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c vsx.c  -fPIC -DPIC -o .libs/vsx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c kcvi.c -o kcvi.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c -o sse2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c avx-128-fma.c -o avx-128-fma.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c -o taint.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c avx2.c -o avx2.o >/dev/null 2>&1
mv -f .deps/avx.Tpo .deps/avx.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c  -fPIC -DPIC -o .libs/altivec.o
mv -f .deps/avx512.Tpo .deps/avx512.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c vsx.c -o vsx.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c -o neon.lo neon.c
mv -f .deps/avx-128-fma.Tpo .deps/avx-128-fma.Plo
mv -f .deps/kcvi.Tpo .deps/kcvi.Plo
mv -f .deps/sse2.Tpo .deps/sse2.Plo
mv -f .deps/avx2.Tpo .deps/avx2.Plo
mv -f .deps/taint.Tpo .deps/taint.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c -o altivec.o >/dev/null 2>&1
mv -f .deps/vsx.Tpo .deps/vsx.Plo
mv -f .deps/altivec.Tpo .deps/altivec.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c  -fPIC -DPIC -o .libs/neon.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c -o neon.o >/dev/null 2>&1
mv -f .deps/neon.Tpo .deps/neon.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libsimd_support.la  taint.lo sse2.lo avx.lo avx-128-fma.lo avx2.lo avx512.lo kcvi.lo altivec.lo vsx.lo neon.lo  -lm 
libtool: link: rm -fr  .libs/libsimd_support.a .libs/libsimd_support.la
libtool: link: ar cr .libs/libsimd_support.a .libs/taint.o .libs/sse2.o .libs/avx.o .libs/avx-128-fma.o .libs/avx2.o .libs/avx512.o .libs/kcvi.o .libs/altivec.o .libs/vsx.o .libs/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" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
Making all in dft
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft'
Making all in scalar
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
Making all in codelets
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c -o n1_2.lo n1_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c -o n1_3.lo n1_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c -o n1_4.lo n1_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c -o n1_5.lo n1_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c -o n1_6.lo n1_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c -o n1_7.lo n1_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c -o n1_8.lo n1_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c -o n1_9.lo n1_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c -o n1_10.lo n1_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c  -fPIC -DPIC -o .libs/n1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c  -fPIC -DPIC -o .libs/n1_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c  -fPIC -DPIC -o .libs/n1_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c  -fPIC -DPIC -o .libs/n1_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c  -fPIC -DPIC -o .libs/n1_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c  -fPIC -DPIC -o .libs/n1_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c -o n1_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c  -fPIC -DPIC -o .libs/n1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c -o n1_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c -o n1_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c -o n1_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c  -fPIC -DPIC -o .libs/n1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c -o n1_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c  -fPIC -DPIC -o .libs/n1_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c -o n1_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c -o n1_3.o >/dev/null 2>&1
mv -f .deps/n1_4.Tpo .deps/n1_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c -o n1_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c -o n1_6.o >/dev/null 2>&1
mv -f .deps/n1_2.Tpo .deps/n1_2.Plo
mv -f .deps/n1_7.Tpo .deps/n1_7.Plo
mv -f .deps/n1_8.Tpo .deps/n1_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c -o n1_11.lo n1_11.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c -o n1_12.lo n1_12.c
mv -f .deps/n1_9.Tpo .deps/n1_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c -o n1_13.lo n1_13.c
mv -f .deps/n1_10.Tpo .deps/n1_10.Plo
mv -f .deps/n1_3.Tpo .deps/n1_3.Plo
mv -f .deps/n1_5.Tpo .deps/n1_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c -o n1_14.lo n1_14.c
mv -f .deps/n1_6.Tpo .deps/n1_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c -o n1_15.lo n1_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c -o n1_16.lo n1_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c -o n1_32.lo n1_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c -o n1_64.lo n1_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c -o n1_20.lo n1_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c  -fPIC -DPIC -o .libs/n1_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c  -fPIC -DPIC -o .libs/n1_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c  -fPIC -DPIC -o .libs/n1_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c  -fPIC -DPIC -o .libs/n1_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c  -fPIC -DPIC -o .libs/n1_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c -o n1_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c  -fPIC -DPIC -o .libs/n1_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c -o n1_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c  -fPIC -DPIC -o .libs/n1_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c -o n1_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c -o n1_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c  -fPIC -DPIC -o .libs/n1_16.o
mv -f .deps/n1_12.Tpo .deps/n1_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c -o n1_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c -o n1_32.o >/dev/null 2>&1
mv -f .deps/n1_11.Tpo .deps/n1_11.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c -o n1_20.o >/dev/null 2>&1
mv -f .deps/n1_15.Tpo .deps/n1_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c -o n1_25.lo n1_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c -o t1_2.lo t1_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c -o n1_16.o >/dev/null 2>&1
mv -f .deps/n1_14.Tpo .deps/n1_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c -o t1_3.lo t1_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c  -fPIC -DPIC -o .libs/n1_64.o
mv -f .deps/n1_32.Tpo .deps/n1_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c -o t1_4.lo t1_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c -o t1_5.lo t1_5.c
mv -f .deps/n1_20.Tpo .deps/n1_20.Plo
mv -f .deps/n1_13.Tpo .deps/n1_13.Plo
mv -f .deps/n1_16.Tpo .deps/n1_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c -o t1_6.lo t1_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c -o n1_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c -o t1_7.lo t1_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c -o t1_8.lo t1_8.c
mv -f .deps/n1_64.Tpo .deps/n1_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c -o t1_9.lo t1_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c  -fPIC -DPIC -o .libs/t1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c  -fPIC -DPIC -o .libs/t1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c  -fPIC -DPIC -o .libs/n1_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c  -fPIC -DPIC -o .libs/t1_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c -o t1_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c  -fPIC -DPIC -o .libs/t1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c -o t1_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c  -fPIC -DPIC -o .libs/t1_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c  -fPIC -DPIC -o .libs/t1_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c -o n1_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c -o t1_2.o >/dev/null 2>&1
mv -f .deps/t1_3.Tpo .deps/t1_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c -o t1_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c -o t1_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c -o t1_10.lo t1_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c  -fPIC -DPIC -o .libs/t1_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c -o t1_7.o >/dev/null 2>&1
mv -f .deps/t1_5.Tpo .deps/t1_5.Plo
mv -f .deps/n1_25.Tpo .deps/n1_25.Plo
mv -f .deps/t1_2.Tpo .deps/t1_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c -o t1_12.lo t1_12.c
mv -f .deps/t1_4.Tpo .deps/t1_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c -o t1_15.lo t1_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c  -fPIC -DPIC -o .libs/t1_9.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c -o t1_16.lo t1_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c -o t1_8.o >/dev/null 2>&1
mv -f .deps/t1_6.Tpo .deps/t1_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c -o t1_32.lo t1_32.c
mv -f .deps/t1_7.Tpo .deps/t1_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c -o t1_64.lo t1_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c -o t1_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c -o t1_20.lo t1_20.c
mv -f .deps/t1_8.Tpo .deps/t1_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c -o t1_25.lo t1_25.c
mv -f .deps/t1_9.Tpo .deps/t1_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c -o t2_4.lo t2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c  -fPIC -DPIC -o .libs/t1_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c  -fPIC -DPIC -o .libs/t1_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c  -fPIC -DPIC -o .libs/t1_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c  -fPIC -DPIC -o .libs/t1_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c -o t1_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c -o t1_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c  -fPIC -DPIC -o .libs/t1_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c  -fPIC -DPIC -o .libs/t1_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c -o t1_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c -o t1_15.o >/dev/null 2>&1
mv -f .deps/t1_10.Tpo .deps/t1_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c  -fPIC -DPIC -o .libs/t1_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c -o t2_8.lo t2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c -o t1_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c  -fPIC -DPIC -o .libs/t1_64.o
mv -f .deps/t1_12.Tpo .deps/t1_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c -o t1_25.o >/dev/null 2>&1
mv -f .deps/t1_15.Tpo .deps/t1_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c -o t2_16.lo t2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c -o t1_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c -o t2_32.lo t2_32.c
mv -f .deps/t1_16.Tpo .deps/t1_16.Plo
mv -f .deps/t1_32.Tpo .deps/t1_32.Plo
mv -f .deps/t1_25.Tpo .deps/t1_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c -o t2_64.lo t2_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c -o t1_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c -o t2_5.lo t2_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c -o t2_10.lo t2_10.c
mv -f .deps/t1_20.Tpo .deps/t1_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c  -fPIC -DPIC -o .libs/t2_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c -o t2_20.lo t2_20.c
mv -f .deps/t1_64.Tpo .deps/t1_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c -o t2_25.lo t2_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c -o t2_4.o >/dev/null 2>&1
mv -f .deps/t2_4.Tpo .deps/t2_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c -o q1_2.lo q1_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c  -fPIC -DPIC -o .libs/t2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c  -fPIC -DPIC -o .libs/t2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c -o t2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c  -fPIC -DPIC -o .libs/t2_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c  -fPIC -DPIC -o .libs/t2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c -o t2_16.o >/dev/null 2>&1
mv -f .deps/t2_8.Tpo .deps/t2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c  -fPIC -DPIC -o .libs/t2_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c -o t2_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c -o t2_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c -o q1_4.lo q1_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c  -fPIC -DPIC -o .libs/t2_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c  -fPIC -DPIC -o .libs/t2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c -o t2_10.o >/dev/null 2>&1
mv -f .deps/t2_5.Tpo .deps/t2_5.Plo
mv -f .deps/t2_32.Tpo .deps/t2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c -o q1_8.lo q1_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c  -fPIC -DPIC -o .libs/t2_25.o
mv -f .deps/t2_16.Tpo .deps/t2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c -o t2_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c -o q1_3.lo q1_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c -o t2_20.o >/dev/null 2>&1
mv -f .deps/t2_10.Tpo .deps/t2_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c -o q1_5.lo q1_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c -o q1_6.lo q1_6.c
mv -f .deps/t2_64.Tpo .deps/t2_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c -o t2_25.o >/dev/null 2>&1
mv -f .deps/t2_20.Tpo .deps/t2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/t2_25.Tpo .deps/t2_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c  -fPIC -DPIC -o .libs/q1_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c -o q1_2.o >/dev/null 2>&1
mv -f .deps/q1_2.Tpo .deps/q1_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c  -fPIC -DPIC -o .libs/q1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c  -fPIC -DPIC -o .libs/q1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c  -fPIC -DPIC -o .libs/q1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c -o q1_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c  -fPIC -DPIC -o .libs/q1_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c  -fPIC -DPIC -o .libs/q1_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c -o q1_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c -o q1_5.o >/dev/null 2>&1
mv -f .deps/q1_4.Tpo .deps/q1_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c -o q1_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c -o q1_8.o >/dev/null 2>&1
mv -f .deps/q1_3.Tpo .deps/q1_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/q1_5.Tpo .deps/q1_5.Plo
mv -f .deps/q1_6.Tpo .deps/q1_6.Plo
mv -f .deps/q1_8.Tpo .deps/q1_8.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_scalar_codelets.la  n1_2.lo n1_3.lo n1_4.lo n1_5.lo n1_6.lo n1_7.lo n1_8.lo n1_9.lo n1_10.lo n1_11.lo n1_12.lo n1_13.lo n1_14.lo n1_15.lo n1_16.lo n1_32.lo n1_64.lo n1_20.lo n1_25.lo t1_2.lo t1_3.lo t1_4.lo t1_5.lo t1_6.lo t1_7.lo t1_8.lo t1_9.lo t1_10.lo t1_12.lo t1_15.lo t1_16.lo t1_32.lo t1_64.lo t1_20.lo t1_25.lo t2_4.lo t2_8.lo t2_16.lo t2_32.lo t2_64.lo t2_5.lo t2_10.lo t2_20.lo t2_25.lo   q1_2.lo q1_4.lo q1_8.lo q1_3.lo q1_5.lo q1_6.lo codlist.lo  -lm 
libtool: link: rm -fr  .libs/libdft_scalar_codelets.a .libs/libdft_scalar_codelets.la
libtool: link: ar cr .libs/libdft_scalar_codelets.a .libs/n1_2.o .libs/n1_3.o .libs/n1_4.o .libs/n1_5.o .libs/n1_6.o .libs/n1_7.o .libs/n1_8.o .libs/n1_9.o .libs/n1_10.o .libs/n1_11.o .libs/n1_12.o .libs/n1_13.o .libs/n1_14.o .libs/n1_15.o .libs/n1_16.o .libs/n1_32.o .libs/n1_64.o .libs/n1_20.o .libs/n1_25.o .libs/t1_2.o .libs/t1_3.o .libs/t1_4.o .libs/t1_5.o .libs/t1_6.o .libs/t1_7.o .libs/t1_8.o .libs/t1_9.o .libs/t1_10.o .libs/t1_12.o .libs/t1_15.o .libs/t1_16.o .libs/t1_32.o .libs/t1_64.o .libs/t1_20.o .libs/t1_25.o .libs/t2_4.o .libs/t2_8.o .libs/t2_16.o .libs/t2_32.o .libs/t2_64.o .libs/t2_5.o .libs/t2_10.o .libs/t2_20.o .libs/t2_25.o .libs/q1_2.o .libs/q1_4.o .libs/q1_8.o .libs/q1_3.o .libs/q1_5.o .libs/q1_6.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c -o n.lo n.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c -o t.lo t.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c  -fPIC -DPIC -o .libs/n.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c  -fPIC -DPIC -o .libs/t.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c -o t.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c -o n.o >/dev/null 2>&1
mv -f .deps/t.Tpo .deps/t.Plo
mv -f .deps/n.Tpo .deps/n.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_scalar.la  n.lo t.lo  -lm 
libtool: link: rm -fr  .libs/libdft_scalar.a .libs/libdft_scalar.la
libtool: link: ar cr .libs/libdft_scalar.a .libs/n.o .libs/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" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
Making all in simd
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
Making all in common
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
Making all in sse2
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
Making all in avx
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
Making all in avx-128-fma
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
Making all in avx2
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
Making all in avx2-128
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
Making all in avx512
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
Making all in kcvi
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
Making all in altivec
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
Making all in vsx
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
Making all in neon
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
Making all in generic-simd128
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
Making all in generic-simd256
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c -o bluestein.lo bluestein.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c -o dftw-direct.lo dftw-direct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c -o dftw-directsq.lo dftw-directsq.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c -o dftw-generic.lo dftw-generic.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c -o dftw-genericbuf.lo dftw-genericbuf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c -o direct.lo direct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c  -fPIC -DPIC -o .libs/dftw-direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c  -fPIC -DPIC -o .libs/dftw-generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c  -fPIC -DPIC -o .libs/dftw-directsq.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c -o dftw-direct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c  -fPIC -DPIC -o .libs/dftw-genericbuf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c -o dftw-generic.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c  -fPIC -DPIC -o .libs/direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c -o dftw-genericbuf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c  -fPIC -DPIC -o .libs/bluestein.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c -o dftw-directsq.o >/dev/null 2>&1
mv -f .deps/dftw-direct.Tpo .deps/dftw-direct.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c -o direct.o >/dev/null 2>&1
mv -f .deps/ct.Tpo .deps/ct.Plo
mv -f .deps/dftw-generic.Tpo .deps/dftw-generic.Plo
mv -f .deps/conf.Tpo .deps/conf.Plo
mv -f .deps/buffered.Tpo .deps/buffered.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c -o generic.lo generic.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c -o indirect.lo indirect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c -o bluestein.o >/dev/null 2>&1
mv -f .deps/dftw-genericbuf.Tpo .deps/dftw-genericbuf.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c -o indirect-transpose.lo indirect-transpose.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c -o kdft-dif.lo kdft-dif.c
mv -f .deps/dftw-directsq.Tpo .deps/dftw-directsq.Plo
mv -f .deps/direct.Tpo .deps/direct.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c -o kdft-difsq.lo kdft-difsq.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c -o kdft-dit.lo kdft-dit.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c -o kdft.lo kdft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c -o nop.lo nop.c
mv -f .deps/bluestein.Tpo .deps/bluestein.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c  -fPIC -DPIC -o .libs/generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c  -fPIC -DPIC -o .libs/kdft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c  -fPIC -DPIC -o .libs/indirect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c  -fPIC -DPIC -o .libs/kdft-dit.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c  -fPIC -DPIC -o .libs/kdft-dif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -o indirect.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c -o kdft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c  -fPIC -DPIC -o .libs/nop.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c  -fPIC -DPIC -o .libs/indirect-transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c -o kdft-dit.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
mv -f .deps/indirect.Tpo .deps/indirect.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c -o kdft-dif.o >/dev/null 2>&1
mv -f .deps/generic.Tpo .deps/generic.Plo
mv -f .deps/kdft.Tpo .deps/kdft.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c -o rader.lo rader.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -o nop.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c  -fPIC -DPIC -o .libs/kdft-difsq.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c -o rank-geq2.lo rank-geq2.c
mv -f .deps/kdft-dit.Tpo .deps/kdft-dit.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c -o indirect-transpose.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
mv -f .deps/kdft-dif.Tpo .deps/kdft-dif.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c -o kdft-difsq.o >/dev/null 2>&1
mv -f .deps/nop.Tpo .deps/nop.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c -o vrank-geq1.lo vrank-geq1.c
mv -f .deps/indirect-transpose.Tpo .deps/indirect-transpose.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c -o zero.lo zero.c
mv -f .deps/plan.Tpo .deps/plan.Plo
mv -f .deps/kdft-difsq.Tpo .deps/kdft-difsq.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c  -fPIC -DPIC -o .libs/rank-geq2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c  -fPIC -DPIC -o .libs/rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c  -fPIC -DPIC -o .libs/solve.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c  -fPIC -DPIC -o .libs/zero.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -o rank-geq2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -o solve.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c -o zero.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c  -fPIC -DPIC -o .libs/vrank-geq1.o
mv -f .deps/problem.Tpo .deps/problem.Plo
mv -f .deps/rader.Tpo .deps/rader.Plo
mv -f .deps/rank-geq2.Tpo .deps/rank-geq2.Plo
mv -f .deps/solve.Tpo .deps/solve.Plo
mv -f .deps/zero.Tpo .deps/zero.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -o vrank-geq1.o >/dev/null 2>&1
mv -f .deps/vrank-geq1.Tpo .deps/vrank-geq1.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft.la  bluestein.lo buffered.lo conf.lo ct.lo dftw-direct.lo dftw-directsq.lo dftw-generic.lo dftw-genericbuf.lo direct.lo generic.lo indirect.lo indirect-transpose.lo kdft-dif.lo kdft-difsq.lo kdft-dit.lo kdft.lo nop.lo plan.lo problem.lo rader.lo rank-geq2.lo solve.lo vrank-geq1.lo zero.lo  -lm 
libtool: link: rm -fr  .libs/libdft.a .libs/libdft.la
libtool: link: ar cr .libs/libdft.a .libs/bluestein.o .libs/buffered.o .libs/conf.o .libs/ct.o .libs/dftw-direct.o .libs/dftw-directsq.o .libs/dftw-generic.o .libs/dftw-genericbuf.o .libs/direct.o .libs/generic.o .libs/indirect.o .libs/indirect-transpose.o .libs/kdft-dif.o .libs/kdft-difsq.o .libs/kdft-dit.o .libs/kdft.o .libs/nop.o .libs/plan.o .libs/problem.o .libs/rader.o .libs/rank-geq2.o .libs/solve.o .libs/vrank-geq1.o .libs/zero.o 
libtool: link: ranlib .libs/libdft.a
libtool: link: ( cd ".libs" && rm -f "libdft.la" && ln -s "../libdft.la" "libdft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft'
Making all in rdft
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft'
Making all in scalar
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making all in r2cf
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c -o r2cf_2.lo r2cf_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c -o r2cf_3.lo r2cf_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c -o r2cf_4.lo r2cf_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c -o r2cf_5.lo r2cf_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c -o r2cf_6.lo r2cf_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c -o r2cf_7.lo r2cf_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c -o r2cf_8.lo r2cf_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c -o r2cf_9.lo r2cf_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c -o r2cf_10.lo r2cf_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c  -fPIC -DPIC -o .libs/r2cf_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c  -fPIC -DPIC -o .libs/r2cf_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c  -fPIC -DPIC -o .libs/r2cf_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c  -fPIC -DPIC -o .libs/r2cf_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c  -fPIC -DPIC -o .libs/r2cf_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c  -fPIC -DPIC -o .libs/r2cf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c -o r2cf_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c  -fPIC -DPIC -o .libs/r2cf_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c  -fPIC -DPIC -o .libs/r2cf_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c -o r2cf_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c  -fPIC -DPIC -o .libs/r2cf_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c -o r2cf_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c -o r2cf_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c -o r2cf_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c -o r2cf_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c -o r2cf_10.o >/dev/null 2>&1
mv -f .deps/r2cf_2.Tpo .deps/r2cf_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c -o r2cf_9.o >/dev/null 2>&1
mv -f .deps/r2cf_6.Tpo .deps/r2cf_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c -o r2cf_11.lo r2cf_11.c
mv -f .deps/r2cf_3.Tpo .deps/r2cf_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c -o r2cf_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c -o r2cf_12.lo r2cf_12.c
mv -f .deps/r2cf_5.Tpo .deps/r2cf_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c -o r2cf_13.lo r2cf_13.c
mv -f .deps/r2cf_7.Tpo .deps/r2cf_7.Plo
mv -f .deps/r2cf_10.Tpo .deps/r2cf_10.Plo
mv -f .deps/r2cf_4.Tpo .deps/r2cf_4.Plo
mv -f .deps/r2cf_9.Tpo .deps/r2cf_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c -o r2cf_14.lo r2cf_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c -o r2cf_15.lo r2cf_15.c
mv -f .deps/r2cf_8.Tpo .deps/r2cf_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c -o r2cf_16.lo r2cf_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c -o r2cf_32.lo r2cf_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c -o r2cf_64.lo r2cf_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c -o r2cf_128.lo r2cf_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c  -fPIC -DPIC -o .libs/r2cf_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c  -fPIC -DPIC -o .libs/r2cf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c  -fPIC -DPIC -o .libs/r2cf_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c  -fPIC -DPIC -o .libs/r2cf_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c -o r2cf_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c  -fPIC -DPIC -o .libs/r2cf_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c  -fPIC -DPIC -o .libs/r2cf_128.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c -o r2cf_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c  -fPIC -DPIC -o .libs/r2cf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c  -fPIC -DPIC -o .libs/r2cf_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c -o r2cf_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c -o r2cf_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c -o r2cf_11.o >/dev/null 2>&1
mv -f .deps/r2cf_12.Tpo .deps/r2cf_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c  -fPIC -DPIC -o .libs/r2cf_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c -o r2cf_128.o >/dev/null 2>&1
mv -f .deps/r2cf_16.Tpo .deps/r2cf_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c -o r2cf_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c -o r2cf_15.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c -o r2cf_20.lo r2cf_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c -o r2cf_25.lo r2cf_25.c
mv -f .deps/r2cf_64.Tpo .deps/r2cf_64.Plo
mv -f .deps/r2cf_13.Tpo .deps/r2cf_13.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c -o r2cf_14.o >/dev/null 2>&1
mv -f .deps/r2cf_11.Tpo .deps/r2cf_11.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c -o hf_2.lo hf_2.c
mv -f .deps/r2cf_15.Tpo .deps/r2cf_15.Plo
mv -f .deps/r2cf_32.Tpo .deps/r2cf_32.Plo
mv -f .deps/r2cf_128.Tpo .deps/r2cf_128.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c -o hf_3.lo hf_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c -o hf_4.lo hf_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c -o hf_5.lo hf_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c -o hf_6.lo hf_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c -o hf_7.lo hf_7.c
mv -f .deps/r2cf_14.Tpo .deps/r2cf_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c -o hf_8.lo hf_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c  -fPIC -DPIC -o .libs/r2cf_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c  -fPIC -DPIC -o .libs/hf_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c  -fPIC -DPIC -o .libs/r2cf_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c -o hf_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c  -fPIC -DPIC -o .libs/hf_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c  -fPIC -DPIC -o .libs/hf_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c  -fPIC -DPIC -o .libs/hf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c  -fPIC -DPIC -o .libs/hf_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c -o r2cf_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c  -fPIC -DPIC -o .libs/hf_5.o
mv -f .deps/hf_2.Tpo .deps/hf_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c -o hf_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c -o r2cf_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c -o hf_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c -o hf_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c -o hf_9.lo hf_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c  -fPIC -DPIC -o .libs/hf_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c -o hf_6.o >/dev/null 2>&1
mv -f .deps/r2cf_20.Tpo .deps/r2cf_20.Plo
mv -f .deps/hf_3.Tpo .deps/hf_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c -o hf_5.o >/dev/null 2>&1
mv -f .deps/hf_7.Tpo .deps/hf_7.Plo
mv -f .deps/r2cf_25.Tpo .deps/r2cf_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c -o hf_10.lo hf_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c -o hf_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c -o hf_12.lo hf_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c -o hf_15.lo hf_15.c
mv -f .deps/hf_6.Tpo .deps/hf_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c -o hf_16.lo hf_16.c
mv -f .deps/hf_4.Tpo .deps/hf_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c -o hf_32.lo hf_32.c
mv -f .deps/hf_5.Tpo .deps/hf_5.Plo
mv -f .deps/hf_8.Tpo .deps/hf_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c -o hf_64.lo hf_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c -o hf_20.lo hf_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c -o hf_25.lo hf_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c  -fPIC -DPIC -o .libs/hf_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c  -fPIC -DPIC -o .libs/hf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c -o hf_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c  -fPIC -DPIC -o .libs/hf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c  -fPIC -DPIC -o .libs/hf_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c  -fPIC -DPIC -o .libs/hf_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c  -fPIC -DPIC -o .libs/hf_20.o
mv -f .deps/hf_9.Tpo .deps/hf_9.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c -o hf_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c  -fPIC -DPIC -o .libs/hf_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c -o hf_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c -o hf_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c  -fPIC -DPIC -o .libs/hf_64.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c -o hf2_4.lo hf2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c -o hf_10.o >/dev/null 2>&1
mv -f .deps/hf_16.Tpo .deps/hf_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c -o hf_12.o >/dev/null 2>&1
mv -f .deps/hf_15.Tpo .deps/hf_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c -o hf2_8.lo hf2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c -o hf_20.o >/dev/null 2>&1
mv -f .deps/hf_32.Tpo .deps/hf_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c -o hf2_16.lo hf2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c -o hf_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c  -fPIC -DPIC -o .libs/hf_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c -o hf2_32.lo hf2_32.c
mv -f .deps/hf_10.Tpo .deps/hf_10.Plo
mv -f .deps/hf_12.Tpo .deps/hf_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c -o hf2_5.lo hf2_5.c
mv -f .deps/hf_20.Tpo .deps/hf_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c -o hf2_20.lo hf2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c -o hf_25.o >/dev/null 2>&1
mv -f .deps/hf_64.Tpo .deps/hf_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c -o hf2_25.lo hf2_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c -o r2cfII_2.lo r2cfII_2.c
mv -f .deps/hf_25.Tpo .deps/hf_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c -o r2cfII_3.lo r2cfII_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c  -fPIC -DPIC -o .libs/hf2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c  -fPIC -DPIC -o .libs/hf2_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c  -fPIC -DPIC -o .libs/hf2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c  -fPIC -DPIC -o .libs/hf2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c  -fPIC -DPIC -o .libs/r2cfII_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c  -fPIC -DPIC -o .libs/hf2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c  -fPIC -DPIC -o .libs/hf2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c -o hf2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c -o hf2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c  -fPIC -DPIC -o .libs/hf2_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c -o hf2_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c -o hf2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c -o r2cfII_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c -o hf2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c -o hf2_25.o >/dev/null 2>&1
mv -f .deps/hf2_5.Tpo .deps/hf2_5.Plo
mv -f .deps/hf2_32.Tpo .deps/hf2_32.Plo
mv -f .deps/hf2_8.Tpo .deps/hf2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c  -fPIC -DPIC -o .libs/r2cfII_3.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c -o r2cfII_4.lo r2cfII_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c -o hf2_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c -o r2cfII_5.lo r2cfII_5.c
mv -f .deps/hf2_20.Tpo .deps/hf2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c -o r2cfII_6.lo r2cfII_6.c
mv -f .deps/r2cfII_2.Tpo .deps/r2cfII_2.Plo
mv -f .deps/hf2_16.Tpo .deps/hf2_16.Plo
mv -f .deps/hf2_25.Tpo .deps/hf2_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c -o r2cfII_3.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c -o r2cfII_7.lo r2cfII_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c -o r2cfII_8.lo r2cfII_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c -o r2cfII_9.lo r2cfII_9.c
mv -f .deps/hf2_4.Tpo .deps/hf2_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c -o r2cfII_10.lo r2cfII_10.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c -o r2cfII_12.lo r2cfII_12.c
mv -f .deps/r2cfII_3.Tpo .deps/r2cfII_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c -o r2cfII_15.lo r2cfII_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c  -fPIC -DPIC -o .libs/r2cfII_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c  -fPIC -DPIC -o .libs/r2cfII_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c  -fPIC -DPIC -o .libs/r2cfII_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c -o r2cfII_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c -o r2cfII_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c  -fPIC -DPIC -o .libs/r2cfII_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c  -fPIC -DPIC -o .libs/r2cfII_6.o
mv -f .deps/r2cfII_4.Tpo .deps/r2cfII_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c  -fPIC -DPIC -o .libs/r2cfII_15.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c -o r2cfII_16.lo r2cfII_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c -o r2cfII_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c -o r2cfII_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c -o r2cfII_15.o >/dev/null 2>&1
mv -f .deps/r2cfII_5.Tpo .deps/r2cfII_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c -o r2cfII_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c  -fPIC -DPIC -o .libs/r2cfII_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c  -fPIC -DPIC -o .libs/r2cfII_7.o
mv -f .deps/r2cfII_9.Tpo .deps/r2cfII_9.Plo
mv -f .deps/r2cfII_6.Tpo .deps/r2cfII_6.Plo
mv -f .deps/r2cfII_8.Tpo .deps/r2cfII_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c  -fPIC -DPIC -o .libs/r2cfII_12.o
mv -f .deps/r2cfII_15.Tpo .deps/r2cfII_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c -o r2cfII_32.lo r2cfII_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c -o r2cfII_64.lo r2cfII_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c -o r2cfII_7.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c -o r2cfII_20.lo r2cfII_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c -o r2cfII_25.lo r2cfII_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c -o hc2cf_2.lo hc2cf_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c -o r2cfII_12.o >/dev/null 2>&1
mv -f .deps/r2cfII_7.Tpo .deps/r2cfII_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c -o r2cfII_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c -o hc2cf_4.lo hc2cf_4.c
mv -f .deps/r2cfII_10.Tpo .deps/r2cfII_10.Plo
mv -f .deps/r2cfII_12.Tpo .deps/r2cfII_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c -o hc2cf_6.lo hc2cf_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c -o hc2cf_8.lo hc2cf_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c  -fPIC -DPIC -o .libs/r2cfII_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c -o r2cfII_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c  -fPIC -DPIC -o .libs/hc2cf_2.o
mv -f .deps/r2cfII_16.Tpo .deps/r2cfII_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c  -fPIC -DPIC -o .libs/r2cfII_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c -o hc2cf_10.lo hc2cf_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c  -fPIC -DPIC -o .libs/r2cfII_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c  -fPIC -DPIC -o .libs/r2cfII_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c -o hc2cf_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c  -fPIC -DPIC -o .libs/r2cfII_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c -o r2cfII_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c -o r2cfII_32.o >/dev/null 2>&1
mv -f .deps/hc2cf_2.Tpo .deps/hc2cf_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c -o r2cfII_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c -o r2cfII_20.o >/dev/null 2>&1
mv -f .deps/r2cfII_64.Tpo .deps/r2cfII_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c  -fPIC -DPIC -o .libs/hc2cf_6.o
mv -f .deps/r2cfII_32.Tpo .deps/r2cfII_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c -o hc2cf_12.lo hc2cf_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c -o hc2cf_16.lo hc2cf_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c -o hc2cf_32.lo hc2cf_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c  -fPIC -DPIC -o .libs/hc2cf_4.o
mv -f .deps/r2cfII_20.Tpo .deps/r2cfII_20.Plo
mv -f .deps/r2cfII_25.Tpo .deps/r2cfII_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c -o hc2cf_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c -o hc2cf_20.lo hc2cf_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c -o hc2cf2_4.lo hc2cf2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c  -fPIC -DPIC -o .libs/hc2cf_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c -o hc2cf_4.o >/dev/null 2>&1
mv -f .deps/hc2cf_6.Tpo .deps/hc2cf_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c -o hc2cf_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c -o hc2cf2_8.lo hc2cf2_8.c
mv -f .deps/hc2cf_4.Tpo .deps/hc2cf_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c -o hc2cf2_16.lo hc2cf2_16.c
mv -f .deps/hc2cf_8.Tpo .deps/hc2cf_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c  -fPIC -DPIC -o .libs/hc2cf_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c -o hc2cf2_32.lo hc2cf2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c -o hc2cf_10.o >/dev/null 2>&1
mv -f .deps/hc2cf_10.Tpo .deps/hc2cf_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c -o hc2cf2_20.lo hc2cf2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c  -fPIC -DPIC -o .libs/hc2cf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c  -fPIC -DPIC -o .libs/hc2cf_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c  -fPIC -DPIC -o .libs/hc2cf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c -o hc2cf_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c  -fPIC -DPIC -o .libs/hc2cf2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c  -fPIC -DPIC -o .libs/hc2cf_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c -o hc2cf_32.o >/dev/null 2>&1
mv -f .deps/hc2cf_16.Tpo .deps/hc2cf_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c -o hc2cf_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c -o hc2cf2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c -o hc2cf_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c -o hc2cfdft_2.lo hc2cfdft_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c  -fPIC -DPIC -o .libs/hc2cf2_8.o
mv -f .deps/hc2cf_12.Tpo .deps/hc2cf_12.Plo
mv -f .deps/hc2cf_32.Tpo .deps/hc2cf_32.Plo
mv -f .deps/hc2cf2_4.Tpo .deps/hc2cf2_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c -o hc2cfdft_4.lo hc2cfdft_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c -o hc2cfdft_6.lo hc2cfdft_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c -o hc2cfdft_8.lo hc2cfdft_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c -o hc2cf2_8.o >/dev/null 2>&1
mv -f .deps/hc2cf_20.Tpo .deps/hc2cf_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c -o hc2cfdft_10.lo hc2cfdft_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c  -fPIC -DPIC -o .libs/hc2cf2_16.o
mv -f .deps/hc2cf2_8.Tpo .deps/hc2cf2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c  -fPIC -DPIC -o .libs/hc2cf2_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c -o hc2cfdft_12.lo hc2cfdft_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c -o hc2cf2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c -o hc2cf2_32.o >/dev/null 2>&1
mv -f .deps/hc2cf2_16.Tpo .deps/hc2cf2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c  -fPIC -DPIC -o .libs/hc2cf2_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c -o hc2cfdft_16.lo hc2cfdft_16.c
mv -f .deps/hc2cf2_32.Tpo .deps/hc2cf2_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c -o hc2cf2_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c -o hc2cfdft_32.lo hc2cfdft_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c  -fPIC -DPIC -o .libs/hc2cfdft_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c -o hc2cfdft_2.o >/dev/null 2>&1
mv -f .deps/hc2cf2_20.Tpo .deps/hc2cf2_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c  -fPIC -DPIC -o .libs/hc2cfdft_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c -o hc2cfdft_20.lo hc2cfdft_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c  -fPIC -DPIC -o .libs/hc2cfdft_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c -o hc2cfdft_6.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_2.Tpo .deps/hc2cfdft_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c  -fPIC -DPIC -o .libs/hc2cfdft_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c -o hc2cfdft2_4.lo hc2cfdft2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c -o hc2cfdft_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c -o hc2cfdft_4.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_6.Tpo .deps/hc2cfdft_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c -o hc2cfdft2_8.lo hc2cfdft2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c  -fPIC -DPIC -o .libs/hc2cfdft_10.o
mv -f .deps/hc2cfdft_4.Tpo .deps/hc2cfdft_4.Plo
mv -f .deps/hc2cfdft_8.Tpo .deps/hc2cfdft_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c  -fPIC -DPIC -o .libs/hc2cfdft_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c -o hc2cfdft2_16.lo hc2cfdft2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c  -fPIC -DPIC -o .libs/hc2cfdft_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c -o hc2cfdft_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c -o hc2cfdft2_32.lo hc2cfdft2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c  -fPIC -DPIC -o .libs/hc2cfdft_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c -o hc2cfdft_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c -o hc2cfdft_12.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_10.Tpo .deps/hc2cfdft_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c -o hc2cfdft_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c -o hc2cfdft2_20.lo hc2cfdft2_20.c
mv -f .deps/hc2cfdft_12.Tpo .deps/hc2cfdft_12.Plo
mv -f .deps/hc2cfdft_16.Tpo .deps/hc2cfdft_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/hc2cfdft_32.Tpo .deps/hc2cfdft_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c  -fPIC -DPIC -o .libs/hc2cfdft_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c -o hc2cfdft_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c  -fPIC -DPIC -o .libs/hc2cfdft2_4.o
mv -f .deps/hc2cfdft_20.Tpo .deps/hc2cfdft_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c -o hc2cfdft2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c  -fPIC -DPIC -o .libs/hc2cfdft2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c -o hc2cfdft2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c  -fPIC -DPIC -o .libs/hc2cfdft2_16.o
mv -f .deps/hc2cfdft2_4.Tpo .deps/hc2cfdft2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c  -fPIC -DPIC -o .libs/hc2cfdft2_32.o
mv -f .deps/hc2cfdft2_8.Tpo .deps/hc2cfdft2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c -o hc2cfdft2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c  -fPIC -DPIC -o .libs/hc2cfdft2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c -o hc2cfdft2_32.o >/dev/null 2>&1
mv -f .deps/hc2cfdft2_16.Tpo .deps/hc2cfdft2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c -o hc2cfdft2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/hc2cfdft2_32.Tpo .deps/hc2cfdft2_32.Plo
mv -f .deps/hc2cfdft2_20.Tpo .deps/hc2cfdft2_20.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2cf.la  r2cf_2.lo r2cf_3.lo r2cf_4.lo r2cf_5.lo r2cf_6.lo r2cf_7.lo r2cf_8.lo r2cf_9.lo r2cf_10.lo r2cf_11.lo r2cf_12.lo r2cf_13.lo r2cf_14.lo r2cf_15.lo r2cf_16.lo r2cf_32.lo r2cf_64.lo r2cf_128.lo r2cf_20.lo r2cf_25.lo hf_2.lo hf_3.lo hf_4.lo hf_5.lo hf_6.lo hf_7.lo hf_8.lo hf_9.lo hf_10.lo hf_12.lo hf_15.lo hf_16.lo hf_32.lo hf_64.lo hf_20.lo hf_25.lo hf2_4.lo hf2_8.lo hf2_16.lo hf2_32.lo hf2_5.lo hf2_20.lo hf2_25.lo r2cfII_2.lo r2cfII_3.lo r2cfII_4.lo r2cfII_5.lo r2cfII_6.lo r2cfII_7.lo r2cfII_8.lo r2cfII_9.lo r2cfII_10.lo r2cfII_12.lo r2cfII_15.lo r2cfII_16.lo r2cfII_32.lo r2cfII_64.lo r2cfII_20.lo r2cfII_25.lo hc2cf_2.lo hc2cf_4.lo hc2cf_6.lo hc2cf_8.lo hc2cf_10.lo hc2cf_12.lo hc2cf_16.lo hc2cf_32.lo hc2cf_20.lo hc2cf2_4.lo hc2cf2_8.lo hc2cf2_16.lo hc2cf2_32.lo hc2cf2_20.lo hc2cfdft_2.lo hc2cfdft_4.lo hc2cfdft_6.lo hc2cfdft_8.lo hc2cfdft_10.lo hc2cfdft_12.lo hc2cfdft_16.lo hc2cfdft_32.lo hc2cfdft_20.lo hc2cfdft2_4.lo hc2cfdft2_8.lo hc2cfdft2_16.lo hc2cfdft2_32.lo hc2cfdft2_20.lo codlist.lo  -lm 
libtool: link: rm -fr  .libs/librdft_scalar_r2cf.a .libs/librdft_scalar_r2cf.la
libtool: link: ar cr .libs/librdft_scalar_r2cf.a .libs/r2cf_2.o .libs/r2cf_3.o .libs/r2cf_4.o .libs/r2cf_5.o .libs/r2cf_6.o .libs/r2cf_7.o .libs/r2cf_8.o .libs/r2cf_9.o .libs/r2cf_10.o .libs/r2cf_11.o .libs/r2cf_12.o .libs/r2cf_13.o .libs/r2cf_14.o .libs/r2cf_15.o .libs/r2cf_16.o .libs/r2cf_32.o .libs/r2cf_64.o .libs/r2cf_128.o .libs/r2cf_20.o .libs/r2cf_25.o .libs/hf_2.o .libs/hf_3.o .libs/hf_4.o .libs/hf_5.o .libs/hf_6.o .libs/hf_7.o .libs/hf_8.o .libs/hf_9.o .libs/hf_10.o .libs/hf_12.o .libs/hf_15.o .libs/hf_16.o .libs/hf_32.o .libs/hf_64.o .libs/hf_20.o .libs/hf_25.o .libs/hf2_4.o .libs/hf2_8.o .libs/hf2_16.o .libs/hf2_32.o .libs/hf2_5.o .libs/hf2_20.o .libs/hf2_25.o .libs/r2cfII_2.o .libs/r2cfII_3.o .libs/r2cfII_4.o .libs/r2cfII_5.o .libs/r2cfII_6.o .libs/r2cfII_7.o .libs/r2cfII_8.o .libs/r2cfII_9.o .libs/r2cfII_10.o .libs/r2cfII_12.o .libs/r2cfII_15.o .libs/r2cfII_16.o .libs/r2cfII_32.o .libs/r2cfII_64.o .libs/r2cfII_20.o .libs/r2cfII_25.o .libs/hc2cf_2.o .libs/hc2cf_4.o .libs/hc2cf_6.o .libs/hc2cf_8.o .libs/hc2cf_10.o .libs/hc2cf_12.o .libs/hc2cf_16.o .libs/hc2cf_32.o .libs/hc2cf_20.o .libs/hc2cf2_4.o .libs/hc2cf2_8.o .libs/hc2cf2_16.o .libs/hc2cf2_32.o .libs/hc2cf2_20.o .libs/hc2cfdft_2.o .libs/hc2cfdft_4.o .libs/hc2cfdft_6.o .libs/hc2cfdft_8.o .libs/hc2cfdft_10.o .libs/hc2cfdft_12.o .libs/hc2cfdft_16.o .libs/hc2cfdft_32.o .libs/hc2cfdft_20.o .libs/hc2cfdft2_4.o .libs/hc2cfdft2_8.o .libs/hc2cfdft2_16.o .libs/hc2cfdft2_32.o .libs/hc2cfdft2_20.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
Making all in r2cb
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c -o r2cb_2.lo r2cb_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c -o r2cb_3.lo r2cb_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c -o r2cb_4.lo r2cb_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c -o r2cb_5.lo r2cb_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c -o r2cb_6.lo r2cb_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c -o r2cb_7.lo r2cb_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c -o r2cb_8.lo r2cb_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c -o r2cb_9.lo r2cb_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c -o r2cb_10.lo r2cb_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c  -fPIC -DPIC -o .libs/r2cb_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c  -fPIC -DPIC -o .libs/r2cb_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c  -fPIC -DPIC -o .libs/r2cb_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c  -fPIC -DPIC -o .libs/r2cb_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c  -fPIC -DPIC -o .libs/r2cb_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c  -fPIC -DPIC -o .libs/r2cb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c  -fPIC -DPIC -o .libs/r2cb_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c -o r2cb_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c -o r2cb_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c -o r2cb_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c -o r2cb_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c -o r2cb_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c  -fPIC -DPIC -o .libs/r2cb_3.o
mv -f .deps/r2cb_5.Tpo .deps/r2cb_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c -o r2cb_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c -o r2cb_4.o >/dev/null 2>&1
mv -f .deps/r2cb_7.Tpo .deps/r2cb_7.Plo
mv -f .deps/r2cb_8.Tpo .deps/r2cb_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c  -fPIC -DPIC -o .libs/r2cb_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c -o r2cb_11.lo r2cb_11.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c -o r2cb_12.lo r2cb_12.c
mv -f .deps/r2cb_9.Tpo .deps/r2cb_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c -o r2cb_13.lo r2cb_13.c
mv -f .deps/r2cb_2.Tpo .deps/r2cb_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c -o r2cb_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c -o r2cb_10.o >/dev/null 2>&1
mv -f .deps/r2cb_4.Tpo .deps/r2cb_4.Plo
mv -f .deps/r2cb_6.Tpo .deps/r2cb_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c -o r2cb_14.lo r2cb_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c -o r2cb_15.lo r2cb_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c -o r2cb_16.lo r2cb_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c -o r2cb_32.lo r2cb_32.c
mv -f .deps/r2cb_3.Tpo .deps/r2cb_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c -o r2cb_64.lo r2cb_64.c
mv -f .deps/r2cb_10.Tpo .deps/r2cb_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c -o r2cb_128.lo r2cb_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c  -fPIC -DPIC -o .libs/r2cb_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c  -fPIC -DPIC -o .libs/r2cb_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c  -fPIC -DPIC -o .libs/r2cb_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c -o r2cb_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c  -fPIC -DPIC -o .libs/r2cb_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c  -fPIC -DPIC -o .libs/r2cb_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c -o r2cb_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c  -fPIC -DPIC -o .libs/r2cb_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c  -fPIC -DPIC -o .libs/r2cb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c -o r2cb_14.o >/dev/null 2>&1
mv -f .deps/r2cb_13.Tpo .deps/r2cb_13.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c  -fPIC -DPIC -o .libs/r2cb_128.o
mv -f .deps/r2cb_11.Tpo .deps/r2cb_11.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c -o r2cb_20.lo r2cb_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c -o r2cb_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c  -fPIC -DPIC -o .libs/r2cb_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c -o r2cb_12.o >/dev/null 2>&1
mv -f .deps/r2cb_14.Tpo .deps/r2cb_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c -o r2cb_25.lo r2cb_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c -o r2cb_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c -o r2cb_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c -o hb_2.lo hb_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c -o r2cb_15.o >/dev/null 2>&1
mv -f .deps/r2cb_32.Tpo .deps/r2cb_32.Plo
mv -f .deps/r2cb_64.Tpo .deps/r2cb_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c -o hb_3.lo hb_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c -o r2cb_128.o >/dev/null 2>&1
mv -f .deps/r2cb_16.Tpo .deps/r2cb_16.Plo
mv -f .deps/r2cb_12.Tpo .deps/r2cb_12.Plo
mv -f .deps/r2cb_15.Tpo .deps/r2cb_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c -o hb_4.lo hb_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c -o hb_5.lo hb_5.c
mv -f .deps/r2cb_128.Tpo .deps/r2cb_128.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c -o hb_6.lo hb_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c -o hb_7.lo hb_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c -o hb_8.lo hb_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c  -fPIC -DPIC -o .libs/r2cb_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c  -fPIC -DPIC -o .libs/hb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c  -fPIC -DPIC -o .libs/r2cb_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c  -fPIC -DPIC -o .libs/hb_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c -o r2cb_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c -o hb_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c -o r2cb_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c  -fPIC -DPIC -o .libs/hb_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c -o hb_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c  -fPIC -DPIC -o .libs/hb_8.o
mv -f .deps/hb_2.Tpo .deps/hb_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c -o hb_9.lo hb_9.c
mv -f .deps/r2cb_20.Tpo .deps/r2cb_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c  -fPIC -DPIC -o .libs/hb_7.o
mv -f .deps/r2cb_25.Tpo .deps/r2cb_25.Plo
mv -f .deps/hb_3.Tpo .deps/hb_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c -o hb_10.lo hb_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c  -fPIC -DPIC -o .libs/hb_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c -o hb_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c -o hb_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c  -fPIC -DPIC -o .libs/hb_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c -o hb_12.lo hb_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c -o hb_15.lo hb_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c -o hb_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c -o hb_6.o >/dev/null 2>&1
mv -f .deps/hb_5.Tpo .deps/hb_5.Plo
mv -f .deps/hb_8.Tpo .deps/hb_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c -o hb_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c -o hb_16.lo hb_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c -o hb_32.lo hb_32.c
mv -f .deps/hb_7.Tpo .deps/hb_7.Plo
mv -f .deps/hb_6.Tpo .deps/hb_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c -o hb_64.lo hb_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c -o hb_20.lo hb_20.c
mv -f .deps/hb_4.Tpo .deps/hb_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c -o hb_25.lo hb_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c  -fPIC -DPIC -o .libs/hb_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c  -fPIC -DPIC -o .libs/hb_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c  -fPIC -DPIC -o .libs/hb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c  -fPIC -DPIC -o .libs/hb_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c  -fPIC -DPIC -o .libs/hb_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c -o hb_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c -o hb_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c  -fPIC -DPIC -o .libs/hb_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c -o hb_10.o >/dev/null 2>&1
mv -f .deps/hb_15.Tpo .deps/hb_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c -o hb2_4.lo hb2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c -o hb_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c -o hb_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c -o hb_12.o >/dev/null 2>&1
mv -f .deps/hb_10.Tpo .deps/hb_10.Plo
mv -f .deps/hb_9.Tpo .deps/hb_9.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c  -fPIC -DPIC -o .libs/hb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c  -fPIC -DPIC -o .libs/hb_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c  -fPIC -DPIC -o .libs/hb_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c -o hb2_8.lo hb2_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c -o hb2_16.lo hb2_16.c
mv -f .deps/hb_32.Tpo .deps/hb_32.Plo
mv -f .deps/hb_20.Tpo .deps/hb_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c -o hb2_32.lo hb2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c -o hb_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c -o hb_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c -o hb2_5.lo hb2_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c -o hb_25.o >/dev/null 2>&1
mv -f .deps/hb_12.Tpo .deps/hb_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c -o hb2_20.lo hb2_20.c
mv -f .deps/hb_16.Tpo .deps/hb_16.Plo
mv -f .deps/hb_25.Tpo .deps/hb_25.Plo
mv -f .deps/hb_64.Tpo .deps/hb_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c -o hb2_25.lo hb2_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c -o r2cbIII_2.lo r2cbIII_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c -o r2cbIII_3.lo r2cbIII_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c  -fPIC -DPIC -o .libs/hb2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c  -fPIC -DPIC -o .libs/hb2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c  -fPIC -DPIC -o .libs/hb2_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c  -fPIC -DPIC -o .libs/hb2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c  -fPIC -DPIC -o .libs/hb2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c -o hb2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c -o hb2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c -o hb2_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c -o hb2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c -o hb2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c  -fPIC -DPIC -o .libs/hb2_20.o
mv -f .deps/hb2_4.Tpo .deps/hb2_4.Plo
mv -f .deps/hb2_5.Tpo .deps/hb2_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c -o r2cbIII_4.lo r2cbIII_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c -o r2cbIII_5.lo r2cbIII_5.c
mv -f .deps/hb2_8.Tpo .deps/hb2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c  -fPIC -DPIC -o .libs/r2cbIII_3.o
mv -f .deps/hb2_16.Tpo .deps/hb2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c  -fPIC -DPIC -o .libs/r2cbIII_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c  -fPIC -DPIC -o .libs/hb2_25.o
mv -f .deps/hb2_32.Tpo .deps/hb2_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c -o hb2_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c -o r2cbIII_6.lo r2cbIII_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c -o r2cbIII_3.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c -o r2cbIII_7.lo r2cbIII_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c -o r2cbIII_8.lo r2cbIII_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c -o r2cbIII_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c -o hb2_25.o >/dev/null 2>&1
mv -f .deps/hb2_20.Tpo .deps/hb2_20.Plo
mv -f .deps/r2cbIII_3.Tpo .deps/r2cbIII_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c -o r2cbIII_9.lo r2cbIII_9.c
mv -f .deps/r2cbIII_2.Tpo .deps/r2cbIII_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c -o r2cbIII_10.lo r2cbIII_10.c
mv -f .deps/hb2_25.Tpo .deps/hb2_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c -o r2cbIII_12.lo r2cbIII_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c -o r2cbIII_15.lo r2cbIII_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c  -fPIC -DPIC -o .libs/r2cbIII_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c  -fPIC -DPIC -o .libs/r2cbIII_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c  -fPIC -DPIC -o .libs/r2cbIII_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c -o r2cbIII_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c -o r2cbIII_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c -o r2cbIII_6.o >/dev/null 2>&1
mv -f .deps/r2cbIII_5.Tpo .deps/r2cbIII_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c  -fPIC -DPIC -o .libs/r2cbIII_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c  -fPIC -DPIC -o .libs/r2cbIII_15.o
mv -f .deps/r2cbIII_4.Tpo .deps/r2cbIII_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c  -fPIC -DPIC -o .libs/r2cbIII_7.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c -o r2cbIII_16.lo r2cbIII_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c -o r2cbIII_32.lo r2cbIII_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c -o r2cbIII_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c  -fPIC -DPIC -o .libs/r2cbIII_9.o
mv -f .deps/r2cbIII_6.Tpo .deps/r2cbIII_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c -o r2cbIII_64.lo r2cbIII_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c -o r2cbIII_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c -o r2cbIII_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c  -fPIC -DPIC -o .libs/r2cbIII_10.o
mv -f .deps/r2cbIII_15.Tpo .deps/r2cbIII_15.Plo
mv -f .deps/r2cbIII_7.Tpo .deps/r2cbIII_7.Plo
mv -f .deps/r2cbIII_8.Tpo .deps/r2cbIII_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c -o r2cbIII_9.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c -o r2cbIII_20.lo r2cbIII_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c -o r2cbIII_25.lo r2cbIII_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c -o hc2cb_2.lo hc2cb_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c  -fPIC -DPIC -o .libs/r2cbIII_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c -o r2cbIII_10.o >/dev/null 2>&1
mv -f .deps/r2cbIII_9.Tpo .deps/r2cbIII_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c -o hc2cb_4.lo hc2cb_4.c
mv -f .deps/r2cbIII_10.Tpo .deps/r2cbIII_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c -o r2cbIII_12.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c -o hc2cb_6.lo hc2cb_6.c
mv -f .deps/r2cbIII_12.Tpo .deps/r2cbIII_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c -o hc2cb_8.lo hc2cb_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c  -fPIC -DPIC -o .libs/r2cbIII_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c -o r2cbIII_32.o >/dev/null 2>&1
mv -f .deps/r2cbIII_32.Tpo .deps/r2cbIII_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c  -fPIC -DPIC -o .libs/r2cbIII_64.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c -o hc2cb_10.lo hc2cb_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c  -fPIC -DPIC -o .libs/r2cbIII_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c  -fPIC -DPIC -o .libs/hc2cb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c -o r2cbIII_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c  -fPIC -DPIC -o .libs/r2cbIII_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c -o r2cbIII_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c  -fPIC -DPIC -o .libs/hc2cb_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c -o r2cbIII_20.o >/dev/null 2>&1
mv -f .deps/r2cbIII_16.Tpo .deps/r2cbIII_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c -o hc2cb_12.lo hc2cb_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c  -fPIC -DPIC -o .libs/r2cbIII_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c -o hc2cb_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c -o r2cbIII_25.o >/dev/null 2>&1
mv -f .deps/r2cbIII_20.Tpo .deps/r2cbIII_20.Plo
mv -f .deps/r2cbIII_64.Tpo .deps/r2cbIII_64.Plo
mv -f .deps/hc2cb_2.Tpo .deps/hc2cb_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c -o hc2cb_16.lo hc2cb_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c -o hc2cb_32.lo hc2cb_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c -o hc2cb_20.lo hc2cb_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c -o hc2cb_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c  -fPIC -DPIC -o .libs/hc2cb_4.o
mv -f .deps/r2cbIII_25.Tpo .deps/r2cbIII_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c -o hc2cb2_4.lo hc2cb2_4.c
mv -f .deps/hc2cb_6.Tpo .deps/hc2cb_6.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c  -fPIC -DPIC -o .libs/hc2cb_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c -o hc2cb2_8.lo hc2cb2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c -o hc2cb_4.o >/dev/null 2>&1
mv -f .deps/hc2cb_4.Tpo .deps/hc2cb_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c -o hc2cb2_16.lo hc2cb2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c  -fPIC -DPIC -o .libs/hc2cb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c -o hc2cb_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c -o hc2cb_10.o >/dev/null 2>&1
mv -f .deps/hc2cb_8.Tpo .deps/hc2cb_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c -o hc2cb2_32.lo hc2cb2_32.c
mv -f .deps/hc2cb_10.Tpo .deps/hc2cb_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c  -fPIC -DPIC -o .libs/hc2cb_12.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c -o hc2cb2_20.lo hc2cb2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c  -fPIC -DPIC -o .libs/hc2cb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c -o hc2cb_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c -o hc2cb_12.o >/dev/null 2>&1
mv -f .deps/hc2cb_12.Tpo .deps/hc2cb_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c  -fPIC -DPIC -o .libs/hc2cb_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c -o hc2cbdft_2.lo hc2cbdft_2.c
mv -f .deps/hc2cb_16.Tpo .deps/hc2cb_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c  -fPIC -DPIC -o .libs/hc2cb2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c  -fPIC -DPIC -o .libs/hc2cb_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c -o hc2cbdft_4.lo hc2cbdft_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c -o hc2cb_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c  -fPIC -DPIC -o .libs/hc2cb2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c  -fPIC -DPIC -o .libs/hc2cb2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c -o hc2cb2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c -o hc2cb_20.o >/dev/null 2>&1
mv -f .deps/hc2cb_32.Tpo .deps/hc2cb_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c -o hc2cb2_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c -o hc2cbdft_6.lo hc2cbdft_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c -o hc2cb2_4.o >/dev/null 2>&1
mv -f .deps/hc2cb2_8.Tpo .deps/hc2cb2_8.Plo
mv -f .deps/hc2cb_20.Tpo .deps/hc2cb_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c -o hc2cbdft_8.lo hc2cbdft_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c -o hc2cbdft_10.lo hc2cbdft_10.c
mv -f .deps/hc2cb2_16.Tpo .deps/hc2cb2_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c -o hc2cbdft_12.lo hc2cbdft_12.c
mv -f .deps/hc2cb2_4.Tpo .deps/hc2cb2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c  -fPIC -DPIC -o .libs/hc2cb2_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c -o hc2cbdft_16.lo hc2cbdft_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c -o hc2cb2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c  -fPIC -DPIC -o .libs/hc2cb2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c -o hc2cb2_20.o >/dev/null 2>&1
mv -f .deps/hc2cb2_32.Tpo .deps/hc2cb2_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c  -fPIC -DPIC -o .libs/hc2cbdft_2.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c -o hc2cbdft_32.lo hc2cbdft_32.c
mv -f .deps/hc2cb2_20.Tpo .deps/hc2cb2_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c  -fPIC -DPIC -o .libs/hc2cbdft_4.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c -o hc2cbdft_20.lo hc2cbdft_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c -o hc2cbdft_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c -o hc2cbdft_4.o >/dev/null 2>&1
mv -f .deps/hc2cbdft_2.Tpo .deps/hc2cbdft_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c -o hc2cbdft2_4.lo hc2cbdft2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c  -fPIC -DPIC -o .libs/hc2cbdft_10.o
mv -f .deps/hc2cbdft_4.Tpo .deps/hc2cbdft_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c  -fPIC -DPIC -o .libs/hc2cbdft_12.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c -o hc2cbdft2_8.lo hc2cbdft2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c  -fPIC -DPIC -o .libs/hc2cbdft_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c  -fPIC -DPIC -o .libs/hc2cbdft_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c -o hc2cbdft_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c  -fPIC -DPIC -o .libs/hc2cbdft_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c -o hc2cbdft_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c -o hc2cbdft_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c -o hc2cbdft_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c -o hc2cbdft_16.o >/dev/null 2>&1
mv -f .deps/hc2cbdft_10.Tpo .deps/hc2cbdft_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c -o hc2cbdft2_16.lo hc2cbdft2_16.c
mv -f .deps/hc2cbdft_6.Tpo .deps/hc2cbdft_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c -o hc2cbdft2_32.lo hc2cbdft2_32.c
mv -f .deps/hc2cbdft_8.Tpo .deps/hc2cbdft_8.Plo
mv -f .deps/hc2cbdft_12.Tpo .deps/hc2cbdft_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c -o hc2cbdft2_20.lo hc2cbdft2_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c  -fPIC -DPIC -o .libs/hc2cbdft_32.o
mv -f .deps/hc2cbdft_16.Tpo .deps/hc2cbdft_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c -o hc2cbdft_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c  -fPIC -DPIC -o .libs/hc2cbdft_20.o
mv -f .deps/hc2cbdft_32.Tpo .deps/hc2cbdft_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c  -fPIC -DPIC -o .libs/hc2cbdft2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c -o hc2cbdft_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c  -fPIC -DPIC -o .libs/hc2cbdft2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c -o hc2cbdft2_8.o >/dev/null 2>&1
mv -f .deps/hc2cbdft_20.Tpo .deps/hc2cbdft_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c -o hc2cbdft2_4.o >/dev/null 2>&1
mv -f .deps/hc2cbdft2_8.Tpo .deps/hc2cbdft2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c  -fPIC -DPIC -o .libs/hc2cbdft2_16.o
mv -f .deps/hc2cbdft2_4.Tpo .deps/hc2cbdft2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c  -fPIC -DPIC -o .libs/hc2cbdft2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c -o hc2cbdft2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c  -fPIC -DPIC -o .libs/hc2cbdft2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c -o hc2cbdft2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c -o hc2cbdft2_20.o >/dev/null 2>&1
mv -f .deps/hc2cbdft2_16.Tpo .deps/hc2cbdft2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/hc2cbdft2_32.Tpo .deps/hc2cbdft2_32.Plo
mv -f .deps/hc2cbdft2_20.Tpo .deps/hc2cbdft2_20.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2cb.la  r2cb_2.lo r2cb_3.lo r2cb_4.lo r2cb_5.lo r2cb_6.lo r2cb_7.lo r2cb_8.lo r2cb_9.lo r2cb_10.lo r2cb_11.lo r2cb_12.lo r2cb_13.lo r2cb_14.lo r2cb_15.lo r2cb_16.lo r2cb_32.lo r2cb_64.lo r2cb_128.lo r2cb_20.lo r2cb_25.lo hb_2.lo hb_3.lo hb_4.lo hb_5.lo hb_6.lo hb_7.lo hb_8.lo hb_9.lo hb_10.lo hb_12.lo hb_15.lo hb_16.lo hb_32.lo hb_64.lo hb_20.lo hb_25.lo hb2_4.lo hb2_8.lo hb2_16.lo hb2_32.lo hb2_5.lo hb2_20.lo hb2_25.lo r2cbIII_2.lo r2cbIII_3.lo r2cbIII_4.lo r2cbIII_5.lo r2cbIII_6.lo r2cbIII_7.lo r2cbIII_8.lo r2cbIII_9.lo r2cbIII_10.lo r2cbIII_12.lo r2cbIII_15.lo r2cbIII_16.lo r2cbIII_32.lo r2cbIII_64.lo r2cbIII_20.lo r2cbIII_25.lo hc2cb_2.lo hc2cb_4.lo hc2cb_6.lo hc2cb_8.lo hc2cb_10.lo hc2cb_12.lo hc2cb_16.lo hc2cb_32.lo hc2cb_20.lo hc2cb2_4.lo hc2cb2_8.lo hc2cb2_16.lo hc2cb2_32.lo hc2cb2_20.lo hc2cbdft_2.lo hc2cbdft_4.lo hc2cbdft_6.lo hc2cbdft_8.lo hc2cbdft_10.lo hc2cbdft_12.lo hc2cbdft_16.lo hc2cbdft_32.lo hc2cbdft_20.lo hc2cbdft2_4.lo hc2cbdft2_8.lo hc2cbdft2_16.lo hc2cbdft2_32.lo hc2cbdft2_20.lo codlist.lo  -lm 
libtool: link: rm -fr  .libs/librdft_scalar_r2cb.a .libs/librdft_scalar_r2cb.la
libtool: link: ar cr .libs/librdft_scalar_r2cb.a .libs/r2cb_2.o .libs/r2cb_3.o .libs/r2cb_4.o .libs/r2cb_5.o .libs/r2cb_6.o .libs/r2cb_7.o .libs/r2cb_8.o .libs/r2cb_9.o .libs/r2cb_10.o .libs/r2cb_11.o .libs/r2cb_12.o .libs/r2cb_13.o .libs/r2cb_14.o .libs/r2cb_15.o .libs/r2cb_16.o .libs/r2cb_32.o .libs/r2cb_64.o .libs/r2cb_128.o .libs/r2cb_20.o .libs/r2cb_25.o .libs/hb_2.o .libs/hb_3.o .libs/hb_4.o .libs/hb_5.o .libs/hb_6.o .libs/hb_7.o .libs/hb_8.o .libs/hb_9.o .libs/hb_10.o .libs/hb_12.o .libs/hb_15.o .libs/hb_16.o .libs/hb_32.o .libs/hb_64.o .libs/hb_20.o .libs/hb_25.o .libs/hb2_4.o .libs/hb2_8.o .libs/hb2_16.o .libs/hb2_32.o .libs/hb2_5.o .libs/hb2_20.o .libs/hb2_25.o .libs/r2cbIII_2.o .libs/r2cbIII_3.o .libs/r2cbIII_4.o .libs/r2cbIII_5.o .libs/r2cbIII_6.o .libs/r2cbIII_7.o .libs/r2cbIII_8.o .libs/r2cbIII_9.o .libs/r2cbIII_10.o .libs/r2cbIII_12.o .libs/r2cbIII_15.o .libs/r2cbIII_16.o .libs/r2cbIII_32.o .libs/r2cbIII_64.o .libs/r2cbIII_20.o .libs/r2cbIII_25.o .libs/hc2cb_2.o .libs/hc2cb_4.o .libs/hc2cb_6.o .libs/hc2cb_8.o .libs/hc2cb_10.o .libs/hc2cb_12.o .libs/hc2cb_16.o .libs/hc2cb_32.o .libs/hc2cb_20.o .libs/hc2cb2_4.o .libs/hc2cb2_8.o .libs/hc2cb2_16.o .libs/hc2cb2_32.o .libs/hc2cb2_20.o .libs/hc2cbdft_2.o .libs/hc2cbdft_4.o .libs/hc2cbdft_6.o .libs/hc2cbdft_8.o .libs/hc2cbdft_10.o .libs/hc2cbdft_12.o .libs/hc2cbdft_16.o .libs/hc2cbdft_32.o .libs/hc2cbdft_20.o .libs/hc2cbdft2_4.o .libs/hc2cbdft2_8.o .libs/hc2cbdft2_16.o .libs/hc2cbdft2_32.o .libs/hc2cbdft2_20.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
Making all in r2r
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c -o e01_8.lo e01_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c -o e10_8.lo e10_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c  -fPIC -DPIC -o .libs/e01_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c -o e01_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c  -fPIC -DPIC -o .libs/e10_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
mv -f .deps/e01_8.Tpo .deps/e01_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c -o e10_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/e10_8.Tpo .deps/e10_8.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2r.la   e01_8.lo e10_8.lo       codlist.lo  -lm 
libtool: link: rm -fr  .libs/librdft_scalar_r2r.a .libs/librdft_scalar_r2r.la
libtool: link: ar cr .libs/librdft_scalar_r2r.a .libs/e01_8.o .libs/e10_8.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c -o hfb.lo hfb.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c -o r2c.lo r2c.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c -o r2r.lo r2r.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c -o hc2c.lo hc2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c  -fPIC -DPIC -o .libs/hc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c  -fPIC -DPIC -o .libs/hfb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c  -fPIC -DPIC -o .libs/r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c  -fPIC -DPIC -o .libs/r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c -o hc2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c -o hfb.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c -o r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c -o r2c.o >/dev/null 2>&1
mv -f .deps/hc2c.Tpo .deps/hc2c.Plo
mv -f .deps/hfb.Tpo .deps/hfb.Plo
mv -f .deps/r2r.Tpo .deps/r2r.Plo
mv -f .deps/r2c.Tpo .deps/r2c.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar.la  hfb.lo r2c.lo r2r.lo hc2c.lo  -lm 
libtool: link: rm -fr  .libs/librdft_scalar.a .libs/librdft_scalar.la
libtool: link: ar cr .libs/librdft_scalar.a .libs/hfb.o .libs/r2c.o .libs/r2r.o .libs/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" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making all in simd
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
Making all in common
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
Making all in sse2
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
Making all in avx
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
Making all in avx-128-fma
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
Making all in avx2
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
Making all in avx2-128
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
Making all in avx512
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
Making all in kcvi
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
Making all in altivec
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
Making all in vsx
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
Making all in neon
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
Making all in generic-simd128
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
Making all in generic-simd256
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c -o hc2hc.lo hc2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c -o dft-r2hc.lo dft-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c -o dht-r2hc.lo dht-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c -o dht-rader.lo dht-rader.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c -o direct-r2r.lo direct-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c -o direct-r2c.lo direct-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c -o generic.lo generic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c  -fPIC -DPIC -o .libs/dft-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c  -fPIC -DPIC -o .libs/dht-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/hc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c  -fPIC -DPIC -o .libs/direct-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c  -fPIC -DPIC -o .libs/direct-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c -o dft-r2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c  -fPIC -DPIC -o .libs/dht-rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c -o dht-r2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c -o hc2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c -o direct-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c -o dht-rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c -o direct-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
mv -f .deps/dft-r2hc.Tpo .deps/dft-r2hc.Plo
mv -f .deps/dht-r2hc.Tpo .deps/dht-r2hc.Plo
mv -f .deps/hc2hc.Tpo .deps/hc2hc.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c  -fPIC -DPIC -o .libs/generic.o
mv -f .deps/conf.Tpo .deps/conf.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c -o hc2hc-direct.lo hc2hc-direct.c
mv -f .deps/direct-r2r.Tpo .deps/direct-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c -o hc2hc-generic.lo hc2hc-generic.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c -o khc2hc.lo khc2hc.c
mv -f .deps/direct-r2c.Tpo .deps/direct-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c -o kr2c.lo kr2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c -o kr2r.lo kr2r.c
mv -f .deps/dht-rader.Tpo .deps/dht-rader.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c -o indirect.lo indirect.c
mv -f .deps/buffered.Tpo .deps/buffered.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c -o nop.lo nop.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
mv -f .deps/generic.Tpo .deps/generic.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c  -fPIC -DPIC -o .libs/hc2hc-direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c  -fPIC -DPIC -o .libs/kr2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c  -fPIC -DPIC -o .libs/khc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c  -fPIC -DPIC -o .libs/kr2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c -o hc2hc-direct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c  -fPIC -DPIC -o .libs/indirect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c -o kr2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c -o khc2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c  -fPIC -DPIC -o .libs/hc2hc-generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c  -fPIC -DPIC -o .libs/nop.o
mv -f .deps/hc2hc-direct.Tpo .deps/hc2hc-direct.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c -o rank0.lo rank0.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -o indirect.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c -o hc2hc-generic.o >/dev/null 2>&1
mv -f .deps/khc2hc.Tpo .deps/khc2hc.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c -o kr2c.o >/dev/null 2>&1
mv -f .deps/kr2r.Tpo .deps/kr2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -o nop.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c -o rank-geq2.lo rank-geq2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c -o rdft-dht.lo rdft-dht.c
mv -f .deps/indirect.Tpo .deps/indirect.Plo
mv -f .deps/hc2hc-generic.Tpo .deps/hc2hc-generic.Plo
mv -f .deps/kr2c.Tpo .deps/kr2c.Plo
mv -f .deps/nop.Tpo .deps/nop.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c -o vrank-geq1.lo vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c -o vrank3-transpose.lo vrank3-transpose.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c -o buffered2.lo buffered2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
mv -f .deps/problem.Tpo .deps/problem.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c -o direct2.lo direct2.c
mv -f .deps/plan.Tpo .deps/plan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c -o nop2.lo nop2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c  -fPIC -DPIC -o .libs/rank0.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c  -fPIC -DPIC -o .libs/solve.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c  -fPIC -DPIC -o .libs/rank-geq2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c  -fPIC -DPIC -o .libs/vrank3-transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c  -fPIC -DPIC -o .libs/rdft-dht.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c  -fPIC -DPIC -o .libs/vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c -o rank0.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -o solve.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -o rank-geq2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c -o vrank3-transpose.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c -o rdft-dht.o >/dev/null 2>&1
mv -f .deps/rank0.Tpo .deps/rank0.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c  -fPIC -DPIC -o .libs/buffered2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -o vrank-geq1.o >/dev/null 2>&1
mv -f .deps/rank-geq2.Tpo .deps/rank-geq2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c -o rank0-rdft2.lo rank0-rdft2.c
mv -f .deps/solve.Tpo .deps/solve.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c -o rank-geq2-rdft2.lo rank-geq2-rdft2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c -o plan2.lo plan2.c
mv -f .deps/vrank3-transpose.Tpo .deps/vrank3-transpose.Plo
mv -f .deps/rdft-dht.Tpo .deps/rdft-dht.Plo
mv -f .deps/vrank-geq1.Tpo .deps/vrank-geq1.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c -o problem2.lo problem2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c  -fPIC -DPIC -o .libs/nop2.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c -o solve2.lo solve2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c -o buffered2.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c -o vrank-geq1-rdft2.lo vrank-geq1-rdft2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c -o nop2.o >/dev/null 2>&1
mv -f .deps/buffered2.Tpo .deps/buffered2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c  -fPIC -DPIC -o .libs/direct2.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c -o rdft2-rdft.lo rdft2-rdft.c
mv -f .deps/nop2.Tpo .deps/nop2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c -o rdft2-tensor-max-index.lo rdft2-tensor-max-index.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c -o direct2.o >/dev/null 2>&1
mv -f .deps/direct2.Tpo .deps/direct2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c  -fPIC -DPIC -o .libs/rank-geq2-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c  -fPIC -DPIC -o .libs/plan2.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c -o rdft2-inplace-strides.lo rdft2-inplace-strides.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c  -fPIC -DPIC -o .libs/problem2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c  -fPIC -DPIC -o .libs/solve2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c -o rank-geq2-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c  -fPIC -DPIC -o .libs/rank0-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c -o plan2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c -o problem2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c -o rank0-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c  -fPIC -DPIC -o .libs/rdft2-rdft.o
mv -f .deps/problem2.Tpo .deps/problem2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/vrank-geq1-rdft2.o
mv -f .deps/plan2.Tpo .deps/plan2.Plo
mv -f .deps/rank-geq2-rdft2.Tpo .deps/rank-geq2-rdft2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c -o rdft2-strides.lo rdft2-strides.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c -o solve2.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c -o khc2c.lo khc2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c -o ct-hc2c.lo ct-hc2c.c
mv -f .deps/rank0-rdft2.Tpo .deps/rank0-rdft2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c -o rdft2-rdft.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c -o ct-hc2c-direct.lo ct-hc2c-direct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c  -fPIC -DPIC -o .libs/rdft2-tensor-max-index.o
mv -f .deps/solve2.Tpo .deps/solve2.Plo
mv -f .deps/rdft2-rdft.Tpo .deps/rdft2-rdft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c -o rdft2-tensor-max-index.o >/dev/null 2>&1
mv -f .deps/vrank-geq1-rdft2.Tpo .deps/vrank-geq1-rdft2.Plo
mv -f .deps/rdft2-tensor-max-index.Tpo .deps/rdft2-tensor-max-index.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c  -fPIC -DPIC -o .libs/rdft2-inplace-strides.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c -o rdft2-inplace-strides.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c  -fPIC -DPIC -o .libs/khc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c  -fPIC -DPIC -o .libs/ct-hc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c  -fPIC -DPIC -o .libs/ct-hc2c-direct.o
mv -f .deps/rdft2-inplace-strides.Tpo .deps/rdft2-inplace-strides.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c  -fPIC -DPIC -o .libs/rdft2-strides.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c -o khc2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c -o ct-hc2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c -o ct-hc2c-direct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c -o rdft2-strides.o >/dev/null 2>&1
mv -f .deps/khc2c.Tpo .deps/khc2c.Plo
mv -f .deps/ct-hc2c.Tpo .deps/ct-hc2c.Plo
mv -f .deps/ct-hc2c-direct.Tpo .deps/ct-hc2c-direct.Plo
mv -f .deps/rdft2-strides.Tpo .deps/rdft2-strides.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft.la  hc2hc.lo dft-r2hc.lo dht-r2hc.lo dht-rader.lo buffered.lo conf.lo direct-r2r.lo direct-r2c.lo generic.lo hc2hc-direct.lo hc2hc-generic.lo khc2hc.lo kr2c.lo kr2r.lo indirect.lo nop.lo plan.lo problem.lo rank0.lo rank-geq2.lo rdft-dht.lo solve.lo vrank-geq1.lo vrank3-transpose.lo buffered2.lo direct2.lo nop2.lo rank0-rdft2.lo rank-geq2-rdft2.lo plan2.lo problem2.lo solve2.lo vrank-geq1-rdft2.lo rdft2-rdft.lo rdft2-tensor-max-index.lo rdft2-inplace-strides.lo rdft2-strides.lo khc2c.lo ct-hc2c.lo ct-hc2c-direct.lo  -lm 
libtool: link: rm -fr  .libs/librdft.a .libs/librdft.la
libtool: link: ar cr .libs/librdft.a .libs/hc2hc.o .libs/dft-r2hc.o .libs/dht-r2hc.o .libs/dht-rader.o .libs/buffered.o .libs/conf.o .libs/direct-r2r.o .libs/direct-r2c.o .libs/generic.o .libs/hc2hc-direct.o .libs/hc2hc-generic.o .libs/khc2hc.o .libs/kr2c.o .libs/kr2r.o .libs/indirect.o .libs/nop.o .libs/plan.o .libs/problem.o .libs/rank0.o .libs/rank-geq2.o .libs/rdft-dht.o .libs/solve.o .libs/vrank-geq1.o .libs/vrank3-transpose.o .libs/buffered2.o .libs/direct2.o .libs/nop2.o .libs/rank0-rdft2.o .libs/rank-geq2-rdft2.o .libs/plan2.o .libs/problem2.o .libs/solve2.o .libs/vrank-geq1-rdft2.o .libs/rdft2-rdft.o .libs/rdft2-tensor-max-index.o .libs/rdft2-inplace-strides.o .libs/rdft2-strides.o .libs/khc2c.o .libs/ct-hc2c.o .libs/ct-hc2c-direct.o 
libtool: link: ranlib .libs/librdft.a
libtool: link: ( cd ".libs" && rm -f "librdft.la" && ln -s "../librdft.la" "librdft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
Making all in reodft
make[4]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/reodft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c -o reodft010e-r2hc.lo reodft010e-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c -o reodft11e-radix2.lo reodft11e-radix2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c -o reodft11e-r2hc-odd.lo reodft11e-r2hc-odd.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c -o redft00e-r2hc-pad.lo redft00e-r2hc-pad.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c -o rodft00e-r2hc-pad.lo rodft00e-r2hc-pad.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c -o reodft00e-splitradix.lo reodft00e-splitradix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c  -fPIC -DPIC -o .libs/rodft00e-r2hc-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c  -fPIC -DPIC -o .libs/redft00e-r2hc-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c -o redft00e-r2hc-pad.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c  -fPIC -DPIC -o .libs/reodft11e-r2hc-odd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c  -fPIC -DPIC -o .libs/reodft11e-radix2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c  -fPIC -DPIC -o .libs/reodft00e-splitradix.o
mv -f .deps/redft00e-r2hc-pad.Tpo .deps/redft00e-r2hc-pad.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c -o reodft00e-splitradix.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c -o reodft11e-radix2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c -o rodft00e-r2hc-pad.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c  -fPIC -DPIC -o .libs/reodft010e-r2hc.o
mv -f .deps/reodft00e-splitradix.Tpo .deps/reodft00e-splitradix.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c -o reodft11e-r2hc-odd.o >/dev/null 2>&1
mv -f .deps/reodft11e-radix2.Tpo .deps/reodft11e-radix2.Plo
mv -f .deps/rodft00e-r2hc-pad.Tpo .deps/rodft00e-r2hc-pad.Plo
mv -f .deps/conf.Tpo .deps/conf.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c -o reodft010e-r2hc.o >/dev/null 2>&1
mv -f .deps/reodft11e-r2hc-odd.Tpo .deps/reodft11e-r2hc-odd.Plo
mv -f .deps/reodft010e-r2hc.Tpo .deps/reodft010e-r2hc.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libreodft.la  conf.lo reodft010e-r2hc.lo reodft11e-radix2.lo reodft11e-r2hc-odd.lo redft00e-r2hc-pad.lo rodft00e-r2hc-pad.lo reodft00e-splitradix.lo  -lm 
libtool: link: rm -fr  .libs/libreodft.a .libs/libreodft.la
libtool: link: ar cr .libs/libreodft.a .libs/conf.o .libs/reodft010e-r2hc.o .libs/reodft11e-radix2.o .libs/reodft11e-r2hc-odd.o .libs/redft00e-r2hc-pad.o .libs/rodft00e-r2hc-pad.o .libs/reodft00e-splitradix.o 
libtool: link: ranlib .libs/libreodft.a
libtool: link: ( cd ".libs" && rm -f "libreodft.la" && ln -s "../libreodft.la" "libreodft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
Making all in api
make[4]: Entering directory '/<<PKGBUILDDIR>>/api'
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/api'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c -o apiplan.lo apiplan.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c -o configure.lo configure.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c -o execute-dft-c2r.lo execute-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c -o execute-dft-r2c.lo execute-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c -o execute-dft.lo execute-dft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c -o execute-r2r.lo execute-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c -o execute-split-dft-c2r.lo execute-split-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c -o execute-split-dft-r2c.lo execute-split-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c -o execute-split-dft.lo execute-split-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c  -fPIC -DPIC -o .libs/execute-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c  -fPIC -DPIC -o .libs/execute-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c  -fPIC -DPIC -o .libs/apiplan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c  -fPIC -DPIC -o .libs/configure.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c -o execute-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c -o apiplan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c  -fPIC -DPIC -o .libs/execute-split-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c -o execute-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c  -fPIC -DPIC -o .libs/execute-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c  -fPIC -DPIC -o .libs/execute-dft-r2c.o
mv -f .deps/apiplan.Tpo .deps/apiplan.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c  -fPIC -DPIC -o .libs/execute-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c -o configure.o >/dev/null 2>&1
mv -f .deps/execute-r2r.Tpo .deps/execute-r2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c -o execute-split-dft-r2c.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c -o execute.lo execute.c
mv -f .deps/execute-dft-c2r.Tpo .deps/execute-dft-c2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c -o execute-dft.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c -o export-wisdom-to-file.lo export-wisdom-to-file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c -o execute-dft-r2c.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c -o export-wisdom-to-string.lo export-wisdom-to-string.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c  -fPIC -DPIC -o .libs/execute-split-dft-c2r.o
mv -f .deps/configure.Tpo .deps/configure.Plo
mv -f .deps/execute-split-dft-r2c.Tpo .deps/execute-split-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c -o execute-split-dft.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c -o export-wisdom.lo export-wisdom.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c -o f77api.lo f77api.c
mv -f .deps/execute-dft.Tpo .deps/execute-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c -o execute-split-dft-c2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c -o flops.lo flops.c
mv -f .deps/execute-dft-r2c.Tpo .deps/execute-dft-r2c.Plo
mv -f .deps/execute-split-dft.Tpo .deps/execute-split-dft.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c -o forget-wisdom.lo forget-wisdom.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c -o import-system-wisdom.lo import-system-wisdom.c
mv -f .deps/execute-split-dft-c2r.Tpo .deps/execute-split-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c -o import-wisdom-from-file.lo import-wisdom-from-file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c  -fPIC -DPIC -o .libs/export-wisdom-to-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c  -fPIC -DPIC -o .libs/execute.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c  -fPIC -DPIC -o .libs/flops.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c  -fPIC -DPIC -o .libs/export-wisdom-to-string.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c -o export-wisdom-to-file.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c -o execute.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c  -fPIC -DPIC -o .libs/export-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c -o flops.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/f77api.o
mv -f .deps/export-wisdom-to-file.Tpo .deps/export-wisdom-to-file.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c -o export-wisdom.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c -o export-wisdom-to-string.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c -o import-wisdom-from-string.lo import-wisdom-from-string.c
mv -f .deps/execute.Tpo .deps/execute.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c  -fPIC -DPIC -o .libs/forget-wisdom.o
mv -f .deps/flops.Tpo .deps/flops.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -o f77api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c  -fPIC -DPIC -o .libs/import-system-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c  -fPIC -DPIC -o .libs/import-wisdom-from-file.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c -o import-wisdom.lo import-wisdom.c
mv -f .deps/export-wisdom.Tpo .deps/export-wisdom.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c
mv -f .deps/export-wisdom-to-string.Tpo .deps/export-wisdom-to-string.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c -o map-r2r-kind.lo map-r2r-kind.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c -o mapflags.lo mapflags.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c -o forget-wisdom.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c -o import-wisdom-from-file.o >/dev/null 2>&1
mv -f .deps/f77api.Tpo .deps/f77api.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c -o import-system-wisdom.o >/dev/null 2>&1
mv -f .deps/forget-wisdom.Tpo .deps/forget-wisdom.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c -o mkprinter-file.lo mkprinter-file.c
mv -f .deps/import-system-wisdom.Tpo .deps/import-system-wisdom.Plo
mv -f .deps/import-wisdom-from-file.Tpo .deps/import-wisdom-from-file.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c -o mkprinter-str.lo mkprinter-str.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c -o mktensor-iodims.lo mktensor-iodims.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c -o mktensor-rowmajor.lo mktensor-rowmajor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c  -fPIC -DPIC -o .libs/import-wisdom-from-string.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c  -fPIC -DPIC -o .libs/mapflags.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c  -fPIC -DPIC -o .libs/malloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c -o import-wisdom-from-string.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c  -fPIC -DPIC -o .libs/import-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c  -fPIC -DPIC -o .libs/map-r2r-kind.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c -o mapflags.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1
mv -f .deps/import-wisdom-from-string.Tpo .deps/import-wisdom-from-string.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c  -fPIC -DPIC -o .libs/mkprinter-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c -o import-wisdom.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c mkprinter-str.c  -fPIC -DPIC -o .libs/mkprinter-str.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c -o map-r2r-kind.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c -o plan-dft-1d.lo plan-dft-1d.c
mv -f .deps/malloc.Tpo .deps/malloc.Plo
mv -f .deps/mapflags.Tpo .deps/mapflags.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c -o mkprinter-file.o >/dev/null 2>&1
mv -f .deps/import-wisdom.Tpo .deps/import-wisdom.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c -o plan-dft-2d.lo plan-dft-2d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c mkprinter-str.c -o mkprinter-str.o >/dev/null 2>&1
mv -f .deps/map-r2r-kind.Tpo .deps/map-r2r-kind.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c -o plan-dft-3d.lo plan-dft-3d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c -o plan-dft-c2r-1d.lo plan-dft-c2r-1d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c  -fPIC -DPIC -o .libs/mktensor-rowmajor.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c -o plan-dft-c2r-2d.lo plan-dft-c2r-2d.c
mv -f .deps/mkprinter-file.Tpo .deps/mkprinter-file.Plo
mv -f .deps/mkprinter-str.Tpo .deps/mkprinter-str.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c -o plan-dft-c2r-3d.lo plan-dft-c2r-3d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c -o plan-dft-c2r.lo plan-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c -o mktensor-rowmajor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c  -fPIC -DPIC -o .libs/mktensor-iodims.o
mv -f .deps/mktensor-rowmajor.Tpo .deps/mktensor-rowmajor.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c -o plan-dft-r2c-1d.lo plan-dft-r2c-1d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c -o mktensor-iodims.o >/dev/null 2>&1
mv -f .deps/mktensor-iodims.Tpo .deps/mktensor-iodims.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c -o plan-dft-r2c-2d.lo plan-dft-r2c-2d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c  -fPIC -DPIC -o .libs/plan-dft-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c  -fPIC -DPIC -o .libs/plan-dft-3d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c  -fPIC -DPIC -o .libs/plan-dft-2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c -o plan-dft-1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c -o plan-dft-2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c -o plan-dft-3d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c  -fPIC -DPIC -o .libs/plan-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c -o plan-dft-c2r-1d.o >/dev/null 2>&1
mv -f .deps/plan-dft-3d.Tpo .deps/plan-dft-3d.Plo
mv -f .deps/plan-dft-1d.Tpo .deps/plan-dft-1d.Plo
mv -f .deps/plan-dft-2d.Tpo .deps/plan-dft-2d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c -o plan-dft-r2c-3d.lo plan-dft-r2c-3d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c -o plan-dft-r2c.lo plan-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-1d.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c -o plan-dft.lo plan-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c -o plan-dft-c2r-2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-3d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c -o plan-dft-c2r.o >/dev/null 2>&1
mv -f .deps/plan-dft-c2r-1d.Tpo .deps/plan-dft-c2r-1d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c -o plan-dft-r2c-1d.o >/dev/null 2>&1
mv -f .deps/plan-dft-c2r-2d.Tpo .deps/plan-dft-c2r-2d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c -o plan-dft-c2r-3d.o >/dev/null 2>&1
mv -f .deps/plan-dft-c2r.Tpo .deps/plan-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c -o plan-guru-dft-c2r.lo plan-guru-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c -o plan-guru-dft-r2c.lo plan-guru-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c -o plan-guru-dft.lo plan-guru-dft.c
mv -f .deps/plan-dft-r2c-1d.Tpo .deps/plan-dft-r2c-1d.Plo
mv -f .deps/plan-dft-c2r-3d.Tpo .deps/plan-dft-c2r-3d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c -o plan-guru-r2r.lo plan-guru-r2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-2d.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c -o plan-guru-split-dft-c2r.lo plan-guru-split-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c -o plan-dft-r2c-2d.o >/dev/null 2>&1
mv -f .deps/plan-dft-r2c-2d.Tpo .deps/plan-dft-r2c-2d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c -o plan-guru-split-dft-r2c.lo plan-guru-split-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c  -fPIC -DPIC -o .libs/plan-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c  -fPIC -DPIC -o .libs/plan-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-3d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c -o plan-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c -o plan-dft-r2c-3d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c -o plan-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c  -fPIC -DPIC -o .libs/plan-guru-dft-c2r.o
mv -f .deps/plan-dft-r2c.Tpo .deps/plan-dft-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c -o plan-guru-split-dft.lo plan-guru-split-dft.c
mv -f .deps/plan-dft-r2c-3d.Tpo .deps/plan-dft-r2c-3d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c  -fPIC -DPIC -o .libs/plan-guru-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c  -fPIC -DPIC -o .libs/plan-guru-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c -o plan-guru-dft-c2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c -o plan-many-dft-c2r.lo plan-many-dft-c2r.c
mv -f .deps/plan-dft.Tpo .deps/plan-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c -o plan-guru-dft.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c -o plan-many-dft-r2c.lo plan-many-dft-r2c.c
mv -f .deps/plan-guru-dft-c2r.Tpo .deps/plan-guru-dft-c2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c -o plan-guru-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c  -fPIC -DPIC -o .libs/plan-guru-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru-split-dft-c2r.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c -o plan-many-dft.lo plan-many-dft.c
mv -f .deps/plan-guru-dft.Tpo .deps/plan-guru-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c -o plan-guru-r2r.o >/dev/null 2>&1
mv -f .deps/plan-guru-dft-r2c.Tpo .deps/plan-guru-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c plan-guru-split-dft-c2r.c -o plan-guru-split-dft-c2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c -o plan-many-r2r.lo plan-many-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c -o plan-r2r-1d.lo plan-r2r-1d.c
mv -f .deps/plan-guru-r2r.Tpo .deps/plan-guru-r2r.Plo
mv -f .deps/plan-guru-split-dft-c2r.Tpo .deps/plan-guru-split-dft-c2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru-split-dft-r2c.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c -o plan-r2r-2d.lo plan-r2r-2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c -o plan-r2r-3d.lo plan-r2r-3d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c plan-guru-split-dft-r2c.c -o plan-guru-split-dft-r2c.o >/dev/null 2>&1
mv -f .deps/plan-guru-split-dft-r2c.Tpo .deps/plan-guru-split-dft-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c -o plan-r2r.lo plan-r2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c  -fPIC -DPIC -o .libs/plan-many-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c  -fPIC -DPIC -o .libs/plan-guru-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c -o plan-many-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c  -fPIC -DPIC -o .libs/plan-many-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c -o plan-guru-split-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c  -fPIC -DPIC -o .libs/plan-r2r-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c  -fPIC -DPIC -o .libs/plan-many-dft.o
mv -f .deps/plan-guru-split-dft.Tpo .deps/plan-guru-split-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c  -fPIC -DPIC -o .libs/plan-many-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c -o plan-many-r2r.o >/dev/null 2>&1
mv -f .deps/plan-many-dft-c2r.Tpo .deps/plan-many-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c -o print-plan.lo print-plan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c -o plan-many-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c -o plan-r2r-1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c  -fPIC -DPIC -o .libs/plan-r2r-2d.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c -o rdft2-pad.lo rdft2-pad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c -o plan-many-dft-r2c.o >/dev/null 2>&1
mv -f .deps/plan-many-r2r.Tpo .deps/plan-many-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c -o the-planner.lo the-planner.c
mv -f .deps/plan-r2r-1d.Tpo .deps/plan-r2r-1d.Plo
mv -f .deps/plan-many-dft.Tpo .deps/plan-many-dft.Plo
mv -f .deps/plan-many-dft-r2c.Tpo .deps/plan-many-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c -o plan-r2r-2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c  -fPIC -DPIC -o .libs/plan-r2r-3d.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c -o plan-guru64-dft-c2r.lo plan-guru64-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c -o plan-guru64-dft-r2c.lo plan-guru64-dft-r2c.c
mv -f .deps/plan-r2r-2d.Tpo .deps/plan-r2r-2d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c -o plan-r2r-3d.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c -o plan-guru64-dft.lo plan-guru64-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c  -fPIC -DPIC -o .libs/plan-r2r.o
mv -f .deps/plan-r2r-3d.Tpo .deps/plan-r2r-3d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c -o plan-guru64-r2r.lo plan-guru64-r2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c -o plan-r2r.o >/dev/null 2>&1
mv -f .deps/plan-r2r.Tpo .deps/plan-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c -o plan-guru64-split-dft-c2r.lo plan-guru64-split-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c  -fPIC -DPIC -o .libs/rdft2-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c -o rdft2-pad.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c  -fPIC -DPIC -o .libs/the-planner.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c  -fPIC -DPIC -o .libs/plan-guru64-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c  -fPIC -DPIC -o .libs/version.o
mv -f .deps/rdft2-pad.Tpo .deps/rdft2-pad.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c -o the-planner.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c  -fPIC -DPIC -o .libs/print-plan.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c -o plan-guru64-split-dft-r2c.lo plan-guru64-split-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c -o plan-guru64-dft-r2c.o >/dev/null 2>&1
mv -f .deps/the-planner.Tpo .deps/the-planner.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c  -fPIC -DPIC -o .libs/plan-guru64-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c  -fPIC -DPIC -o .libs/plan-guru64-dft.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c -o plan-guru64-split-dft.lo plan-guru64-split-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c -o print-plan.o >/dev/null 2>&1
mv -f .deps/plan-guru64-dft-r2c.Tpo .deps/plan-guru64-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c -o plan-guru64-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c -o plan-guru64-dft.o >/dev/null 2>&1
mv -f .deps/version.Tpo .deps/version.Plo
mv -f .deps/print-plan.Tpo .deps/print-plan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c -o mktensor-iodims64.lo mktensor-iodims64.c
mv -f .deps/plan-guru64-dft-c2r.Tpo .deps/plan-guru64-dft-c2r.Plo
mv -f .deps/plan-guru64-dft.Tpo .deps/plan-guru64-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c  -fPIC -DPIC -o .libs/plan-guru64-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru64-split-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c -o plan-guru64-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c plan-guru64-split-dft-c2r.c -o plan-guru64-split-dft-c2r.o >/dev/null 2>&1
mv -f .deps/plan-guru64-r2r.Tpo .deps/plan-guru64-r2r.Plo
mv -f .deps/plan-guru64-split-dft-c2r.Tpo .deps/plan-guru64-split-dft-c2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru64-split-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c  -fPIC -DPIC -o .libs/plan-guru64-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c plan-guru64-split-dft-r2c.c -o plan-guru64-split-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c -o plan-guru64-split-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c  -fPIC -DPIC -o .libs/mktensor-iodims64.o
mv -f .deps/plan-guru64-split-dft-r2c.Tpo .deps/plan-guru64-split-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c -o mktensor-iodims64.o >/dev/null 2>&1
mv -f .deps/plan-guru64-split-dft.Tpo .deps/plan-guru64-split-dft.Plo
mv -f .deps/mktensor-iodims64.Tpo .deps/mktensor-iodims64.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libapi.la  apiplan.lo configure.lo execute-dft-c2r.lo execute-dft-r2c.lo execute-dft.lo execute-r2r.lo execute-split-dft-c2r.lo execute-split-dft-r2c.lo execute-split-dft.lo execute.lo export-wisdom-to-file.lo export-wisdom-to-string.lo export-wisdom.lo f77api.lo flops.lo forget-wisdom.lo import-system-wisdom.lo import-wisdom-from-file.lo import-wisdom-from-string.lo import-wisdom.lo malloc.lo map-r2r-kind.lo mapflags.lo mkprinter-file.lo mkprinter-str.lo mktensor-iodims.lo mktensor-rowmajor.lo plan-dft-1d.lo plan-dft-2d.lo plan-dft-3d.lo plan-dft-c2r-1d.lo plan-dft-c2r-2d.lo plan-dft-c2r-3d.lo plan-dft-c2r.lo plan-dft-r2c-1d.lo plan-dft-r2c-2d.lo plan-dft-r2c-3d.lo plan-dft-r2c.lo plan-dft.lo plan-guru-dft-c2r.lo plan-guru-dft-r2c.lo plan-guru-dft.lo plan-guru-r2r.lo plan-guru-split-dft-c2r.lo plan-guru-split-dft-r2c.lo plan-guru-split-dft.lo plan-many-dft-c2r.lo plan-many-dft-r2c.lo plan-many-dft.lo plan-many-r2r.lo plan-r2r-1d.lo plan-r2r-2d.lo plan-r2r-3d.lo plan-r2r.lo print-plan.lo rdft2-pad.lo the-planner.lo version.lo plan-guru64-dft-c2r.lo plan-guru64-dft-r2c.lo plan-guru64-dft.lo plan-guru64-r2r.lo plan-guru64-split-dft-c2r.lo plan-guru64-split-dft-r2c.lo plan-guru64-split-dft.lo mktensor-iodims64.lo  -lm 
libtool: link: rm -fr  .libs/libapi.a .libs/libapi.la
libtool: link: ar cr .libs/libapi.a .libs/apiplan.o .libs/configure.o .libs/execute-dft-c2r.o .libs/execute-dft-r2c.o .libs/execute-dft.o .libs/execute-r2r.o .libs/execute-split-dft-c2r.o .libs/execute-split-dft-r2c.o .libs/execute-split-dft.o .libs/execute.o .libs/export-wisdom-to-file.o .libs/export-wisdom-to-string.o .libs/export-wisdom.o .libs/f77api.o .libs/flops.o .libs/forget-wisdom.o .libs/import-system-wisdom.o .libs/import-wisdom-from-file.o .libs/import-wisdom-from-string.o .libs/import-wisdom.o .libs/malloc.o .libs/map-r2r-kind.o .libs/mapflags.o .libs/mkprinter-file.o .libs/mkprinter-str.o .libs/mktensor-iodims.o .libs/mktensor-rowmajor.o .libs/plan-dft-1d.o .libs/plan-dft-2d.o .libs/plan-dft-3d.o .libs/plan-dft-c2r-1d.o .libs/plan-dft-c2r-2d.o .libs/plan-dft-c2r-3d.o .libs/plan-dft-c2r.o .libs/plan-dft-r2c-1d.o .libs/plan-dft-r2c-2d.o .libs/plan-dft-r2c-3d.o .libs/plan-dft-r2c.o .libs/plan-dft.o .libs/plan-guru-dft-c2r.o .libs/plan-guru-dft-r2c.o .libs/plan-guru-dft.o .libs/plan-guru-r2r.o .libs/plan-guru-split-dft-c2r.o .libs/plan-guru-split-dft-r2c.o .libs/plan-guru-split-dft.o .libs/plan-many-dft-c2r.o .libs/plan-many-dft-r2c.o .libs/plan-many-dft.o .libs/plan-many-r2r.o .libs/plan-r2r-1d.o .libs/plan-r2r-2d.o .libs/plan-r2r-3d.o .libs/plan-r2r.o .libs/print-plan.o .libs/rdft2-pad.o .libs/the-planner.o .libs/version.o .libs/plan-guru64-dft-c2r.o .libs/plan-guru64-dft-r2c.o .libs/plan-guru64-dft.o .libs/plan-guru64-r2r.o .libs/plan-guru64-split-dft-c2r.o .libs/plan-guru64-split-dft-r2c.o .libs/plan-guru64-split-dft.o .libs/mktensor-iodims64.o 
libtool: link: ranlib .libs/libapi.a
libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/api'
Making all in libbench2
make[4]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-ccopy-from.o -MD -MP -MF .deps/after-ccopy-from.Tpo -c -o after-ccopy-from.o after-ccopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-ccopy-to.o -MD -MP -MF .deps/after-ccopy-to.Tpo -c -o after-ccopy-to.o after-ccopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-hccopy-from.o -MD -MP -MF .deps/after-hccopy-from.Tpo -c -o after-hccopy-from.o after-hccopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-hccopy-to.o -MD -MP -MF .deps/after-hccopy-to.Tpo -c -o after-hccopy-to.o after-hccopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-rcopy-from.o -MD -MP -MF .deps/after-rcopy-from.Tpo -c -o after-rcopy-from.o after-rcopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-rcopy-to.o -MD -MP -MF .deps/after-rcopy-to.Tpo -c -o after-rcopy-to.o after-rcopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT allocate.o -MD -MP -MF .deps/allocate.Tpo -c -o allocate.o allocate.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT aset.o -MD -MP -MF .deps/aset.Tpo -c -o aset.o aset.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-cost-postprocess.o -MD -MP -MF .deps/bench-cost-postprocess.Tpo -c -o bench-cost-postprocess.o bench-cost-postprocess.c
mv -f .deps/after-ccopy-from.Tpo .deps/after-ccopy-from.Po
mv -f .deps/after-ccopy-to.Tpo .deps/after-ccopy-to.Po
mv -f .deps/after-hccopy-from.Tpo .deps/after-hccopy-from.Po
mv -f .deps/after-hccopy-to.Tpo .deps/after-hccopy-to.Po
mv -f .deps/after-rcopy-from.Tpo .deps/after-rcopy-from.Po
mv -f .deps/after-rcopy-to.Tpo .deps/after-rcopy-to.Po
mv -f .deps/allocate.Tpo .deps/allocate.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-exit.o -MD -MP -MF .deps/bench-exit.Tpo -c -o bench-exit.o bench-exit.c
mv -f .deps/aset.Tpo .deps/aset.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-main.o -MD -MP -MF .deps/bench-main.Tpo -c -o bench-main.o bench-main.c
mv -f .deps/bench-cost-postprocess.Tpo .deps/bench-cost-postprocess.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT can-do.o -MD -MP -MF .deps/can-do.Tpo -c -o can-do.o can-do.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT caset.o -MD -MP -MF .deps/caset.Tpo -c -o caset.o caset.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dotens2.o -MD -MP -MF .deps/dotens2.Tpo -c -o dotens2.o dotens2.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mflops.o -MD -MP -MF .deps/mflops.Tpo -c -o mflops.o mflops.c
mv -f .deps/bench-exit.Tpo .deps/bench-exit.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mp.o -MD -MP -MF .deps/mp.Tpo -c -o mp.o mp.c
mv -f .deps/bench-main.Tpo .deps/bench-main.Po
mv -f .deps/can-do.Tpo .deps/can-do.Po
mv -f .deps/caset.Tpo .deps/caset.Po
mv -f .deps/dotens2.Tpo .deps/dotens2.Po
mv -f .deps/info.Tpo .deps/info.Po
mv -f .deps/main.Tpo .deps/main.Po
mv -f .deps/mflops.Tpo .deps/mflops.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ovtpvt.o -MD -MP -MF .deps/ovtpvt.Tpo -c -o ovtpvt.o ovtpvt.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pow2.o -MD -MP -MF .deps/pow2.Tpo -c -o pow2.o pow2.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.o -MD -MP -MF .deps/problem.Tpo -c -o problem.o problem.c
mv -f .deps/mp.Tpo .deps/mp.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT report.o -MD -MP -MF .deps/report.Tpo -c -o report.o report.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT speed.o -MD -MP -MF .deps/speed.Tpo -c -o speed.o speed.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.o -MD -MP -MF .deps/tensor.Tpo -c -o tensor.o tensor.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT useropt.o -MD -MP -MF .deps/useropt.Tpo -c -o useropt.o useropt.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
mv -f .deps/ovtpvt.Tpo .deps/ovtpvt.Po
mv -f .deps/pow2.Tpo .deps/pow2.Po
mv -f .deps/problem.Tpo .deps/problem.Po
mv -f .deps/report.Tpo .deps/report.Po
mv -f .deps/speed.Tpo .deps/speed.Po
mv -f .deps/tensor.Tpo .deps/tensor.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-dft.o -MD -MP -MF .deps/verify-dft.Tpo -c -o verify-dft.o verify-dft.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-lib.o -MD -MP -MF .deps/verify-lib.Tpo -c -o verify-lib.o verify-lib.c
mv -f .deps/timer.Tpo .deps/timer.Po
mv -f .deps/useropt.Tpo .deps/useropt.Po
mv -f .deps/util.Tpo .deps/util.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-r2r.o -MD -MP -MF .deps/verify-r2r.Tpo -c -o verify-r2r.o verify-r2r.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-rdft2.o -MD -MP -MF .deps/verify-rdft2.Tpo -c -o verify-rdft2.o verify-rdft2.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify.o -MD -MP -MF .deps/verify.Tpo -c -o verify.o verify.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.o -MD -MP -MF .deps/zero.Tpo -c -o zero.o zero.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT my-getopt.o -MD -MP -MF .deps/my-getopt.Tpo -c -o my-getopt.o my-getopt.c
mv -f .deps/verify-dft.Tpo .deps/verify-dft.Po
mv -f .deps/verify-lib.Tpo .deps/verify-lib.Po
mv -f .deps/verify-rdft2.Tpo .deps/verify-rdft2.Po
mv -f .deps/verify-r2r.Tpo .deps/verify-r2r.Po
mv -f .deps/zero.Tpo .deps/zero.Po
mv -f .deps/verify.Tpo .deps/verify.Po
mv -f .deps/my-getopt.Tpo .deps/my-getopt.Po
rm -f libbench2.a
ar cru libbench2.a after-ccopy-from.o after-ccopy-to.o after-hccopy-from.o after-hccopy-to.o after-rcopy-from.o after-rcopy-to.o allocate.o aset.o bench-cost-postprocess.o bench-exit.o bench-main.o can-do.o caset.o dotens2.o info.o main.o mflops.o mp.o ovtpvt.o pow2.o problem.o report.o speed.o tensor.o timer.o useropt.o util.o verify-dft.o verify-lib.o verify-r2r.o verify-rdft2.o verify.o zero.o my-getopt.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libbench2.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
Making all in .
make[4]: Entering directory '/<<PKGBUILDDIR>>'
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -no-undefined -version-info 9:10:6   -Wl,-z,relro -o libfftw3l.la -rpath /usr/lib/x86_64-linux-gnu  kernel/libkernel.la dft/libdft.la dft/scalar/libdft_scalar.la dft/scalar/codelets/libdft_scalar_codelets.la rdft/librdft.la rdft/scalar/librdft_scalar.la rdft/scalar/r2cf/librdft_scalar_r2cf.la rdft/scalar/r2cb/librdft_scalar_r2cb.la rdft/scalar/r2r/librdft_scalar_r2r.la reodft/libreodft.la api/libapi.la simd-support/libsimd_support.la             -lm 
/bin/sed \
	-e 's|[@]PREC_SUFFIX@|l|g' \
	-e 's|[@]CMAKE_INSTALL_FULL_LIBDIR@|/usr/lib/x86_64-linux-gnu|g' \
	-e 's|[@]CMAKE_INSTALL_FULL_INCLUDEDIR@|/usr/include|g' \
	./FFTW3Config.cmake.in > FFTW3lConfig.cmake
/bin/sed \
	-e 's|[@]FFTW_VERSION@|3.3.10|g' \
	./FFTW3ConfigVersion.cmake.in > FFTW3lConfigVersion.cmake
cp -f fftw.pc fftw3l.pc
libtool: link: gcc -shared  -fPIC -DPIC  -Wl,--whole-archive kernel/.libs/libkernel.a dft/.libs/libdft.a dft/scalar/.libs/libdft_scalar.a dft/scalar/codelets/.libs/libdft_scalar_codelets.a rdft/.libs/librdft.a rdft/scalar/.libs/librdft_scalar.a rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a rdft/scalar/r2r/.libs/librdft_scalar_r2r.a reodft/.libs/libreodft.a api/.libs/libapi.a simd-support/.libs/libsimd_support.a -Wl,--no-whole-archive  -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -Wl,-soname -Wl,libfftw3l.so.3 -o .libs/libfftw3l.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3l.so.3" && ln -s "libfftw3l.so.3.6.10" "libfftw3l.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3l.so" && ln -s "libfftw3l.so.3.6.10" "libfftw3l.so")
libtool: link: (cd .libs/libfftw3l.lax/libkernel.a && ar x "/<<PKGBUILDDIR>>/kernel/.libs/libkernel.a")
libtool: link: (cd .libs/libfftw3l.lax/libdft.a && ar x "/<<PKGBUILDDIR>>/dft/.libs/libdft.a")
libtool: link: (cd .libs/libfftw3l.lax/libdft_scalar.a && ar x "/<<PKGBUILDDIR>>/dft/scalar/.libs/libdft_scalar.a")
libtool: link: (cd .libs/libfftw3l.lax/libdft_scalar_codelets.a && ar x "/<<PKGBUILDDIR>>/dft/scalar/codelets/.libs/libdft_scalar_codelets.a")
libtool: link: (cd .libs/libfftw3l.lax/librdft.a && ar x "/<<PKGBUILDDIR>>/rdft/.libs/librdft.a")
libtool: link: (cd .libs/libfftw3l.lax/librdft_scalar.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/.libs/librdft_scalar.a")
libtool: link: (cd .libs/libfftw3l.lax/librdft_scalar_r2cf.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a")
libtool: link: (cd .libs/libfftw3l.lax/librdft_scalar_r2cb.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a")
libtool: link: (cd .libs/libfftw3l.lax/librdft_scalar_r2r.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2r/.libs/librdft_scalar_r2r.a")
libtool: link: (cd .libs/libfftw3l.lax/libreodft.a && ar x "/<<PKGBUILDDIR>>/reodft/.libs/libreodft.a")
libtool: link: (cd .libs/libfftw3l.lax/libapi.a && ar x "/<<PKGBUILDDIR>>/api/.libs/libapi.a")
libtool: link: (cd .libs/libfftw3l.lax/libsimd_support.a && ar x "/<<PKGBUILDDIR>>/simd-support/.libs/libsimd_support.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libfftw3l.lax/libdft.a/buffered.o .libs/libfftw3l.lax/lt1-buffered.o || cp .libs/libfftw3l.lax/libdft.a/buffered.o .libs/libfftw3l.lax/lt1-buffered.o
libtool: link: ln .libs/libfftw3l.lax/libdft.a/ct.o .libs/libfftw3l.lax/lt2-ct.o || cp .libs/libfftw3l.lax/libdft.a/ct.o .libs/libfftw3l.lax/lt2-ct.o
libtool: link: ln .libs/libfftw3l.lax/libdft.a/plan.o .libs/libfftw3l.lax/lt3-plan.o || cp .libs/libfftw3l.lax/libdft.a/plan.o .libs/libfftw3l.lax/lt3-plan.o
libtool: link: ln .libs/libfftw3l.lax/libdft.a/problem.o .libs/libfftw3l.lax/lt4-problem.o || cp .libs/libfftw3l.lax/libdft.a/problem.o .libs/libfftw3l.lax/lt4-problem.o
libtool: link: ln .libs/libfftw3l.lax/libdft.a/rader.o .libs/libfftw3l.lax/lt5-rader.o || cp .libs/libfftw3l.lax/libdft.a/rader.o .libs/libfftw3l.lax/lt5-rader.o
libtool: link: ln .libs/libfftw3l.lax/librdft.a/buffered.o .libs/libfftw3l.lax/lt6-buffered.o || cp .libs/libfftw3l.lax/librdft.a/buffered.o .libs/libfftw3l.lax/lt6-buffered.o
libtool: link: ln .libs/libfftw3l.lax/librdft.a/conf.o .libs/libfftw3l.lax/lt7-conf.o || cp .libs/libfftw3l.lax/librdft.a/conf.o .libs/libfftw3l.lax/lt7-conf.o
libtool: link: ln .libs/libfftw3l.lax/librdft.a/generic.o .libs/libfftw3l.lax/lt8-generic.o || cp .libs/libfftw3l.lax/librdft.a/generic.o .libs/libfftw3l.lax/lt8-generic.o
libtool: link: ln .libs/libfftw3l.lax/librdft.a/indirect.o .libs/libfftw3l.lax/lt9-indirect.o || cp .libs/libfftw3l.lax/librdft.a/indirect.o .libs/libfftw3l.lax/lt9-indirect.o
libtool: link: ln .libs/libfftw3l.lax/librdft.a/nop.o .libs/libfftw3l.lax/lt10-nop.o || cp .libs/libfftw3l.lax/librdft.a/nop.o .libs/libfftw3l.lax/lt10-nop.o
libtool: link: ln .libs/libfftw3l.lax/librdft.a/plan.o .libs/libfftw3l.lax/lt11-plan.o || cp .libs/libfftw3l.lax/librdft.a/plan.o .libs/libfftw3l.lax/lt11-plan.o
libtool: link: ln .libs/libfftw3l.lax/librdft.a/problem.o .libs/libfftw3l.lax/lt12-problem.o || cp .libs/libfftw3l.lax/librdft.a/problem.o .libs/libfftw3l.lax/lt12-problem.o
libtool: link: ln .libs/libfftw3l.lax/librdft.a/rank-geq2.o .libs/libfftw3l.lax/lt13-rank-geq2.o || cp .libs/libfftw3l.lax/librdft.a/rank-geq2.o .libs/libfftw3l.lax/lt13-rank-geq2.o
libtool: link: ln .libs/libfftw3l.lax/librdft.a/solve.o .libs/libfftw3l.lax/lt14-solve.o || cp .libs/libfftw3l.lax/librdft.a/solve.o .libs/libfftw3l.lax/lt14-solve.o
libtool: link: ln .libs/libfftw3l.lax/librdft.a/vrank-geq1.o .libs/libfftw3l.lax/lt15-vrank-geq1.o || cp .libs/libfftw3l.lax/librdft.a/vrank-geq1.o .libs/libfftw3l.lax/lt15-vrank-geq1.o
libtool: link: ln .libs/libfftw3l.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3l.lax/lt16-codlist.o || cp .libs/libfftw3l.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3l.lax/lt16-codlist.o
libtool: link: ln .libs/libfftw3l.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3l.lax/lt17-codlist.o || cp .libs/libfftw3l.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3l.lax/lt17-codlist.o
libtool: link: ln .libs/libfftw3l.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3l.lax/lt18-codlist.o || cp .libs/libfftw3l.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3l.lax/lt18-codlist.o
libtool: link: ln .libs/libfftw3l.lax/libreodft.a/conf.o .libs/libfftw3l.lax/lt19-conf.o || cp .libs/libfftw3l.lax/libreodft.a/conf.o .libs/libfftw3l.lax/lt19-conf.o
libtool: link: ar cr .libs/libfftw3l.a .libs/libfftw3l.lax/libkernel.a/align.o .libs/libfftw3l.lax/libkernel.a/alloc.o .libs/libfftw3l.lax/libkernel.a/assert.o .libs/libfftw3l.lax/libkernel.a/awake.o .libs/libfftw3l.lax/libkernel.a/buffered.o .libs/libfftw3l.lax/libkernel.a/cpy1d.o .libs/libfftw3l.lax/libkernel.a/cpy2d-pair.o .libs/libfftw3l.lax/libkernel.a/cpy2d.o .libs/libfftw3l.lax/libkernel.a/ct.o .libs/libfftw3l.lax/libkernel.a/debug.o .libs/libfftw3l.lax/libkernel.a/extract-reim.o .libs/libfftw3l.lax/libkernel.a/hash.o .libs/libfftw3l.lax/libkernel.a/iabs.o .libs/libfftw3l.lax/libkernel.a/kalloc.o .libs/libfftw3l.lax/libkernel.a/md5-1.o .libs/libfftw3l.lax/libkernel.a/md5.o .libs/libfftw3l.lax/libkernel.a/minmax.o .libs/libfftw3l.lax/libkernel.a/ops.o .libs/libfftw3l.lax/libkernel.a/pickdim.o .libs/libfftw3l.lax/libkernel.a/plan.o .libs/libfftw3l.lax/libkernel.a/planner.o .libs/libfftw3l.lax/libkernel.a/primes.o .libs/libfftw3l.lax/libkernel.a/print.o .libs/libfftw3l.lax/libkernel.a/problem.o .libs/libfftw3l.lax/libkernel.a/rader.o .libs/libfftw3l.lax/libkernel.a/scan.o .libs/libfftw3l.lax/libkernel.a/solver.o .libs/libfftw3l.lax/libkernel.a/solvtab.o .libs/libfftw3l.lax/libkernel.a/stride.o .libs/libfftw3l.lax/libkernel.a/tensor.o .libs/libfftw3l.lax/libkernel.a/tensor1.o .libs/libfftw3l.lax/libkernel.a/tensor2.o .libs/libfftw3l.lax/libkernel.a/tensor3.o .libs/libfftw3l.lax/libkernel.a/tensor4.o .libs/libfftw3l.lax/libkernel.a/tensor5.o .libs/libfftw3l.lax/libkernel.a/tensor7.o .libs/libfftw3l.lax/libkernel.a/tensor8.o .libs/libfftw3l.lax/libkernel.a/tensor9.o .libs/libfftw3l.lax/libkernel.a/tile2d.o .libs/libfftw3l.lax/libkernel.a/timer.o .libs/libfftw3l.lax/libkernel.a/transpose.o .libs/libfftw3l.lax/libkernel.a/trig.o .libs/libfftw3l.lax/libkernel.a/twiddle.o .libs/libfftw3l.lax/libdft.a/bluestein.o .libs/libfftw3l.lax/lt1-buffered.o .libs/libfftw3l.lax/libdft.a/conf.o .libs/libfftw3l.lax/lt2-ct.o .libs/libfftw3l.lax/libdft.a/dftw-direct.o .libs/libfftw3l.lax/libdft.a/dftw-directsq.o .libs/libfftw3l.lax/libdft.a/dftw-generic.o .libs/libfftw3l.lax/libdft.a/dftw-genericbuf.o .libs/libfftw3l.lax/libdft.a/direct.o .libs/libfftw3l.lax/libdft.a/generic.o .libs/libfftw3l.lax/libdft.a/indirect-transpose.o .libs/libfftw3l.lax/libdft.a/indirect.o .libs/libfftw3l.lax/libdft.a/kdft-dif.o .libs/libfftw3l.lax/libdft.a/kdft-difsq.o .libs/libfftw3l.lax/libdft.a/kdft-dit.o .libs/libfftw3l.lax/libdft.a/kdft.o .libs/libfftw3l.lax/libdft.a/nop.o .libs/libfftw3l.lax/lt3-plan.o .libs/libfftw3l.lax/lt4-problem.o .libs/libfftw3l.lax/lt5-rader.o .libs/libfftw3l.lax/libdft.a/rank-geq2.o .libs/libfftw3l.lax/libdft.a/solve.o .libs/libfftw3l.lax/libdft.a/vrank-geq1.o .libs/libfftw3l.lax/libdft.a/zero.o .libs/libfftw3l.lax/libdft_scalar.a/n.o .libs/libfftw3l.lax/libdft_scalar.a/t.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/codlist.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_10.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_11.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_12.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_13.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_14.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_15.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_16.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_2.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_20.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_25.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_3.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_32.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_4.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_5.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_6.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_64.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_7.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_8.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/n1_9.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/q1_2.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/q1_3.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/q1_4.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/q1_5.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/q1_6.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/q1_8.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_10.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_12.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_15.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_16.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_2.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_20.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_25.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_3.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_32.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_4.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_5.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_6.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_64.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_7.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_8.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t1_9.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t2_10.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t2_16.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t2_20.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t2_25.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t2_32.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t2_4.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t2_5.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t2_64.o .libs/libfftw3l.lax/libdft_scalar_codelets.a/t2_8.o .libs/libfftw3l.lax/lt6-buffered.o .libs/libfftw3l.lax/librdft.a/buffered2.o .libs/libfftw3l.lax/lt7-conf.o .libs/libfftw3l.lax/librdft.a/ct-hc2c-direct.o .libs/libfftw3l.lax/librdft.a/ct-hc2c.o .libs/libfftw3l.lax/librdft.a/dft-r2hc.o .libs/libfftw3l.lax/librdft.a/dht-r2hc.o .libs/libfftw3l.lax/librdft.a/dht-rader.o .libs/libfftw3l.lax/librdft.a/direct-r2c.o .libs/libfftw3l.lax/librdft.a/direct-r2r.o .libs/libfftw3l.lax/librdft.a/direct2.o .libs/libfftw3l.lax/lt8-generic.o .libs/libfftw3l.lax/librdft.a/hc2hc-direct.o .libs/libfftw3l.lax/librdft.a/hc2hc-generic.o .libs/libfftw3l.lax/librdft.a/hc2hc.o .libs/libfftw3l.lax/lt9-indirect.o .libs/libfftw3l.lax/librdft.a/khc2c.o .libs/libfftw3l.lax/librdft.a/khc2hc.o .libs/libfftw3l.lax/librdft.a/kr2c.o .libs/libfftw3l.lax/librdft.a/kr2r.o .libs/libfftw3l.lax/lt10-nop.o .libs/libfftw3l.lax/librdft.a/nop2.o .libs/libfftw3l.lax/lt11-plan.o .libs/libfftw3l.lax/librdft.a/plan2.o .libs/libfftw3l.lax/lt12-problem.o .libs/libfftw3l.lax/librdft.a/problem2.o .libs/libfftw3l.lax/librdft.a/rank-geq2-rdft2.o .libs/libfftw3l.lax/lt13-rank-geq2.o .libs/libfftw3l.lax/librdft.a/rank0-rdft2.o .libs/libfftw3l.lax/librdft.a/rank0.o .libs/libfftw3l.lax/librdft.a/rdft-dht.o .libs/libfftw3l.lax/librdft.a/rdft2-inplace-strides.o .libs/libfftw3l.lax/librdft.a/rdft2-rdft.o .libs/libfftw3l.lax/librdft.a/rdft2-strides.o .libs/libfftw3l.lax/librdft.a/rdft2-tensor-max-index.o .libs/libfftw3l.lax/lt14-solve.o .libs/libfftw3l.lax/librdft.a/solve2.o .libs/libfftw3l.lax/librdft.a/vrank-geq1-rdft2.o .libs/libfftw3l.lax/lt15-vrank-geq1.o .libs/libfftw3l.lax/librdft.a/vrank3-transpose.o .libs/libfftw3l.lax/librdft_scalar.a/hc2c.o .libs/libfftw3l.lax/librdft_scalar.a/hfb.o .libs/libfftw3l.lax/librdft_scalar.a/r2c.o .libs/libfftw3l.lax/librdft_scalar.a/r2r.o .libs/libfftw3l.lax/lt16-codlist.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf2_16.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf2_20.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf2_32.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf2_4.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf2_8.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf_10.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf_12.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf_16.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf_2.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf_20.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf_32.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf_4.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf_6.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cf_8.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft2_16.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft2_20.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft2_32.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft2_4.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft2_8.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft_10.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft_12.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft_16.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft_2.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft_20.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft_32.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft_4.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft_6.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hc2cfdft_8.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf2_16.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf2_20.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf2_25.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf2_32.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf2_4.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf2_5.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf2_8.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_10.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_12.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_15.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_16.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_2.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_20.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_25.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_3.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_32.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_4.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_5.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_6.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_64.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_7.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_8.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/hf_9.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_10.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_12.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_15.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_16.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_2.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_20.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_25.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_3.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_32.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_4.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_5.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_6.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_64.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_7.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_8.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cfII_9.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_10.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_11.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_12.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_128.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_13.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_14.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_15.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_16.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_2.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_20.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_25.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_3.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_32.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_4.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_5.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_6.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_64.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_7.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_8.o .libs/libfftw3l.lax/librdft_scalar_r2cf.a/r2cf_9.o .libs/libfftw3l.lax/lt17-codlist.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb2_16.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb2_20.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb2_25.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb2_32.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb2_4.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb2_5.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb2_8.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_10.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_12.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_15.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_16.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_2.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_20.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_25.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_3.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_32.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_4.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_5.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_6.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_64.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_7.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_8.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hb_9.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb2_16.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb2_20.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb2_32.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb2_4.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb2_8.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb_10.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb_12.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb_16.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb_2.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb_20.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb_32.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb_4.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb_6.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cb_8.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft2_16.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft2_20.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft2_32.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft2_4.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft2_8.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft_10.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft_12.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft_16.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft_2.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft_20.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft_32.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft_4.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft_6.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/hc2cbdft_8.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_10.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_12.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_15.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_16.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_2.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_20.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_25.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_3.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_32.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_4.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_5.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_6.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_64.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_7.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_8.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cbIII_9.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_10.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_11.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_12.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_128.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_13.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_14.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_15.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_16.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_2.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_20.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_25.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_3.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_32.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_4.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_5.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_6.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_64.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_7.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_8.o .libs/libfftw3l.lax/librdft_scalar_r2cb.a/r2cb_9.o .libs/libfftw3l.lax/lt18-codlist.o .libs/libfftw3l.lax/librdft_scalar_r2r.a/e01_8.o .libs/libfftw3l.lax/librdft_scalar_r2r.a/e10_8.o .libs/libfftw3l.lax/lt19-conf.o .libs/libfftw3l.lax/libreodft.a/redft00e-r2hc-pad.o .libs/libfftw3l.lax/libreodft.a/reodft00e-splitradix.o .libs/libfftw3l.lax/libreodft.a/reodft010e-r2hc.o .libs/libfftw3l.lax/libreodft.a/reodft11e-r2hc-odd.o .libs/libfftw3l.lax/libreodft.a/reodft11e-radix2.o .libs/libfftw3l.lax/libreodft.a/rodft00e-r2hc-pad.o .libs/libfftw3l.lax/libapi.a/apiplan.o .libs/libfftw3l.lax/libapi.a/configure.o .libs/libfftw3l.lax/libapi.a/execute-dft-c2r.o .libs/libfftw3l.lax/libapi.a/execute-dft-r2c.o .libs/libfftw3l.lax/libapi.a/execute-dft.o .libs/libfftw3l.lax/libapi.a/execute-r2r.o .libs/libfftw3l.lax/libapi.a/execute-split-dft-c2r.o .libs/libfftw3l.lax/libapi.a/execute-split-dft-r2c.o .libs/libfftw3l.lax/libapi.a/execute-split-dft.o .libs/libfftw3l.lax/libapi.a/execute.o .libs/libfftw3l.lax/libapi.a/export-wisdom-to-file.o .libs/libfftw3l.lax/libapi.a/export-wisdom-to-string.o .libs/libfftw3l.lax/libapi.a/export-wisdom.o .libs/libfftw3l.lax/libapi.a/f77api.o .libs/libfftw3l.lax/libapi.a/flops.o .libs/libfftw3l.lax/libapi.a/forget-wisdom.o .libs/libfftw3l.lax/libapi.a/import-system-wisdom.o .libs/libfftw3l.lax/libapi.a/import-wisdom-from-file.o .libs/libfftw3l.lax/libapi.a/import-wisdom-from-string.o .libs/libfftw3l.lax/libapi.a/import-wisdom.o .libs/libfftw3l.lax/libapi.a/malloc.o .libs/libfftw3l.lax/libapi.a/map-r2r-kind.o .libs/libfftw3l.lax/libapi.a/mapflags.o .libs/libfftw3l.lax/libapi.a/mkprinter-file.o .libs/libfftw3l.lax/libapi.a/mkprinter-str.o .libs/libfftw3l.lax/libapi.a/mktensor-iodims.o .libs/libfftw3l.lax/libapi.a/mktensor-iodims64.o .libs/libfftw3l.lax/libapi.a/mktensor-rowmajor.o .libs/libfftw3l.lax/libapi.a/plan-dft-1d.o .libs/libfftw3l.lax/libapi.a/plan-dft-2d.o .libs/libfftw3l.lax/libapi.a/plan-dft-3d.o .libs/libfftw3l.lax/libapi.a/plan-dft-c2r-1d.o .libs/libfftw3l.lax/libapi.a/plan-dft-c2r-2d.o .libs/libfftw3l.lax/libapi.a/plan-dft-c2r-3d.o .libs/libfftw3l.lax/libapi.a/plan-dft-c2r.o .libs/libfftw3l.lax/libapi.a/plan-dft-r2c-1d.o .libs/libfftw3l.lax/libapi.a/plan-dft-r2c-2d.o .libs/libfftw3l.lax/libapi.a/plan-dft-r2c-3d.o .libs/libfftw3l.lax/libapi.a/plan-dft-r2c.o .libs/libfftw3l.lax/libapi.a/plan-dft.o .libs/libfftw3l.lax/libapi.a/plan-guru-dft-c2r.o .libs/libfftw3l.lax/libapi.a/plan-guru-dft-r2c.o .libs/libfftw3l.lax/libapi.a/plan-guru-dft.o .libs/libfftw3l.lax/libapi.a/plan-guru-r2r.o .libs/libfftw3l.lax/libapi.a/plan-guru-split-dft-c2r.o .libs/libfftw3l.lax/libapi.a/plan-guru-split-dft-r2c.o .libs/libfftw3l.lax/libapi.a/plan-guru-split-dft.o .libs/libfftw3l.lax/libapi.a/plan-guru64-dft-c2r.o .libs/libfftw3l.lax/libapi.a/plan-guru64-dft-r2c.o .libs/libfftw3l.lax/libapi.a/plan-guru64-dft.o .libs/libfftw3l.lax/libapi.a/plan-guru64-r2r.o .libs/libfftw3l.lax/libapi.a/plan-guru64-split-dft-c2r.o .libs/libfftw3l.lax/libapi.a/plan-guru64-split-dft-r2c.o .libs/libfftw3l.lax/libapi.a/plan-guru64-split-dft.o .libs/libfftw3l.lax/libapi.a/plan-many-dft-c2r.o .libs/libfftw3l.lax/libapi.a/plan-many-dft-r2c.o .libs/libfftw3l.lax/libapi.a/plan-many-dft.o .libs/libfftw3l.lax/libapi.a/plan-many-r2r.o .libs/libfftw3l.lax/libapi.a/plan-r2r-1d.o .libs/libfftw3l.lax/libapi.a/plan-r2r-2d.o .libs/libfftw3l.lax/libapi.a/plan-r2r-3d.o .libs/libfftw3l.lax/libapi.a/plan-r2r.o .libs/libfftw3l.lax/libapi.a/print-plan.o .libs/libfftw3l.lax/libapi.a/rdft2-pad.o .libs/libfftw3l.lax/libapi.a/the-planner.o .libs/libfftw3l.lax/libapi.a/version.o .libs/libfftw3l.lax/libsimd_support.a/altivec.o .libs/libfftw3l.lax/libsimd_support.a/avx-128-fma.o .libs/libfftw3l.lax/libsimd_support.a/avx.o .libs/libfftw3l.lax/libsimd_support.a/avx2.o .libs/libfftw3l.lax/libsimd_support.a/avx512.o .libs/libfftw3l.lax/libsimd_support.a/kcvi.o .libs/libfftw3l.lax/libsimd_support.a/neon.o .libs/libfftw3l.lax/libsimd_support.a/sse2.o .libs/libfftw3l.lax/libsimd_support.a/taint.o .libs/libfftw3l.lax/libsimd_support.a/vsx.o
libtool: link: ranlib .libs/libfftw3l.a
libtool: link: rm -fr .libs/libfftw3l.lax .libs/libfftw3l.lax
libtool: link: ( cd ".libs" && rm -f "libfftw3l.la" && ln -s "../libfftw3l.la" "libfftw3l.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
Making all in threads
make[4]: Entering directory '/<<PKGBUILDDIR>>/threads'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-api.lo -MD -MP -MF .deps/libfftw3l_threads_la-api.Tpo -c -o libfftw3l_threads_la-api.lo `test -f 'api.c' || echo './'`api.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-conf.lo -MD -MP -MF .deps/libfftw3l_threads_la-conf.Tpo -c -o libfftw3l_threads_la-conf.lo `test -f 'conf.c' || echo './'`conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-threads.lo -MD -MP -MF .deps/libfftw3l_threads_la-threads.Tpo -c -o libfftw3l_threads_la-threads.lo `test -f 'threads.c' || echo './'`threads.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_threads_la-dft-vrank-geq1.Tpo -c -o libfftw3l_threads_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo './'`dft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-ct.lo -MD -MP -MF .deps/libfftw3l_threads_la-ct.Tpo -c -o libfftw3l_threads_la-ct.lo `test -f 'ct.c' || echo './'`ct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_threads_la-rdft-vrank-geq1.Tpo -c -o libfftw3l_threads_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo './'`rdft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3l_threads_la-hc2hc.Tpo -c -o libfftw3l_threads_la-hc2hc.lo `test -f 'hc2hc.c' || echo './'`hc2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3l_threads_la-vrank-geq1-rdft2.Tpo -c -o libfftw3l_threads_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo './'`vrank-geq1-rdft2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3l_threads_la-f77api.Tpo -c -o libfftw3l_threads_la-f77api.lo `test -f 'f77api.c' || echo './'`f77api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_threads_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3l_threads_la-rdft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3l_threads_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/libfftw3l_threads_la-vrank-geq1-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-threads.lo -MD -MP -MF .deps/libfftw3l_threads_la-threads.Tpo -c threads.c  -fPIC -DPIC -o .libs/libfftw3l_threads_la-threads.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-api.lo -MD -MP -MF .deps/libfftw3l_threads_la-api.Tpo -c api.c  -fPIC -DPIC -o .libs/libfftw3l_threads_la-api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_threads_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3l_threads_la-dft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-ct.lo -MD -MP -MF .deps/libfftw3l_threads_la-ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/libfftw3l_threads_la-ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3l_threads_la-hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/libfftw3l_threads_la-hc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-conf.lo -MD -MP -MF .deps/libfftw3l_threads_la-conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/libfftw3l_threads_la-conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-threads.lo -MD -MP -MF .deps/libfftw3l_threads_la-threads.Tpo -c threads.c -o libfftw3l_threads_la-threads.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_threads_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -o libfftw3l_threads_la-rdft-vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3l_threads_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o libfftw3l_threads_la-vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-api.lo -MD -MP -MF .deps/libfftw3l_threads_la-api.Tpo -c api.c -o libfftw3l_threads_la-api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_threads_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -o libfftw3l_threads_la-dft-vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-conf.lo -MD -MP -MF .deps/libfftw3l_threads_la-conf.Tpo -c conf.c -o libfftw3l_threads_la-conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-ct.lo -MD -MP -MF .deps/libfftw3l_threads_la-ct.Tpo -c ct.c -o libfftw3l_threads_la-ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3l_threads_la-hc2hc.Tpo -c hc2hc.c -o libfftw3l_threads_la-hc2hc.o >/dev/null 2>&1
mv -f .deps/libfftw3l_threads_la-vrank-geq1-rdft2.Tpo .deps/libfftw3l_threads_la-vrank-geq1-rdft2.Plo
mv -f .deps/libfftw3l_threads_la-rdft-vrank-geq1.Tpo .deps/libfftw3l_threads_la-rdft-vrank-geq1.Plo
mv -f .deps/libfftw3l_threads_la-threads.Tpo .deps/libfftw3l_threads_la-threads.Plo
mv -f .deps/libfftw3l_threads_la-api.Tpo .deps/libfftw3l_threads_la-api.Plo
mv -f .deps/libfftw3l_threads_la-dft-vrank-geq1.Tpo .deps/libfftw3l_threads_la-dft-vrank-geq1.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-api.lo -MD -MP -MF .deps/libfftw3l_omp_la-api.Tpo -c -o libfftw3l_omp_la-api.lo `test -f 'api.c' || echo './'`api.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-conf.lo -MD -MP -MF .deps/libfftw3l_omp_la-conf.Tpo -c -o libfftw3l_omp_la-conf.lo `test -f 'conf.c' || echo './'`conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3l_omp_la-openmp.Tpo -c -o libfftw3l_omp_la-openmp.lo `test -f 'openmp.c' || echo './'`openmp.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_omp_la-dft-vrank-geq1.Tpo -c -o libfftw3l_omp_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo './'`dft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-ct.lo -MD -MP -MF .deps/libfftw3l_omp_la-ct.Tpo -c -o libfftw3l_omp_la-ct.lo `test -f 'ct.c' || echo './'`ct.c
mv -f .deps/libfftw3l_threads_la-ct.Tpo .deps/libfftw3l_threads_la-ct.Plo
mv -f .deps/libfftw3l_threads_la-hc2hc.Tpo .deps/libfftw3l_threads_la-hc2hc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_omp_la-rdft-vrank-geq1.Tpo -c -o libfftw3l_omp_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo './'`rdft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3l_omp_la-hc2hc.Tpo -c -o libfftw3l_omp_la-hc2hc.lo `test -f 'hc2hc.c' || echo './'`hc2hc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3l_threads_la-f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/libfftw3l_threads_la-f77api.o
mv -f .deps/libfftw3l_threads_la-conf.Tpo .deps/libfftw3l_threads_la-conf.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3l_omp_la-vrank-geq1-rdft2.Tpo -c -o libfftw3l_omp_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo './'`vrank-geq1-rdft2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3l_threads_la-f77api.Tpo -c f77api.c -o libfftw3l_threads_la-f77api.o >/dev/null 2>&1
mv -f .deps/libfftw3l_threads_la-f77api.Tpo .deps/libfftw3l_threads_la-f77api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3l_omp_la-f77api.Tpo -c -o libfftw3l_omp_la-f77api.lo `test -f 'f77api.c' || echo './'`f77api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-api.lo -MD -MP -MF .deps/libfftw3l_omp_la-api.Tpo -c api.c  -fPIC -DPIC -o .libs/libfftw3l_omp_la-api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3l_omp_la-openmp.Tpo -c openmp.c  -fPIC -DPIC -o .libs/libfftw3l_omp_la-openmp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-ct.lo -MD -MP -MF .deps/libfftw3l_omp_la-ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/libfftw3l_omp_la-ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-conf.lo -MD -MP -MF .deps/libfftw3l_omp_la-conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/libfftw3l_omp_la-conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_omp_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3l_omp_la-dft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3l_omp_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/libfftw3l_omp_la-vrank-geq1-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-api.lo -MD -MP -MF .deps/libfftw3l_omp_la-api.Tpo -c api.c -o libfftw3l_omp_la-api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3l_omp_la-hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/libfftw3l_omp_la-hc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_omp_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -o libfftw3l_omp_la-dft-vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3l_omp_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o libfftw3l_omp_la-vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-conf.lo -MD -MP -MF .deps/libfftw3l_omp_la-conf.Tpo -c conf.c -o libfftw3l_omp_la-conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3l_omp_la-openmp.Tpo -c openmp.c -o libfftw3l_omp_la-openmp.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-ct.lo -MD -MP -MF .deps/libfftw3l_omp_la-ct.Tpo -c ct.c -o libfftw3l_omp_la-ct.o >/dev/null 2>&1
mv -f .deps/libfftw3l_omp_la-api.Tpo .deps/libfftw3l_omp_la-api.Plo
mv -f .deps/libfftw3l_omp_la-dft-vrank-geq1.Tpo .deps/libfftw3l_omp_la-dft-vrank-geq1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3l_omp_la-hc2hc.Tpo -c hc2hc.c -o libfftw3l_omp_la-hc2hc.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3l_threads.la -rpath /usr/lib/x86_64-linux-gnu libfftw3l_threads_la-api.lo libfftw3l_threads_la-conf.lo libfftw3l_threads_la-threads.lo libfftw3l_threads_la-dft-vrank-geq1.lo libfftw3l_threads_la-ct.lo libfftw3l_threads_la-rdft-vrank-geq1.lo libfftw3l_threads_la-hc2hc.lo libfftw3l_threads_la-vrank-geq1-rdft2.lo libfftw3l_threads_la-f77api.lo ../libfftw3l.la -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_omp_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3l_omp_la-rdft-vrank-geq1.o
mv -f .deps/libfftw3l_omp_la-ct.Tpo .deps/libfftw3l_omp_la-ct.Plo
mv -f .deps/libfftw3l_omp_la-openmp.Tpo .deps/libfftw3l_omp_la-openmp.Plo
mv -f .deps/libfftw3l_omp_la-conf.Tpo .deps/libfftw3l_omp_la-conf.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3l_omp_la-f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/libfftw3l_omp_la-f77api.o
mv -f .deps/libfftw3l_omp_la-vrank-geq1-rdft2.Tpo .deps/libfftw3l_omp_la-vrank-geq1-rdft2.Plo
mv -f .deps/libfftw3l_omp_la-hc2hc.Tpo .deps/libfftw3l_omp_la-hc2hc.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3l_omp_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -o libfftw3l_omp_la-rdft-vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3l_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3l_omp_la-f77api.Tpo -c f77api.c -o libfftw3l_omp_la-f77api.o >/dev/null 2>&1
mv -f .deps/libfftw3l_omp_la-rdft-vrank-geq1.Tpo .deps/libfftw3l_omp_la-rdft-vrank-geq1.Plo
mv -f .deps/libfftw3l_omp_la-f77api.Tpo .deps/libfftw3l_omp_la-f77api.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3l_omp.la -rpath /usr/lib/x86_64-linux-gnu libfftw3l_omp_la-api.lo libfftw3l_omp_la-conf.lo libfftw3l_omp_la-openmp.lo libfftw3l_omp_la-dft-vrank-geq1.lo libfftw3l_omp_la-ct.lo libfftw3l_omp_la-rdft-vrank-geq1.lo libfftw3l_omp_la-hc2hc.lo libfftw3l_omp_la-vrank-geq1-rdft2.lo libfftw3l_omp_la-f77api.lo ../libfftw3l.la -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libfftw3l_threads_la-api.o .libs/libfftw3l_threads_la-conf.o .libs/libfftw3l_threads_la-threads.o .libs/libfftw3l_threads_la-dft-vrank-geq1.o .libs/libfftw3l_threads_la-ct.o .libs/libfftw3l_threads_la-rdft-vrank-geq1.o .libs/libfftw3l_threads_la-hc2hc.o .libs/libfftw3l_threads_la-vrank-geq1-rdft2.o .libs/libfftw3l_threads_la-f77api.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3l.so -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3l_threads.so.3 -o .libs/libfftw3l_threads.so.3.6.10
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libfftw3l_omp_la-api.o .libs/libfftw3l_omp_la-conf.o .libs/libfftw3l_omp_la-openmp.o .libs/libfftw3l_omp_la-dft-vrank-geq1.o .libs/libfftw3l_omp_la-ct.o .libs/libfftw3l_omp_la-rdft-vrank-geq1.o .libs/libfftw3l_omp_la-hc2hc.o .libs/libfftw3l_omp_la-vrank-geq1-rdft2.o .libs/libfftw3l_omp_la-f77api.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3l.so -lm  -fopenmp -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -fopenmp -Wl,-soname -Wl,libfftw3l_omp.so.3 -o .libs/libfftw3l_omp.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3l_threads.so.3" && ln -s "libfftw3l_threads.so.3.6.10" "libfftw3l_threads.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3l_threads.so" && ln -s "libfftw3l_threads.so.3.6.10" "libfftw3l_threads.so")
libtool: link: ar cr .libs/libfftw3l_threads.a  libfftw3l_threads_la-api.o libfftw3l_threads_la-conf.o libfftw3l_threads_la-threads.o libfftw3l_threads_la-dft-vrank-geq1.o libfftw3l_threads_la-ct.o libfftw3l_threads_la-rdft-vrank-geq1.o libfftw3l_threads_la-hc2hc.o libfftw3l_threads_la-vrank-geq1-rdft2.o libfftw3l_threads_la-f77api.o
libtool: link: (cd ".libs" && rm -f "libfftw3l_omp.so.3" && ln -s "libfftw3l_omp.so.3.6.10" "libfftw3l_omp.so.3")
libtool: link: ranlib .libs/libfftw3l_threads.a
libtool: link: (cd ".libs" && rm -f "libfftw3l_omp.so" && ln -s "libfftw3l_omp.so.3.6.10" "libfftw3l_omp.so")
libtool: link: ar cr .libs/libfftw3l_omp.a  libfftw3l_omp_la-api.o libfftw3l_omp_la-conf.o libfftw3l_omp_la-openmp.o libfftw3l_omp_la-dft-vrank-geq1.o libfftw3l_omp_la-ct.o libfftw3l_omp_la-rdft-vrank-geq1.o libfftw3l_omp_la-hc2hc.o libfftw3l_omp_la-vrank-geq1-rdft2.o libfftw3l_omp_la-f77api.o
libtool: link: ( cd ".libs" && rm -f "libfftw3l_threads.la" && ln -s "../libfftw3l_threads.la" "libfftw3l_threads.la" )
libtool: link: ranlib .libs/libfftw3l_omp.a
libtool: link: ( cd ".libs" && rm -f "libfftw3l_omp.la" && ln -s "../libfftw3l_omp.la" "libfftw3l_omp.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/threads'
Making all in tests
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-bench.o -MD -MP -MF .deps/bench-bench.Tpo -c -o bench-bench.o `test -f 'bench.c' || echo './'`bench.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-hook.o -MD -MP -MF .deps/bench-hook.Tpo -c -o bench-hook.o `test -f 'hook.c' || echo './'`hook.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-fftw-bench.o -MD -MP -MF .deps/bench-fftw-bench.Tpo -c -o bench-fftw-bench.o `test -f 'fftw-bench.c' || echo './'`fftw-bench.c
mv -f .deps/bench-bench.Tpo .deps/bench-bench.Po
mv -f .deps/bench-hook.Tpo .deps/bench-hook.Po
mv -f .deps/bench-fftw-bench.Tpo .deps/bench-fftw-bench.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/libfftw3l_threads.la ../libfftw3l.la ../libbench2/libbench2.a  -lm 
libtool: link: gcc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/bench bench-bench.o bench-hook.o bench-fftw-bench.o  ../threads/.libs/libfftw3l_threads.so ../.libs/libfftw3l.so ../libbench2/libbench2.a -lm -pthread
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Making all in mpi
make[4]: Entering directory '/<<PKGBUILDDIR>>/mpi'
sed 's/C_MPI_FINT/C_INT32_T/' ./fftw3-mpi.f03.in > fftw3-mpi.f03
sed 's/C_MPI_FINT/C_INT32_T/' ./fftw3l-mpi.f03.in > fftw3l-mpi.f03
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/mpi'
mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mpi_bench-mpi-bench.o -MD -MP -MF .deps/mpi_bench-mpi-bench.Tpo -c -o mpi_bench-mpi-bench.o `test -f 'mpi-bench.c' || echo './'`mpi-bench.c
mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mpi_bench-fftw-bench.o -MD -MP -MF .deps/mpi_bench-fftw-bench.Tpo -c -o mpi_bench-fftw-bench.o `test -f '../tests/fftw-bench.c' || echo './'`../tests/fftw-bench.c
mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mpi_bench-hook.o -MD -MP -MF .deps/mpi_bench-hook.Tpo -c -o mpi_bench-hook.o `test -f '../tests/hook.c' || echo './'`../tests/hook.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT any-true.lo -MD -MP -MF .deps/any-true.Tpo -c -o any-true.lo any-true.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT api.lo -MD -MP -MF .deps/api.Tpo -c -o api.lo api.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT choose-radix.lo -MD -MP -MF .deps/choose-radix.Tpo -c -o choose-radix.lo choose-radix.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dtensor.lo -MD -MP -MF .deps/dtensor.Tpo -c -o dtensor.lo dtensor.c
mv -f .deps/mpi_bench-mpi-bench.Tpo .deps/mpi_bench-mpi-bench.Po
mv -f .deps/mpi_bench-fftw-bench.Tpo .deps/mpi_bench-fftw-bench.Po
mv -f .deps/mpi_bench-hook.Tpo .deps/mpi_bench-hook.Po
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rearrange.lo -MD -MP -MF .deps/rearrange.Tpo -c -o rearrange.lo rearrange.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT wisdom-api.lo -MD -MP -MF .deps/wisdom-api.Tpo -c -o wisdom-api.lo wisdom-api.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c -o f03-wrap.lo f03-wrap.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT any-true.lo -MD -MP -MF .deps/any-true.Tpo -c any-true.c  -fPIC -DPIC -o .libs/any-true.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c  -fPIC -DPIC -o .libs/api.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c  -fPIC -DPIC -o .libs/block.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT choose-radix.lo -MD -MP -MF .deps/choose-radix.Tpo -c choose-radix.c  -fPIC -DPIC -o .libs/choose-radix.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c f03-wrap.c  -fPIC -DPIC -o .libs/f03-wrap.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT any-true.lo -MD -MP -MF .deps/any-true.Tpo -c any-true.c -o any-true.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rearrange.lo -MD -MP -MF .deps/rearrange.Tpo -c rearrange.c  -fPIC -DPIC -o .libs/rearrange.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -o api.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dtensor.lo -MD -MP -MF .deps/dtensor.Tpo -c dtensor.c  -fPIC -DPIC -o .libs/dtensor.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c -o block.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rearrange.lo -MD -MP -MF .deps/rearrange.Tpo -c rearrange.c -o rearrange.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT choose-radix.lo -MD -MP -MF .deps/choose-radix.Tpo -c choose-radix.c -o choose-radix.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT wisdom-api.lo -MD -MP -MF .deps/wisdom-api.Tpo -c wisdom-api.c  -fPIC -DPIC -o .libs/wisdom-api.o
mv -f .deps/any-true.Tpo .deps/any-true.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f03-wrap.lo -MD -MP -MF .deps/f03-wrap.Tpo -c f03-wrap.c -o f03-wrap.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-alltoall.lo -MD -MP -MF .deps/transpose-alltoall.Tpo -c -o transpose-alltoall.lo transpose-alltoall.c
mv -f .deps/conf.Tpo .deps/conf.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dtensor.lo -MD -MP -MF .deps/dtensor.Tpo -c dtensor.c -o dtensor.o >/dev/null 2>&1
mv -f .deps/api.Tpo .deps/api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-pairwise.lo -MD -MP -MF .deps/transpose-pairwise.Tpo -c -o transpose-pairwise.lo transpose-pairwise.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-recurse.lo -MD -MP -MF .deps/transpose-recurse.Tpo -c -o transpose-recurse.lo transpose-recurse.c
mv -f .deps/rearrange.Tpo .deps/rearrange.Plo
mv -f .deps/block.Tpo .deps/block.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-problem.lo -MD -MP -MF .deps/transpose-problem.Tpo -c -o transpose-problem.lo transpose-problem.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT wisdom-api.lo -MD -MP -MF .deps/wisdom-api.Tpo -c wisdom-api.c -o wisdom-api.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-solve.lo -MD -MP -MF .deps/transpose-solve.Tpo -c -o transpose-solve.lo transpose-solve.c
mv -f .deps/choose-radix.Tpo .deps/choose-radix.Plo
mv -f .deps/f03-wrap.Tpo .deps/f03-wrap.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-serial.lo -MD -MP -MF .deps/dft-serial.Tpo -c -o dft-serial.lo dft-serial.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2.lo -MD -MP -MF .deps/dft-rank-geq2.Tpo -c -o dft-rank-geq2.lo dft-rank-geq2.c
mv -f .deps/dtensor.Tpo .deps/dtensor.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2-transposed.lo -MD -MP -MF .deps/dft-rank-geq2-transposed.Tpo -c -o dft-rank-geq2-transposed.lo dft-rank-geq2-transposed.c
mv -f .deps/wisdom-api.Tpo .deps/wisdom-api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1.lo -MD -MP -MF .deps/dft-rank1.Tpo -c -o dft-rank1.lo dft-rank1.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-alltoall.lo -MD -MP -MF .deps/transpose-alltoall.Tpo -c transpose-alltoall.c  -fPIC -DPIC -o .libs/transpose-alltoall.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-pairwise.lo -MD -MP -MF .deps/transpose-pairwise.Tpo -c transpose-pairwise.c  -fPIC -DPIC -o .libs/transpose-pairwise.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-problem.lo -MD -MP -MF .deps/transpose-problem.Tpo -c transpose-problem.c  -fPIC -DPIC -o .libs/transpose-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-solve.lo -MD -MP -MF .deps/transpose-solve.Tpo -c transpose-solve.c  -fPIC -DPIC -o .libs/transpose-solve.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-recurse.lo -MD -MP -MF .deps/transpose-recurse.Tpo -c transpose-recurse.c  -fPIC -DPIC -o .libs/transpose-recurse.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-serial.lo -MD -MP -MF .deps/dft-serial.Tpo -c dft-serial.c  -fPIC -DPIC -o .libs/dft-serial.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-alltoall.lo -MD -MP -MF .deps/transpose-alltoall.Tpo -c transpose-alltoall.c -o transpose-alltoall.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-solve.lo -MD -MP -MF .deps/transpose-solve.Tpo -c transpose-solve.c -o transpose-solve.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-problem.lo -MD -MP -MF .deps/transpose-problem.Tpo -c transpose-problem.c -o transpose-problem.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-pairwise.lo -MD -MP -MF .deps/transpose-pairwise.Tpo -c transpose-pairwise.c -o transpose-pairwise.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose-recurse.lo -MD -MP -MF .deps/transpose-recurse.Tpo -c transpose-recurse.c -o transpose-recurse.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2-transposed.lo -MD -MP -MF .deps/dft-rank-geq2-transposed.Tpo -c dft-rank-geq2-transposed.c  -fPIC -DPIC -o .libs/dft-rank-geq2-transposed.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2.lo -MD -MP -MF .deps/dft-rank-geq2.Tpo -c dft-rank-geq2.c  -fPIC -DPIC -o .libs/dft-rank-geq2.o
mv -f .deps/transpose-alltoall.Tpo .deps/transpose-alltoall.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-serial.lo -MD -MP -MF .deps/dft-serial.Tpo -c dft-serial.c -o dft-serial.o >/dev/null 2>&1
mv -f .deps/transpose-problem.Tpo .deps/transpose-problem.Plo
mv -f .deps/transpose-solve.Tpo .deps/transpose-solve.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1-bigvec.lo -MD -MP -MF .deps/dft-rank1-bigvec.Tpo -c -o dft-rank1-bigvec.lo dft-rank1-bigvec.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-problem.lo -MD -MP -MF .deps/dft-problem.Tpo -c -o dft-problem.lo dft-problem.c
mv -f .deps/transpose-recurse.Tpo .deps/transpose-recurse.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-solve.lo -MD -MP -MF .deps/dft-solve.Tpo -c -o dft-solve.lo dft-solve.c
mv -f .deps/transpose-pairwise.Tpo .deps/transpose-pairwise.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1.lo -MD -MP -MF .deps/dft-rank1.Tpo -c dft-rank1.c  -fPIC -DPIC -o .libs/dft-rank1.o
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-serial.lo -MD -MP -MF .deps/rdft-serial.Tpo -c -o rdft-serial.lo rdft-serial.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2-transposed.lo -MD -MP -MF .deps/dft-rank-geq2-transposed.Tpo -c dft-rank-geq2-transposed.c -o dft-rank-geq2-transposed.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank-geq2.lo -MD -MP -MF .deps/dft-rank-geq2.Tpo -c dft-rank-geq2.c -o dft-rank-geq2.o >/dev/null 2>&1
mv -f .deps/dft-serial.Tpo .deps/dft-serial.Plo
mv -f .deps/dft-rank-geq2.Tpo .deps/dft-rank-geq2.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1.lo -MD -MP -MF .deps/dft-rank1.Tpo -c dft-rank1.c -o dft-rank1.o >/dev/null 2>&1
mv -f .deps/dft-rank-geq2-transposed.Tpo .deps/dft-rank-geq2-transposed.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2.lo -MD -MP -MF .deps/rdft-rank-geq2.Tpo -c -o rdft-rank-geq2.lo rdft-rank-geq2.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft-rank-geq2-transposed.Tpo -c -o rdft-rank-geq2-transposed.lo rdft-rank-geq2-transposed.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank1-bigvec.lo -MD -MP -MF .deps/rdft-rank1-bigvec.Tpo -c -o rdft-rank1-bigvec.lo rdft-rank1-bigvec.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-problem.lo -MD -MP -MF .deps/rdft-problem.Tpo -c -o rdft-problem.lo rdft-problem.c
mv -f .deps/dft-rank1.Tpo .deps/dft-rank1.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-solve.lo -MD -MP -MF .deps/rdft-solve.Tpo -c -o rdft-solve.lo rdft-solve.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-problem.lo -MD -MP -MF .deps/dft-problem.Tpo -c dft-problem.c  -fPIC -DPIC -o .libs/dft-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1-bigvec.lo -MD -MP -MF .deps/dft-rank1-bigvec.Tpo -c dft-rank1-bigvec.c  -fPIC -DPIC -o .libs/dft-rank1-bigvec.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-solve.lo -MD -MP -MF .deps/dft-solve.Tpo -c dft-solve.c  -fPIC -DPIC -o .libs/dft-solve.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-problem.lo -MD -MP -MF .deps/dft-problem.Tpo -c dft-problem.c -o dft-problem.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-serial.lo -MD -MP -MF .deps/rdft-serial.Tpo -c rdft-serial.c  -fPIC -DPIC -o .libs/rdft-serial.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-problem.lo -MD -MP -MF .deps/rdft-problem.Tpo -c rdft-problem.c  -fPIC -DPIC -o .libs/rdft-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-rank1-bigvec.lo -MD -MP -MF .deps/dft-rank1-bigvec.Tpo -c dft-rank1-bigvec.c -o dft-rank1-bigvec.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank1-bigvec.lo -MD -MP -MF .deps/rdft-rank1-bigvec.Tpo -c rdft-rank1-bigvec.c  -fPIC -DPIC -o .libs/rdft-rank1-bigvec.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2.lo -MD -MP -MF .deps/rdft-rank-geq2.Tpo -c rdft-rank-geq2.c  -fPIC -DPIC -o .libs/rdft-rank-geq2.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-solve.lo -MD -MP -MF .deps/dft-solve.Tpo -c dft-solve.c -o dft-solve.o >/dev/null 2>&1
mv -f .deps/dft-problem.Tpo .deps/dft-problem.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank1-bigvec.lo -MD -MP -MF .deps/rdft-rank1-bigvec.Tpo -c rdft-rank1-bigvec.c -o rdft-rank1-bigvec.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-problem.lo -MD -MP -MF .deps/rdft-problem.Tpo -c rdft-problem.c -o rdft-problem.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-serial.lo -MD -MP -MF .deps/rdft-serial.Tpo -c rdft-serial.c -o rdft-serial.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-serial.lo -MD -MP -MF .deps/rdft2-serial.Tpo -c -o rdft2-serial.lo rdft2-serial.c
mv -f .deps/dft-solve.Tpo .deps/dft-solve.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft-rank-geq2-transposed.Tpo -c rdft-rank-geq2-transposed.c  -fPIC -DPIC -o .libs/rdft-rank-geq2-transposed.o
mv -f .deps/dft-rank1-bigvec.Tpo .deps/dft-rank1-bigvec.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2.lo -MD -MP -MF .deps/rdft-rank-geq2.Tpo -c rdft-rank-geq2.c -o rdft-rank-geq2.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2.lo -MD -MP -MF .deps/rdft2-rank-geq2.Tpo -c -o rdft2-rank-geq2.lo rdft2-rank-geq2.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft2-rank-geq2-transposed.Tpo -c -o rdft2-rank-geq2-transposed.lo rdft2-rank-geq2-transposed.c
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-solve.lo -MD -MP -MF .deps/rdft-solve.Tpo -c rdft-solve.c  -fPIC -DPIC -o .libs/rdft-solve.o
mv -f .deps/rdft-problem.Tpo .deps/rdft-problem.Plo
mv -f .deps/rdft-rank1-bigvec.Tpo .deps/rdft-rank1-bigvec.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft-rank-geq2-transposed.Tpo -c rdft-rank-geq2-transposed.c -o rdft-rank-geq2-transposed.o >/dev/null 2>&1
mv -f .deps/rdft-serial.Tpo .deps/rdft-serial.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-problem.lo -MD -MP -MF .deps/rdft2-problem.Tpo -c -o rdft2-problem.lo rdft2-problem.c
/bin/bash ../libtool  --tag=CC   --mode=compile mpicc -DHAVE_CONFIG_H -I. -I..  -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-solve.lo -MD -MP -MF .deps/rdft2-solve.Tpo -c -o rdft2-solve.lo rdft2-solve.c
mv -f .deps/rdft-rank-geq2.Tpo .deps/rdft-rank-geq2.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-solve.lo -MD -MP -MF .deps/rdft-solve.Tpo -c rdft-solve.c -o rdft-solve.o >/dev/null 2>&1
mv -f .deps/rdft-rank-geq2-transposed.Tpo .deps/rdft-rank-geq2-transposed.Plo
mv -f .deps/rdft-solve.Tpo .deps/rdft-solve.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-serial.lo -MD -MP -MF .deps/rdft2-serial.Tpo -c rdft2-serial.c  -fPIC -DPIC -o .libs/rdft2-serial.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2.lo -MD -MP -MF .deps/rdft2-rank-geq2.Tpo -c rdft2-rank-geq2.c  -fPIC -DPIC -o .libs/rdft2-rank-geq2.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-solve.lo -MD -MP -MF .deps/rdft2-solve.Tpo -c rdft2-solve.c  -fPIC -DPIC -o .libs/rdft2-solve.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-problem.lo -MD -MP -MF .deps/rdft2-problem.Tpo -c rdft2-problem.c  -fPIC -DPIC -o .libs/rdft2-problem.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-serial.lo -MD -MP -MF .deps/rdft2-serial.Tpo -c rdft2-serial.c -o rdft2-serial.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft2-rank-geq2-transposed.Tpo -c rdft2-rank-geq2-transposed.c  -fPIC -DPIC -o .libs/rdft2-rank-geq2-transposed.o
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2.lo -MD -MP -MF .deps/rdft2-rank-geq2.Tpo -c rdft2-rank-geq2.c -o rdft2-rank-geq2.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-solve.lo -MD -MP -MF .deps/rdft2-solve.Tpo -c rdft2-solve.c -o rdft2-solve.o >/dev/null 2>&1
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-problem.lo -MD -MP -MF .deps/rdft2-problem.Tpo -c rdft2-problem.c -o rdft2-problem.o >/dev/null 2>&1
mv -f .deps/rdft2-serial.Tpo .deps/rdft2-serial.Plo
libtool: compile:  mpicc -DHAVE_CONFIG_H -I. -I.. -I .. -I ../api -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rank-geq2-transposed.lo -MD -MP -MF .deps/rdft2-rank-geq2-transposed.Tpo -c rdft2-rank-geq2-transposed.c -o rdft2-rank-geq2-transposed.o >/dev/null 2>&1
mv -f .deps/rdft2-rank-geq2.Tpo .deps/rdft2-rank-geq2.Plo
mv -f .deps/rdft2-solve.Tpo .deps/rdft2-solve.Plo
mv -f .deps/rdft2-problem.Tpo .deps/rdft2-problem.Plo
mv -f .deps/rdft2-rank-geq2-transposed.Tpo .deps/rdft2-rank-geq2-transposed.Plo
/bin/bash ../libtool  --tag=CC   --mode=link mpicc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3l_mpi.la -rpath /usr/lib/x86_64-linux-gnu any-true.lo api.lo block.lo choose-radix.lo conf.lo dtensor.lo rearrange.lo wisdom-api.lo f03-wrap.lo transpose-alltoall.lo transpose-pairwise.lo transpose-recurse.lo transpose-problem.lo transpose-solve.lo dft-serial.lo dft-rank-geq2.lo dft-rank-geq2-transposed.lo dft-rank1.lo dft-rank1-bigvec.lo dft-problem.lo dft-solve.lo rdft-serial.lo rdft-rank-geq2.lo rdft-rank-geq2-transposed.lo rdft-rank1-bigvec.lo rdft-problem.lo rdft-solve.lo rdft2-serial.lo rdft2-rank-geq2.lo rdft2-rank-geq2-transposed.lo rdft2-problem.lo rdft2-solve.lo ../libfftw3l.la -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/any-true.o .libs/api.o .libs/block.o .libs/choose-radix.o .libs/conf.o .libs/dtensor.o .libs/rearrange.o .libs/wisdom-api.o .libs/f03-wrap.o .libs/transpose-alltoall.o .libs/transpose-pairwise.o .libs/transpose-recurse.o .libs/transpose-problem.o .libs/transpose-solve.o .libs/dft-serial.o .libs/dft-rank-geq2.o .libs/dft-rank-geq2-transposed.o .libs/dft-rank1.o .libs/dft-rank1-bigvec.o .libs/dft-problem.o .libs/dft-solve.o .libs/rdft-serial.o .libs/rdft-rank-geq2.o .libs/rdft-rank-geq2-transposed.o .libs/rdft-rank1-bigvec.o .libs/rdft-problem.o .libs/rdft-solve.o .libs/rdft2-serial.o .libs/rdft2-rank-geq2.o .libs/rdft2-rank-geq2-transposed.o .libs/rdft2-problem.o .libs/rdft2-solve.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3l.so -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3l_mpi.so.3 -o .libs/libfftw3l_mpi.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3l_mpi.so.3" && ln -s "libfftw3l_mpi.so.3.6.10" "libfftw3l_mpi.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3l_mpi.so" && ln -s "libfftw3l_mpi.so.3.6.10" "libfftw3l_mpi.so")
libtool: link: ar cr .libs/libfftw3l_mpi.a  any-true.o api.o block.o choose-radix.o conf.o dtensor.o rearrange.o wisdom-api.o f03-wrap.o transpose-alltoall.o transpose-pairwise.o transpose-recurse.o transpose-problem.o transpose-solve.o dft-serial.o dft-rank-geq2.o dft-rank-geq2-transposed.o dft-rank1.o dft-rank1-bigvec.o dft-problem.o dft-solve.o rdft-serial.o rdft-rank-geq2.o rdft-rank-geq2-transposed.o rdft-rank1-bigvec.o rdft-problem.o rdft-solve.o rdft2-serial.o rdft2-rank-geq2.o rdft2-rank-geq2-transposed.o rdft2-problem.o rdft2-solve.o
libtool: link: ranlib .libs/libfftw3l_mpi.a
libtool: link: ( cd ".libs" && rm -f "libfftw3l_mpi.la" && ln -s "../libfftw3l_mpi.la" "libfftw3l_mpi.la" )
/bin/bash ../libtool  --tag=CC   --mode=link mpicc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o mpi-bench mpi_bench-mpi-bench.o mpi_bench-fftw-bench.o mpi_bench-hook.o libfftw3l_mpi.la ../threads/libfftw3l_threads.la ../libfftw3l.la ../libbench2/libbench2.a -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi  -lm 
libtool: link: mpicc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/mpi-bench mpi_bench-mpi-bench.o mpi_bench-fftw-bench.o mpi_bench-hook.o  ./.libs/libfftw3l_mpi.so ../threads/.libs/libfftw3l_threads.so ../.libs/libfftw3l.so ../libbench2/libbench2.a -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm -pthread
make[5]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
Making all in doc
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making all in FAQ
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making all in tools
make[4]: Entering directory '/<<PKGBUILDDIR>>/tools'
rm -f fftwl-wisdom.1
cp fftw_wisdom.1 fftwl-wisdom.1
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/tools'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT fftwl_wisdom-fftw-wisdom.o -MD -MP -MF .deps/fftwl_wisdom-fftw-wisdom.Tpo -c -o fftwl_wisdom-fftw-wisdom.o `test -f 'fftw-wisdom.c' || echo './'`fftw-wisdom.c
mv -f .deps/fftwl_wisdom-fftw-wisdom.Tpo .deps/fftwl_wisdom-fftw-wisdom.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o fftwl-wisdom fftwl_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o ../threads/libfftw3l_threads.la ../libfftw3l.la ../libbench2/libbench2.a  -lm 
libtool: link: gcc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/fftwl-wisdom fftwl_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o  ../threads/.libs/libfftw3l_threads.so ../.libs/libfftw3l.so ../libbench2/libbench2.a -lm -pthread
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools'
Making all in m4
make[4]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
( cd tests ; /usr/bin/make smallcheck )
make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
perl -w ./check.pl -r -c=1 -v `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench --verbose=1   --verify 'ok10o11x4e11*29' --verify 'ik10o11x4e11*29' --verify '//obrd77x18' --verify '//ofrd77x18' --verify 'obrd77x18' --verify 'ibrd77x18' --verify 'ofrd77x18' --verify 'ifrd77x18' --verify '//obcd77x18' --verify '//ibcd77x18' --verify '//ofcd77x18' --verify '//ifcd77x18' --verify 'obcd77x18' --verify 'ibcd77x18' --verify 'ofcd77x18' --verify 'ifcd77x18'"
ok10o11x4e11*29 1.9511e-19 4.01484e-19 2.1589e-19
ik10o11x4e11*29 2.34928e-19 4.01484e-19 2.58731e-19
//obrd77x18 2.012e-19 4.6596e-19 2.82764e-19
//ofrd77x18 2.06286e-19 2.79576e-19 4.16648e-19
obrd77x18 2.30201e-19 4.6596e-19 2.92386e-19
ibrd77x18 1.80661e-19 3.72768e-19 2.31733e-19
ofrd77x18 2.11097e-19 2.79576e-19 3.96907e-19
ifrd77x18 2.11101e-19 2.79576e-19 4.05003e-19
//obcd77x18 2.07103e-19 3.72768e-19 4.01178e-19
//ibcd77x18 1.74943e-19 3.72768e-19 3.77689e-19
//ofcd77x18 1.86127e-19 3.72768e-19 3.87718e-19
//ifcd77x18 2.00249e-19 3.72768e-19 4.53336e-19
obcd77x18 1.99301e-19 3.72768e-19 3.58699e-19
ibcd77x18 1.94732e-19 3.72768e-19 4.56348e-19
ofcd77x18 2.14405e-19 3.72768e-19 4.49149e-19
ifcd77x18 2.2749e-19 3.72768e-19 3.87523e-19
perl -w ./check.pl -r --estimate -c=5 -v `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench -o estimate --verbose=1   --verify 'ofc6x8x10v1' --verify 'ifc6x8x10v1' --verify 'okd1650b' --verify 'ikd1650b' --verify 'obr7x7v21' --verify 'ibr7x7v21' --verify 'ofr7x7v21' --verify 'ifr7x7v21' --verify '//obc7x7v21' --verify '//ibc7x7v21' --verify '//ofc7x7v21' --verify '//ifc7x7v21' --verify 'obc7x7v21' --verify 'ibc7x7v21' --verify 'ofc7x7v21' --verify 'ifc7x7v21' --verify 'okd7bx5bx4o10' --verify 'ikd7bx5bx4o10' --verify 'obrd120v29' --verify 'ibrd120v29' --verify 'ofrd120v29' --verify 'ifrd120v29' --verify '//obcd120v29' --verify '//ibcd120v29' --verify '//ofcd120v29' --verify '//ifcd120v29' --verify 'obcd120v29' --verify 'ibcd120v29' --verify 'ofcd120v29' --verify 'ifcd120v29' --verify 'ok5o01*119' --verify 'ik5o01*119' --verify 'obrd2x12x10*5' --verify 'ibrd2x12x10*5' --verify 'ofrd2x12x10*5' --verify 'ifrd2x12x10*5' --verify '//obcd2x12x10*5' --verify '//ibcd2x12x10*5' --verify '//ofcd2x12x10*5' --verify '//ifcd2x12x10*5' --verify 'obcd2x12x10*5' --verify 'ibcd2x12x10*5' --verify 'ofcd2x12x10*5' --verify 'ifcd2x12x10*5'"
ofc6x8x10v1 1.79911e-19 3.16716e-19 3.648e-19
ifc6x8x10v1 1.84852e-19 3.16716e-19 3.17102e-19
okd1650b 2.00917e-19 6.93889e-18 2.22949e-19
ikd1650b 2.00018e-19 1.38778e-17 2.37439e-19
obr7x7v21 1.78917e-19 1.94714e-19 1.87303e-19
ibr7x7v21 2.13921e-19 1.94714e-19 1.83402e-19
ofr7x7v21 1.55466e-19 1.29809e-19 2.94312e-19
ifr7x7v21 1.60007e-19 1.29809e-19 2.86752e-19
//obc7x7v21 2.0163e-19 1.94714e-19 2.8545e-19
//ibc7x7v21 1.46471e-19 1.94714e-19 2.94072e-19
//ofc7x7v21 1.92785e-19 1.94714e-19 2.79993e-19
//ifc7x7v21 1.61914e-19 1.94714e-19 2.88164e-19
obc7x7v21 1.70261e-19 1.94714e-19 3.03539e-19
ibc7x7v21 1.78205e-19 1.29809e-19 2.99113e-19
ofc7x7v21 1.75947e-19 2.59618e-19 3.14802e-19
ifc7x7v21 1.53271e-19 1.94714e-19 3.0478e-19
okd7bx5bx4o10 1.76426e-19 3.46945e-18 1.5705e-19
ikd7bx5bx4o10 1.85232e-19 1.73472e-18 1.57042e-19
obrd120v29 2.21358e-19 2.45728e-19 1.75609e-19
ibrd120v29 1.85416e-19 1.63818e-19 1.74232e-19
ofrd120v29 1.83528e-19 1.63818e-19 2.50291e-19
ifrd120v29 1.68323e-19 1.63818e-19 3.10448e-19
//obcd120v29 1.95874e-19 2.45728e-19 2.33526e-19
//ibcd120v29 2.07829e-19 2.45728e-19 2.62306e-19
//ofcd120v29 1.88397e-19 3.27637e-19 2.36409e-19
//ifcd120v29 1.61278e-19 1.63818e-19 2.93457e-19
obcd120v29 1.72547e-19 1.63818e-19 2.4713e-19
ibcd120v29 1.74942e-19 1.63818e-19 2.47651e-19
ofcd120v29 1.72826e-19 2.45728e-19 2.48331e-19
ifcd120v29 2.14706e-19 2.45728e-19 2.53273e-19
ok5o01*119 1.60445e-19 2.18663e-19 1.80882e-19
ik5o01*119 1.72269e-19 2.73328e-19 1.0582e-19
obrd2x12x10*5 1.62455e-19 2.68742e-19 1.92651e-19
ibrd2x12x10*5 1.81654e-19 2.01557e-19 1.85555e-19
ofrd2x12x10*5 1.47711e-19 2.01557e-19 3.17363e-19
ifrd2x12x10*5 1.41485e-19 2.01557e-19 3.06097e-19
//obcd2x12x10*5 1.63967e-19 2.01557e-19 2.90236e-19
//ibcd2x12x10*5 1.73964e-19 2.01557e-19 3.37954e-19
//ofcd2x12x10*5 1.77465e-19 2.68742e-19 3.40548e-19
//ifcd2x12x10*5 1.55898e-19 2.01557e-19 3.08611e-19
obcd2x12x10*5 2.06795e-19 2.01557e-19 3.54317e-19
ibcd2x12x10*5 1.87707e-19 2.01557e-19 3.75705e-19
ofcd2x12x10*5 2.02908e-19 2.01557e-19 3.09128e-19
ifcd2x12x10*5 1.65283e-19 2.01557e-19 3.07549e-19
Executing "/<<PKGBUILDDIR>>/tests/bench -o estimate --verbose=1   --verify 'okd8e11x12e00x5e00x4h' --verify 'ikd8e11x12e00x5e00x4h' --verify '//obr2880' --verify '//ibr2880' --verify '//ofr2880' --verify '//ifr2880' --verify 'obr2880' --verify 'ibr2880' --verify 'ofr2880' --verify 'ifr2880' --verify '//obc2880' --verify '//ibc2880' --verify '//ofc2880' --verify '//ifc2880' --verify 'obc2880' --verify 'ibc2880' --verify 'ofc2880' --verify 'ifc2880' --verify 'okd7e11x24o00*15' --verify 'ikd7e11x24o00*15' --verify 'obr6x8x10v1' --verify 'ibr6x8x10v1' --verify 'ofr6x8x10v1' --verify 'ifr6x8x10v1' --verify '//obc6x8x10v1' --verify '//ibc6x8x10v1' --verify '//ofc6x8x10v1' --verify '//ifc6x8x10v1' --verify 'obc6x8x10v1' --verify 'ibc6x8x10v1'"
okd8e11x12e00x5e00x4h 1.83271e-19 1.30734e-17 1.83384e-19
ikd8e11x12e00x5e00x4h 2.37741e-19 1.28555e-17 1.87738e-19
//obr2880 1.80263e-19 5.17195e-19 1.8377e-19
//ibr2880 2.18484e-19 5.17195e-19 1.82248e-19
//ofr2880 2.16055e-19 2.58597e-19 2.69321e-19
//ifr2880 2.28202e-19 2.58597e-19 2.29232e-19
obr2880 1.96732e-19 3.87896e-19 1.86287e-19
ibr2880 1.98919e-19 5.17195e-19 1.93711e-19
ofr2880 1.89928e-19 2.58597e-19 2.82663e-19
ifr2880 2.22906e-19 3.23247e-19 2.68042e-19
//obc2880 1.98098e-19 3.87896e-19 3.33385e-19
//ibc2880 2.15899e-19 3.23247e-19 3.2951e-19
//ofc2880 2.07611e-19 3.87896e-19 2.81947e-19
//ifc2880 1.97327e-19 3.87896e-19 2.58319e-19
obc2880 1.92243e-19 3.87896e-19 2.96986e-19
ibc2880 2.16324e-19 3.23247e-19 2.62074e-19
ofc2880 2.75249e-19 3.87896e-19 2.47558e-19
ifc2880 2.24137e-19 3.23247e-19 2.62901e-19
okd7e11x24o00*15 1.89697e-19 1.18068e-18 2.27307e-19
ikd7e11x24o00*15 2.04611e-19 1.13695e-18 2.28198e-19
obr6x8x10v1 1.50736e-19 3.16716e-19 1.79661e-19
ibr6x8x10v1 1.68969e-19 3.16716e-19 1.9599e-19
ofr6x8x10v1 1.82248e-19 2.37537e-19 3.17528e-19
ifr6x8x10v1 1.77011e-19 2.37537e-19 3.37533e-19
//obc6x8x10v1 1.55422e-19 3.16716e-19 2.82076e-19
//ibc6x8x10v1 1.5785e-19 3.16716e-19 3.93203e-19
//ofc6x8x10v1 1.6459e-19 3.16716e-19 3.43024e-19
//ifc6x8x10v1 1.79388e-19 3.16716e-19 3.35335e-19
obc6x8x10v1 1.8212e-19 3.16716e-19 3.0647e-19
ibc6x8x10v1 1.87243e-19 3.16716e-19 3.26836e-19
--------------------------------------------------------------
         FFTW transforms passed a few tests!
--------------------------------------------------------------
perl -w ./check.pl -r --estimate -c=2 -v --nthreads=2 `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench -o nthreads=2 -o estimate --verbose=1   --verify 'ok9o10x8e00x27o10' --verify 'ik9o10x8e00x27o10' --verify 'obr8x11v19' --verify 'ibr8x11v19' --verify 'ofr8x11v19' --verify 'ifr8x11v19' --verify '//obc8x11v19' --verify '//ibc8x11v19' --verify '//ofc8x11v19' --verify '//ifc8x11v19' --verify 'obc8x11v19' --verify 'ibc8x11v19' --verify 'ofc8x11v19' --verify 'ifc8x11v19' --verify 'ok20e00*68' --verify 'ik20e00*68' --verify 'obr4x3x10x12*1' --verify 'ibr4x3x10x12*1' --verify 'ofr4x3x10x12*1' --verify 'ifr4x3x10x12*1' --verify '//obc4x3x10x12*1' --verify '//ibc4x3x10x12*1' --verify '//ofc4x3x10x12*1' --verify '//ifc4x3x10x12*1' --verify 'obc4x3x10x12*1' --verify 'ibc4x3x10x12*1' --verify 'ofc4x3x10x12*1' --verify 'ifc4x3x10x12*1'"
ok9o10x8e00x27o10 2.07331e-19 6.87791e-18 2.29945e-19
ik9o10x8e00x27o10 2.75754e-19 7.42678e-18 2.15179e-19
obr8x11v19 1.75899e-19 1.94655e-19 1.70908e-19
ibr8x11v19 1.78143e-19 1.94655e-19 2.05643e-19
ofr8x11v19 1.36869e-19 1.94655e-19 3.04995e-19
ifr8x11v19 1.78874e-19 1.94655e-19 2.80462e-19
//obc8x11v19 1.68556e-19 2.43319e-19 2.76288e-19
//ibc8x11v19 1.48102e-19 1.94655e-19 2.85277e-19
//ofc8x11v19 1.9155e-19 2.91982e-19 2.75301e-19
//ifc8x11v19 1.757e-19 1.94655e-19 3.01765e-19
obc8x11v19 1.60924e-19 1.94655e-19 2.79954e-19
ibc8x11v19 2.0119e-19 2.43319e-19 2.55224e-19
ofc8x11v19 1.8176e-19 1.94655e-19 3.11842e-19
ifc8x11v19 1.88224e-19 1.94655e-19 2.92115e-19
ok20e00*68 1.50021e-19 5.50073e-19 1.41069e-19
ik20e00*68 1.68526e-19 6.60088e-19 1.4246e-19
obr4x3x10x12*1 1.94305e-19 3.65712e-19 2.02535e-19
ibr4x3x10x12*1 2.13498e-19 3.65712e-19 2.22065e-19
ofr4x3x10x12*1 2.03387e-19 2.74284e-19 3.16108e-19
ifr4x3x10x12*1 1.77326e-19 2.74284e-19 4.01923e-19
//obc4x3x10x12*1 1.9591e-19 3.65712e-19 3.479e-19
//ibc4x3x10x12*1 2.12379e-19 3.65712e-19 2.89489e-19
//ofc4x3x10x12*1 1.7657e-19 4.5714e-19 2.9279e-19
//ifc4x3x10x12*1 2.18998e-19 3.65712e-19 3.3599e-19
obc4x3x10x12*1 1.85773e-19 3.65712e-19 2.90789e-19
ibc4x3x10x12*1 1.62153e-19 3.65712e-19 2.97815e-19
ofc4x3x10x12*1 1.86373e-19 3.65712e-19 3.642e-19
ifc4x3x10x12*1 1.64478e-19 3.65712e-19 3.04341e-19
--------------------------------------------------------------
         FFTW threaded transforms passed a few tests!
--------------------------------------------------------------
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
/usr/bin/make install DESTDIR=`pwd`/debian/tmp-long;
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making install in support
make[3]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/support'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/support'
Making install in kernel
make[3]: Entering directory '/<<PKGBUILDDIR>>/kernel'
make[4]: Entering directory '/<<PKGBUILDDIR>>/kernel'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
Making install in simd-support
make[3]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
make[4]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
Making install in dft
make[3]: Entering directory '/<<PKGBUILDDIR>>/dft'
Making install in scalar
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
Making install in codelets
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
Making install in simd
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
Making install in common
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
Making install in sse2
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
Making install in avx
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
Making install in avx-128-fma
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
Making install in avx2
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
Making install in avx2-128
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
Making install in avx512
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
Making install in kcvi
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
Making install in altivec
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
Making install in vsx
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
Making install in neon
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
Making install in generic-simd128
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
Making install in generic-simd256
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/dft'
Making install in rdft
make[3]: Entering directory '/<<PKGBUILDDIR>>/rdft'
Making install in scalar
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making install in r2cf
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
Making install in r2cb
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
Making install in r2r
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making install in simd
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
Making install in common
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
Making install in sse2
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
Making install in avx
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
Making install in avx-128-fma
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
Making install in avx2
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
Making install in avx2-128
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
Making install in avx512
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
Making install in kcvi
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
Making install in altivec
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
Making install in vsx
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
Making install in neon
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
Making install in generic-simd128
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
Making install in generic-simd256
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
Making install in reodft
make[3]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
Making install in api
make[3]: Entering directory '/<<PKGBUILDDIR>>/api'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/api'
make[5]: Entering directory '/<<PKGBUILDDIR>>/api'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/include'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/include'
 /usr/bin/install -c -m 644 fftw3.h fftw3.f fftw3l.f03 fftw3q.f03 '/<<PKGBUILDDIR>>/debian/tmp-long/usr/include'
 /usr/bin/install -c -m 644 fftw3.f03 '/<<PKGBUILDDIR>>/debian/tmp-long/usr/include'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/api'
Making install in libbench2
make[3]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
make[4]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
Making install in .
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/cmake/fftw3'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/pkgconfig'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libfftw3l.la '/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu'
 /usr/bin/install -c -m 644 FFTW3lConfig.cmake FFTW3lConfigVersion.cmake '/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/cmake/fftw3'
 /usr/bin/install -c -m 644 fftw3l.pc '/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/pkgconfig'
libtool: install: /usr/bin/install -c .libs/libfftw3l.so.3.6.10 /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3l.so.3.6.10 libfftw3l.so.3 || { rm -f libfftw3l.so.3 && ln -s libfftw3l.so.3.6.10 libfftw3l.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3l.so.3.6.10 libfftw3l.so || { rm -f libfftw3l.so && ln -s libfftw3l.so.3.6.10 libfftw3l.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3l.lai /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l.la
libtool: install: /usr/bin/install -c .libs/libfftw3l.a /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Making install in threads
make[3]: Entering directory '/<<PKGBUILDDIR>>/threads'
make[4]: Entering directory '/<<PKGBUILDDIR>>/threads'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libfftw3l_threads.la libfftw3l_omp.la '/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu'
libtool: warning: relinking 'libfftw3l_threads.la'
libtool: install: (cd /<<PKGBUILDDIR>>/threads; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3l_threads.la -rpath /usr/lib/x86_64-linux-gnu libfftw3l_threads_la-api.lo libfftw3l_threads_la-conf.lo libfftw3l_threads_la-threads.lo libfftw3l_threads_la-dft-vrank-geq1.lo libfftw3l_threads_la-ct.lo libfftw3l_threads_la-rdft-vrank-geq1.lo libfftw3l_threads_la-hc2hc.lo libfftw3l_threads_la-vrank-geq1-rdft2.lo libfftw3l_threads_la-f77api.lo ../libfftw3l.la -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-long)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libfftw3l_threads_la-api.o .libs/libfftw3l_threads_la-conf.o .libs/libfftw3l_threads_la-threads.o .libs/libfftw3l_threads_la-dft-vrank-geq1.o .libs/libfftw3l_threads_la-ct.o .libs/libfftw3l_threads_la-rdft-vrank-geq1.o .libs/libfftw3l_threads_la-hc2hc.o .libs/libfftw3l_threads_la-vrank-geq1-rdft2.o .libs/libfftw3l_threads_la-f77api.o   -L/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3l -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3l_threads.so.3 -o .libs/libfftw3l_threads.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3l_threads.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_threads.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3l_threads.so.3.6.10 libfftw3l_threads.so.3 || { rm -f libfftw3l_threads.so.3 && ln -s libfftw3l_threads.so.3.6.10 libfftw3l_threads.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3l_threads.so.3.6.10 libfftw3l_threads.so || { rm -f libfftw3l_threads.so && ln -s libfftw3l_threads.so.3.6.10 libfftw3l_threads.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3l_threads.lai /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_threads.la
libtool: warning: relinking 'libfftw3l_omp.la'
libtool: install: (cd /<<PKGBUILDDIR>>/threads; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink gcc -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3l_omp.la -rpath /usr/lib/x86_64-linux-gnu libfftw3l_omp_la-api.lo libfftw3l_omp_la-conf.lo libfftw3l_omp_la-openmp.lo libfftw3l_omp_la-dft-vrank-geq1.lo libfftw3l_omp_la-ct.lo libfftw3l_omp_la-rdft-vrank-geq1.lo libfftw3l_omp_la-hc2hc.lo libfftw3l_omp_la-vrank-geq1-rdft2.lo libfftw3l_omp_la-f77api.lo ../libfftw3l.la -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-long)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libfftw3l_omp_la-api.o .libs/libfftw3l_omp_la-conf.o .libs/libfftw3l_omp_la-openmp.o .libs/libfftw3l_omp_la-dft-vrank-geq1.o .libs/libfftw3l_omp_la-ct.o .libs/libfftw3l_omp_la-rdft-vrank-geq1.o .libs/libfftw3l_omp_la-hc2hc.o .libs/libfftw3l_omp_la-vrank-geq1-rdft2.o .libs/libfftw3l_omp_la-f77api.o   -L/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3l -lm  -fopenmp -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -fopenmp -Wl,-soname -Wl,libfftw3l_omp.so.3 -o .libs/libfftw3l_omp.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3l_omp.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_omp.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3l_omp.so.3.6.10 libfftw3l_omp.so.3 || { rm -f libfftw3l_omp.so.3 && ln -s libfftw3l_omp.so.3.6.10 libfftw3l_omp.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3l_omp.so.3.6.10 libfftw3l_omp.so || { rm -f libfftw3l_omp.so && ln -s libfftw3l_omp.so.3.6.10 libfftw3l_omp.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3l_omp.lai /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_omp.la
libtool: install: /usr/bin/install -c .libs/libfftw3l_threads.a /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_threads.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_threads.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_threads.a
libtool: install: /usr/bin/install -c .libs/libfftw3l_omp.a /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_omp.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_omp.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_omp.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/threads'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/threads'
Making install in tests
make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Making install in mpi
make[3]: Entering directory '/<<PKGBUILDDIR>>/mpi'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/mpi'
make[5]: Entering directory '/<<PKGBUILDDIR>>/mpi'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/include'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/include'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libfftw3l_mpi.la '/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu'
 /usr/bin/install -c -m 644 fftw3-mpi.h '/<<PKGBUILDDIR>>/debian/tmp-long/usr/include'
 /usr/bin/install -c -m 644 fftw3-mpi.f03 fftw3l-mpi.f03 '/<<PKGBUILDDIR>>/debian/tmp-long/usr/include'
libtool: warning: relinking 'libfftw3l_mpi.la'
libtool: install: (cd /<<PKGBUILDDIR>>/mpi; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink mpicc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3l_mpi.la -rpath /usr/lib/x86_64-linux-gnu any-true.lo api.lo block.lo choose-radix.lo conf.lo dtensor.lo rearrange.lo wisdom-api.lo f03-wrap.lo transpose-alltoall.lo transpose-pairwise.lo transpose-recurse.lo transpose-problem.lo transpose-solve.lo dft-serial.lo dft-rank-geq2.lo dft-rank-geq2-transposed.lo dft-rank1.lo dft-rank1-bigvec.lo dft-problem.lo dft-solve.lo rdft-serial.lo rdft-rank-geq2.lo rdft-rank-geq2-transposed.lo rdft-rank1-bigvec.lo rdft-problem.lo rdft-solve.lo rdft2-serial.lo rdft2-rank-geq2.lo rdft2-rank-geq2-transposed.lo rdft2-problem.lo rdft2-solve.lo ../libfftw3l.la -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-long)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/any-true.o .libs/api.o .libs/block.o .libs/choose-radix.o .libs/conf.o .libs/dtensor.o .libs/rearrange.o .libs/wisdom-api.o .libs/f03-wrap.o .libs/transpose-alltoall.o .libs/transpose-pairwise.o .libs/transpose-recurse.o .libs/transpose-problem.o .libs/transpose-solve.o .libs/dft-serial.o .libs/dft-rank-geq2.o .libs/dft-rank-geq2-transposed.o .libs/dft-rank1.o .libs/dft-rank1-bigvec.o .libs/dft-problem.o .libs/dft-solve.o .libs/rdft-serial.o .libs/rdft-rank-geq2.o .libs/rdft-rank-geq2-transposed.o .libs/rdft-rank1-bigvec.o .libs/rdft-problem.o .libs/rdft-solve.o .libs/rdft2-serial.o .libs/rdft2-rank-geq2.o .libs/rdft2-rank-geq2-transposed.o .libs/rdft2-problem.o .libs/rdft2-solve.o   -L/<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3l -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3l_mpi.so.3 -o .libs/libfftw3l_mpi.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3l_mpi.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3l_mpi.so.3.6.10 libfftw3l_mpi.so.3 || { rm -f libfftw3l_mpi.so.3 && ln -s libfftw3l_mpi.so.3.6.10 libfftw3l_mpi.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3l_mpi.so.3.6.10 libfftw3l_mpi.so || { rm -f libfftw3l_mpi.so && ln -s libfftw3l_mpi.so.3.6.10 libfftw3l_mpi.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3l_mpi.lai /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_mpi.la
libtool: install: /usr/bin/install -c .libs/libfftw3l_mpi.a /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_mpi.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_mpi.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-long/usr/lib/x86_64-linux-gnu/libfftw3l_mpi.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
Making install in doc
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making install in FAQ
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/share/info'
 /usr/bin/install -c -m 644 ./fftw3.info ./fftw3.info-1 ./fftw3.info-2 '/<<PKGBUILDDIR>>/debian/tmp-long/usr/share/info'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making install in tools
make[3]: Entering directory '/<<PKGBUILDDIR>>/tools'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/tools'
make[5]: Entering directory '/<<PKGBUILDDIR>>/tools'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/bin'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/bin'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-long/usr/share/man/man1'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c fftwl-wisdom '/<<PKGBUILDDIR>>/debian/tmp-long/usr/bin'
 /usr/bin/install -c fftw-wisdom-to-conf '/<<PKGBUILDDIR>>/debian/tmp-long/usr/bin'
 /usr/bin/install -c -m 644 fftw-wisdom-to-conf.1 fftwl-wisdom.1 '/<<PKGBUILDDIR>>/debian/tmp-long/usr/share/man/man1'
libtool: warning: '../threads/libfftw3l_threads.la' has not been installed in '/usr/lib/x86_64-linux-gnu'
libtool: warning: '../libfftw3l.la' has not been installed in '/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/fftwl-wisdom /<<PKGBUILDDIR>>/debian/tmp-long/usr/bin/fftwl-wisdom
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tools'
Making install in m4
make[3]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
# quad precision
CFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security' LDFLAGS='-Wl,-z,relro' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' ./configure  --build x86_64-linux-gnu F77="gfortran -ff2c" --prefix=/usr --enable-shared --enable-threads --enable-openmp --enable-mpi --libdir=\${prefix}/lib/x86_64-linux-gnu MPILIBS="-pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi" --enable-quad-precision --disable-mpi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free 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-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for C compiler vendor... gnu
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 gcc... /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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
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 gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking for ranlib... (cached) ranlib
checking for ocamlbuild... no
checking whether C compiler accepts -mtune=native... yes
checking whether C compiler accepts -malign-double... yes
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -fno-schedule-insns... yes
checking whether C compiler accepts -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns... yes
checking for egrep... (cached) /bin/grep -E
checking for fcntl.h... yes
checking for fenv.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for sys/time.h... (cached) yes
checking for altivec.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for uint32_t... yes
checking for uint64_t... 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 ptrdiff_t... yes
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 sin in -lm... yes
checking how to run the C preprocessor... gcc -E
checking whether we are using gcc 4.6.0 or later... yes
checking for sinq in -lquadmath... 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... no
checking for abort... yes
checking for sinl... yes
checking for cosl... yes
checking for snprintf... yes
checking for memmove... yes
checking for strchr... yes
checking for getpagesize... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sinl is declared... yes
checking whether cosl is declared... yes
checking whether sinq is declared... no
checking whether cosq is declared... no
checking whether memalign is declared... yes
checking whether drand48 is declared... yes
checking whether srand48 is declared... yes
checking whether posix_memalign is declared... yes
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... (cached) yes
yes
checking whether the compiler supports GNU Fortran 77... yes
checking whether gfortran -ff2c accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran -ff2c option to produce PIC... -fPIC
checking if gfortran -ff2c PIC flag -fPIC works... yes
checking if gfortran -ff2c static flag -static works... yes
checking if gfortran -ff2c supports -c -o file.o... yes
checking if gfortran -ff2c supports -c -o file.o... (cached) yes
checking whether the gfortran -ff2c 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 how to get verbose linking output from gfortran -ff2c... -v
checking for Fortran 77 libraries of gfortran -ff2c...  -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lquadmath -lgfortran -lm
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, extra underscore
checking for OpenMP flag of C compiler... -fopenmp
checking for Win32 threads... no
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
checking that generated files are newer than configure... done
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/avx-128-fma/Makefile
config.status: creating dft/simd/avx2/Makefile
config.status: creating dft/simd/avx2-128/Makefile
config.status: creating dft/simd/avx512/Makefile
config.status: creating dft/simd/kcvi/Makefile
config.status: creating dft/simd/altivec/Makefile
config.status: creating dft/simd/vsx/Makefile
config.status: creating dft/simd/neon/Makefile
config.status: creating dft/simd/generic-simd128/Makefile
config.status: creating dft/simd/generic-simd256/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/avx-128-fma/Makefile
config.status: creating rdft/simd/avx2/Makefile
config.status: creating rdft/simd/avx2-128/Makefile
config.status: creating rdft/simd/avx512/Makefile
config.status: creating rdft/simd/kcvi/Makefile
config.status: creating rdft/simd/altivec/Makefile
config.status: creating rdft/simd/vsx/Makefile
config.status: creating rdft/simd/neon/Makefile
config.status: creating rdft/simd/generic-simd128/Makefile
config.status: creating rdft/simd/generic-simd256/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
/usr/bin/make
make[2]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make  all-recursive
make[3]: Entering directory '/<<PKGBUILDDIR>>'
Making all in support
make[4]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/support'
Making all in kernel
make[4]: Entering directory '/<<PKGBUILDDIR>>/kernel'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c -o align.lo align.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c -o assert.lo assert.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c -o awake.lo awake.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c -o cpy1d.lo cpy1d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c -o cpy2d-pair.lo cpy2d-pair.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c -o cpy2d.lo cpy2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c  -fPIC -DPIC -o .libs/align.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c  -fPIC -DPIC -o .libs/assert.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c  -fPIC -DPIC -o .libs/awake.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT align.lo -MD -MP -MF .deps/align.Tpo -c align.c -o align.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c  -fPIC -DPIC -o .libs/alloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c  -fPIC -DPIC -o .libs/cpy1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c  -fPIC -DPIC -o .libs/cpy2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.c -o assert.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c  -fPIC -DPIC -o .libs/cpy2d-pair.o
mv -f .deps/align.Tpo .deps/align.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy1d.lo -MD -MP -MF .deps/cpy1d.Tpo -c cpy1d.c -o cpy1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT awake.lo -MD -MP -MF .deps/awake.Tpo -c awake.c -o awake.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d.lo -MD -MP -MF .deps/cpy2d.Tpo -c cpy2d.c -o cpy2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT cpy2d-pair.lo -MD -MP -MF .deps/cpy2d-pair.Tpo -c cpy2d-pair.c -o cpy2d-pair.o >/dev/null 2>&1
mv -f .deps/buffered.Tpo .deps/buffered.Plo
mv -f .deps/assert.Tpo .deps/assert.Plo
mv -f .deps/cpy1d.Tpo .deps/cpy1d.Plo
mv -f .deps/awake.Tpo .deps/awake.Plo
mv -f .deps/ct.Tpo .deps/ct.Plo
mv -f .deps/alloc.Tpo .deps/alloc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c -o extract-reim.lo extract-reim.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c -o iabs.lo iabs.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c -o kalloc.lo kalloc.c
mv -f .deps/cpy2d.Tpo .deps/cpy2d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c -o md5-1.lo md5-1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
mv -f .deps/cpy2d-pair.Tpo .deps/cpy2d-pair.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c -o minmax.lo minmax.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c -o ops.lo ops.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c  -fPIC -DPIC -o .libs/kalloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c  -fPIC -DPIC -o .libs/iabs.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c  -fPIC -DPIC -o .libs/extract-reim.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kalloc.lo -MD -MP -MF .deps/kalloc.Tpo -c kalloc.c -o kalloc.o >/dev/null 2>&1
mv -f .deps/debug.Tpo .deps/debug.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c  -fPIC -DPIC -o .libs/hash.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c -o pickdim.lo pickdim.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT extract-reim.lo -MD -MP -MF .deps/extract-reim.Tpo -c extract-reim.c -o extract-reim.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c  -fPIC -DPIC -o .libs/md5-1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT iabs.lo -MD -MP -MF .deps/iabs.Tpo -c iabs.c -o iabs.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/md5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o >/dev/null 2>&1
mv -f .deps/kalloc.Tpo .deps/kalloc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c  -fPIC -DPIC -o .libs/ops.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5-1.lo -MD -MP -MF .deps/md5-1.Tpo -c md5-1.c -o md5-1.o >/dev/null 2>&1
mv -f .deps/iabs.Tpo .deps/iabs.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c  -fPIC -DPIC -o .libs/minmax.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
mv -f .deps/extract-reim.Tpo .deps/extract-reim.Plo
mv -f .deps/hash.Tpo .deps/hash.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c -o planner.lo planner.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c -o primes.lo primes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ops.lo -MD -MP -MF .deps/ops.Tpo -c ops.c -o ops.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c -o print.lo print.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT minmax.lo -MD -MP -MF .deps/minmax.Tpo -c minmax.c -o minmax.o >/dev/null 2>&1
mv -f .deps/md5-1.Tpo .deps/md5-1.Plo
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
mv -f .deps/ops.Tpo .deps/ops.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c -o rader.lo rader.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c -o scan.lo scan.c
mv -f .deps/minmax.Tpo .deps/minmax.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c -o solver.lo solver.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c  -fPIC -DPIC -o .libs/pickdim.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pickdim.lo -MD -MP -MF .deps/pickdim.Tpo -c pickdim.c -o pickdim.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
mv -f .deps/pickdim.Tpo .deps/pickdim.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c -o solvtab.lo solvtab.c
mv -f .deps/plan.Tpo .deps/plan.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c -o stride.lo stride.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c  -fPIC -DPIC -o .libs/primes.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c  -fPIC -DPIC -o .libs/print.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c  -fPIC -DPIC -o .libs/planner.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c  -fPIC -DPIC -o .libs/rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT primes.lo -MD -MP -MF .deps/primes.Tpo -c primes.c -o primes.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c -o planner.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print.lo -MD -MP -MF .deps/print.Tpo -c print.c -o print.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c  -fPIC -DPIC -o .libs/scan.o
mv -f .deps/problem.Tpo .deps/problem.Plo
mv -f .deps/primes.Tpo .deps/primes.Plo
mv -f .deps/planner.Tpo .deps/planner.Plo
mv -f .deps/rader.Tpo .deps/rader.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c  -fPIC -DPIC -o .libs/solver.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c -o tensor.lo tensor.c
mv -f .deps/print.Tpo .deps/print.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c -o tensor1.lo tensor1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c -o tensor2.lo tensor2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -o scan.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c -o tensor3.lo tensor3.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c -o tensor4.lo tensor4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solver.lo -MD -MP -MF .deps/solver.Tpo -c solver.c -o solver.o >/dev/null 2>&1
mv -f .deps/scan.Tpo .deps/scan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c -o tensor5.lo tensor5.c
mv -f .deps/solver.Tpo .deps/solver.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c -o tensor7.lo tensor7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c  -fPIC -DPIC -o .libs/solvtab.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c  -fPIC -DPIC -o .libs/stride.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solvtab.lo -MD -MP -MF .deps/solvtab.Tpo -c solvtab.c -o solvtab.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT stride.lo -MD -MP -MF .deps/stride.Tpo -c stride.c -o stride.o >/dev/null 2>&1
mv -f .deps/solvtab.Tpo .deps/solvtab.Plo
mv -f .deps/stride.Tpo .deps/stride.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c -o tensor8.lo tensor8.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c -o tensor9.lo tensor9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c  -fPIC -DPIC -o .libs/tensor.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c  -fPIC -DPIC -o .libs/tensor2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor2.lo -MD -MP -MF .deps/tensor2.Tpo -c tensor2.c -o tensor2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c  -fPIC -DPIC -o .libs/tensor3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.lo -MD -MP -MF .deps/tensor.Tpo -c tensor.c -o tensor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c  -fPIC -DPIC -o .libs/tensor1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c  -fPIC -DPIC -o .libs/tensor4.o
mv -f .deps/tensor2.Tpo .deps/tensor2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c  -fPIC -DPIC -o .libs/tensor5.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c -o tile2d.lo tile2d.c
mv -f .deps/tensor.Tpo .deps/tensor.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor3.lo -MD -MP -MF .deps/tensor3.Tpo -c tensor3.c -o tensor3.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c -o timer.lo timer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor1.lo -MD -MP -MF .deps/tensor1.Tpo -c tensor1.c -o tensor1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor4.lo -MD -MP -MF .deps/tensor4.Tpo -c tensor4.c -o tensor4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor5.lo -MD -MP -MF .deps/tensor5.Tpo -c tensor5.c -o tensor5.o >/dev/null 2>&1
mv -f .deps/tensor3.Tpo .deps/tensor3.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c -o transpose.lo transpose.c
mv -f .deps/tensor5.Tpo .deps/tensor5.Plo
mv -f .deps/tensor4.Tpo .deps/tensor4.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c -o trig.lo trig.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c -o twiddle.lo twiddle.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c  -fPIC -DPIC -o .libs/tensor7.o
mv -f .deps/tensor1.Tpo .deps/tensor1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor7.lo -MD -MP -MF .deps/tensor7.Tpo -c tensor7.c -o tensor7.o >/dev/null 2>&1
mv -f .deps/tensor7.Tpo .deps/tensor7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c  -fPIC -DPIC -o .libs/tensor8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c  -fPIC -DPIC -o .libs/tensor9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor8.lo -MD -MP -MF .deps/tensor8.Tpo -c tensor8.c -o tensor8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c  -fPIC -DPIC -o .libs/tile2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c  -fPIC -DPIC -o .libs/timer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor9.lo -MD -MP -MF .deps/tensor9.Tpo -c tensor9.c -o tensor9.o >/dev/null 2>&1
mv -f .deps/tensor8.Tpo .deps/tensor8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o >/dev/null 2>&1
mv -f .deps/tensor9.Tpo .deps/tensor9.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c  -fPIC -DPIC -o .libs/twiddle.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tile2d.lo -MD -MP -MF .deps/tile2d.Tpo -c tile2d.c -o tile2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c  -fPIC -DPIC -o .libs/transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c  -fPIC -DPIC -o .libs/trig.o
mv -f .deps/timer.Tpo .deps/timer.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c -o twiddle.o >/dev/null 2>&1
mv -f .deps/tile2d.Tpo .deps/tile2d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT transpose.lo -MD -MP -MF .deps/transpose.Tpo -c transpose.c -o transpose.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT trig.lo -MD -MP -MF .deps/trig.Tpo -c trig.c -o trig.o >/dev/null 2>&1
mv -f .deps/twiddle.Tpo .deps/twiddle.Plo
mv -f .deps/transpose.Tpo .deps/transpose.Plo
mv -f .deps/trig.Tpo .deps/trig.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libkernel.la  align.lo alloc.lo assert.lo awake.lo buffered.lo cpy1d.lo cpy2d-pair.lo cpy2d.lo ct.lo debug.lo extract-reim.lo hash.lo iabs.lo kalloc.lo md5-1.lo md5.lo minmax.lo ops.lo pickdim.lo plan.lo planner.lo primes.lo print.lo problem.lo rader.lo scan.lo solver.lo solvtab.lo stride.lo tensor.lo tensor1.lo tensor2.lo tensor3.lo tensor4.lo tensor5.lo tensor7.lo tensor8.lo tensor9.lo tile2d.lo timer.lo transpose.lo trig.lo twiddle.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/libkernel.a .libs/libkernel.la
libtool: link: ar cr .libs/libkernel.a .libs/align.o .libs/alloc.o .libs/assert.o .libs/awake.o .libs/buffered.o .libs/cpy1d.o .libs/cpy2d-pair.o .libs/cpy2d.o .libs/ct.o .libs/debug.o .libs/extract-reim.o .libs/hash.o .libs/iabs.o .libs/kalloc.o .libs/md5-1.o .libs/md5.o .libs/minmax.o .libs/ops.o .libs/pickdim.o .libs/plan.o .libs/planner.o .libs/primes.o .libs/print.o .libs/problem.o .libs/rader.o .libs/scan.o .libs/solver.o .libs/solvtab.o .libs/stride.o .libs/tensor.o .libs/tensor1.o .libs/tensor2.o .libs/tensor3.o .libs/tensor4.o .libs/tensor5.o .libs/tensor7.o .libs/tensor8.o .libs/tensor9.o .libs/tile2d.o .libs/timer.o .libs/transpose.o .libs/trig.o .libs/twiddle.o 
libtool: link: ranlib .libs/libkernel.a
libtool: link: ( cd ".libs" && rm -f "libkernel.la" && ln -s "../libkernel.la" "libkernel.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
Making all in simd-support
make[4]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c -o taint.lo taint.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c -o sse2.lo sse2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c -o avx.lo avx.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c -o avx-128-fma.lo avx-128-fma.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c -o avx2.lo avx2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c -o avx512.lo avx512.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c -o kcvi.lo kcvi.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c -o altivec.lo altivec.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c -o vsx.lo vsx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c  -fPIC -DPIC -o .libs/avx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c  -fPIC -DPIC -o .libs/altivec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c  -fPIC -DPIC -o .libs/sse2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c  -fPIC -DPIC -o .libs/taint.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c avx-128-fma.c  -fPIC -DPIC -o .libs/avx-128-fma.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c avx2.c  -fPIC -DPIC -o .libs/avx2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx.lo -MD -MP -MF .deps/avx.Tpo -c avx.c -o avx.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c avx512.c  -fPIC -DPIC -o .libs/avx512.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT sse2.lo -MD -MP -MF .deps/sse2.Tpo -c sse2.c -o sse2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT altivec.lo -MD -MP -MF .deps/altivec.Tpo -c altivec.c -o altivec.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx-128-fma.lo -MD -MP -MF .deps/avx-128-fma.Tpo -c avx-128-fma.c -o avx-128-fma.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c vsx.c  -fPIC -DPIC -o .libs/vsx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx2.lo -MD -MP -MF .deps/avx2.Tpo -c avx2.c -o avx2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT taint.lo -MD -MP -MF .deps/taint.Tpo -c taint.c -o taint.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT avx512.lo -MD -MP -MF .deps/avx512.Tpo -c avx512.c -o avx512.o >/dev/null 2>&1
mv -f .deps/avx.Tpo .deps/avx.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vsx.lo -MD -MP -MF .deps/vsx.Tpo -c vsx.c -o vsx.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c -o neon.lo neon.c
mv -f .deps/altivec.Tpo .deps/altivec.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c kcvi.c  -fPIC -DPIC -o .libs/kcvi.o
mv -f .deps/sse2.Tpo .deps/sse2.Plo
mv -f .deps/avx2.Tpo .deps/avx2.Plo
mv -f .deps/avx-128-fma.Tpo .deps/avx-128-fma.Plo
mv -f .deps/taint.Tpo .deps/taint.Plo
mv -f .deps/vsx.Tpo .deps/vsx.Plo
mv -f .deps/avx512.Tpo .deps/avx512.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kcvi.lo -MD -MP -MF .deps/kcvi.Tpo -c kcvi.c -o kcvi.o >/dev/null 2>&1
mv -f .deps/kcvi.Tpo .deps/kcvi.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c  -fPIC -DPIC -o .libs/neon.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT neon.lo -MD -MP -MF .deps/neon.Tpo -c neon.c -o neon.o >/dev/null 2>&1
mv -f .deps/neon.Tpo .deps/neon.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libsimd_support.la  taint.lo sse2.lo avx.lo avx-128-fma.lo avx2.lo avx512.lo kcvi.lo altivec.lo vsx.lo neon.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/libsimd_support.a .libs/libsimd_support.la
libtool: link: ar cr .libs/libsimd_support.a .libs/taint.o .libs/sse2.o .libs/avx.o .libs/avx-128-fma.o .libs/avx2.o .libs/avx512.o .libs/kcvi.o .libs/altivec.o .libs/vsx.o .libs/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" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
Making all in dft
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft'
Making all in scalar
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
Making all in codelets
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c -o n1_2.lo n1_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c -o n1_3.lo n1_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c -o n1_4.lo n1_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c -o n1_5.lo n1_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c -o n1_6.lo n1_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c -o n1_7.lo n1_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c -o n1_8.lo n1_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c -o n1_9.lo n1_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c -o n1_10.lo n1_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c  -fPIC -DPIC -o .libs/n1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c  -fPIC -DPIC -o .libs/n1_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c  -fPIC -DPIC -o .libs/n1_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c  -fPIC -DPIC -o .libs/n1_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_4.lo -MD -MP -MF .deps/n1_4.Tpo -c n1_4.c -o n1_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c  -fPIC -DPIC -o .libs/n1_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c  -fPIC -DPIC -o .libs/n1_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c  -fPIC -DPIC -o .libs/n1_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_7.lo -MD -MP -MF .deps/n1_7.Tpo -c n1_7.c -o n1_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c  -fPIC -DPIC -o .libs/n1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c  -fPIC -DPIC -o .libs/n1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_8.lo -MD -MP -MF .deps/n1_8.Tpo -c n1_8.c -o n1_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_2.lo -MD -MP -MF .deps/n1_2.Tpo -c n1_2.c -o n1_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_9.lo -MD -MP -MF .deps/n1_9.Tpo -c n1_9.c -o n1_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_10.lo -MD -MP -MF .deps/n1_10.Tpo -c n1_10.c -o n1_10.o >/dev/null 2>&1
mv -f .deps/n1_7.Tpo .deps/n1_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_5.lo -MD -MP -MF .deps/n1_5.Tpo -c n1_5.c -o n1_5.o >/dev/null 2>&1
mv -f .deps/n1_4.Tpo .deps/n1_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_6.lo -MD -MP -MF .deps/n1_6.Tpo -c n1_6.c -o n1_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_3.lo -MD -MP -MF .deps/n1_3.Tpo -c n1_3.c -o n1_3.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c -o n1_11.lo n1_11.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c -o n1_12.lo n1_12.c
mv -f .deps/n1_8.Tpo .deps/n1_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c -o n1_13.lo n1_13.c
mv -f .deps/n1_2.Tpo .deps/n1_2.Plo
mv -f .deps/n1_9.Tpo .deps/n1_9.Plo
mv -f .deps/n1_10.Tpo .deps/n1_10.Plo
mv -f .deps/n1_5.Tpo .deps/n1_5.Plo
mv -f .deps/n1_6.Tpo .deps/n1_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c -o n1_14.lo n1_14.c
mv -f .deps/n1_3.Tpo .deps/n1_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c -o n1_15.lo n1_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c -o n1_16.lo n1_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c -o n1_32.lo n1_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c -o n1_64.lo n1_64.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c -o n1_20.lo n1_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c  -fPIC -DPIC -o .libs/n1_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c  -fPIC -DPIC -o .libs/n1_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c  -fPIC -DPIC -o .libs/n1_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c  -fPIC -DPIC -o .libs/n1_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c n1_11.c -o n1_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c  -fPIC -DPIC -o .libs/n1_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c  -fPIC -DPIC -o .libs/n1_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_12.lo -MD -MP -MF .deps/n1_12.Tpo -c n1_12.c -o n1_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c  -fPIC -DPIC -o .libs/n1_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c  -fPIC -DPIC -o .libs/n1_32.o
mv -f .deps/n1_11.Tpo .deps/n1_11.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_16.lo -MD -MP -MF .deps/n1_16.Tpo -c n1_16.c -o n1_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_13.lo -MD -MP -MF .deps/n1_13.Tpo -c n1_13.c -o n1_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_14.lo -MD -MP -MF .deps/n1_14.Tpo -c n1_14.c -o n1_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_15.lo -MD -MP -MF .deps/n1_15.Tpo -c n1_15.c -o n1_15.o >/dev/null 2>&1
mv -f .deps/n1_12.Tpo .deps/n1_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c -o n1_25.lo n1_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_64.lo -MD -MP -MF .deps/n1_64.Tpo -c n1_64.c -o n1_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_32.lo -MD -MP -MF .deps/n1_32.Tpo -c n1_32.c -o n1_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c -o t1_2.lo t1_2.c
mv -f .deps/n1_13.Tpo .deps/n1_13.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c  -fPIC -DPIC -o .libs/n1_20.o
mv -f .deps/n1_16.Tpo .deps/n1_16.Plo
mv -f .deps/n1_15.Tpo .deps/n1_15.Plo
mv -f .deps/n1_14.Tpo .deps/n1_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c -o t1_3.lo t1_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c -o t1_4.lo t1_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c -o t1_5.lo t1_5.c
mv -f .deps/n1_64.Tpo .deps/n1_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c -o t1_6.lo t1_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_20.lo -MD -MP -MF .deps/n1_20.Tpo -c n1_20.c -o n1_20.o >/dev/null 2>&1
mv -f .deps/n1_32.Tpo .deps/n1_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c -o t1_7.lo t1_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c -o t1_8.lo t1_8.c
mv -f .deps/n1_20.Tpo .deps/n1_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c -o t1_9.lo t1_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c  -fPIC -DPIC -o .libs/n1_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c  -fPIC -DPIC -o .libs/t1_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n1_25.lo -MD -MP -MF .deps/n1_25.Tpo -c n1_25.c -o n1_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c  -fPIC -DPIC -o .libs/t1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_2.lo -MD -MP -MF .deps/t1_2.Tpo -c t1_2.c -o t1_2.o >/dev/null 2>&1
mv -f .deps/n1_25.Tpo .deps/n1_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c  -fPIC -DPIC -o .libs/t1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c  -fPIC -DPIC -o .libs/t1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c  -fPIC -DPIC -o .libs/t1_7.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c -o t1_10.lo t1_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_3.lo -MD -MP -MF .deps/t1_3.Tpo -c t1_3.c -o t1_3.o >/dev/null 2>&1
mv -f .deps/t1_2.Tpo .deps/t1_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c -o t1_12.lo t1_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c  -fPIC -DPIC -o .libs/t1_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c  -fPIC -DPIC -o .libs/t1_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_4.lo -MD -MP -MF .deps/t1_4.Tpo -c t1_4.c -o t1_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_5.lo -MD -MP -MF .deps/t1_5.Tpo -c t1_5.c -o t1_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_7.lo -MD -MP -MF .deps/t1_7.Tpo -c t1_7.c -o t1_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c  -fPIC -DPIC -o .libs/t1_9.o
mv -f .deps/t1_3.Tpo .deps/t1_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_6.lo -MD -MP -MF .deps/t1_6.Tpo -c t1_6.c -o t1_6.o >/dev/null 2>&1
mv -f .deps/t1_5.Tpo .deps/t1_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_8.lo -MD -MP -MF .deps/t1_8.Tpo -c t1_8.c -o t1_8.o >/dev/null 2>&1
mv -f .deps/t1_4.Tpo .deps/t1_4.Plo
mv -f .deps/t1_7.Tpo .deps/t1_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c -o t1_15.lo t1_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c -o t1_16.lo t1_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c -o t1_32.lo t1_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c -o t1_64.lo t1_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_9.lo -MD -MP -MF .deps/t1_9.Tpo -c t1_9.c -o t1_9.o >/dev/null 2>&1
mv -f .deps/t1_8.Tpo .deps/t1_8.Plo
mv -f .deps/t1_6.Tpo .deps/t1_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c -o t1_20.lo t1_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c -o t1_25.lo t1_25.c
mv -f .deps/t1_9.Tpo .deps/t1_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c -o t2_4.lo t2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c  -fPIC -DPIC -o .libs/t1_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_10.lo -MD -MP -MF .deps/t1_10.Tpo -c t1_10.c -o t1_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c  -fPIC -DPIC -o .libs/t1_12.o
mv -f .deps/t1_10.Tpo .deps/t1_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_12.lo -MD -MP -MF .deps/t1_12.Tpo -c t1_12.c -o t1_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c  -fPIC -DPIC -o .libs/t1_16.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c -o t2_8.lo t2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c  -fPIC -DPIC -o .libs/t1_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c  -fPIC -DPIC -o .libs/t1_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_16.lo -MD -MP -MF .deps/t1_16.Tpo -c t1_16.c -o t1_16.o >/dev/null 2>&1
mv -f .deps/t1_12.Tpo .deps/t1_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c  -fPIC -DPIC -o .libs/t1_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c -o t2_16.lo t2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_64.lo -MD -MP -MF .deps/t1_64.Tpo -c t1_64.c -o t1_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_15.lo -MD -MP -MF .deps/t1_15.Tpo -c t1_15.c -o t1_15.o >/dev/null 2>&1
mv -f .deps/t1_16.Tpo .deps/t1_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c  -fPIC -DPIC -o .libs/t1_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c  -fPIC -DPIC -o .libs/t2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c  -fPIC -DPIC -o .libs/t1_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c -o t2_32.lo t2_32.c
mv -f .deps/t1_64.Tpo .deps/t1_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_20.lo -MD -MP -MF .deps/t1_20.Tpo -c t1_20.c -o t1_20.o >/dev/null 2>&1
mv -f .deps/t1_15.Tpo .deps/t1_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c -o t2_64.lo t2_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_4.lo -MD -MP -MF .deps/t2_4.Tpo -c t2_4.c -o t2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_25.lo -MD -MP -MF .deps/t1_25.Tpo -c t1_25.c -o t1_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t1_32.lo -MD -MP -MF .deps/t1_32.Tpo -c t1_32.c -o t1_32.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c -o t2_5.lo t2_5.c
mv -f .deps/t1_20.Tpo .deps/t1_20.Plo
mv -f .deps/t2_4.Tpo .deps/t2_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c -o t2_10.lo t2_10.c
mv -f .deps/t1_32.Tpo .deps/t1_32.Plo
mv -f .deps/t1_25.Tpo .deps/t1_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c -o t2_20.lo t2_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c -o t2_25.lo t2_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c -o q1_2.lo q1_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c  -fPIC -DPIC -o .libs/t2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c  -fPIC -DPIC -o .libs/t2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_8.lo -MD -MP -MF .deps/t2_8.Tpo -c t2_8.c -o t2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c  -fPIC -DPIC -o .libs/t2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_32.lo -MD -MP -MF .deps/t2_32.Tpo -c t2_32.c -o t2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c  -fPIC -DPIC -o .libs/t2_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_16.lo -MD -MP -MF .deps/t2_16.Tpo -c t2_16.c -o t2_16.o >/dev/null 2>&1
mv -f .deps/t2_32.Tpo .deps/t2_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_64.lo -MD -MP -MF .deps/t2_64.Tpo -c t2_64.c -o t2_64.o >/dev/null 2>&1
mv -f .deps/t2_8.Tpo .deps/t2_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c -o q1_4.lo q1_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c -o q1_8.lo q1_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c  -fPIC -DPIC -o .libs/t2_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c  -fPIC -DPIC -o .libs/t2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c  -fPIC -DPIC -o .libs/t2_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c  -fPIC -DPIC -o .libs/q1_2.o
mv -f .deps/t2_16.Tpo .deps/t2_16.Plo
mv -f .deps/t2_64.Tpo .deps/t2_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c  -fPIC -DPIC -o .libs/t2_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c -o q1_3.lo q1_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c -o q1_5.lo q1_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_20.lo -MD -MP -MF .deps/t2_20.Tpo -c t2_20.c -o t2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_25.lo -MD -MP -MF .deps/t2_25.Tpo -c t2_25.c -o t2_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_5.lo -MD -MP -MF .deps/t2_5.Tpo -c t2_5.c -o t2_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_2.lo -MD -MP -MF .deps/q1_2.Tpo -c q1_2.c -o q1_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t2_10.lo -MD -MP -MF .deps/t2_10.Tpo -c t2_10.c -o t2_10.o >/dev/null 2>&1
mv -f .deps/t2_20.Tpo .deps/t2_20.Plo
mv -f .deps/t2_25.Tpo .deps/t2_25.Plo
mv -f .deps/t2_5.Tpo .deps/t2_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c -o q1_6.lo q1_6.c
mv -f .deps/t2_10.Tpo .deps/t2_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/q1_2.Tpo .deps/q1_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c  -fPIC -DPIC -o .libs/q1_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c  -fPIC -DPIC -o .libs/q1_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c  -fPIC -DPIC -o .libs/q1_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_4.lo -MD -MP -MF .deps/q1_4.Tpo -c q1_4.c -o q1_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c  -fPIC -DPIC -o .libs/q1_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_8.lo -MD -MP -MF .deps/q1_8.Tpo -c q1_8.c -o q1_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_3.lo -MD -MP -MF .deps/q1_3.Tpo -c q1_3.c -o q1_3.o >/dev/null 2>&1
mv -f .deps/q1_4.Tpo .deps/q1_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c  -fPIC -DPIC -o .libs/q1_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_5.lo -MD -MP -MF .deps/q1_5.Tpo -c q1_5.c -o q1_5.o >/dev/null 2>&1
mv -f .deps/q1_8.Tpo .deps/q1_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
mv -f .deps/q1_3.Tpo .deps/q1_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT q1_6.lo -MD -MP -MF .deps/q1_6.Tpo -c q1_6.c -o q1_6.o >/dev/null 2>&1
mv -f .deps/q1_5.Tpo .deps/q1_5.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/q1_6.Tpo .deps/q1_6.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_scalar_codelets.la  n1_2.lo n1_3.lo n1_4.lo n1_5.lo n1_6.lo n1_7.lo n1_8.lo n1_9.lo n1_10.lo n1_11.lo n1_12.lo n1_13.lo n1_14.lo n1_15.lo n1_16.lo n1_32.lo n1_64.lo n1_20.lo n1_25.lo t1_2.lo t1_3.lo t1_4.lo t1_5.lo t1_6.lo t1_7.lo t1_8.lo t1_9.lo t1_10.lo t1_12.lo t1_15.lo t1_16.lo t1_32.lo t1_64.lo t1_20.lo t1_25.lo t2_4.lo t2_8.lo t2_16.lo t2_32.lo t2_64.lo t2_5.lo t2_10.lo t2_20.lo t2_25.lo   q1_2.lo q1_4.lo q1_8.lo q1_3.lo q1_5.lo q1_6.lo codlist.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/libdft_scalar_codelets.a .libs/libdft_scalar_codelets.la
libtool: link: ar cr .libs/libdft_scalar_codelets.a .libs/n1_2.o .libs/n1_3.o .libs/n1_4.o .libs/n1_5.o .libs/n1_6.o .libs/n1_7.o .libs/n1_8.o .libs/n1_9.o .libs/n1_10.o .libs/n1_11.o .libs/n1_12.o .libs/n1_13.o .libs/n1_14.o .libs/n1_15.o .libs/n1_16.o .libs/n1_32.o .libs/n1_64.o .libs/n1_20.o .libs/n1_25.o .libs/t1_2.o .libs/t1_3.o .libs/t1_4.o .libs/t1_5.o .libs/t1_6.o .libs/t1_7.o .libs/t1_8.o .libs/t1_9.o .libs/t1_10.o .libs/t1_12.o .libs/t1_15.o .libs/t1_16.o .libs/t1_32.o .libs/t1_64.o .libs/t1_20.o .libs/t1_25.o .libs/t2_4.o .libs/t2_8.o .libs/t2_16.o .libs/t2_32.o .libs/t2_64.o .libs/t2_5.o .libs/t2_10.o .libs/t2_20.o .libs/t2_25.o .libs/q1_2.o .libs/q1_4.o .libs/q1_8.o .libs/q1_3.o .libs/q1_5.o .libs/q1_6.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c -o n.lo n.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c -o t.lo t.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c  -fPIC -DPIC -o .libs/n.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c  -fPIC -DPIC -o .libs/t.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT t.lo -MD -MP -MF .deps/t.Tpo -c t.c -o t.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT n.lo -MD -MP -MF .deps/n.Tpo -c n.c -o n.o >/dev/null 2>&1
mv -f .deps/n.Tpo .deps/n.Plo
mv -f .deps/t.Tpo .deps/t.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft_scalar.la  n.lo t.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/libdft_scalar.a .libs/libdft_scalar.la
libtool: link: ar cr .libs/libdft_scalar.a .libs/n.o .libs/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" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
Making all in simd
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
Making all in common
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
Making all in sse2
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
Making all in avx
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
Making all in avx-128-fma
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
Making all in avx2
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
Making all in avx2-128
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
Making all in avx512
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
Making all in kcvi
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
Making all in altivec
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
Making all in vsx
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
Making all in neon
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
Making all in generic-simd128
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
Making all in generic-simd256
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c -o bluestein.lo bluestein.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c -o dftw-direct.lo dftw-direct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c -o dftw-directsq.lo dftw-directsq.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c -o dftw-generic.lo dftw-generic.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c -o dftw-genericbuf.lo dftw-genericbuf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c -o direct.lo direct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c  -fPIC -DPIC -o .libs/dftw-directsq.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c  -fPIC -DPIC -o .libs/bluestein.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c  -fPIC -DPIC -o .libs/dftw-direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c  -fPIC -DPIC -o .libs/dftw-genericbuf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-directsq.lo -MD -MP -MF .deps/dftw-directsq.Tpo -c dftw-directsq.c -o dftw-directsq.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c  -fPIC -DPIC -o .libs/direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bluestein.lo -MD -MP -MF .deps/bluestein.Tpo -c bluestein.c -o bluestein.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c  -fPIC -DPIC -o .libs/dftw-generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-direct.lo -MD -MP -MF .deps/dftw-direct.Tpo -c dftw-direct.c -o dftw-direct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-genericbuf.lo -MD -MP -MF .deps/dftw-genericbuf.Tpo -c dftw-genericbuf.c -o dftw-genericbuf.o >/dev/null 2>&1
mv -f .deps/conf.Tpo .deps/conf.Plo
mv -f .deps/ct.Tpo .deps/ct.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct.lo -MD -MP -MF .deps/direct.Tpo -c direct.c -o direct.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c -o generic.lo generic.c
mv -f .deps/bluestein.Tpo .deps/bluestein.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
mv -f .deps/dftw-directsq.Tpo .deps/dftw-directsq.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c -o indirect.lo indirect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dftw-generic.lo -MD -MP -MF .deps/dftw-generic.Tpo -c dftw-generic.c -o dftw-generic.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c -o indirect-transpose.lo indirect-transpose.c
mv -f .deps/dftw-direct.Tpo .deps/dftw-direct.Plo
mv -f .deps/dftw-genericbuf.Tpo .deps/dftw-genericbuf.Plo
mv -f .deps/direct.Tpo .deps/direct.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c -o kdft-dif.lo kdft-dif.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c -o kdft-difsq.lo kdft-difsq.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c -o kdft-dit.lo kdft-dit.c
mv -f .deps/buffered.Tpo .deps/buffered.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c -o kdft.lo kdft.c
mv -f .deps/dftw-generic.Tpo .deps/dftw-generic.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c -o nop.lo nop.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c  -fPIC -DPIC -o .libs/generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c  -fPIC -DPIC -o .libs/kdft-difsq.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c  -fPIC -DPIC -o .libs/kdft-dif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c  -fPIC -DPIC -o .libs/indirect-transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c  -fPIC -DPIC -o .libs/kdft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c  -fPIC -DPIC -o .libs/kdft-dit.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c  -fPIC -DPIC -o .libs/indirect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c  -fPIC -DPIC -o .libs/nop.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-difsq.lo -MD -MP -MF .deps/kdft-difsq.Tpo -c kdft-difsq.c -o kdft-difsq.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dif.lo -MD -MP -MF .deps/kdft-dif.Tpo -c kdft-dif.c -o kdft-dif.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect-transpose.lo -MD -MP -MF .deps/indirect-transpose.Tpo -c indirect-transpose.c -o indirect-transpose.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft.lo -MD -MP -MF .deps/kdft.Tpo -c kdft.c -o kdft.o >/dev/null 2>&1
mv -f .deps/generic.Tpo .deps/generic.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -o indirect.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kdft-dit.lo -MD -MP -MF .deps/kdft-dit.Tpo -c kdft-dit.c -o kdft-dit.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -o nop.o >/dev/null 2>&1
mv -f .deps/kdft-difsq.Tpo .deps/kdft-difsq.Plo
mv -f .deps/kdft-dif.Tpo .deps/kdft-dif.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c -o rader.lo rader.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c -o rank-geq2.lo rank-geq2.c
mv -f .deps/indirect-transpose.Tpo .deps/indirect-transpose.Plo
mv -f .deps/kdft.Tpo .deps/kdft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
mv -f .deps/indirect.Tpo .deps/indirect.Plo
mv -f .deps/nop.Tpo .deps/nop.Plo
mv -f .deps/kdft-dit.Tpo .deps/kdft-dit.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c -o vrank-geq1.lo vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c -o zero.lo zero.c
mv -f .deps/plan.Tpo .deps/plan.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c  -fPIC -DPIC -o .libs/rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c  -fPIC -DPIC -o .libs/rank-geq2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c  -fPIC -DPIC -o .libs/zero.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c  -fPIC -DPIC -o .libs/vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c  -fPIC -DPIC -o .libs/solve.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -o rank-geq2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.lo -MD -MP -MF .deps/zero.Tpo -c zero.c -o zero.o >/dev/null 2>&1
mv -f .deps/problem.Tpo .deps/problem.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -o vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -o solve.o >/dev/null 2>&1
mv -f .deps/rader.Tpo .deps/rader.Plo
mv -f .deps/rank-geq2.Tpo .deps/rank-geq2.Plo
mv -f .deps/zero.Tpo .deps/zero.Plo
mv -f .deps/vrank-geq1.Tpo .deps/vrank-geq1.Plo
mv -f .deps/solve.Tpo .deps/solve.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libdft.la  bluestein.lo buffered.lo conf.lo ct.lo dftw-direct.lo dftw-directsq.lo dftw-generic.lo dftw-genericbuf.lo direct.lo generic.lo indirect.lo indirect-transpose.lo kdft-dif.lo kdft-difsq.lo kdft-dit.lo kdft.lo nop.lo plan.lo problem.lo rader.lo rank-geq2.lo solve.lo vrank-geq1.lo zero.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/libdft.a .libs/libdft.la
libtool: link: ar cr .libs/libdft.a .libs/bluestein.o .libs/buffered.o .libs/conf.o .libs/ct.o .libs/dftw-direct.o .libs/dftw-directsq.o .libs/dftw-generic.o .libs/dftw-genericbuf.o .libs/direct.o .libs/generic.o .libs/indirect.o .libs/indirect-transpose.o .libs/kdft-dif.o .libs/kdft-difsq.o .libs/kdft-dit.o .libs/kdft.o .libs/nop.o .libs/plan.o .libs/problem.o .libs/rader.o .libs/rank-geq2.o .libs/solve.o .libs/vrank-geq1.o .libs/zero.o 
libtool: link: ranlib .libs/libdft.a
libtool: link: ( cd ".libs" && rm -f "libdft.la" && ln -s "../libdft.la" "libdft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft'
Making all in rdft
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft'
Making all in scalar
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making all in r2cf
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c -o r2cf_2.lo r2cf_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c -o r2cf_3.lo r2cf_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c -o r2cf_4.lo r2cf_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c -o r2cf_5.lo r2cf_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c -o r2cf_6.lo r2cf_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c -o r2cf_7.lo r2cf_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c -o r2cf_8.lo r2cf_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c -o r2cf_9.lo r2cf_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c -o r2cf_10.lo r2cf_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c  -fPIC -DPIC -o .libs/r2cf_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c  -fPIC -DPIC -o .libs/r2cf_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c  -fPIC -DPIC -o .libs/r2cf_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c  -fPIC -DPIC -o .libs/r2cf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c  -fPIC -DPIC -o .libs/r2cf_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c  -fPIC -DPIC -o .libs/r2cf_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c  -fPIC -DPIC -o .libs/r2cf_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c  -fPIC -DPIC -o .libs/r2cf_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_3.lo -MD -MP -MF .deps/r2cf_3.Tpo -c r2cf_3.c -o r2cf_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_4.lo -MD -MP -MF .deps/r2cf_4.Tpo -c r2cf_4.c -o r2cf_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c  -fPIC -DPIC -o .libs/r2cf_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_2.lo -MD -MP -MF .deps/r2cf_2.Tpo -c r2cf_2.c -o r2cf_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_7.lo -MD -MP -MF .deps/r2cf_7.Tpo -c r2cf_7.c -o r2cf_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_10.lo -MD -MP -MF .deps/r2cf_10.Tpo -c r2cf_10.c -o r2cf_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_5.lo -MD -MP -MF .deps/r2cf_5.Tpo -c r2cf_5.c -o r2cf_5.o >/dev/null 2>&1
mv -f .deps/r2cf_3.Tpo .deps/r2cf_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_9.lo -MD -MP -MF .deps/r2cf_9.Tpo -c r2cf_9.c -o r2cf_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_8.lo -MD -MP -MF .deps/r2cf_8.Tpo -c r2cf_8.c -o r2cf_8.o >/dev/null 2>&1
mv -f .deps/r2cf_4.Tpo .deps/r2cf_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c -o r2cf_11.lo r2cf_11.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c -o r2cf_12.lo r2cf_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_6.lo -MD -MP -MF .deps/r2cf_6.Tpo -c r2cf_6.c -o r2cf_6.o >/dev/null 2>&1
mv -f .deps/r2cf_7.Tpo .deps/r2cf_7.Plo
mv -f .deps/r2cf_2.Tpo .deps/r2cf_2.Plo
mv -f .deps/r2cf_10.Tpo .deps/r2cf_10.Plo
mv -f .deps/r2cf_5.Tpo .deps/r2cf_5.Plo
mv -f .deps/r2cf_8.Tpo .deps/r2cf_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c -o r2cf_13.lo r2cf_13.c
mv -f .deps/r2cf_9.Tpo .deps/r2cf_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c -o r2cf_14.lo r2cf_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c -o r2cf_15.lo r2cf_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c -o r2cf_16.lo r2cf_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c -o r2cf_32.lo r2cf_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c -o r2cf_64.lo r2cf_64.c
mv -f .deps/r2cf_6.Tpo .deps/r2cf_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c -o r2cf_128.lo r2cf_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c  -fPIC -DPIC -o .libs/r2cf_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c  -fPIC -DPIC -o .libs/r2cf_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_11.lo -MD -MP -MF .deps/r2cf_11.Tpo -c r2cf_11.c -o r2cf_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c  -fPIC -DPIC -o .libs/r2cf_14.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c  -fPIC -DPIC -o .libs/r2cf_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c  -fPIC -DPIC -o .libs/r2cf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_12.lo -MD -MP -MF .deps/r2cf_12.Tpo -c r2cf_12.c -o r2cf_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c  -fPIC -DPIC -o .libs/r2cf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c  -fPIC -DPIC -o .libs/r2cf_13.o
mv -f .deps/r2cf_11.Tpo .deps/r2cf_11.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c -o r2cf_20.lo r2cf_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_14.lo -MD -MP -MF .deps/r2cf_14.Tpo -c r2cf_14.c -o r2cf_14.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c  -fPIC -DPIC -o .libs/r2cf_128.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_15.lo -MD -MP -MF .deps/r2cf_15.Tpo -c r2cf_15.c -o r2cf_15.o >/dev/null 2>&1
mv -f .deps/r2cf_12.Tpo .deps/r2cf_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_32.lo -MD -MP -MF .deps/r2cf_32.Tpo -c r2cf_32.c -o r2cf_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_13.lo -MD -MP -MF .deps/r2cf_13.Tpo -c r2cf_13.c -o r2cf_13.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c -o r2cf_25.lo r2cf_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_16.lo -MD -MP -MF .deps/r2cf_16.Tpo -c r2cf_16.c -o r2cf_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c  -fPIC -DPIC -o .libs/r2cf_64.o
mv -f .deps/r2cf_14.Tpo .deps/r2cf_14.Plo
mv -f .deps/r2cf_15.Tpo .deps/r2cf_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c -o hf_2.lo hf_2.c
mv -f .deps/r2cf_32.Tpo .deps/r2cf_32.Plo
mv -f .deps/r2cf_13.Tpo .deps/r2cf_13.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_128.lo -MD -MP -MF .deps/r2cf_128.Tpo -c r2cf_128.c -o r2cf_128.o >/dev/null 2>&1
mv -f .deps/r2cf_16.Tpo .deps/r2cf_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_64.lo -MD -MP -MF .deps/r2cf_64.Tpo -c r2cf_64.c -o r2cf_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c -o hf_3.lo hf_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c -o hf_4.lo hf_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c -o hf_5.lo hf_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c -o hf_6.lo hf_6.c
mv -f .deps/r2cf_128.Tpo .deps/r2cf_128.Plo
mv -f .deps/r2cf_64.Tpo .deps/r2cf_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c -o hf_7.lo hf_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c -o hf_8.lo hf_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c  -fPIC -DPIC -o .libs/r2cf_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c  -fPIC -DPIC -o .libs/r2cf_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_20.lo -MD -MP -MF .deps/r2cf_20.Tpo -c r2cf_20.c -o r2cf_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cf_25.lo -MD -MP -MF .deps/r2cf_25.Tpo -c r2cf_25.c -o r2cf_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c  -fPIC -DPIC -o .libs/hf_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c  -fPIC -DPIC -o .libs/hf_5.o
mv -f .deps/r2cf_20.Tpo .deps/r2cf_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c  -fPIC -DPIC -o .libs/hf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c  -fPIC -DPIC -o .libs/hf_3.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c -o hf_9.lo hf_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_2.lo -MD -MP -MF .deps/hf_2.Tpo -c hf_2.c -o hf_2.o >/dev/null 2>&1
mv -f .deps/r2cf_25.Tpo .deps/r2cf_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c  -fPIC -DPIC -o .libs/hf_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_5.lo -MD -MP -MF .deps/hf_5.Tpo -c hf_5.c -o hf_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c -o hf_10.lo hf_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c  -fPIC -DPIC -o .libs/hf_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_3.lo -MD -MP -MF .deps/hf_3.Tpo -c hf_3.c -o hf_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c  -fPIC -DPIC -o .libs/hf_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_4.lo -MD -MP -MF .deps/hf_4.Tpo -c hf_4.c -o hf_4.o >/dev/null 2>&1
mv -f .deps/hf_2.Tpo .deps/hf_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_6.lo -MD -MP -MF .deps/hf_6.Tpo -c hf_6.c -o hf_6.o >/dev/null 2>&1
mv -f .deps/hf_5.Tpo .deps/hf_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c -o hf_12.lo hf_12.c
mv -f .deps/hf_3.Tpo .deps/hf_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_7.lo -MD -MP -MF .deps/hf_7.Tpo -c hf_7.c -o hf_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_8.lo -MD -MP -MF .deps/hf_8.Tpo -c hf_8.c -o hf_8.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c -o hf_15.lo hf_15.c
mv -f .deps/hf_4.Tpo .deps/hf_4.Plo
mv -f .deps/hf_6.Tpo .deps/hf_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c -o hf_16.lo hf_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c -o hf_32.lo hf_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c -o hf_64.lo hf_64.c
mv -f .deps/hf_8.Tpo .deps/hf_8.Plo
mv -f .deps/hf_7.Tpo .deps/hf_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c -o hf_20.lo hf_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c -o hf_25.lo hf_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c  -fPIC -DPIC -o .libs/hf_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_9.lo -MD -MP -MF .deps/hf_9.Tpo -c hf_9.c -o hf_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c  -fPIC -DPIC -o .libs/hf_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c  -fPIC -DPIC -o .libs/hf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c  -fPIC -DPIC -o .libs/hf_12.o
mv -f .deps/hf_9.Tpo .deps/hf_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c -o hf2_4.lo hf2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_10.lo -MD -MP -MF .deps/hf_10.Tpo -c hf_10.c -o hf_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c  -fPIC -DPIC -o .libs/hf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c  -fPIC -DPIC -o .libs/hf_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c  -fPIC -DPIC -o .libs/hf_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_12.lo -MD -MP -MF .deps/hf_12.Tpo -c hf_12.c -o hf_12.o >/dev/null 2>&1
mv -f .deps/hf_10.Tpo .deps/hf_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_32.lo -MD -MP -MF .deps/hf_32.Tpo -c hf_32.c -o hf_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c  -fPIC -DPIC -o .libs/hf_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c -o hf2_8.lo hf2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_16.lo -MD -MP -MF .deps/hf_16.Tpo -c hf_16.c -o hf_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_15.lo -MD -MP -MF .deps/hf_15.Tpo -c hf_15.c -o hf_15.o >/dev/null 2>&1
mv -f .deps/hf_12.Tpo .deps/hf_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_64.lo -MD -MP -MF .deps/hf_64.Tpo -c hf_64.c -o hf_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c -o hf2_16.lo hf2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_20.lo -MD -MP -MF .deps/hf_20.Tpo -c hf_20.c -o hf_20.o >/dev/null 2>&1
mv -f .deps/hf_16.Tpo .deps/hf_16.Plo
mv -f .deps/hf_32.Tpo .deps/hf_32.Plo
mv -f .deps/hf_15.Tpo .deps/hf_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c -o hf2_32.lo hf2_32.c
mv -f .deps/hf_64.Tpo .deps/hf_64.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c  -fPIC -DPIC -o .libs/hf_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c -o hf2_5.lo hf2_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c -o hf2_20.lo hf2_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c -o hf2_25.lo hf2_25.c
mv -f .deps/hf_20.Tpo .deps/hf_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c -o r2cfII_2.lo r2cfII_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf_25.lo -MD -MP -MF .deps/hf_25.Tpo -c hf_25.c -o hf_25.o >/dev/null 2>&1
mv -f .deps/hf_25.Tpo .deps/hf_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c -o r2cfII_3.lo r2cfII_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c  -fPIC -DPIC -o .libs/hf2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_4.lo -MD -MP -MF .deps/hf2_4.Tpo -c hf2_4.c -o hf2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c  -fPIC -DPIC -o .libs/hf2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c  -fPIC -DPIC -o .libs/hf2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c  -fPIC -DPIC -o .libs/hf2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c  -fPIC -DPIC -o .libs/hf2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_32.lo -MD -MP -MF .deps/hf2_32.Tpo -c hf2_32.c -o hf2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_8.lo -MD -MP -MF .deps/hf2_8.Tpo -c hf2_8.c -o hf2_8.o >/dev/null 2>&1
mv -f .deps/hf2_4.Tpo .deps/hf2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c  -fPIC -DPIC -o .libs/hf2_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_20.lo -MD -MP -MF .deps/hf2_20.Tpo -c hf2_20.c -o hf2_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c -o r2cfII_4.lo r2cfII_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_16.lo -MD -MP -MF .deps/hf2_16.Tpo -c hf2_16.c -o hf2_16.o >/dev/null 2>&1
mv -f .deps/hf2_32.Tpo .deps/hf2_32.Plo
mv -f .deps/hf2_8.Tpo .deps/hf2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c  -fPIC -DPIC -o .libs/hf2_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_5.lo -MD -MP -MF .deps/hf2_5.Tpo -c hf2_5.c -o hf2_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c -o r2cfII_5.lo r2cfII_5.c
mv -f .deps/hf2_20.Tpo .deps/hf2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c -o r2cfII_6.lo r2cfII_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c  -fPIC -DPIC -o .libs/r2cfII_2.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c -o r2cfII_7.lo r2cfII_7.c
mv -f .deps/hf2_16.Tpo .deps/hf2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hf2_25.lo -MD -MP -MF .deps/hf2_25.Tpo -c hf2_25.c -o hf2_25.o >/dev/null 2>&1
mv -f .deps/hf2_5.Tpo .deps/hf2_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c -o r2cfII_8.lo r2cfII_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c -o r2cfII_9.lo r2cfII_9.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_2.lo -MD -MP -MF .deps/r2cfII_2.Tpo -c r2cfII_2.c -o r2cfII_2.o >/dev/null 2>&1
mv -f .deps/hf2_25.Tpo .deps/hf2_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c  -fPIC -DPIC -o .libs/r2cfII_3.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c -o r2cfII_10.lo r2cfII_10.c
mv -f .deps/r2cfII_2.Tpo .deps/r2cfII_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c -o r2cfII_12.lo r2cfII_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_3.lo -MD -MP -MF .deps/r2cfII_3.Tpo -c r2cfII_3.c -o r2cfII_3.o >/dev/null 2>&1
mv -f .deps/r2cfII_3.Tpo .deps/r2cfII_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c -o r2cfII_15.lo r2cfII_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c  -fPIC -DPIC -o .libs/r2cfII_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c  -fPIC -DPIC -o .libs/r2cfII_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_4.lo -MD -MP -MF .deps/r2cfII_4.Tpo -c r2cfII_4.c -o r2cfII_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c  -fPIC -DPIC -o .libs/r2cfII_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c  -fPIC -DPIC -o .libs/r2cfII_8.o
mv -f .deps/r2cfII_4.Tpo .deps/r2cfII_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_5.lo -MD -MP -MF .deps/r2cfII_5.Tpo -c r2cfII_5.c -o r2cfII_5.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c -o r2cfII_16.lo r2cfII_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c  -fPIC -DPIC -o .libs/r2cfII_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c  -fPIC -DPIC -o .libs/r2cfII_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_7.lo -MD -MP -MF .deps/r2cfII_7.Tpo -c r2cfII_7.c -o r2cfII_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_8.lo -MD -MP -MF .deps/r2cfII_8.Tpo -c r2cfII_8.c -o r2cfII_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c  -fPIC -DPIC -o .libs/r2cfII_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_9.lo -MD -MP -MF .deps/r2cfII_9.Tpo -c r2cfII_9.c -o r2cfII_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_6.lo -MD -MP -MF .deps/r2cfII_6.Tpo -c r2cfII_6.c -o r2cfII_6.o >/dev/null 2>&1
mv -f .deps/r2cfII_5.Tpo .deps/r2cfII_5.Plo
mv -f .deps/r2cfII_7.Tpo .deps/r2cfII_7.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c  -fPIC -DPIC -o .libs/r2cfII_12.o
mv -f .deps/r2cfII_8.Tpo .deps/r2cfII_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c -o r2cfII_32.lo r2cfII_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_10.lo -MD -MP -MF .deps/r2cfII_10.Tpo -c r2cfII_10.c -o r2cfII_10.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c -o r2cfII_64.lo r2cfII_64.c
mv -f .deps/r2cfII_9.Tpo .deps/r2cfII_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c -o r2cfII_20.lo r2cfII_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c  -fPIC -DPIC -o .libs/r2cfII_15.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c -o r2cfII_25.lo r2cfII_25.c
mv -f .deps/r2cfII_6.Tpo .deps/r2cfII_6.Plo
mv -f .deps/r2cfII_10.Tpo .deps/r2cfII_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_12.lo -MD -MP -MF .deps/r2cfII_12.Tpo -c r2cfII_12.c -o r2cfII_12.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c -o hc2cf_2.lo hc2cf_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_15.lo -MD -MP -MF .deps/r2cfII_15.Tpo -c r2cfII_15.c -o r2cfII_15.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c -o hc2cf_4.lo hc2cf_4.c
mv -f .deps/r2cfII_12.Tpo .deps/r2cfII_12.Plo
mv -f .deps/r2cfII_15.Tpo .deps/r2cfII_15.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c -o hc2cf_6.lo hc2cf_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c -o hc2cf_8.lo hc2cf_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c  -fPIC -DPIC -o .libs/r2cfII_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_16.lo -MD -MP -MF .deps/r2cfII_16.Tpo -c r2cfII_16.c -o r2cfII_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c  -fPIC -DPIC -o .libs/r2cfII_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c  -fPIC -DPIC -o .libs/r2cfII_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c  -fPIC -DPIC -o .libs/r2cfII_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c  -fPIC -DPIC -o .libs/hc2cf_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c  -fPIC -DPIC -o .libs/r2cfII_20.o
mv -f .deps/r2cfII_16.Tpo .deps/r2cfII_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c -o hc2cf_10.lo hc2cf_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_25.lo -MD -MP -MF .deps/r2cfII_25.Tpo -c r2cfII_25.c -o r2cfII_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_64.lo -MD -MP -MF .deps/r2cfII_64.Tpo -c r2cfII_64.c -o r2cfII_64.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c  -fPIC -DPIC -o .libs/hc2cf_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_32.lo -MD -MP -MF .deps/r2cfII_32.Tpo -c r2cfII_32.c -o r2cfII_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_2.lo -MD -MP -MF .deps/hc2cf_2.Tpo -c hc2cf_2.c -o hc2cf_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cfII_20.lo -MD -MP -MF .deps/r2cfII_20.Tpo -c r2cfII_20.c -o r2cfII_20.o >/dev/null 2>&1
mv -f .deps/r2cfII_64.Tpo .deps/r2cfII_64.Plo
mv -f .deps/r2cfII_25.Tpo .deps/r2cfII_25.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_4.lo -MD -MP -MF .deps/hc2cf_4.Tpo -c hc2cf_4.c -o hc2cf_4.o >/dev/null 2>&1
mv -f .deps/r2cfII_20.Tpo .deps/r2cfII_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c -o hc2cf_12.lo hc2cf_12.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c -o hc2cf_16.lo hc2cf_16.c
mv -f .deps/hc2cf_2.Tpo .deps/hc2cf_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c -o hc2cf_32.lo hc2cf_32.c
mv -f .deps/r2cfII_32.Tpo .deps/r2cfII_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c -o hc2cf_20.lo hc2cf_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c -o hc2cf2_4.lo hc2cf2_4.c
mv -f .deps/hc2cf_4.Tpo .deps/hc2cf_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c  -fPIC -DPIC -o .libs/hc2cf_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c -o hc2cf2_8.lo hc2cf2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c  -fPIC -DPIC -o .libs/hc2cf_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_6.lo -MD -MP -MF .deps/hc2cf_6.Tpo -c hc2cf_6.c -o hc2cf_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_8.lo -MD -MP -MF .deps/hc2cf_8.Tpo -c hc2cf_8.c -o hc2cf_8.o >/dev/null 2>&1
mv -f .deps/hc2cf_6.Tpo .deps/hc2cf_6.Plo
mv -f .deps/hc2cf_8.Tpo .deps/hc2cf_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c -o hc2cf2_16.lo hc2cf2_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c -o hc2cf2_32.lo hc2cf2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c  -fPIC -DPIC -o .libs/hc2cf_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_10.lo -MD -MP -MF .deps/hc2cf_10.Tpo -c hc2cf_10.c -o hc2cf_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c  -fPIC -DPIC -o .libs/hc2cf_12.o
mv -f .deps/hc2cf_10.Tpo .deps/hc2cf_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c  -fPIC -DPIC -o .libs/hc2cf_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c  -fPIC -DPIC -o .libs/hc2cf_20.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c -o hc2cf2_20.lo hc2cf2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c  -fPIC -DPIC -o .libs/hc2cf2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c  -fPIC -DPIC -o .libs/hc2cf_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_12.lo -MD -MP -MF .deps/hc2cf_12.Tpo -c hc2cf_12.c -o hc2cf_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_32.lo -MD -MP -MF .deps/hc2cf_32.Tpo -c hc2cf_32.c -o hc2cf_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_4.lo -MD -MP -MF .deps/hc2cf2_4.Tpo -c hc2cf2_4.c -o hc2cf2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_20.lo -MD -MP -MF .deps/hc2cf_20.Tpo -c hc2cf_20.c -o hc2cf_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf_16.lo -MD -MP -MF .deps/hc2cf_16.Tpo -c hc2cf_16.c -o hc2cf_16.o >/dev/null 2>&1
mv -f .deps/hc2cf_12.Tpo .deps/hc2cf_12.Plo
mv -f .deps/hc2cf2_4.Tpo .deps/hc2cf2_4.Plo
mv -f .deps/hc2cf_32.Tpo .deps/hc2cf_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c -o hc2cfdft_2.lo hc2cfdft_2.c
mv -f .deps/hc2cf_20.Tpo .deps/hc2cf_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c -o hc2cfdft_4.lo hc2cfdft_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c  -fPIC -DPIC -o .libs/hc2cf2_8.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c -o hc2cfdft_6.lo hc2cfdft_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c -o hc2cfdft_8.lo hc2cfdft_8.c
mv -f .deps/hc2cf_16.Tpo .deps/hc2cf_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c -o hc2cfdft_10.lo hc2cfdft_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_8.lo -MD -MP -MF .deps/hc2cf2_8.Tpo -c hc2cf2_8.c -o hc2cf2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c  -fPIC -DPIC -o .libs/hc2cf2_32.o
mv -f .deps/hc2cf2_8.Tpo .deps/hc2cf2_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c -o hc2cfdft_12.lo hc2cfdft_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c  -fPIC -DPIC -o .libs/hc2cf2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_32.lo -MD -MP -MF .deps/hc2cf2_32.Tpo -c hc2cf2_32.c -o hc2cf2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_16.lo -MD -MP -MF .deps/hc2cf2_16.Tpo -c hc2cf2_16.c -o hc2cf2_16.o >/dev/null 2>&1
mv -f .deps/hc2cf2_32.Tpo .deps/hc2cf2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c -o hc2cfdft_16.lo hc2cfdft_16.c
mv -f .deps/hc2cf2_16.Tpo .deps/hc2cf2_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c -o hc2cfdft_32.lo hc2cfdft_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c  -fPIC -DPIC -o .libs/hc2cf2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cf2_20.lo -MD -MP -MF .deps/hc2cf2_20.Tpo -c hc2cf2_20.c -o hc2cf2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c  -fPIC -DPIC -o .libs/hc2cfdft_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c  -fPIC -DPIC -o .libs/hc2cfdft_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c  -fPIC -DPIC -o .libs/hc2cfdft_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c  -fPIC -DPIC -o .libs/hc2cfdft_6.o
mv -f .deps/hc2cf2_20.Tpo .deps/hc2cf2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c -o hc2cfdft_20.lo hc2cfdft_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_2.lo -MD -MP -MF .deps/hc2cfdft_2.Tpo -c hc2cfdft_2.c -o hc2cfdft_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c  -fPIC -DPIC -o .libs/hc2cfdft_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_8.lo -MD -MP -MF .deps/hc2cfdft_8.Tpo -c hc2cfdft_8.c -o hc2cfdft_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_6.lo -MD -MP -MF .deps/hc2cfdft_6.Tpo -c hc2cfdft_6.c -o hc2cfdft_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_4.lo -MD -MP -MF .deps/hc2cfdft_4.Tpo -c hc2cfdft_4.c -o hc2cfdft_4.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_2.Tpo .deps/hc2cfdft_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_10.lo -MD -MP -MF .deps/hc2cfdft_10.Tpo -c hc2cfdft_10.c -o hc2cfdft_10.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_6.Tpo .deps/hc2cfdft_6.Plo
mv -f .deps/hc2cfdft_4.Tpo .deps/hc2cfdft_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c -o hc2cfdft2_4.lo hc2cfdft2_4.c
mv -f .deps/hc2cfdft_8.Tpo .deps/hc2cfdft_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c -o hc2cfdft2_8.lo hc2cfdft2_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c -o hc2cfdft2_16.lo hc2cfdft2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c  -fPIC -DPIC -o .libs/hc2cfdft_12.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c -o hc2cfdft2_32.lo hc2cfdft2_32.c
mv -f .deps/hc2cfdft_10.Tpo .deps/hc2cfdft_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c -o hc2cfdft2_20.lo hc2cfdft2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_12.lo -MD -MP -MF .deps/hc2cfdft_12.Tpo -c hc2cfdft_12.c -o hc2cfdft_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c  -fPIC -DPIC -o .libs/hc2cfdft_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_16.lo -MD -MP -MF .deps/hc2cfdft_16.Tpo -c hc2cfdft_16.c -o hc2cfdft_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c  -fPIC -DPIC -o .libs/hc2cfdft_32.o
mv -f .deps/hc2cfdft_12.Tpo .deps/hc2cfdft_12.Plo
mv -f .deps/hc2cfdft_16.Tpo .deps/hc2cfdft_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_32.lo -MD -MP -MF .deps/hc2cfdft_32.Tpo -c hc2cfdft_32.c -o hc2cfdft_32.o >/dev/null 2>&1
mv -f .deps/hc2cfdft_32.Tpo .deps/hc2cfdft_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c  -fPIC -DPIC -o .libs/hc2cfdft_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c  -fPIC -DPIC -o .libs/hc2cfdft2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c  -fPIC -DPIC -o .libs/hc2cfdft2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c  -fPIC -DPIC -o .libs/hc2cfdft2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c  -fPIC -DPIC -o .libs/hc2cfdft2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_32.lo -MD -MP -MF .deps/hc2cfdft2_32.Tpo -c hc2cfdft2_32.c -o hc2cfdft2_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft_20.lo -MD -MP -MF .deps/hc2cfdft_20.Tpo -c hc2cfdft_20.c -o hc2cfdft_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_16.lo -MD -MP -MF .deps/hc2cfdft2_16.Tpo -c hc2cfdft2_16.c -o hc2cfdft2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_8.lo -MD -MP -MF .deps/hc2cfdft2_8.Tpo -c hc2cfdft2_8.c -o hc2cfdft2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_4.lo -MD -MP -MF .deps/hc2cfdft2_4.Tpo -c hc2cfdft2_4.c -o hc2cfdft2_4.o >/dev/null 2>&1
mv -f .deps/hc2cfdft2_32.Tpo .deps/hc2cfdft2_32.Plo
mv -f .deps/hc2cfdft_20.Tpo .deps/hc2cfdft_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
mv -f .deps/hc2cfdft2_16.Tpo .deps/hc2cfdft2_16.Plo
mv -f .deps/hc2cfdft2_8.Tpo .deps/hc2cfdft2_8.Plo
mv -f .deps/hc2cfdft2_4.Tpo .deps/hc2cfdft2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c  -fPIC -DPIC -o .libs/hc2cfdft2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cfdft2_20.lo -MD -MP -MF .deps/hc2cfdft2_20.Tpo -c hc2cfdft2_20.c -o hc2cfdft2_20.o >/dev/null 2>&1
mv -f .deps/codlist.Tpo .deps/codlist.Plo
mv -f .deps/hc2cfdft2_20.Tpo .deps/hc2cfdft2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2cf.la  r2cf_2.lo r2cf_3.lo r2cf_4.lo r2cf_5.lo r2cf_6.lo r2cf_7.lo r2cf_8.lo r2cf_9.lo r2cf_10.lo r2cf_11.lo r2cf_12.lo r2cf_13.lo r2cf_14.lo r2cf_15.lo r2cf_16.lo r2cf_32.lo r2cf_64.lo r2cf_128.lo r2cf_20.lo r2cf_25.lo hf_2.lo hf_3.lo hf_4.lo hf_5.lo hf_6.lo hf_7.lo hf_8.lo hf_9.lo hf_10.lo hf_12.lo hf_15.lo hf_16.lo hf_32.lo hf_64.lo hf_20.lo hf_25.lo hf2_4.lo hf2_8.lo hf2_16.lo hf2_32.lo hf2_5.lo hf2_20.lo hf2_25.lo r2cfII_2.lo r2cfII_3.lo r2cfII_4.lo r2cfII_5.lo r2cfII_6.lo r2cfII_7.lo r2cfII_8.lo r2cfII_9.lo r2cfII_10.lo r2cfII_12.lo r2cfII_15.lo r2cfII_16.lo r2cfII_32.lo r2cfII_64.lo r2cfII_20.lo r2cfII_25.lo hc2cf_2.lo hc2cf_4.lo hc2cf_6.lo hc2cf_8.lo hc2cf_10.lo hc2cf_12.lo hc2cf_16.lo hc2cf_32.lo hc2cf_20.lo hc2cf2_4.lo hc2cf2_8.lo hc2cf2_16.lo hc2cf2_32.lo hc2cf2_20.lo hc2cfdft_2.lo hc2cfdft_4.lo hc2cfdft_6.lo hc2cfdft_8.lo hc2cfdft_10.lo hc2cfdft_12.lo hc2cfdft_16.lo hc2cfdft_32.lo hc2cfdft_20.lo hc2cfdft2_4.lo hc2cfdft2_8.lo hc2cfdft2_16.lo hc2cfdft2_32.lo hc2cfdft2_20.lo codlist.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/librdft_scalar_r2cf.a .libs/librdft_scalar_r2cf.la
libtool: link: ar cr .libs/librdft_scalar_r2cf.a .libs/r2cf_2.o .libs/r2cf_3.o .libs/r2cf_4.o .libs/r2cf_5.o .libs/r2cf_6.o .libs/r2cf_7.o .libs/r2cf_8.o .libs/r2cf_9.o .libs/r2cf_10.o .libs/r2cf_11.o .libs/r2cf_12.o .libs/r2cf_13.o .libs/r2cf_14.o .libs/r2cf_15.o .libs/r2cf_16.o .libs/r2cf_32.o .libs/r2cf_64.o .libs/r2cf_128.o .libs/r2cf_20.o .libs/r2cf_25.o .libs/hf_2.o .libs/hf_3.o .libs/hf_4.o .libs/hf_5.o .libs/hf_6.o .libs/hf_7.o .libs/hf_8.o .libs/hf_9.o .libs/hf_10.o .libs/hf_12.o .libs/hf_15.o .libs/hf_16.o .libs/hf_32.o .libs/hf_64.o .libs/hf_20.o .libs/hf_25.o .libs/hf2_4.o .libs/hf2_8.o .libs/hf2_16.o .libs/hf2_32.o .libs/hf2_5.o .libs/hf2_20.o .libs/hf2_25.o .libs/r2cfII_2.o .libs/r2cfII_3.o .libs/r2cfII_4.o .libs/r2cfII_5.o .libs/r2cfII_6.o .libs/r2cfII_7.o .libs/r2cfII_8.o .libs/r2cfII_9.o .libs/r2cfII_10.o .libs/r2cfII_12.o .libs/r2cfII_15.o .libs/r2cfII_16.o .libs/r2cfII_32.o .libs/r2cfII_64.o .libs/r2cfII_20.o .libs/r2cfII_25.o .libs/hc2cf_2.o .libs/hc2cf_4.o .libs/hc2cf_6.o .libs/hc2cf_8.o .libs/hc2cf_10.o .libs/hc2cf_12.o .libs/hc2cf_16.o .libs/hc2cf_32.o .libs/hc2cf_20.o .libs/hc2cf2_4.o .libs/hc2cf2_8.o .libs/hc2cf2_16.o .libs/hc2cf2_32.o .libs/hc2cf2_20.o .libs/hc2cfdft_2.o .libs/hc2cfdft_4.o .libs/hc2cfdft_6.o .libs/hc2cfdft_8.o .libs/hc2cfdft_10.o .libs/hc2cfdft_12.o .libs/hc2cfdft_16.o .libs/hc2cfdft_32.o .libs/hc2cfdft_20.o .libs/hc2cfdft2_4.o .libs/hc2cfdft2_8.o .libs/hc2cfdft2_16.o .libs/hc2cfdft2_32.o .libs/hc2cfdft2_20.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
Making all in r2cb
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c -o r2cb_2.lo r2cb_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c -o r2cb_3.lo r2cb_3.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c -o r2cb_4.lo r2cb_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c -o r2cb_5.lo r2cb_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c -o r2cb_6.lo r2cb_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c -o r2cb_7.lo r2cb_7.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c -o r2cb_8.lo r2cb_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c -o r2cb_9.lo r2cb_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c -o r2cb_10.lo r2cb_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c  -fPIC -DPIC -o .libs/r2cb_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c  -fPIC -DPIC -o .libs/r2cb_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c  -fPIC -DPIC -o .libs/r2cb_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c  -fPIC -DPIC -o .libs/r2cb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c  -fPIC -DPIC -o .libs/r2cb_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c  -fPIC -DPIC -o .libs/r2cb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c  -fPIC -DPIC -o .libs/r2cb_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c  -fPIC -DPIC -o .libs/r2cb_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_3.lo -MD -MP -MF .deps/r2cb_3.Tpo -c r2cb_3.c -o r2cb_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_4.lo -MD -MP -MF .deps/r2cb_4.Tpo -c r2cb_4.c -o r2cb_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_10.lo -MD -MP -MF .deps/r2cb_10.Tpo -c r2cb_10.c -o r2cb_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_7.lo -MD -MP -MF .deps/r2cb_7.Tpo -c r2cb_7.c -o r2cb_7.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c  -fPIC -DPIC -o .libs/r2cb_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_5.lo -MD -MP -MF .deps/r2cb_5.Tpo -c r2cb_5.c -o r2cb_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_8.lo -MD -MP -MF .deps/r2cb_8.Tpo -c r2cb_8.c -o r2cb_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_2.lo -MD -MP -MF .deps/r2cb_2.Tpo -c r2cb_2.c -o r2cb_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_9.lo -MD -MP -MF .deps/r2cb_9.Tpo -c r2cb_9.c -o r2cb_9.o >/dev/null 2>&1
mv -f .deps/r2cb_4.Tpo .deps/r2cb_4.Plo
mv -f .deps/r2cb_10.Tpo .deps/r2cb_10.Plo
mv -f .deps/r2cb_3.Tpo .deps/r2cb_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_6.lo -MD -MP -MF .deps/r2cb_6.Tpo -c r2cb_6.c -o r2cb_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c -o r2cb_11.lo r2cb_11.c
mv -f .deps/r2cb_5.Tpo .deps/r2cb_5.Plo
mv -f .deps/r2cb_8.Tpo .deps/r2cb_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c -o r2cb_12.lo r2cb_12.c
mv -f .deps/r2cb_9.Tpo .deps/r2cb_9.Plo
mv -f .deps/r2cb_2.Tpo .deps/r2cb_2.Plo
mv -f .deps/r2cb_7.Tpo .deps/r2cb_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c -o r2cb_13.lo r2cb_13.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c -o r2cb_14.lo r2cb_14.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c -o r2cb_15.lo r2cb_15.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c -o r2cb_16.lo r2cb_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c -o r2cb_32.lo r2cb_32.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c -o r2cb_64.lo r2cb_64.c
mv -f .deps/r2cb_6.Tpo .deps/r2cb_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c -o r2cb_128.lo r2cb_128.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c  -fPIC -DPIC -o .libs/r2cb_13.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c  -fPIC -DPIC -o .libs/r2cb_11.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c  -fPIC -DPIC -o .libs/r2cb_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c  -fPIC -DPIC -o .libs/r2cb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c  -fPIC -DPIC -o .libs/r2cb_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c  -fPIC -DPIC -o .libs/r2cb_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_16.lo -MD -MP -MF .deps/r2cb_16.Tpo -c r2cb_16.c -o r2cb_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_13.lo -MD -MP -MF .deps/r2cb_13.Tpo -c r2cb_13.c -o r2cb_13.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_12.lo -MD -MP -MF .deps/r2cb_12.Tpo -c r2cb_12.c -o r2cb_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_15.lo -MD -MP -MF .deps/r2cb_15.Tpo -c r2cb_15.c -o r2cb_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_11.lo -MD -MP -MF .deps/r2cb_11.Tpo -c r2cb_11.c -o r2cb_11.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c  -fPIC -DPIC -o .libs/r2cb_128.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_32.lo -MD -MP -MF .deps/r2cb_32.Tpo -c r2cb_32.c -o r2cb_32.o >/dev/null 2>&1
mv -f .deps/r2cb_16.Tpo .deps/r2cb_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c  -fPIC -DPIC -o .libs/r2cb_64.o
mv -f .deps/r2cb_12.Tpo .deps/r2cb_12.Plo
mv -f .deps/r2cb_11.Tpo .deps/r2cb_11.Plo
mv -f .deps/r2cb_15.Tpo .deps/r2cb_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c  -fPIC -DPIC -o .libs/r2cb_14.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c -o r2cb_20.lo r2cb_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c -o r2cb_25.lo r2cb_25.c
mv -f .deps/r2cb_13.Tpo .deps/r2cb_13.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c -o hb_2.lo hb_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c -o hb_3.lo hb_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_128.lo -MD -MP -MF .deps/r2cb_128.Tpo -c r2cb_128.c -o r2cb_128.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c -o hb_4.lo hb_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_64.lo -MD -MP -MF .deps/r2cb_64.Tpo -c r2cb_64.c -o r2cb_64.o >/dev/null 2>&1
mv -f .deps/r2cb_32.Tpo .deps/r2cb_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_14.lo -MD -MP -MF .deps/r2cb_14.Tpo -c r2cb_14.c -o r2cb_14.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c -o hb_5.lo hb_5.c
mv -f .deps/r2cb_128.Tpo .deps/r2cb_128.Plo
mv -f .deps/r2cb_64.Tpo .deps/r2cb_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c -o hb_6.lo hb_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c -o hb_7.lo hb_7.c
mv -f .deps/r2cb_14.Tpo .deps/r2cb_14.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c -o hb_8.lo hb_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c  -fPIC -DPIC -o .libs/hb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c  -fPIC -DPIC -o .libs/hb_3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c  -fPIC -DPIC -o .libs/r2cb_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_2.lo -MD -MP -MF .deps/hb_2.Tpo -c hb_2.c -o hb_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c  -fPIC -DPIC -o .libs/hb_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c  -fPIC -DPIC -o .libs/hb_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_3.lo -MD -MP -MF .deps/hb_3.Tpo -c hb_3.c -o hb_3.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_20.lo -MD -MP -MF .deps/r2cb_20.Tpo -c r2cb_20.c -o r2cb_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c  -fPIC -DPIC -o .libs/r2cb_25.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_5.lo -MD -MP -MF .deps/hb_5.Tpo -c hb_5.c -o hb_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c  -fPIC -DPIC -o .libs/hb_7.o
mv -f .deps/r2cb_20.Tpo .deps/r2cb_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_4.lo -MD -MP -MF .deps/hb_4.Tpo -c hb_4.c -o hb_4.o >/dev/null 2>&1
mv -f .deps/hb_2.Tpo .deps/hb_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cb_25.lo -MD -MP -MF .deps/r2cb_25.Tpo -c r2cb_25.c -o r2cb_25.o >/dev/null 2>&1
mv -f .deps/hb_3.Tpo .deps/hb_3.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c  -fPIC -DPIC -o .libs/hb_6.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c -o hb_9.lo hb_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c -o hb_10.lo hb_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_7.lo -MD -MP -MF .deps/hb_7.Tpo -c hb_7.c -o hb_7.o >/dev/null 2>&1
mv -f .deps/hb_5.Tpo .deps/hb_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c -o hb_12.lo hb_12.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c  -fPIC -DPIC -o .libs/hb_8.o
mv -f .deps/hb_4.Tpo .deps/hb_4.Plo
mv -f .deps/r2cb_25.Tpo .deps/r2cb_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c -o hb_15.lo hb_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_6.lo -MD -MP -MF .deps/hb_6.Tpo -c hb_6.c -o hb_6.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c -o hb_16.lo hb_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c -o hb_32.lo hb_32.c
mv -f .deps/hb_7.Tpo .deps/hb_7.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c -o hb_64.lo hb_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_8.lo -MD -MP -MF .deps/hb_8.Tpo -c hb_8.c -o hb_8.o >/dev/null 2>&1
mv -f .deps/hb_6.Tpo .deps/hb_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c -o hb_20.lo hb_20.c
mv -f .deps/hb_8.Tpo .deps/hb_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c -o hb_25.lo hb_25.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c  -fPIC -DPIC -o .libs/hb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c  -fPIC -DPIC -o .libs/hb_9.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c  -fPIC -DPIC -o .libs/hb_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c  -fPIC -DPIC -o .libs/hb_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c  -fPIC -DPIC -o .libs/hb_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_10.lo -MD -MP -MF .deps/hb_10.Tpo -c hb_10.c -o hb_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_9.lo -MD -MP -MF .deps/hb_9.Tpo -c hb_9.c -o hb_9.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_15.lo -MD -MP -MF .deps/hb_15.Tpo -c hb_15.c -o hb_15.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_12.lo -MD -MP -MF .deps/hb_12.Tpo -c hb_12.c -o hb_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c  -fPIC -DPIC -o .libs/hb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_32.lo -MD -MP -MF .deps/hb_32.Tpo -c hb_32.c -o hb_32.o >/dev/null 2>&1
mv -f .deps/hb_10.Tpo .deps/hb_10.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c  -fPIC -DPIC -o .libs/hb_64.o
mv -f .deps/hb_9.Tpo .deps/hb_9.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c -o hb2_4.lo hb2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c  -fPIC -DPIC -o .libs/hb_20.o
mv -f .deps/hb_15.Tpo .deps/hb_15.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_16.lo -MD -MP -MF .deps/hb_16.Tpo -c hb_16.c -o hb_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c -o hb2_8.lo hb2_8.c
mv -f .deps/hb_12.Tpo .deps/hb_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c -o hb2_16.lo hb2_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c  -fPIC -DPIC -o .libs/hb_25.o
mv -f .deps/hb_32.Tpo .deps/hb_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_64.lo -MD -MP -MF .deps/hb_64.Tpo -c hb_64.c -o hb_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c -o hb2_32.lo hb2_32.c
mv -f .deps/hb_16.Tpo .deps/hb_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_20.lo -MD -MP -MF .deps/hb_20.Tpo -c hb_20.c -o hb_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c -o hb2_5.lo hb2_5.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c -o hb2_20.lo hb2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb_25.lo -MD -MP -MF .deps/hb_25.Tpo -c hb_25.c -o hb_25.o >/dev/null 2>&1
mv -f .deps/hb_64.Tpo .deps/hb_64.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c -o hb2_25.lo hb2_25.c
mv -f .deps/hb_20.Tpo .deps/hb_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c -o r2cbIII_2.lo r2cbIII_2.c
mv -f .deps/hb_25.Tpo .deps/hb_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c -o r2cbIII_3.lo r2cbIII_3.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c  -fPIC -DPIC -o .libs/hb2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c  -fPIC -DPIC -o .libs/hb2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_16.lo -MD -MP -MF .deps/hb2_16.Tpo -c hb2_16.c -o hb2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c  -fPIC -DPIC -o .libs/hb2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c  -fPIC -DPIC -o .libs/hb2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_4.lo -MD -MP -MF .deps/hb2_4.Tpo -c hb2_4.c -o hb2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c  -fPIC -DPIC -o .libs/hb2_25.o
mv -f .deps/hb2_16.Tpo .deps/hb2_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_8.lo -MD -MP -MF .deps/hb2_8.Tpo -c hb2_8.c -o hb2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_32.lo -MD -MP -MF .deps/hb2_32.Tpo -c hb2_32.c -o hb2_32.o >/dev/null 2>&1
mv -f .deps/hb2_4.Tpo .deps/hb2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c  -fPIC -DPIC -o .libs/hb2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c  -fPIC -DPIC -o .libs/r2cbIII_2.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c -o r2cbIII_4.lo r2cbIII_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c -o r2cbIII_5.lo r2cbIII_5.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_25.lo -MD -MP -MF .deps/hb2_25.Tpo -c hb2_25.c -o hb2_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c  -fPIC -DPIC -o .libs/r2cbIII_3.o
mv -f .deps/hb2_8.Tpo .deps/hb2_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c  -fPIC -DPIC -o .libs/hb2_5.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c -o r2cbIII_6.lo r2cbIII_6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_2.lo -MD -MP -MF .deps/r2cbIII_2.Tpo -c r2cbIII_2.c -o r2cbIII_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_20.lo -MD -MP -MF .deps/hb2_20.Tpo -c hb2_20.c -o hb2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hb2_5.lo -MD -MP -MF .deps/hb2_5.Tpo -c hb2_5.c -o hb2_5.o >/dev/null 2>&1
mv -f .deps/hb2_32.Tpo .deps/hb2_32.Plo
mv -f .deps/hb2_25.Tpo .deps/hb2_25.Plo
mv -f .deps/hb2_20.Tpo .deps/hb2_20.Plo
mv -f .deps/r2cbIII_2.Tpo .deps/r2cbIII_2.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c -o r2cbIII_7.lo r2cbIII_7.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_3.lo -MD -MP -MF .deps/r2cbIII_3.Tpo -c r2cbIII_3.c -o r2cbIII_3.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c -o r2cbIII_8.lo r2cbIII_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c -o r2cbIII_9.lo r2cbIII_9.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c -o r2cbIII_10.lo r2cbIII_10.c
mv -f .deps/hb2_5.Tpo .deps/hb2_5.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c -o r2cbIII_12.lo r2cbIII_12.c
mv -f .deps/r2cbIII_3.Tpo .deps/r2cbIII_3.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c -o r2cbIII_15.lo r2cbIII_15.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c  -fPIC -DPIC -o .libs/r2cbIII_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c  -fPIC -DPIC -o .libs/r2cbIII_5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_4.lo -MD -MP -MF .deps/r2cbIII_4.Tpo -c r2cbIII_4.c -o r2cbIII_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_5.lo -MD -MP -MF .deps/r2cbIII_5.Tpo -c r2cbIII_5.c -o r2cbIII_5.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c  -fPIC -DPIC -o .libs/r2cbIII_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c  -fPIC -DPIC -o .libs/r2cbIII_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c  -fPIC -DPIC -o .libs/r2cbIII_9.o
mv -f .deps/r2cbIII_5.Tpo .deps/r2cbIII_5.Plo
mv -f .deps/r2cbIII_4.Tpo .deps/r2cbIII_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c -o r2cbIII_16.lo r2cbIII_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_8.lo -MD -MP -MF .deps/r2cbIII_8.Tpo -c r2cbIII_8.c -o r2cbIII_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_6.lo -MD -MP -MF .deps/r2cbIII_6.Tpo -c r2cbIII_6.c -o r2cbIII_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c  -fPIC -DPIC -o .libs/r2cbIII_10.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c -o r2cbIII_32.lo r2cbIII_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c  -fPIC -DPIC -o .libs/r2cbIII_15.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c  -fPIC -DPIC -o .libs/r2cbIII_7.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c  -fPIC -DPIC -o .libs/r2cbIII_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_9.lo -MD -MP -MF .deps/r2cbIII_9.Tpo -c r2cbIII_9.c -o r2cbIII_9.o >/dev/null 2>&1
mv -f .deps/r2cbIII_8.Tpo .deps/r2cbIII_8.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_15.lo -MD -MP -MF .deps/r2cbIII_15.Tpo -c r2cbIII_15.c -o r2cbIII_15.o >/dev/null 2>&1
mv -f .deps/r2cbIII_6.Tpo .deps/r2cbIII_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c -o r2cbIII_64.lo r2cbIII_64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_10.lo -MD -MP -MF .deps/r2cbIII_10.Tpo -c r2cbIII_10.c -o r2cbIII_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_12.lo -MD -MP -MF .deps/r2cbIII_12.Tpo -c r2cbIII_12.c -o r2cbIII_12.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c -o r2cbIII_20.lo r2cbIII_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_7.lo -MD -MP -MF .deps/r2cbIII_7.Tpo -c r2cbIII_7.c -o r2cbIII_7.o >/dev/null 2>&1
mv -f .deps/r2cbIII_9.Tpo .deps/r2cbIII_9.Plo
mv -f .deps/r2cbIII_15.Tpo .deps/r2cbIII_15.Plo
mv -f .deps/r2cbIII_10.Tpo .deps/r2cbIII_10.Plo
mv -f .deps/r2cbIII_7.Tpo .deps/r2cbIII_7.Plo
mv -f .deps/r2cbIII_12.Tpo .deps/r2cbIII_12.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c -o r2cbIII_25.lo r2cbIII_25.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c -o hc2cb_2.lo hc2cb_2.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c -o hc2cb_4.lo hc2cb_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c -o hc2cb_6.lo hc2cb_6.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c -o hc2cb_8.lo hc2cb_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c  -fPIC -DPIC -o .libs/r2cbIII_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c  -fPIC -DPIC -o .libs/r2cbIII_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_16.lo -MD -MP -MF .deps/r2cbIII_16.Tpo -c r2cbIII_16.c -o r2cbIII_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_32.lo -MD -MP -MF .deps/r2cbIII_32.Tpo -c r2cbIII_32.c -o r2cbIII_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c  -fPIC -DPIC -o .libs/r2cbIII_20.o
mv -f .deps/r2cbIII_32.Tpo .deps/r2cbIII_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_20.lo -MD -MP -MF .deps/r2cbIII_20.Tpo -c r2cbIII_20.c -o r2cbIII_20.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c -o hc2cb_10.lo hc2cb_10.c
mv -f .deps/r2cbIII_16.Tpo .deps/r2cbIII_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c  -fPIC -DPIC -o .libs/hc2cb_6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c  -fPIC -DPIC -o .libs/r2cbIII_64.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c  -fPIC -DPIC -o .libs/hc2cb_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c  -fPIC -DPIC -o .libs/r2cbIII_25.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c -o hc2cb_12.lo hc2cb_12.c
mv -f .deps/r2cbIII_20.Tpo .deps/r2cbIII_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c  -fPIC -DPIC -o .libs/hc2cb_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_6.lo -MD -MP -MF .deps/hc2cb_6.Tpo -c hc2cb_6.c -o hc2cb_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_64.lo -MD -MP -MF .deps/r2cbIII_64.Tpo -c r2cbIII_64.c -o r2cbIII_64.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c -o hc2cb_16.lo hc2cb_16.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_2.lo -MD -MP -MF .deps/hc2cb_2.Tpo -c hc2cb_2.c -o hc2cb_2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2cbIII_25.lo -MD -MP -MF .deps/r2cbIII_25.Tpo -c r2cbIII_25.c -o r2cbIII_25.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c  -fPIC -DPIC -o .libs/hc2cb_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_4.lo -MD -MP -MF .deps/hc2cb_4.Tpo -c hc2cb_4.c -o hc2cb_4.o >/dev/null 2>&1
mv -f .deps/hc2cb_6.Tpo .deps/hc2cb_6.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c -o hc2cb_32.lo hc2cb_32.c
mv -f .deps/r2cbIII_64.Tpo .deps/r2cbIII_64.Plo
mv -f .deps/hc2cb_2.Tpo .deps/hc2cb_2.Plo
mv -f .deps/r2cbIII_25.Tpo .deps/r2cbIII_25.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c -o hc2cb_20.lo hc2cb_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_8.lo -MD -MP -MF .deps/hc2cb_8.Tpo -c hc2cb_8.c -o hc2cb_8.o >/dev/null 2>&1
mv -f .deps/hc2cb_4.Tpo .deps/hc2cb_4.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c -o hc2cb2_4.lo hc2cb2_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c -o hc2cb2_8.lo hc2cb2_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c -o hc2cb2_16.lo hc2cb2_16.c
mv -f .deps/hc2cb_8.Tpo .deps/hc2cb_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c -o hc2cb2_32.lo hc2cb2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c  -fPIC -DPIC -o .libs/hc2cb_12.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c  -fPIC -DPIC -o .libs/hc2cb_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c  -fPIC -DPIC -o .libs/hc2cb_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_12.lo -MD -MP -MF .deps/hc2cb_12.Tpo -c hc2cb_12.c -o hc2cb_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_10.lo -MD -MP -MF .deps/hc2cb_10.Tpo -c hc2cb_10.c -o hc2cb_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c  -fPIC -DPIC -o .libs/hc2cb_32.o
mv -f .deps/hc2cb_12.Tpo .deps/hc2cb_12.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_16.lo -MD -MP -MF .deps/hc2cb_16.Tpo -c hc2cb_16.c -o hc2cb_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c -o hc2cb2_20.lo hc2cb2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c  -fPIC -DPIC -o .libs/hc2cb_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c  -fPIC -DPIC -o .libs/hc2cb2_4.o
mv -f .deps/hc2cb_10.Tpo .deps/hc2cb_10.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c -o hc2cbdft_2.lo hc2cbdft_2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_32.lo -MD -MP -MF .deps/hc2cb_32.Tpo -c hc2cb_32.c -o hc2cb_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb_20.lo -MD -MP -MF .deps/hc2cb_20.Tpo -c hc2cb_20.c -o hc2cb_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_4.lo -MD -MP -MF .deps/hc2cb2_4.Tpo -c hc2cb2_4.c -o hc2cb2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c  -fPIC -DPIC -o .libs/hc2cb2_16.o
mv -f .deps/hc2cb_32.Tpo .deps/hc2cb_32.Plo
mv -f .deps/hc2cb_20.Tpo .deps/hc2cb_20.Plo
mv -f .deps/hc2cb_16.Tpo .deps/hc2cb_16.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c  -fPIC -DPIC -o .libs/hc2cb2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c  -fPIC -DPIC -o .libs/hc2cb2_32.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c -o hc2cbdft_4.lo hc2cbdft_4.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c -o hc2cbdft_6.lo hc2cbdft_6.c
mv -f .deps/hc2cb2_4.Tpo .deps/hc2cb2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_16.lo -MD -MP -MF .deps/hc2cb2_16.Tpo -c hc2cb2_16.c -o hc2cb2_16.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c -o hc2cbdft_8.lo hc2cbdft_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c -o hc2cbdft_10.lo hc2cbdft_10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_8.lo -MD -MP -MF .deps/hc2cb2_8.Tpo -c hc2cb2_8.c -o hc2cb2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_32.lo -MD -MP -MF .deps/hc2cb2_32.Tpo -c hc2cb2_32.c -o hc2cb2_32.o >/dev/null 2>&1
mv -f .deps/hc2cb2_16.Tpo .deps/hc2cb2_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c -o hc2cbdft_12.lo hc2cbdft_12.c
mv -f .deps/hc2cb2_8.Tpo .deps/hc2cb2_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c -o hc2cbdft_16.lo hc2cbdft_16.c
mv -f .deps/hc2cb2_32.Tpo .deps/hc2cb2_32.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c -o hc2cbdft_32.lo hc2cbdft_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c  -fPIC -DPIC -o .libs/hc2cb2_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c  -fPIC -DPIC -o .libs/hc2cbdft_2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cb2_20.lo -MD -MP -MF .deps/hc2cb2_20.Tpo -c hc2cb2_20.c -o hc2cb2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_2.lo -MD -MP -MF .deps/hc2cbdft_2.Tpo -c hc2cbdft_2.c -o hc2cbdft_2.o >/dev/null 2>&1
mv -f .deps/hc2cbdft_2.Tpo .deps/hc2cbdft_2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c  -fPIC -DPIC -o .libs/hc2cbdft_10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c  -fPIC -DPIC -o .libs/hc2cbdft_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c  -fPIC -DPIC -o .libs/hc2cbdft_6.o
mv -f .deps/hc2cb2_20.Tpo .deps/hc2cb2_20.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c -o hc2cbdft_20.lo hc2cbdft_20.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c -o hc2cbdft2_4.lo hc2cbdft2_4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_10.lo -MD -MP -MF .deps/hc2cbdft_10.Tpo -c hc2cbdft_10.c -o hc2cbdft_10.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_6.lo -MD -MP -MF .deps/hc2cbdft_6.Tpo -c hc2cbdft_6.c -o hc2cbdft_6.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_8.lo -MD -MP -MF .deps/hc2cbdft_8.Tpo -c hc2cbdft_8.c -o hc2cbdft_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c  -fPIC -DPIC -o .libs/hc2cbdft_4.o
mv -f .deps/hc2cbdft_10.Tpo .deps/hc2cbdft_10.Plo
mv -f .deps/hc2cbdft_6.Tpo .deps/hc2cbdft_6.Plo
mv -f .deps/hc2cbdft_8.Tpo .deps/hc2cbdft_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c -o hc2cbdft2_8.lo hc2cbdft2_8.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_4.lo -MD -MP -MF .deps/hc2cbdft_4.Tpo -c hc2cbdft_4.c -o hc2cbdft_4.o >/dev/null 2>&1
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c -o hc2cbdft2_16.lo hc2cbdft2_16.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c -o hc2cbdft2_32.lo hc2cbdft2_32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c  -fPIC -DPIC -o .libs/hc2cbdft_32.o
mv -f .deps/hc2cbdft_4.Tpo .deps/hc2cbdft_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c  -fPIC -DPIC -o .libs/hc2cbdft_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c  -fPIC -DPIC -o .libs/hc2cbdft_12.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c -o hc2cbdft2_20.lo hc2cbdft2_20.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_32.lo -MD -MP -MF .deps/hc2cbdft_32.Tpo -c hc2cbdft_32.c -o hc2cbdft_32.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_12.lo -MD -MP -MF .deps/hc2cbdft_12.Tpo -c hc2cbdft_12.c -o hc2cbdft_12.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_16.lo -MD -MP -MF .deps/hc2cbdft_16.Tpo -c hc2cbdft_16.c -o hc2cbdft_16.o >/dev/null 2>&1
mv -f .deps/hc2cbdft_16.Tpo .deps/hc2cbdft_16.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
mv -f .deps/hc2cbdft_12.Tpo .deps/hc2cbdft_12.Plo
mv -f .deps/hc2cbdft_32.Tpo .deps/hc2cbdft_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c  -fPIC -DPIC -o .libs/hc2cbdft_20.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c  -fPIC -DPIC -o .libs/hc2cbdft2_4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft_20.lo -MD -MP -MF .deps/hc2cbdft_20.Tpo -c hc2cbdft_20.c -o hc2cbdft_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_4.lo -MD -MP -MF .deps/hc2cbdft2_4.Tpo -c hc2cbdft2_4.c -o hc2cbdft2_4.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c  -fPIC -DPIC -o .libs/hc2cbdft2_16.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c  -fPIC -DPIC -o .libs/hc2cbdft2_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c  -fPIC -DPIC -o .libs/hc2cbdft2_20.o
mv -f .deps/hc2cbdft_20.Tpo .deps/hc2cbdft_20.Plo
mv -f .deps/hc2cbdft2_4.Tpo .deps/hc2cbdft2_4.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_16.lo -MD -MP -MF .deps/hc2cbdft2_16.Tpo -c hc2cbdft2_16.c -o hc2cbdft2_16.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c  -fPIC -DPIC -o .libs/hc2cbdft2_32.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_8.lo -MD -MP -MF .deps/hc2cbdft2_8.Tpo -c hc2cbdft2_8.c -o hc2cbdft2_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_20.lo -MD -MP -MF .deps/hc2cbdft2_20.Tpo -c hc2cbdft2_20.c -o hc2cbdft2_20.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2cbdft2_32.lo -MD -MP -MF .deps/hc2cbdft2_32.Tpo -c hc2cbdft2_32.c -o hc2cbdft2_32.o >/dev/null 2>&1
mv -f .deps/hc2cbdft2_16.Tpo .deps/hc2cbdft2_16.Plo
mv -f .deps/hc2cbdft2_8.Tpo .deps/hc2cbdft2_8.Plo
mv -f .deps/hc2cbdft2_20.Tpo .deps/hc2cbdft2_20.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
mv -f .deps/hc2cbdft2_32.Tpo .deps/hc2cbdft2_32.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
mv -f .deps/codlist.Tpo .deps/codlist.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2cb.la  r2cb_2.lo r2cb_3.lo r2cb_4.lo r2cb_5.lo r2cb_6.lo r2cb_7.lo r2cb_8.lo r2cb_9.lo r2cb_10.lo r2cb_11.lo r2cb_12.lo r2cb_13.lo r2cb_14.lo r2cb_15.lo r2cb_16.lo r2cb_32.lo r2cb_64.lo r2cb_128.lo r2cb_20.lo r2cb_25.lo hb_2.lo hb_3.lo hb_4.lo hb_5.lo hb_6.lo hb_7.lo hb_8.lo hb_9.lo hb_10.lo hb_12.lo hb_15.lo hb_16.lo hb_32.lo hb_64.lo hb_20.lo hb_25.lo hb2_4.lo hb2_8.lo hb2_16.lo hb2_32.lo hb2_5.lo hb2_20.lo hb2_25.lo r2cbIII_2.lo r2cbIII_3.lo r2cbIII_4.lo r2cbIII_5.lo r2cbIII_6.lo r2cbIII_7.lo r2cbIII_8.lo r2cbIII_9.lo r2cbIII_10.lo r2cbIII_12.lo r2cbIII_15.lo r2cbIII_16.lo r2cbIII_32.lo r2cbIII_64.lo r2cbIII_20.lo r2cbIII_25.lo hc2cb_2.lo hc2cb_4.lo hc2cb_6.lo hc2cb_8.lo hc2cb_10.lo hc2cb_12.lo hc2cb_16.lo hc2cb_32.lo hc2cb_20.lo hc2cb2_4.lo hc2cb2_8.lo hc2cb2_16.lo hc2cb2_32.lo hc2cb2_20.lo hc2cbdft_2.lo hc2cbdft_4.lo hc2cbdft_6.lo hc2cbdft_8.lo hc2cbdft_10.lo hc2cbdft_12.lo hc2cbdft_16.lo hc2cbdft_32.lo hc2cbdft_20.lo hc2cbdft2_4.lo hc2cbdft2_8.lo hc2cbdft2_16.lo hc2cbdft2_32.lo hc2cbdft2_20.lo codlist.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/librdft_scalar_r2cb.a .libs/librdft_scalar_r2cb.la
libtool: link: ar cr .libs/librdft_scalar_r2cb.a .libs/r2cb_2.o .libs/r2cb_3.o .libs/r2cb_4.o .libs/r2cb_5.o .libs/r2cb_6.o .libs/r2cb_7.o .libs/r2cb_8.o .libs/r2cb_9.o .libs/r2cb_10.o .libs/r2cb_11.o .libs/r2cb_12.o .libs/r2cb_13.o .libs/r2cb_14.o .libs/r2cb_15.o .libs/r2cb_16.o .libs/r2cb_32.o .libs/r2cb_64.o .libs/r2cb_128.o .libs/r2cb_20.o .libs/r2cb_25.o .libs/hb_2.o .libs/hb_3.o .libs/hb_4.o .libs/hb_5.o .libs/hb_6.o .libs/hb_7.o .libs/hb_8.o .libs/hb_9.o .libs/hb_10.o .libs/hb_12.o .libs/hb_15.o .libs/hb_16.o .libs/hb_32.o .libs/hb_64.o .libs/hb_20.o .libs/hb_25.o .libs/hb2_4.o .libs/hb2_8.o .libs/hb2_16.o .libs/hb2_32.o .libs/hb2_5.o .libs/hb2_20.o .libs/hb2_25.o .libs/r2cbIII_2.o .libs/r2cbIII_3.o .libs/r2cbIII_4.o .libs/r2cbIII_5.o .libs/r2cbIII_6.o .libs/r2cbIII_7.o .libs/r2cbIII_8.o .libs/r2cbIII_9.o .libs/r2cbIII_10.o .libs/r2cbIII_12.o .libs/r2cbIII_15.o .libs/r2cbIII_16.o .libs/r2cbIII_32.o .libs/r2cbIII_64.o .libs/r2cbIII_20.o .libs/r2cbIII_25.o .libs/hc2cb_2.o .libs/hc2cb_4.o .libs/hc2cb_6.o .libs/hc2cb_8.o .libs/hc2cb_10.o .libs/hc2cb_12.o .libs/hc2cb_16.o .libs/hc2cb_32.o .libs/hc2cb_20.o .libs/hc2cb2_4.o .libs/hc2cb2_8.o .libs/hc2cb2_16.o .libs/hc2cb2_32.o .libs/hc2cb2_20.o .libs/hc2cbdft_2.o .libs/hc2cbdft_4.o .libs/hc2cbdft_6.o .libs/hc2cbdft_8.o .libs/hc2cbdft_10.o .libs/hc2cbdft_12.o .libs/hc2cbdft_16.o .libs/hc2cbdft_32.o .libs/hc2cbdft_20.o .libs/hc2cbdft2_4.o .libs/hc2cbdft2_8.o .libs/hc2cbdft2_16.o .libs/hc2cbdft2_32.o .libs/hc2cbdft2_20.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
Making all in r2r
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c -o e01_8.lo e01_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c -o e10_8.lo e10_8.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..  -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c -o codlist.lo codlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c  -fPIC -DPIC -o .libs/e10_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c  -fPIC -DPIC -o .libs/codlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c  -fPIC -DPIC -o .libs/e01_8.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e10_8.lo -MD -MP -MF .deps/e10_8.Tpo -c e10_8.c -o e10_8.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT codlist.lo -MD -MP -MF .deps/codlist.Tpo -c codlist.c -o codlist.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I ../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT e01_8.lo -MD -MP -MF .deps/e01_8.Tpo -c e01_8.c -o e01_8.o >/dev/null 2>&1
mv -f .deps/e10_8.Tpo .deps/e10_8.Plo
mv -f .deps/codlist.Tpo .deps/codlist.Plo
mv -f .deps/e01_8.Tpo .deps/e01_8.Plo
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar_r2r.la   e01_8.lo e10_8.lo       codlist.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/librdft_scalar_r2r.a .libs/librdft_scalar_r2r.la
libtool: link: ar cr .libs/librdft_scalar_r2r.a .libs/e01_8.o .libs/e10_8.o .libs/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" )
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c -o hfb.lo hfb.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c -o r2c.lo r2c.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c -o r2r.lo r2r.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c -o hc2c.lo hc2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c  -fPIC -DPIC -o .libs/r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c  -fPIC -DPIC -o .libs/hfb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c  -fPIC -DPIC -o .libs/hc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c  -fPIC -DPIC -o .libs/r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2r.lo -MD -MP -MF .deps/r2r.Tpo -c r2r.c -o r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2c.lo -MD -MP -MF .deps/hc2c.Tpo -c hc2c.c -o hc2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hfb.lo -MD -MP -MF .deps/hfb.Tpo -c hfb.c -o hfb.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I ../.. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT r2c.lo -MD -MP -MF .deps/r2c.Tpo -c r2c.c -o r2c.o >/dev/null 2>&1
mv -f .deps/r2r.Tpo .deps/r2r.Plo
mv -f .deps/hfb.Tpo .deps/hfb.Plo
mv -f .deps/hc2c.Tpo .deps/hc2c.Plo
mv -f .deps/r2c.Tpo .deps/r2c.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft_scalar.la  hfb.lo r2c.lo r2r.lo hc2c.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/librdft_scalar.a .libs/librdft_scalar.la
libtool: link: ar cr .libs/librdft_scalar.a .libs/hfb.o .libs/r2c.o .libs/r2r.o .libs/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" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making all in simd
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
Making all in common
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
Making all in sse2
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
Making all in avx
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
Making all in avx-128-fma
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
Making all in avx2
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
Making all in avx2-128
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
Making all in avx512
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
Making all in kcvi
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
Making all in altivec
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
Making all in vsx
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
Making all in neon
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
Making all in generic-simd128
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
Making all in generic-simd256
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
/usr/bin/make  all-am
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c -o hc2hc.lo hc2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c -o dft-r2hc.lo dft-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c -o dht-r2hc.lo dht-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c -o dht-rader.lo dht-rader.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c -o buffered.lo buffered.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c -o direct-r2r.lo direct-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c -o direct-r2c.lo direct-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c -o generic.lo generic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c  -fPIC -DPIC -o .libs/direct-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c  -fPIC -DPIC -o .libs/dht-rader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c  -fPIC -DPIC -o .libs/direct-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c  -fPIC -DPIC -o .libs/dft-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c  -fPIC -DPIC -o .libs/dht-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2r.lo -MD -MP -MF .deps/direct-r2r.Tpo -c direct-r2r.c -o direct-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-rader.lo -MD -MP -MF .deps/dht-rader.Tpo -c dht-rader.c -o dht-rader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct-r2c.lo -MD -MP -MF .deps/direct-r2c.Tpo -c direct-r2c.c -o direct-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c  -fPIC -DPIC -o .libs/buffered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dft-r2hc.lo -MD -MP -MF .deps/dft-r2hc.Tpo -c dft-r2hc.c -o dft-r2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dht-r2hc.lo -MD -MP -MF .deps/dht-r2hc.Tpo -c dht-r2hc.c -o dht-r2hc.o >/dev/null 2>&1
mv -f .deps/dht-rader.Tpo .deps/dht-rader.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c  -fPIC -DPIC -o .libs/generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/hc2hc.o
mv -f .deps/direct-r2r.Tpo .deps/direct-r2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered.lo -MD -MP -MF .deps/buffered.Tpo -c buffered.c -o buffered.o >/dev/null 2>&1
mv -f .deps/direct-r2c.Tpo .deps/direct-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c -o hc2hc-direct.lo hc2hc-direct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c -o hc2hc-generic.lo hc2hc-generic.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c -o khc2hc.lo khc2hc.c
mv -f .deps/dft-r2hc.Tpo .deps/dft-r2hc.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o >/dev/null 2>&1
mv -f .deps/buffered.Tpo .deps/buffered.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c -o kr2c.lo kr2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc.lo -MD -MP -MF .deps/hc2hc.Tpo -c hc2hc.c -o hc2hc.o >/dev/null 2>&1
mv -f .deps/dht-r2hc.Tpo .deps/dht-r2hc.Plo
mv -f .deps/conf.Tpo .deps/conf.Plo
mv -f .deps/generic.Tpo .deps/generic.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c -o kr2r.lo kr2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c -o indirect.lo indirect.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c -o nop.lo nop.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c -o plan.lo plan.c
mv -f .deps/hc2hc.Tpo .deps/hc2hc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c -o problem.lo problem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c  -fPIC -DPIC -o .libs/hc2hc-generic.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c  -fPIC -DPIC -o .libs/hc2hc-direct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-generic.lo -MD -MP -MF .deps/hc2hc-generic.Tpo -c hc2hc-generic.c -o hc2hc-generic.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c  -fPIC -DPIC -o .libs/indirect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c  -fPIC -DPIC -o .libs/kr2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c  -fPIC -DPIC -o .libs/khc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT hc2hc-direct.lo -MD -MP -MF .deps/hc2hc-direct.Tpo -c hc2hc-direct.c -o hc2hc-direct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT indirect.lo -MD -MP -MF .deps/indirect.Tpo -c indirect.c -o indirect.o >/dev/null 2>&1
mv -f .deps/hc2hc-generic.Tpo .deps/hc2hc-generic.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c  -fPIC -DPIC -o .libs/nop.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c  -fPIC -DPIC -o .libs/kr2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c  -fPIC -DPIC -o .libs/plan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2c.lo -MD -MP -MF .deps/kr2c.Tpo -c kr2c.c -o kr2c.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c -o rank0.lo rank0.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2hc.lo -MD -MP -MF .deps/khc2hc.Tpo -c khc2hc.c -o khc2hc.o >/dev/null 2>&1
mv -f .deps/indirect.Tpo .deps/indirect.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c  -fPIC -DPIC -o .libs/problem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT kr2r.lo -MD -MP -MF .deps/kr2r.Tpo -c kr2r.c -o kr2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop.lo -MD -MP -MF .deps/nop.Tpo -c nop.c -o nop.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan.lo -MD -MP -MF .deps/plan.Tpo -c plan.c -o plan.o >/dev/null 2>&1
mv -f .deps/hc2hc-direct.Tpo .deps/hc2hc-direct.Plo
mv -f .deps/kr2c.Tpo .deps/kr2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c -o rank-geq2.lo rank-geq2.c
mv -f .deps/khc2hc.Tpo .deps/khc2hc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c -o rdft-dht.lo rdft-dht.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c -o solve.lo solve.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.lo -MD -MP -MF .deps/problem.Tpo -c problem.c -o problem.o >/dev/null 2>&1
mv -f .deps/kr2r.Tpo .deps/kr2r.Plo
mv -f .deps/nop.Tpo .deps/nop.Plo
mv -f .deps/plan.Tpo .deps/plan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c -o vrank-geq1.lo vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c -o vrank3-transpose.lo vrank3-transpose.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c -o buffered2.lo buffered2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c -o direct2.lo direct2.c
mv -f .deps/problem.Tpo .deps/problem.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c -o nop2.lo nop2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c  -fPIC -DPIC -o .libs/rank0.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c  -fPIC -DPIC -o .libs/rank-geq2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0.lo -MD -MP -MF .deps/rank0.Tpo -c rank0.c -o rank0.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c  -fPIC -DPIC -o .libs/rdft-dht.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c  -fPIC -DPIC -o .libs/solve.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c  -fPIC -DPIC -o .libs/vrank3-transpose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c  -fPIC -DPIC -o .libs/vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2.lo -MD -MP -MF .deps/rank-geq2.Tpo -c rank-geq2.c -o rank-geq2.o >/dev/null 2>&1
mv -f .deps/rank0.Tpo .deps/rank0.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c  -fPIC -DPIC -o .libs/direct2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c  -fPIC -DPIC -o .libs/buffered2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft-dht.lo -MD -MP -MF .deps/rdft-dht.Tpo -c rdft-dht.c -o rdft-dht.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c -o rank0-rdft2.lo rank0-rdft2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank3-transpose.lo -MD -MP -MF .deps/vrank3-transpose.Tpo -c vrank3-transpose.c -o vrank3-transpose.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve.lo -MD -MP -MF .deps/solve.Tpo -c solve.c -o solve.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c  -fPIC -DPIC -o .libs/nop2.o
mv -f .deps/rank-geq2.Tpo .deps/rank-geq2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT direct2.lo -MD -MP -MF .deps/direct2.Tpo -c direct2.c -o direct2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1.lo -MD -MP -MF .deps/vrank-geq1.Tpo -c vrank-geq1.c -o vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT buffered2.lo -MD -MP -MF .deps/buffered2.Tpo -c buffered2.c -o buffered2.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c -o rank-geq2-rdft2.lo rank-geq2-rdft2.c
mv -f .deps/solve.Tpo .deps/solve.Plo
mv -f .deps/rdft-dht.Tpo .deps/rdft-dht.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT nop2.lo -MD -MP -MF .deps/nop2.Tpo -c nop2.c -o nop2.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c -o plan2.lo plan2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c -o problem2.lo problem2.c
mv -f .deps/vrank3-transpose.Tpo .deps/vrank3-transpose.Plo
mv -f .deps/vrank-geq1.Tpo .deps/vrank-geq1.Plo
mv -f .deps/buffered2.Tpo .deps/buffered2.Plo
mv -f .deps/direct2.Tpo .deps/direct2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c -o solve2.lo solve2.c
mv -f .deps/nop2.Tpo .deps/nop2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c -o vrank-geq1-rdft2.lo vrank-geq1-rdft2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c -o rdft2-rdft.lo rdft2-rdft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c -o rdft2-tensor-max-index.lo rdft2-tensor-max-index.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c -o rdft2-inplace-strides.lo rdft2-inplace-strides.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c  -fPIC -DPIC -o .libs/rank0-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c  -fPIC -DPIC -o .libs/rank-geq2-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank0-rdft2.lo -MD -MP -MF .deps/rank0-rdft2.Tpo -c rank0-rdft2.c -o rank0-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c  -fPIC -DPIC -o .libs/plan2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rank-geq2-rdft2.lo -MD -MP -MF .deps/rank-geq2-rdft2.Tpo -c rank-geq2-rdft2.c -o rank-geq2-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c  -fPIC -DPIC -o .libs/problem2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c  -fPIC -DPIC -o .libs/solve2.o
mv -f .deps/rank0-rdft2.Tpo .deps/rank0-rdft2.Plo
mv -f .deps/rank-geq2-rdft2.Tpo .deps/rank-geq2-rdft2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c -o rdft2-strides.lo rdft2-strides.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem2.lo -MD -MP -MF .deps/problem2.Tpo -c problem2.c -o problem2.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c -o khc2c.lo khc2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan2.lo -MD -MP -MF .deps/plan2.Tpo -c plan2.c -o plan2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c  -fPIC -DPIC -o .libs/rdft2-tensor-max-index.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c  -fPIC -DPIC -o .libs/rdft2-rdft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/vrank-geq1-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT solve2.lo -MD -MP -MF .deps/solve2.Tpo -c solve2.c -o solve2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c  -fPIC -DPIC -o .libs/rdft2-inplace-strides.o
mv -f .deps/plan2.Tpo .deps/plan2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-tensor-max-index.lo -MD -MP -MF .deps/rdft2-tensor-max-index.Tpo -c rdft2-tensor-max-index.c -o rdft2-tensor-max-index.o >/dev/null 2>&1
mv -f .deps/problem2.Tpo .deps/problem2.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT vrank-geq1-rdft2.lo -MD -MP -MF .deps/vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-rdft.lo -MD -MP -MF .deps/rdft2-rdft.Tpo -c rdft2-rdft.c -o rdft2-rdft.o >/dev/null 2>&1
mv -f .deps/solve2.Tpo .deps/solve2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c -o ct-hc2c.lo ct-hc2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c -o ct-hc2c-direct.lo ct-hc2c-direct.c
mv -f .deps/rdft2-tensor-max-index.Tpo .deps/rdft2-tensor-max-index.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-inplace-strides.lo -MD -MP -MF .deps/rdft2-inplace-strides.Tpo -c rdft2-inplace-strides.c -o rdft2-inplace-strides.o >/dev/null 2>&1
mv -f .deps/vrank-geq1-rdft2.Tpo .deps/vrank-geq1-rdft2.Plo
mv -f .deps/rdft2-rdft.Tpo .deps/rdft2-rdft.Plo
mv -f .deps/rdft2-inplace-strides.Tpo .deps/rdft2-inplace-strides.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c  -fPIC -DPIC -o .libs/khc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c  -fPIC -DPIC -o .libs/rdft2-strides.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT khc2c.lo -MD -MP -MF .deps/khc2c.Tpo -c khc2c.c -o khc2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-strides.lo -MD -MP -MF .deps/rdft2-strides.Tpo -c rdft2-strides.c -o rdft2-strides.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c  -fPIC -DPIC -o .libs/ct-hc2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c  -fPIC -DPIC -o .libs/ct-hc2c-direct.o
mv -f .deps/khc2c.Tpo .deps/khc2c.Plo
mv -f .deps/rdft2-strides.Tpo .deps/rdft2-strides.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c.lo -MD -MP -MF .deps/ct-hc2c.Tpo -c ct-hc2c.c -o ct-hc2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ct-hc2c-direct.lo -MD -MP -MF .deps/ct-hc2c-direct.Tpo -c ct-hc2c-direct.c -o ct-hc2c-direct.o >/dev/null 2>&1
mv -f .deps/ct-hc2c.Tpo .deps/ct-hc2c.Plo
mv -f .deps/ct-hc2c-direct.Tpo .deps/ct-hc2c-direct.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o librdft.la  hc2hc.lo dft-r2hc.lo dht-r2hc.lo dht-rader.lo buffered.lo conf.lo direct-r2r.lo direct-r2c.lo generic.lo hc2hc-direct.lo hc2hc-generic.lo khc2hc.lo kr2c.lo kr2r.lo indirect.lo nop.lo plan.lo problem.lo rank0.lo rank-geq2.lo rdft-dht.lo solve.lo vrank-geq1.lo vrank3-transpose.lo buffered2.lo direct2.lo nop2.lo rank0-rdft2.lo rank-geq2-rdft2.lo plan2.lo problem2.lo solve2.lo vrank-geq1-rdft2.lo rdft2-rdft.lo rdft2-tensor-max-index.lo rdft2-inplace-strides.lo rdft2-strides.lo khc2c.lo ct-hc2c.lo ct-hc2c-direct.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/librdft.a .libs/librdft.la
libtool: link: ar cr .libs/librdft.a .libs/hc2hc.o .libs/dft-r2hc.o .libs/dht-r2hc.o .libs/dht-rader.o .libs/buffered.o .libs/conf.o .libs/direct-r2r.o .libs/direct-r2c.o .libs/generic.o .libs/hc2hc-direct.o .libs/hc2hc-generic.o .libs/khc2hc.o .libs/kr2c.o .libs/kr2r.o .libs/indirect.o .libs/nop.o .libs/plan.o .libs/problem.o .libs/rank0.o .libs/rank-geq2.o .libs/rdft-dht.o .libs/solve.o .libs/vrank-geq1.o .libs/vrank3-transpose.o .libs/buffered2.o .libs/direct2.o .libs/nop2.o .libs/rank0-rdft2.o .libs/rank-geq2-rdft2.o .libs/plan2.o .libs/problem2.o .libs/solve2.o .libs/vrank-geq1-rdft2.o .libs/rdft2-rdft.o .libs/rdft2-tensor-max-index.o .libs/rdft2-inplace-strides.o .libs/rdft2-strides.o .libs/khc2c.o .libs/ct-hc2c.o .libs/ct-hc2c-direct.o 
libtool: link: ranlib .libs/librdft.a
libtool: link: ( cd ".libs" && rm -f "librdft.la" && ln -s "../librdft.la" "librdft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
Making all in reodft
make[4]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/reodft'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c -o conf.lo conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c -o reodft010e-r2hc.lo reodft010e-r2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c -o reodft11e-radix2.lo reodft11e-radix2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c -o reodft11e-r2hc-odd.lo reodft11e-r2hc-odd.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c -o redft00e-r2hc-pad.lo redft00e-r2hc-pad.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c -o rodft00e-r2hc-pad.lo rodft00e-r2hc-pad.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c -o reodft00e-splitradix.lo reodft00e-splitradix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c  -fPIC -DPIC -o .libs/reodft11e-r2hc-odd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c  -fPIC -DPIC -o .libs/rodft00e-r2hc-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c  -fPIC -DPIC -o .libs/reodft11e-radix2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c  -fPIC -DPIC -o .libs/redft00e-r2hc-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT conf.lo -MD -MP -MF .deps/conf.Tpo -c conf.c -o conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c  -fPIC -DPIC -o .libs/reodft00e-splitradix.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-r2hc-odd.lo -MD -MP -MF .deps/reodft11e-r2hc-odd.Tpo -c reodft11e-r2hc-odd.c -o reodft11e-r2hc-odd.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c  -fPIC -DPIC -o .libs/reodft010e-r2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rodft00e-r2hc-pad.lo -MD -MP -MF .deps/rodft00e-r2hc-pad.Tpo -c rodft00e-r2hc-pad.c -o rodft00e-r2hc-pad.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft11e-radix2.lo -MD -MP -MF .deps/reodft11e-radix2.Tpo -c reodft11e-radix2.c -o reodft11e-radix2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT redft00e-r2hc-pad.lo -MD -MP -MF .deps/redft00e-r2hc-pad.Tpo -c redft00e-r2hc-pad.c -o redft00e-r2hc-pad.o >/dev/null 2>&1
mv -f .deps/conf.Tpo .deps/conf.Plo
mv -f .deps/reodft11e-r2hc-odd.Tpo .deps/reodft11e-r2hc-odd.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft00e-splitradix.lo -MD -MP -MF .deps/reodft00e-splitradix.Tpo -c reodft00e-splitradix.c -o reodft00e-splitradix.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT reodft010e-r2hc.lo -MD -MP -MF .deps/reodft010e-r2hc.Tpo -c reodft010e-r2hc.c -o reodft010e-r2hc.o >/dev/null 2>&1
mv -f .deps/reodft11e-radix2.Tpo .deps/reodft11e-radix2.Plo
mv -f .deps/rodft00e-r2hc-pad.Tpo .deps/rodft00e-r2hc-pad.Plo
mv -f .deps/redft00e-r2hc-pad.Tpo .deps/redft00e-r2hc-pad.Plo
mv -f .deps/reodft00e-splitradix.Tpo .deps/reodft00e-splitradix.Plo
mv -f .deps/reodft010e-r2hc.Tpo .deps/reodft010e-r2hc.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libreodft.la  conf.lo reodft010e-r2hc.lo reodft11e-radix2.lo reodft11e-r2hc-odd.lo redft00e-r2hc-pad.lo rodft00e-r2hc-pad.lo reodft00e-splitradix.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/libreodft.a .libs/libreodft.la
libtool: link: ar cr .libs/libreodft.a .libs/conf.o .libs/reodft010e-r2hc.o .libs/reodft11e-radix2.o .libs/reodft11e-r2hc-odd.o .libs/redft00e-r2hc-pad.o .libs/rodft00e-r2hc-pad.o .libs/reodft00e-splitradix.o 
libtool: link: ranlib .libs/libreodft.a
libtool: link: ( cd ".libs" && rm -f "libreodft.la" && ln -s "../libreodft.la" "libreodft.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
Making all in api
make[4]: Entering directory '/<<PKGBUILDDIR>>/api'
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/api'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c -o apiplan.lo apiplan.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c -o configure.lo configure.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c -o execute-dft-c2r.lo execute-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c -o execute-dft-r2c.lo execute-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c -o execute-dft.lo execute-dft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c -o execute-r2r.lo execute-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c -o execute-split-dft-c2r.lo execute-split-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c -o execute-split-dft-r2c.lo execute-split-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c -o execute-split-dft.lo execute-split-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c  -fPIC -DPIC -o .libs/apiplan.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c  -fPIC -DPIC -o .libs/execute-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c  -fPIC -DPIC -o .libs/execute-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c  -fPIC -DPIC -o .libs/configure.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT apiplan.lo -MD -MP -MF .deps/apiplan.Tpo -c apiplan.c -o apiplan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c  -fPIC -DPIC -o .libs/execute-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c  -fPIC -DPIC -o .libs/execute-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-r2c.lo -MD -MP -MF .deps/execute-dft-r2c.Tpo -c execute-dft-r2c.c -o execute-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c  -fPIC -DPIC -o .libs/execute-split-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft-c2r.lo -MD -MP -MF .deps/execute-dft-c2r.Tpo -c execute-dft-c2r.c -o execute-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c  -fPIC -DPIC -o .libs/execute-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c  -fPIC -DPIC -o .libs/execute-split-dft-c2r.o
mv -f .deps/apiplan.Tpo .deps/apiplan.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-r2c.lo -MD -MP -MF .deps/execute-split-dft-r2c.Tpo -c execute-split-dft-r2c.c -o execute-split-dft-r2c.o >/dev/null 2>&1
mv -f .deps/execute-dft-r2c.Tpo .deps/execute-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT configure.lo -MD -MP -MF .deps/configure.Tpo -c configure.c -o configure.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-dft.lo -MD -MP -MF .deps/execute-dft.Tpo -c execute-dft.c -o execute-dft.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c -o execute.lo execute.c
mv -f .deps/execute-dft-c2r.Tpo .deps/execute-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c -o export-wisdom-to-file.lo export-wisdom-to-file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft.lo -MD -MP -MF .deps/execute-split-dft.Tpo -c execute-split-dft.c -o execute-split-dft.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c -o export-wisdom-to-string.lo export-wisdom-to-string.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-r2r.lo -MD -MP -MF .deps/execute-r2r.Tpo -c execute-r2r.c -o execute-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute-split-dft-c2r.lo -MD -MP -MF .deps/execute-split-dft-c2r.Tpo -c execute-split-dft-c2r.c -o execute-split-dft-c2r.o >/dev/null 2>&1
mv -f .deps/execute-dft.Tpo .deps/execute-dft.Plo
mv -f .deps/configure.Tpo .deps/configure.Plo
mv -f .deps/execute-split-dft-r2c.Tpo .deps/execute-split-dft-r2c.Plo
mv -f .deps/execute-split-dft.Tpo .deps/execute-split-dft.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c -o export-wisdom.lo export-wisdom.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c -o f77api.lo f77api.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c -o flops.lo flops.c
mv -f .deps/execute-split-dft-c2r.Tpo .deps/execute-split-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c -o forget-wisdom.lo forget-wisdom.c
mv -f .deps/execute-r2r.Tpo .deps/execute-r2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c -o import-system-wisdom.lo import-system-wisdom.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c -o import-wisdom-from-file.lo import-wisdom-from-file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c  -fPIC -DPIC -o .libs/execute.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c  -fPIC -DPIC -o .libs/export-wisdom-to-string.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c -o execute.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c  -fPIC -DPIC -o .libs/export-wisdom-to-file.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-string.lo -MD -MP -MF .deps/export-wisdom-to-string.Tpo -c export-wisdom-to-string.c -o export-wisdom-to-string.o >/dev/null 2>&1
mv -f .deps/execute.Tpo .deps/execute.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c -o import-wisdom-from-string.lo import-wisdom-from-string.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c  -fPIC -DPIC -o .libs/flops.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom-to-file.lo -MD -MP -MF .deps/export-wisdom-to-file.Tpo -c export-wisdom-to-file.c -o export-wisdom-to-file.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c  -fPIC -DPIC -o .libs/export-wisdom.o
mv -f .deps/export-wisdom-to-string.Tpo .deps/export-wisdom-to-string.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/f77api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c  -fPIC -DPIC -o .libs/import-wisdom-from-file.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c -o import-wisdom.lo import-wisdom.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c  -fPIC -DPIC -o .libs/import-system-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT export-wisdom.lo -MD -MP -MF .deps/export-wisdom.Tpo -c export-wisdom.c -o export-wisdom.o >/dev/null 2>&1
mv -f .deps/export-wisdom-to-file.Tpo .deps/export-wisdom-to-file.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c  -fPIC -DPIC -o .libs/forget-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT f77api.lo -MD -MP -MF .deps/f77api.Tpo -c f77api.c -o f77api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT flops.lo -MD -MP -MF .deps/flops.Tpo -c flops.c -o flops.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-file.lo -MD -MP -MF .deps/import-wisdom-from-file.Tpo -c import-wisdom-from-file.c -o import-wisdom-from-file.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT forget-wisdom.lo -MD -MP -MF .deps/forget-wisdom.Tpo -c forget-wisdom.c -o forget-wisdom.o >/dev/null 2>&1
mv -f .deps/export-wisdom.Tpo .deps/export-wisdom.Plo
mv -f .deps/import-wisdom-from-file.Tpo .deps/import-wisdom-from-file.Plo
mv -f .deps/flops.Tpo .deps/flops.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-system-wisdom.lo -MD -MP -MF .deps/import-system-wisdom.Tpo -c import-system-wisdom.c -o import-system-wisdom.o >/dev/null 2>&1
mv -f .deps/f77api.Tpo .deps/f77api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c -o map-r2r-kind.lo map-r2r-kind.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c -o mapflags.lo mapflags.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c -o mkprinter-file.lo mkprinter-file.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c -o mkprinter-str.lo mkprinter-str.c
mv -f .deps/import-system-wisdom.Tpo .deps/import-system-wisdom.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c -o mktensor-iodims.lo mktensor-iodims.c
mv -f .deps/forget-wisdom.Tpo .deps/forget-wisdom.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c -o mktensor-rowmajor.lo mktensor-rowmajor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c  -fPIC -DPIC -o .libs/import-wisdom-from-string.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c  -fPIC -DPIC -o .libs/import-wisdom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c  -fPIC -DPIC -o .libs/malloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom.lo -MD -MP -MF .deps/import-wisdom.Tpo -c import-wisdom.c -o import-wisdom.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT import-wisdom-from-string.lo -MD -MP -MF .deps/import-wisdom-from-string.Tpo -c import-wisdom-from-string.c -o import-wisdom-from-string.o >/dev/null 2>&1
mv -f .deps/import-wisdom.Tpo .deps/import-wisdom.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c  -fPIC -DPIC -o .libs/map-r2r-kind.o
mv -f .deps/import-wisdom-from-string.Tpo .deps/import-wisdom-from-string.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c -o plan-dft-1d.lo plan-dft-1d.c
mv -f .deps/malloc.Tpo .deps/malloc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c -o plan-dft-2d.lo plan-dft-2d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c  -fPIC -DPIC -o .libs/mapflags.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c -o plan-dft-3d.lo plan-dft-3d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c  -fPIC -DPIC -o .libs/mktensor-iodims.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT map-r2r-kind.lo -MD -MP -MF .deps/map-r2r-kind.Tpo -c map-r2r-kind.c -o map-r2r-kind.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mapflags.lo -MD -MP -MF .deps/mapflags.Tpo -c mapflags.c -o mapflags.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims.lo -MD -MP -MF .deps/mktensor-iodims.Tpo -c mktensor-iodims.c -o mktensor-iodims.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c mkprinter-str.c  -fPIC -DPIC -o .libs/mkprinter-str.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c  -fPIC -DPIC -o .libs/mkprinter-file.o
mv -f .deps/map-r2r-kind.Tpo .deps/map-r2r-kind.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c -o plan-dft-c2r-1d.lo plan-dft-c2r-1d.c
mv -f .deps/mapflags.Tpo .deps/mapflags.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-str.lo -MD -MP -MF .deps/mkprinter-str.Tpo -c mkprinter-str.c -o mkprinter-str.o >/dev/null 2>&1
mv -f .deps/mktensor-iodims.Tpo .deps/mktensor-iodims.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c -o plan-dft-c2r-2d.lo plan-dft-c2r-2d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c -o plan-dft-c2r-3d.lo plan-dft-c2r-3d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mkprinter-file.lo -MD -MP -MF .deps/mkprinter-file.Tpo -c mkprinter-file.c -o mkprinter-file.o >/dev/null 2>&1
mv -f .deps/mkprinter-str.Tpo .deps/mkprinter-str.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c -o plan-dft-c2r.lo plan-dft-c2r.c
mv -f .deps/mkprinter-file.Tpo .deps/mkprinter-file.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c -o plan-dft-r2c-1d.lo plan-dft-r2c-1d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c  -fPIC -DPIC -o .libs/mktensor-rowmajor.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-rowmajor.lo -MD -MP -MF .deps/mktensor-rowmajor.Tpo -c mktensor-rowmajor.c -o mktensor-rowmajor.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c  -fPIC -DPIC -o .libs/plan-dft-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c  -fPIC -DPIC -o .libs/plan-dft-2d.o
mv -f .deps/mktensor-rowmajor.Tpo .deps/mktensor-rowmajor.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-1d.lo -MD -MP -MF .deps/plan-dft-1d.Tpo -c plan-dft-1d.c -o plan-dft-1d.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c -o plan-dft-r2c-2d.lo plan-dft-r2c-2d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-2d.lo -MD -MP -MF .deps/plan-dft-2d.Tpo -c plan-dft-2d.c -o plan-dft-2d.o >/dev/null 2>&1
mv -f .deps/plan-dft-1d.Tpo .deps/plan-dft-1d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c  -fPIC -DPIC -o .libs/plan-dft-3d.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c -o plan-dft-r2c-3d.lo plan-dft-r2c-3d.c
mv -f .deps/plan-dft-2d.Tpo .deps/plan-dft-2d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-3d.lo -MD -MP -MF .deps/plan-dft-3d.Tpo -c plan-dft-3d.c -o plan-dft-3d.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c -o plan-dft-r2c.lo plan-dft-r2c.c
mv -f .deps/plan-dft-3d.Tpo .deps/plan-dft-3d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-3d.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c -o plan-dft.lo plan-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c  -fPIC -DPIC -o .libs/plan-dft-c2r-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-2d.lo -MD -MP -MF .deps/plan-dft-c2r-2d.Tpo -c plan-dft-c2r-2d.c -o plan-dft-c2r-2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c  -fPIC -DPIC -o .libs/plan-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-3d.lo -MD -MP -MF .deps/plan-dft-c2r-3d.Tpo -c plan-dft-c2r-3d.c -o plan-dft-c2r-3d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r-1d.lo -MD -MP -MF .deps/plan-dft-c2r-1d.Tpo -c plan-dft-c2r-1d.c -o plan-dft-c2r-1d.o >/dev/null 2>&1
mv -f .deps/plan-dft-c2r-2d.Tpo .deps/plan-dft-c2r-2d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-c2r.lo -MD -MP -MF .deps/plan-dft-c2r.Tpo -c plan-dft-c2r.c -o plan-dft-c2r.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c -o plan-guru-dft-c2r.lo plan-guru-dft-c2r.c
mv -f .deps/plan-dft-c2r-1d.Tpo .deps/plan-dft-c2r-1d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c -o plan-guru-dft-r2c.lo plan-guru-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-3d.o
mv -f .deps/plan-dft-c2r-3d.Tpo .deps/plan-dft-c2r-3d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-1d.lo -MD -MP -MF .deps/plan-dft-r2c-1d.Tpo -c plan-dft-r2c-1d.c -o plan-dft-r2c-1d.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c -o plan-guru-dft.lo plan-guru-dft.c
mv -f .deps/plan-dft-r2c-1d.Tpo .deps/plan-dft-r2c-1d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-3d.lo -MD -MP -MF .deps/plan-dft-r2c-3d.Tpo -c plan-dft-r2c-3d.c -o plan-dft-r2c-3d.o >/dev/null 2>&1
mv -f .deps/plan-dft-c2r.Tpo .deps/plan-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c -o plan-guru-r2r.lo plan-guru-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c -o plan-guru-split-dft-c2r.lo plan-guru-split-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c  -fPIC -DPIC -o .libs/plan-dft-r2c-2d.o
mv -f .deps/plan-dft-r2c-3d.Tpo .deps/plan-dft-r2c-3d.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c  -fPIC -DPIC -o .libs/plan-dft-r2c.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c -o plan-guru-split-dft-r2c.lo plan-guru-split-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c-2d.lo -MD -MP -MF .deps/plan-dft-r2c-2d.Tpo -c plan-dft-r2c-2d.c -o plan-dft-r2c-2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft-r2c.lo -MD -MP -MF .deps/plan-dft-r2c.Tpo -c plan-dft-r2c.c -o plan-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c  -fPIC -DPIC -o .libs/plan-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-dft.lo -MD -MP -MF .deps/plan-dft.Tpo -c plan-dft.c -o plan-dft.o >/dev/null 2>&1
mv -f .deps/plan-dft-r2c.Tpo .deps/plan-dft-r2c.Plo
mv -f .deps/plan-dft-r2c-2d.Tpo .deps/plan-dft-r2c-2d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c -o plan-guru-split-dft.lo plan-guru-split-dft.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c -o plan-many-dft-c2r.lo plan-many-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c  -fPIC -DPIC -o .libs/plan-guru-dft-r2c.o
mv -f .deps/plan-dft.Tpo .deps/plan-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-r2c.lo -MD -MP -MF .deps/plan-guru-dft-r2c.Tpo -c plan-guru-dft-r2c.c -o plan-guru-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c  -fPIC -DPIC -o .libs/plan-guru-dft.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c -o plan-many-dft-r2c.lo plan-many-dft-r2c.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru-split-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c  -fPIC -DPIC -o .libs/plan-guru-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft.lo -MD -MP -MF .deps/plan-guru-dft.Tpo -c plan-guru-dft.c -o plan-guru-dft.o >/dev/null 2>&1
mv -f .deps/plan-guru-dft-r2c.Tpo .deps/plan-guru-dft-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c -o plan-many-dft.lo plan-many-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru-split-dft-c2r.Tpo -c plan-guru-split-dft-c2r.c -o plan-guru-split-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-dft-c2r.lo -MD -MP -MF .deps/plan-guru-dft-c2r.Tpo -c plan-guru-dft-c2r.c -o plan-guru-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru-split-dft-r2c.o
mv -f .deps/plan-guru-dft.Tpo .deps/plan-guru-dft.Plo
mv -f .deps/plan-guru-split-dft-c2r.Tpo .deps/plan-guru-split-dft-c2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru-split-dft-r2c.Tpo -c plan-guru-split-dft-r2c.c -o plan-guru-split-dft-r2c.o >/dev/null 2>&1
mv -f .deps/plan-guru-dft-c2r.Tpo .deps/plan-guru-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c -o plan-many-r2r.lo plan-many-r2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c -o plan-r2r-1d.lo plan-r2r-1d.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c -o plan-r2r-2d.lo plan-r2r-2d.c
mv -f .deps/plan-guru-split-dft-r2c.Tpo .deps/plan-guru-split-dft-r2c.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c  -fPIC -DPIC -o .libs/plan-guru-r2r.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c -o plan-r2r-3d.lo plan-r2r-3d.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-r2r.lo -MD -MP -MF .deps/plan-guru-r2r.Tpo -c plan-guru-r2r.c -o plan-guru-r2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c  -fPIC -DPIC -o .libs/plan-guru-split-dft.o
mv -f .deps/plan-guru-r2r.Tpo .deps/plan-guru-r2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c  -fPIC -DPIC -o .libs/plan-many-dft-c2r.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c -o plan-r2r.lo plan-r2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru-split-dft.lo -MD -MP -MF .deps/plan-guru-split-dft.Tpo -c plan-guru-split-dft.c -o plan-guru-split-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-c2r.lo -MD -MP -MF .deps/plan-many-dft-c2r.Tpo -c plan-many-dft-c2r.c -o plan-many-dft-c2r.o >/dev/null 2>&1
mv -f .deps/plan-guru-split-dft.Tpo .deps/plan-guru-split-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c  -fPIC -DPIC -o .libs/plan-many-dft-r2c.o
mv -f .deps/plan-many-dft-c2r.Tpo .deps/plan-many-dft-c2r.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c -o print-plan.lo print-plan.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c  -fPIC -DPIC -o .libs/plan-many-dft.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c -o rdft2-pad.lo rdft2-pad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft-r2c.lo -MD -MP -MF .deps/plan-many-dft-r2c.Tpo -c plan-many-dft-r2c.c -o plan-many-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-dft.lo -MD -MP -MF .deps/plan-many-dft.Tpo -c plan-many-dft.c -o plan-many-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c  -fPIC -DPIC -o .libs/plan-r2r-2d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c  -fPIC -DPIC -o .libs/plan-r2r-1d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c  -fPIC -DPIC -o .libs/plan-many-r2r.o
mv -f .deps/plan-many-dft-r2c.Tpo .deps/plan-many-dft-r2c.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c -o the-planner.lo the-planner.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-1d.lo -MD -MP -MF .deps/plan-r2r-1d.Tpo -c plan-r2r-1d.c -o plan-r2r-1d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-2d.lo -MD -MP -MF .deps/plan-r2r-2d.Tpo -c plan-r2r-2d.c -o plan-r2r-2d.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c  -fPIC -DPIC -o .libs/plan-r2r-3d.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-many-r2r.lo -MD -MP -MF .deps/plan-many-r2r.Tpo -c plan-many-r2r.c -o plan-many-r2r.o >/dev/null 2>&1
mv -f .deps/plan-many-dft.Tpo .deps/plan-many-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r-3d.lo -MD -MP -MF .deps/plan-r2r-3d.Tpo -c plan-r2r-3d.c -o plan-r2r-3d.o >/dev/null 2>&1
mv -f .deps/plan-many-r2r.Tpo .deps/plan-many-r2r.Plo
mv -f .deps/plan-r2r-2d.Tpo .deps/plan-r2r-2d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c -o plan-guru64-dft-c2r.lo plan-guru64-dft-c2r.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c -o plan-guru64-dft-r2c.lo plan-guru64-dft-r2c.c
mv -f .deps/plan-r2r-1d.Tpo .deps/plan-r2r-1d.Plo
mv -f .deps/plan-r2r-3d.Tpo .deps/plan-r2r-3d.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c -o plan-guru64-dft.lo plan-guru64-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c  -fPIC -DPIC -o .libs/plan-r2r.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c -o plan-guru64-r2r.lo plan-guru64-r2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-r2r.lo -MD -MP -MF .deps/plan-r2r.Tpo -c plan-r2r.c -o plan-r2r.o >/dev/null 2>&1
mv -f .deps/plan-r2r.Tpo .deps/plan-r2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c  -fPIC -DPIC -o .libs/print-plan.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c -o plan-guru64-split-dft-c2r.lo plan-guru64-split-dft-c2r.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c  -fPIC -DPIC -o .libs/rdft2-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT rdft2-pad.lo -MD -MP -MF .deps/rdft2-pad.Tpo -c rdft2-pad.c -o rdft2-pad.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT print-plan.lo -MD -MP -MF .deps/print-plan.Tpo -c print-plan.c -o print-plan.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c  -fPIC -DPIC -o .libs/the-planner.o
mv -f .deps/rdft2-pad.Tpo .deps/rdft2-pad.Plo
mv -f .deps/print-plan.Tpo .deps/print-plan.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c -o plan-guru64-split-dft-r2c.lo plan-guru64-split-dft-r2c.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c -o plan-guru64-split-dft.lo plan-guru64-split-dft.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c  -fPIC -DPIC -o .libs/plan-guru64-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT the-planner.lo -MD -MP -MF .deps/the-planner.Tpo -c the-planner.c -o the-planner.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c  -fPIC -DPIC -o .libs/plan-guru64-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c  -fPIC -DPIC -o .libs/plan-guru64-dft-c2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c  -fPIC -DPIC -o .libs/version.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-dft-r2c.Tpo -c plan-guru64-dft-r2c.c -o plan-guru64-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o >/dev/null 2>&1
mv -f .deps/the-planner.Tpo .deps/the-planner.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-dft-c2r.Tpo -c plan-guru64-dft-c2r.c -o plan-guru64-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-dft.lo -MD -MP -MF .deps/plan-guru64-dft.Tpo -c plan-guru64-dft.c -o plan-guru64-dft.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c -o mktensor-iodims64.lo mktensor-iodims64.c
mv -f .deps/version.Tpo .deps/version.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru64-split-dft-c2r.o
mv -f .deps/plan-guru64-dft-r2c.Tpo .deps/plan-guru64-dft-r2c.Plo
mv -f .deps/plan-guru64-dft-c2r.Tpo .deps/plan-guru64-dft-c2r.Plo
mv -f .deps/plan-guru64-dft.Tpo .deps/plan-guru64-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c  -fPIC -DPIC -o .libs/plan-guru64-r2r.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-c2r.lo -MD -MP -MF .deps/plan-guru64-split-dft-c2r.Tpo -c plan-guru64-split-dft-c2r.c -o plan-guru64-split-dft-c2r.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-r2r.lo -MD -MP -MF .deps/plan-guru64-r2r.Tpo -c plan-guru64-r2r.c -o plan-guru64-r2r.o >/dev/null 2>&1
mv -f .deps/plan-guru64-split-dft-c2r.Tpo .deps/plan-guru64-split-dft-c2r.Plo
mv -f .deps/plan-guru64-r2r.Tpo .deps/plan-guru64-r2r.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c  -fPIC -DPIC -o .libs/plan-guru64-split-dft.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -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 .libs/plan-guru64-split-dft-r2c.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft-r2c.lo -MD -MP -MF .deps/plan-guru64-split-dft-r2c.Tpo -c plan-guru64-split-dft-r2c.c -o plan-guru64-split-dft-r2c.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT plan-guru64-split-dft.lo -MD -MP -MF .deps/plan-guru64-split-dft.Tpo -c plan-guru64-split-dft.c -o plan-guru64-split-dft.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c  -fPIC -DPIC -o .libs/mktensor-iodims64.o
mv -f .deps/plan-guru64-split-dft-r2c.Tpo .deps/plan-guru64-split-dft-r2c.Plo
mv -f .deps/plan-guru64-split-dft.Tpo .deps/plan-guru64-split-dft.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mktensor-iodims64.lo -MD -MP -MF .deps/mktensor-iodims64.Tpo -c mktensor-iodims64.c -o mktensor-iodims64.o >/dev/null 2>&1
mv -f .deps/mktensor-iodims64.Tpo .deps/mktensor-iodims64.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o libapi.la  apiplan.lo configure.lo execute-dft-c2r.lo execute-dft-r2c.lo execute-dft.lo execute-r2r.lo execute-split-dft-c2r.lo execute-split-dft-r2c.lo execute-split-dft.lo execute.lo export-wisdom-to-file.lo export-wisdom-to-string.lo export-wisdom.lo f77api.lo flops.lo forget-wisdom.lo import-system-wisdom.lo import-wisdom-from-file.lo import-wisdom-from-string.lo import-wisdom.lo malloc.lo map-r2r-kind.lo mapflags.lo mkprinter-file.lo mkprinter-str.lo mktensor-iodims.lo mktensor-rowmajor.lo plan-dft-1d.lo plan-dft-2d.lo plan-dft-3d.lo plan-dft-c2r-1d.lo plan-dft-c2r-2d.lo plan-dft-c2r-3d.lo plan-dft-c2r.lo plan-dft-r2c-1d.lo plan-dft-r2c-2d.lo plan-dft-r2c-3d.lo plan-dft-r2c.lo plan-dft.lo plan-guru-dft-c2r.lo plan-guru-dft-r2c.lo plan-guru-dft.lo plan-guru-r2r.lo plan-guru-split-dft-c2r.lo plan-guru-split-dft-r2c.lo plan-guru-split-dft.lo plan-many-dft-c2r.lo plan-many-dft-r2c.lo plan-many-dft.lo plan-many-r2r.lo plan-r2r-1d.lo plan-r2r-2d.lo plan-r2r-3d.lo plan-r2r.lo print-plan.lo rdft2-pad.lo the-planner.lo version.lo plan-guru64-dft-c2r.lo plan-guru64-dft-r2c.lo plan-guru64-dft.lo plan-guru64-r2r.lo plan-guru64-split-dft-c2r.lo plan-guru64-split-dft-r2c.lo plan-guru64-split-dft.lo mktensor-iodims64.lo  -lquadmath -lm 
libtool: link: rm -fr  .libs/libapi.a .libs/libapi.la
libtool: link: ar cr .libs/libapi.a .libs/apiplan.o .libs/configure.o .libs/execute-dft-c2r.o .libs/execute-dft-r2c.o .libs/execute-dft.o .libs/execute-r2r.o .libs/execute-split-dft-c2r.o .libs/execute-split-dft-r2c.o .libs/execute-split-dft.o .libs/execute.o .libs/export-wisdom-to-file.o .libs/export-wisdom-to-string.o .libs/export-wisdom.o .libs/f77api.o .libs/flops.o .libs/forget-wisdom.o .libs/import-system-wisdom.o .libs/import-wisdom-from-file.o .libs/import-wisdom-from-string.o .libs/import-wisdom.o .libs/malloc.o .libs/map-r2r-kind.o .libs/mapflags.o .libs/mkprinter-file.o .libs/mkprinter-str.o .libs/mktensor-iodims.o .libs/mktensor-rowmajor.o .libs/plan-dft-1d.o .libs/plan-dft-2d.o .libs/plan-dft-3d.o .libs/plan-dft-c2r-1d.o .libs/plan-dft-c2r-2d.o .libs/plan-dft-c2r-3d.o .libs/plan-dft-c2r.o .libs/plan-dft-r2c-1d.o .libs/plan-dft-r2c-2d.o .libs/plan-dft-r2c-3d.o .libs/plan-dft-r2c.o .libs/plan-dft.o .libs/plan-guru-dft-c2r.o .libs/plan-guru-dft-r2c.o .libs/plan-guru-dft.o .libs/plan-guru-r2r.o .libs/plan-guru-split-dft-c2r.o .libs/plan-guru-split-dft-r2c.o .libs/plan-guru-split-dft.o .libs/plan-many-dft-c2r.o .libs/plan-many-dft-r2c.o .libs/plan-many-dft.o .libs/plan-many-r2r.o .libs/plan-r2r-1d.o .libs/plan-r2r-2d.o .libs/plan-r2r-3d.o .libs/plan-r2r.o .libs/print-plan.o .libs/rdft2-pad.o .libs/the-planner.o .libs/version.o .libs/plan-guru64-dft-c2r.o .libs/plan-guru64-dft-r2c.o .libs/plan-guru64-dft.o .libs/plan-guru64-r2r.o .libs/plan-guru64-split-dft-c2r.o .libs/plan-guru64-split-dft-r2c.o .libs/plan-guru64-split-dft.o .libs/mktensor-iodims64.o 
libtool: link: ranlib .libs/libapi.a
libtool: link: ( cd ".libs" && rm -f "libapi.la" && ln -s "../libapi.la" "libapi.la" )
make[5]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/api'
Making all in libbench2
make[4]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-ccopy-from.o -MD -MP -MF .deps/after-ccopy-from.Tpo -c -o after-ccopy-from.o after-ccopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-ccopy-to.o -MD -MP -MF .deps/after-ccopy-to.Tpo -c -o after-ccopy-to.o after-ccopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-hccopy-from.o -MD -MP -MF .deps/after-hccopy-from.Tpo -c -o after-hccopy-from.o after-hccopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-hccopy-to.o -MD -MP -MF .deps/after-hccopy-to.Tpo -c -o after-hccopy-to.o after-hccopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-rcopy-from.o -MD -MP -MF .deps/after-rcopy-from.Tpo -c -o after-rcopy-from.o after-rcopy-from.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT after-rcopy-to.o -MD -MP -MF .deps/after-rcopy-to.Tpo -c -o after-rcopy-to.o after-rcopy-to.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT allocate.o -MD -MP -MF .deps/allocate.Tpo -c -o allocate.o allocate.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT aset.o -MD -MP -MF .deps/aset.Tpo -c -o aset.o aset.c
mv -f .deps/after-hccopy-to.Tpo .deps/after-hccopy-to.Po
mv -f .deps/after-ccopy-from.Tpo .deps/after-ccopy-from.Po
mv -f .deps/after-ccopy-to.Tpo .deps/after-ccopy-to.Po
mv -f .deps/after-hccopy-from.Tpo .deps/after-hccopy-from.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-cost-postprocess.o -MD -MP -MF .deps/bench-cost-postprocess.Tpo -c -o bench-cost-postprocess.o bench-cost-postprocess.c
mv -f .deps/after-rcopy-from.Tpo .deps/after-rcopy-from.Po
mv -f .deps/after-rcopy-to.Tpo .deps/after-rcopy-to.Po
mv -f .deps/allocate.Tpo .deps/allocate.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-exit.o -MD -MP -MF .deps/bench-exit.Tpo -c -o bench-exit.o bench-exit.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-main.o -MD -MP -MF .deps/bench-main.Tpo -c -o bench-main.o bench-main.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT can-do.o -MD -MP -MF .deps/can-do.Tpo -c -o can-do.o can-do.c
mv -f .deps/aset.Tpo .deps/aset.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT caset.o -MD -MP -MF .deps/caset.Tpo -c -o caset.o caset.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT dotens2.o -MD -MP -MF .deps/dotens2.Tpo -c -o dotens2.o dotens2.c
mv -f .deps/bench-cost-postprocess.Tpo .deps/bench-cost-postprocess.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/bench-exit.Tpo .deps/bench-exit.Po
mv -f .deps/bench-main.Tpo .deps/bench-main.Po
mv -f .deps/can-do.Tpo .deps/can-do.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mflops.o -MD -MP -MF .deps/mflops.Tpo -c -o mflops.o mflops.c
mv -f .deps/caset.Tpo .deps/caset.Po
mv -f .deps/dotens2.Tpo .deps/dotens2.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT mp.o -MD -MP -MF .deps/mp.Tpo -c -o mp.o mp.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT ovtpvt.o -MD -MP -MF .deps/ovtpvt.Tpo -c -o ovtpvt.o ovtpvt.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT pow2.o -MD -MP -MF .deps/pow2.Tpo -c -o pow2.o pow2.c
mv -f .deps/info.Tpo .deps/info.Po
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT problem.o -MD -MP -MF .deps/problem.Tpo -c -o problem.o problem.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT report.o -MD -MP -MF .deps/report.Tpo -c -o report.o report.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT speed.o -MD -MP -MF .deps/speed.Tpo -c -o speed.o speed.c
mv -f .deps/mflops.Tpo .deps/mflops.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT tensor.o -MD -MP -MF .deps/tensor.Tpo -c -o tensor.o tensor.c
mv -f .deps/mp.Tpo .deps/mp.Po
mv -f .deps/ovtpvt.Tpo .deps/ovtpvt.Po
mv -f .deps/pow2.Tpo .deps/pow2.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT useropt.o -MD -MP -MF .deps/useropt.Tpo -c -o useropt.o useropt.c
mv -f .deps/problem.Tpo .deps/problem.Po
mv -f .deps/speed.Tpo .deps/speed.Po
mv -f .deps/report.Tpo .deps/report.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-dft.o -MD -MP -MF .deps/verify-dft.Tpo -c -o verify-dft.o verify-dft.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-lib.o -MD -MP -MF .deps/verify-lib.Tpo -c -o verify-lib.o verify-lib.c
mv -f .deps/tensor.Tpo .deps/tensor.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-r2r.o -MD -MP -MF .deps/verify-r2r.Tpo -c -o verify-r2r.o verify-r2r.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify-rdft2.o -MD -MP -MF .deps/verify-rdft2.Tpo -c -o verify-rdft2.o verify-rdft2.c
mv -f .deps/timer.Tpo .deps/timer.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT verify.o -MD -MP -MF .deps/verify.Tpo -c -o verify.o verify.c
mv -f .deps/useropt.Tpo .deps/useropt.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT zero.o -MD -MP -MF .deps/zero.Tpo -c -o zero.o zero.c
mv -f .deps/util.Tpo .deps/util.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT my-getopt.o -MD -MP -MF .deps/my-getopt.Tpo -c -o my-getopt.o my-getopt.c
mv -f .deps/verify-lib.Tpo .deps/verify-lib.Po
mv -f .deps/verify-rdft2.Tpo .deps/verify-rdft2.Po
mv -f .deps/verify-r2r.Tpo .deps/verify-r2r.Po
mv -f .deps/verify-dft.Tpo .deps/verify-dft.Po
mv -f .deps/verify.Tpo .deps/verify.Po
mv -f .deps/zero.Tpo .deps/zero.Po
mv -f .deps/my-getopt.Tpo .deps/my-getopt.Po
rm -f libbench2.a
ar cru libbench2.a after-ccopy-from.o after-ccopy-to.o after-hccopy-from.o after-hccopy-to.o after-rcopy-from.o after-rcopy-to.o allocate.o aset.o bench-cost-postprocess.o bench-exit.o bench-main.o can-do.o caset.o dotens2.o info.o main.o mflops.o mp.o ovtpvt.o pow2.o problem.o report.o speed.o tensor.o timer.o useropt.o util.o verify-dft.o verify-lib.o verify-r2r.o verify-rdft2.o verify.o zero.o my-getopt.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libbench2.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
Making all in .
make[4]: Entering directory '/<<PKGBUILDDIR>>'
/bin/bash ./libtool  --tag=CC   --mode=link gcc  -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6  -Wl,-z,relro -o libfftw3q.la -rpath /usr/lib/x86_64-linux-gnu  kernel/libkernel.la dft/libdft.la dft/scalar/libdft_scalar.la dft/scalar/codelets/libdft_scalar_codelets.la rdft/librdft.la rdft/scalar/librdft_scalar.la rdft/scalar/r2cf/librdft_scalar_r2cf.la rdft/scalar/r2cb/librdft_scalar_r2cb.la rdft/scalar/r2r/librdft_scalar_r2r.la reodft/libreodft.la api/libapi.la simd-support/libsimd_support.la             -lquadmath -lm 
/bin/sed \
	-e 's|[@]PREC_SUFFIX@|q|g' \
	-e 's|[@]CMAKE_INSTALL_FULL_LIBDIR@|/usr/lib/x86_64-linux-gnu|g' \
	-e 's|[@]CMAKE_INSTALL_FULL_INCLUDEDIR@|/usr/include|g' \
	./FFTW3Config.cmake.in > FFTW3qConfig.cmake
/bin/sed \
	-e 's|[@]FFTW_VERSION@|3.3.10|g' \
	./FFTW3ConfigVersion.cmake.in > FFTW3qConfigVersion.cmake
cp -f fftw.pc fftw3q.pc
libtool: link: gcc -shared  -fPIC -DPIC  -Wl,--whole-archive kernel/.libs/libkernel.a dft/.libs/libdft.a dft/scalar/.libs/libdft_scalar.a dft/scalar/codelets/.libs/libdft_scalar_codelets.a rdft/.libs/librdft.a rdft/scalar/.libs/librdft_scalar.a rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a rdft/scalar/r2r/.libs/librdft_scalar_r2r.a reodft/.libs/libreodft.a api/.libs/libapi.a simd-support/.libs/libsimd_support.a -Wl,--no-whole-archive  -lquadmath -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -Wl,-soname -Wl,libfftw3q.so.3 -o .libs/libfftw3q.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3q.so.3" && ln -s "libfftw3q.so.3.6.10" "libfftw3q.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3q.so" && ln -s "libfftw3q.so.3.6.10" "libfftw3q.so")
libtool: link: (cd .libs/libfftw3q.lax/libkernel.a && ar x "/<<PKGBUILDDIR>>/kernel/.libs/libkernel.a")
libtool: link: (cd .libs/libfftw3q.lax/libdft.a && ar x "/<<PKGBUILDDIR>>/dft/.libs/libdft.a")
libtool: link: (cd .libs/libfftw3q.lax/libdft_scalar.a && ar x "/<<PKGBUILDDIR>>/dft/scalar/.libs/libdft_scalar.a")
libtool: link: (cd .libs/libfftw3q.lax/libdft_scalar_codelets.a && ar x "/<<PKGBUILDDIR>>/dft/scalar/codelets/.libs/libdft_scalar_codelets.a")
libtool: link: (cd .libs/libfftw3q.lax/librdft.a && ar x "/<<PKGBUILDDIR>>/rdft/.libs/librdft.a")
libtool: link: (cd .libs/libfftw3q.lax/librdft_scalar.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/.libs/librdft_scalar.a")
libtool: link: (cd .libs/libfftw3q.lax/librdft_scalar_r2cf.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2cf/.libs/librdft_scalar_r2cf.a")
libtool: link: (cd .libs/libfftw3q.lax/librdft_scalar_r2cb.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2cb/.libs/librdft_scalar_r2cb.a")
libtool: link: (cd .libs/libfftw3q.lax/librdft_scalar_r2r.a && ar x "/<<PKGBUILDDIR>>/rdft/scalar/r2r/.libs/librdft_scalar_r2r.a")
libtool: link: (cd .libs/libfftw3q.lax/libreodft.a && ar x "/<<PKGBUILDDIR>>/reodft/.libs/libreodft.a")
libtool: link: (cd .libs/libfftw3q.lax/libapi.a && ar x "/<<PKGBUILDDIR>>/api/.libs/libapi.a")
libtool: link: (cd .libs/libfftw3q.lax/libsimd_support.a && ar x "/<<PKGBUILDDIR>>/simd-support/.libs/libsimd_support.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libfftw3q.lax/libdft.a/buffered.o .libs/libfftw3q.lax/lt1-buffered.o || cp .libs/libfftw3q.lax/libdft.a/buffered.o .libs/libfftw3q.lax/lt1-buffered.o
libtool: link: ln .libs/libfftw3q.lax/libdft.a/ct.o .libs/libfftw3q.lax/lt2-ct.o || cp .libs/libfftw3q.lax/libdft.a/ct.o .libs/libfftw3q.lax/lt2-ct.o
libtool: link: ln .libs/libfftw3q.lax/libdft.a/plan.o .libs/libfftw3q.lax/lt3-plan.o || cp .libs/libfftw3q.lax/libdft.a/plan.o .libs/libfftw3q.lax/lt3-plan.o
libtool: link: ln .libs/libfftw3q.lax/libdft.a/problem.o .libs/libfftw3q.lax/lt4-problem.o || cp .libs/libfftw3q.lax/libdft.a/problem.o .libs/libfftw3q.lax/lt4-problem.o
libtool: link: ln .libs/libfftw3q.lax/libdft.a/rader.o .libs/libfftw3q.lax/lt5-rader.o || cp .libs/libfftw3q.lax/libdft.a/rader.o .libs/libfftw3q.lax/lt5-rader.o
libtool: link: ln .libs/libfftw3q.lax/librdft.a/buffered.o .libs/libfftw3q.lax/lt6-buffered.o || cp .libs/libfftw3q.lax/librdft.a/buffered.o .libs/libfftw3q.lax/lt6-buffered.o
libtool: link: ln .libs/libfftw3q.lax/librdft.a/conf.o .libs/libfftw3q.lax/lt7-conf.o || cp .libs/libfftw3q.lax/librdft.a/conf.o .libs/libfftw3q.lax/lt7-conf.o
libtool: link: ln .libs/libfftw3q.lax/librdft.a/generic.o .libs/libfftw3q.lax/lt8-generic.o || cp .libs/libfftw3q.lax/librdft.a/generic.o .libs/libfftw3q.lax/lt8-generic.o
libtool: link: ln .libs/libfftw3q.lax/librdft.a/indirect.o .libs/libfftw3q.lax/lt9-indirect.o || cp .libs/libfftw3q.lax/librdft.a/indirect.o .libs/libfftw3q.lax/lt9-indirect.o
libtool: link: ln .libs/libfftw3q.lax/librdft.a/nop.o .libs/libfftw3q.lax/lt10-nop.o || cp .libs/libfftw3q.lax/librdft.a/nop.o .libs/libfftw3q.lax/lt10-nop.o
libtool: link: ln .libs/libfftw3q.lax/librdft.a/plan.o .libs/libfftw3q.lax/lt11-plan.o || cp .libs/libfftw3q.lax/librdft.a/plan.o .libs/libfftw3q.lax/lt11-plan.o
libtool: link: ln .libs/libfftw3q.lax/librdft.a/problem.o .libs/libfftw3q.lax/lt12-problem.o || cp .libs/libfftw3q.lax/librdft.a/problem.o .libs/libfftw3q.lax/lt12-problem.o
libtool: link: ln .libs/libfftw3q.lax/librdft.a/rank-geq2.o .libs/libfftw3q.lax/lt13-rank-geq2.o || cp .libs/libfftw3q.lax/librdft.a/rank-geq2.o .libs/libfftw3q.lax/lt13-rank-geq2.o
libtool: link: ln .libs/libfftw3q.lax/librdft.a/solve.o .libs/libfftw3q.lax/lt14-solve.o || cp .libs/libfftw3q.lax/librdft.a/solve.o .libs/libfftw3q.lax/lt14-solve.o
libtool: link: ln .libs/libfftw3q.lax/librdft.a/vrank-geq1.o .libs/libfftw3q.lax/lt15-vrank-geq1.o || cp .libs/libfftw3q.lax/librdft.a/vrank-geq1.o .libs/libfftw3q.lax/lt15-vrank-geq1.o
libtool: link: ln .libs/libfftw3q.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3q.lax/lt16-codlist.o || cp .libs/libfftw3q.lax/librdft_scalar_r2cf.a/codlist.o .libs/libfftw3q.lax/lt16-codlist.o
libtool: link: ln .libs/libfftw3q.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3q.lax/lt17-codlist.o || cp .libs/libfftw3q.lax/librdft_scalar_r2cb.a/codlist.o .libs/libfftw3q.lax/lt17-codlist.o
libtool: link: ln .libs/libfftw3q.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3q.lax/lt18-codlist.o || cp .libs/libfftw3q.lax/librdft_scalar_r2r.a/codlist.o .libs/libfftw3q.lax/lt18-codlist.o
libtool: link: ln .libs/libfftw3q.lax/libreodft.a/conf.o .libs/libfftw3q.lax/lt19-conf.o || cp .libs/libfftw3q.lax/libreodft.a/conf.o .libs/libfftw3q.lax/lt19-conf.o
libtool: link: ar cr .libs/libfftw3q.a .libs/libfftw3q.lax/libkernel.a/align.o .libs/libfftw3q.lax/libkernel.a/alloc.o .libs/libfftw3q.lax/libkernel.a/assert.o .libs/libfftw3q.lax/libkernel.a/awake.o .libs/libfftw3q.lax/libkernel.a/buffered.o .libs/libfftw3q.lax/libkernel.a/cpy1d.o .libs/libfftw3q.lax/libkernel.a/cpy2d-pair.o .libs/libfftw3q.lax/libkernel.a/cpy2d.o .libs/libfftw3q.lax/libkernel.a/ct.o .libs/libfftw3q.lax/libkernel.a/debug.o .libs/libfftw3q.lax/libkernel.a/extract-reim.o .libs/libfftw3q.lax/libkernel.a/hash.o .libs/libfftw3q.lax/libkernel.a/iabs.o .libs/libfftw3q.lax/libkernel.a/kalloc.o .libs/libfftw3q.lax/libkernel.a/md5-1.o .libs/libfftw3q.lax/libkernel.a/md5.o .libs/libfftw3q.lax/libkernel.a/minmax.o .libs/libfftw3q.lax/libkernel.a/ops.o .libs/libfftw3q.lax/libkernel.a/pickdim.o .libs/libfftw3q.lax/libkernel.a/plan.o .libs/libfftw3q.lax/libkernel.a/planner.o .libs/libfftw3q.lax/libkernel.a/primes.o .libs/libfftw3q.lax/libkernel.a/print.o .libs/libfftw3q.lax/libkernel.a/problem.o .libs/libfftw3q.lax/libkernel.a/rader.o .libs/libfftw3q.lax/libkernel.a/scan.o .libs/libfftw3q.lax/libkernel.a/solver.o .libs/libfftw3q.lax/libkernel.a/solvtab.o .libs/libfftw3q.lax/libkernel.a/stride.o .libs/libfftw3q.lax/libkernel.a/tensor.o .libs/libfftw3q.lax/libkernel.a/tensor1.o .libs/libfftw3q.lax/libkernel.a/tensor2.o .libs/libfftw3q.lax/libkernel.a/tensor3.o .libs/libfftw3q.lax/libkernel.a/tensor4.o .libs/libfftw3q.lax/libkernel.a/tensor5.o .libs/libfftw3q.lax/libkernel.a/tensor7.o .libs/libfftw3q.lax/libkernel.a/tensor8.o .libs/libfftw3q.lax/libkernel.a/tensor9.o .libs/libfftw3q.lax/libkernel.a/tile2d.o .libs/libfftw3q.lax/libkernel.a/timer.o .libs/libfftw3q.lax/libkernel.a/transpose.o .libs/libfftw3q.lax/libkernel.a/trig.o .libs/libfftw3q.lax/libkernel.a/twiddle.o .libs/libfftw3q.lax/libdft.a/bluestein.o .libs/libfftw3q.lax/lt1-buffered.o .libs/libfftw3q.lax/libdft.a/conf.o .libs/libfftw3q.lax/lt2-ct.o .libs/libfftw3q.lax/libdft.a/dftw-direct.o .libs/libfftw3q.lax/libdft.a/dftw-directsq.o .libs/libfftw3q.lax/libdft.a/dftw-generic.o .libs/libfftw3q.lax/libdft.a/dftw-genericbuf.o .libs/libfftw3q.lax/libdft.a/direct.o .libs/libfftw3q.lax/libdft.a/generic.o .libs/libfftw3q.lax/libdft.a/indirect-transpose.o .libs/libfftw3q.lax/libdft.a/indirect.o .libs/libfftw3q.lax/libdft.a/kdft-dif.o .libs/libfftw3q.lax/libdft.a/kdft-difsq.o .libs/libfftw3q.lax/libdft.a/kdft-dit.o .libs/libfftw3q.lax/libdft.a/kdft.o .libs/libfftw3q.lax/libdft.a/nop.o .libs/libfftw3q.lax/lt3-plan.o .libs/libfftw3q.lax/lt4-problem.o .libs/libfftw3q.lax/lt5-rader.o .libs/libfftw3q.lax/libdft.a/rank-geq2.o .libs/libfftw3q.lax/libdft.a/solve.o .libs/libfftw3q.lax/libdft.a/vrank-geq1.o .libs/libfftw3q.lax/libdft.a/zero.o .libs/libfftw3q.lax/libdft_scalar.a/n.o .libs/libfftw3q.lax/libdft_scalar.a/t.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/codlist.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_10.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_11.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_12.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_13.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_14.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_15.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_16.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_2.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_20.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_25.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_3.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_32.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_4.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_5.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_6.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_64.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_7.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_8.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/n1_9.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/q1_2.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/q1_3.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/q1_4.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/q1_5.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/q1_6.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/q1_8.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_10.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_12.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_15.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_16.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_2.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_20.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_25.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_3.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_32.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_4.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_5.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_6.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_64.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_7.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_8.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t1_9.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t2_10.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t2_16.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t2_20.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t2_25.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t2_32.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t2_4.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t2_5.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t2_64.o .libs/libfftw3q.lax/libdft_scalar_codelets.a/t2_8.o .libs/libfftw3q.lax/lt6-buffered.o .libs/libfftw3q.lax/librdft.a/buffered2.o .libs/libfftw3q.lax/lt7-conf.o .libs/libfftw3q.lax/librdft.a/ct-hc2c-direct.o .libs/libfftw3q.lax/librdft.a/ct-hc2c.o .libs/libfftw3q.lax/librdft.a/dft-r2hc.o .libs/libfftw3q.lax/librdft.a/dht-r2hc.o .libs/libfftw3q.lax/librdft.a/dht-rader.o .libs/libfftw3q.lax/librdft.a/direct-r2c.o .libs/libfftw3q.lax/librdft.a/direct-r2r.o .libs/libfftw3q.lax/librdft.a/direct2.o .libs/libfftw3q.lax/lt8-generic.o .libs/libfftw3q.lax/librdft.a/hc2hc-direct.o .libs/libfftw3q.lax/librdft.a/hc2hc-generic.o .libs/libfftw3q.lax/librdft.a/hc2hc.o .libs/libfftw3q.lax/lt9-indirect.o .libs/libfftw3q.lax/librdft.a/khc2c.o .libs/libfftw3q.lax/librdft.a/khc2hc.o .libs/libfftw3q.lax/librdft.a/kr2c.o .libs/libfftw3q.lax/librdft.a/kr2r.o .libs/libfftw3q.lax/lt10-nop.o .libs/libfftw3q.lax/librdft.a/nop2.o .libs/libfftw3q.lax/lt11-plan.o .libs/libfftw3q.lax/librdft.a/plan2.o .libs/libfftw3q.lax/lt12-problem.o .libs/libfftw3q.lax/librdft.a/problem2.o .libs/libfftw3q.lax/librdft.a/rank-geq2-rdft2.o .libs/libfftw3q.lax/lt13-rank-geq2.o .libs/libfftw3q.lax/librdft.a/rank0-rdft2.o .libs/libfftw3q.lax/librdft.a/rank0.o .libs/libfftw3q.lax/librdft.a/rdft-dht.o .libs/libfftw3q.lax/librdft.a/rdft2-inplace-strides.o .libs/libfftw3q.lax/librdft.a/rdft2-rdft.o .libs/libfftw3q.lax/librdft.a/rdft2-strides.o .libs/libfftw3q.lax/librdft.a/rdft2-tensor-max-index.o .libs/libfftw3q.lax/lt14-solve.o .libs/libfftw3q.lax/librdft.a/solve2.o .libs/libfftw3q.lax/librdft.a/vrank-geq1-rdft2.o .libs/libfftw3q.lax/lt15-vrank-geq1.o .libs/libfftw3q.lax/librdft.a/vrank3-transpose.o .libs/libfftw3q.lax/librdft_scalar.a/hc2c.o .libs/libfftw3q.lax/librdft_scalar.a/hfb.o .libs/libfftw3q.lax/librdft_scalar.a/r2c.o .libs/libfftw3q.lax/librdft_scalar.a/r2r.o .libs/libfftw3q.lax/lt16-codlist.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf2_16.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf2_20.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf2_32.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf2_4.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf2_8.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf_10.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf_12.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf_16.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf_2.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf_20.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf_32.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf_4.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf_6.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cf_8.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft2_16.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft2_20.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft2_32.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft2_4.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft2_8.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft_10.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft_12.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft_16.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft_2.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft_20.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft_32.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft_4.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft_6.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hc2cfdft_8.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf2_16.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf2_20.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf2_25.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf2_32.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf2_4.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf2_5.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf2_8.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_10.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_12.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_15.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_16.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_2.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_20.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_25.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_3.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_32.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_4.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_5.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_6.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_64.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_7.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_8.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/hf_9.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_10.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_12.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_15.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_16.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_2.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_20.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_25.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_3.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_32.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_4.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_5.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_6.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_64.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_7.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_8.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cfII_9.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_10.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_11.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_12.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_128.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_13.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_14.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_15.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_16.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_2.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_20.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_25.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_3.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_32.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_4.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_5.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_6.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_64.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_7.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_8.o .libs/libfftw3q.lax/librdft_scalar_r2cf.a/r2cf_9.o .libs/libfftw3q.lax/lt17-codlist.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb2_16.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb2_20.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb2_25.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb2_32.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb2_4.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb2_5.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb2_8.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_10.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_12.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_15.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_16.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_2.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_20.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_25.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_3.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_32.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_4.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_5.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_6.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_64.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_7.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_8.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hb_9.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb2_16.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb2_20.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb2_32.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb2_4.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb2_8.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb_10.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb_12.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb_16.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb_2.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb_20.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb_32.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb_4.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb_6.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cb_8.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft2_16.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft2_20.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft2_32.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft2_4.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft2_8.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft_10.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft_12.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft_16.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft_2.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft_20.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft_32.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft_4.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft_6.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/hc2cbdft_8.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_10.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_12.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_15.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_16.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_2.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_20.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_25.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_3.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_32.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_4.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_5.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_6.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_64.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_7.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_8.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cbIII_9.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_10.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_11.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_12.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_128.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_13.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_14.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_15.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_16.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_2.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_20.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_25.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_3.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_32.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_4.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_5.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_6.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_64.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_7.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_8.o .libs/libfftw3q.lax/librdft_scalar_r2cb.a/r2cb_9.o .libs/libfftw3q.lax/lt18-codlist.o .libs/libfftw3q.lax/librdft_scalar_r2r.a/e01_8.o .libs/libfftw3q.lax/librdft_scalar_r2r.a/e10_8.o .libs/libfftw3q.lax/lt19-conf.o .libs/libfftw3q.lax/libreodft.a/redft00e-r2hc-pad.o .libs/libfftw3q.lax/libreodft.a/reodft00e-splitradix.o .libs/libfftw3q.lax/libreodft.a/reodft010e-r2hc.o .libs/libfftw3q.lax/libreodft.a/reodft11e-r2hc-odd.o .libs/libfftw3q.lax/libreodft.a/reodft11e-radix2.o .libs/libfftw3q.lax/libreodft.a/rodft00e-r2hc-pad.o .libs/libfftw3q.lax/libapi.a/apiplan.o .libs/libfftw3q.lax/libapi.a/configure.o .libs/libfftw3q.lax/libapi.a/execute-dft-c2r.o .libs/libfftw3q.lax/libapi.a/execute-dft-r2c.o .libs/libfftw3q.lax/libapi.a/execute-dft.o .libs/libfftw3q.lax/libapi.a/execute-r2r.o .libs/libfftw3q.lax/libapi.a/execute-split-dft-c2r.o .libs/libfftw3q.lax/libapi.a/execute-split-dft-r2c.o .libs/libfftw3q.lax/libapi.a/execute-split-dft.o .libs/libfftw3q.lax/libapi.a/execute.o .libs/libfftw3q.lax/libapi.a/export-wisdom-to-file.o .libs/libfftw3q.lax/libapi.a/export-wisdom-to-string.o .libs/libfftw3q.lax/libapi.a/export-wisdom.o .libs/libfftw3q.lax/libapi.a/f77api.o .libs/libfftw3q.lax/libapi.a/flops.o .libs/libfftw3q.lax/libapi.a/forget-wisdom.o .libs/libfftw3q.lax/libapi.a/import-system-wisdom.o .libs/libfftw3q.lax/libapi.a/import-wisdom-from-file.o .libs/libfftw3q.lax/libapi.a/import-wisdom-from-string.o .libs/libfftw3q.lax/libapi.a/import-wisdom.o .libs/libfftw3q.lax/libapi.a/malloc.o .libs/libfftw3q.lax/libapi.a/map-r2r-kind.o .libs/libfftw3q.lax/libapi.a/mapflags.o .libs/libfftw3q.lax/libapi.a/mkprinter-file.o .libs/libfftw3q.lax/libapi.a/mkprinter-str.o .libs/libfftw3q.lax/libapi.a/mktensor-iodims.o .libs/libfftw3q.lax/libapi.a/mktensor-iodims64.o .libs/libfftw3q.lax/libapi.a/mktensor-rowmajor.o .libs/libfftw3q.lax/libapi.a/plan-dft-1d.o .libs/libfftw3q.lax/libapi.a/plan-dft-2d.o .libs/libfftw3q.lax/libapi.a/plan-dft-3d.o .libs/libfftw3q.lax/libapi.a/plan-dft-c2r-1d.o .libs/libfftw3q.lax/libapi.a/plan-dft-c2r-2d.o .libs/libfftw3q.lax/libapi.a/plan-dft-c2r-3d.o .libs/libfftw3q.lax/libapi.a/plan-dft-c2r.o .libs/libfftw3q.lax/libapi.a/plan-dft-r2c-1d.o .libs/libfftw3q.lax/libapi.a/plan-dft-r2c-2d.o .libs/libfftw3q.lax/libapi.a/plan-dft-r2c-3d.o .libs/libfftw3q.lax/libapi.a/plan-dft-r2c.o .libs/libfftw3q.lax/libapi.a/plan-dft.o .libs/libfftw3q.lax/libapi.a/plan-guru-dft-c2r.o .libs/libfftw3q.lax/libapi.a/plan-guru-dft-r2c.o .libs/libfftw3q.lax/libapi.a/plan-guru-dft.o .libs/libfftw3q.lax/libapi.a/plan-guru-r2r.o .libs/libfftw3q.lax/libapi.a/plan-guru-split-dft-c2r.o .libs/libfftw3q.lax/libapi.a/plan-guru-split-dft-r2c.o .libs/libfftw3q.lax/libapi.a/plan-guru-split-dft.o .libs/libfftw3q.lax/libapi.a/plan-guru64-dft-c2r.o .libs/libfftw3q.lax/libapi.a/plan-guru64-dft-r2c.o .libs/libfftw3q.lax/libapi.a/plan-guru64-dft.o .libs/libfftw3q.lax/libapi.a/plan-guru64-r2r.o .libs/libfftw3q.lax/libapi.a/plan-guru64-split-dft-c2r.o .libs/libfftw3q.lax/libapi.a/plan-guru64-split-dft-r2c.o .libs/libfftw3q.lax/libapi.a/plan-guru64-split-dft.o .libs/libfftw3q.lax/libapi.a/plan-many-dft-c2r.o .libs/libfftw3q.lax/libapi.a/plan-many-dft-r2c.o .libs/libfftw3q.lax/libapi.a/plan-many-dft.o .libs/libfftw3q.lax/libapi.a/plan-many-r2r.o .libs/libfftw3q.lax/libapi.a/plan-r2r-1d.o .libs/libfftw3q.lax/libapi.a/plan-r2r-2d.o .libs/libfftw3q.lax/libapi.a/plan-r2r-3d.o .libs/libfftw3q.lax/libapi.a/plan-r2r.o .libs/libfftw3q.lax/libapi.a/print-plan.o .libs/libfftw3q.lax/libapi.a/rdft2-pad.o .libs/libfftw3q.lax/libapi.a/the-planner.o .libs/libfftw3q.lax/libapi.a/version.o .libs/libfftw3q.lax/libsimd_support.a/altivec.o .libs/libfftw3q.lax/libsimd_support.a/avx-128-fma.o .libs/libfftw3q.lax/libsimd_support.a/avx.o .libs/libfftw3q.lax/libsimd_support.a/avx2.o .libs/libfftw3q.lax/libsimd_support.a/avx512.o .libs/libfftw3q.lax/libsimd_support.a/kcvi.o .libs/libfftw3q.lax/libsimd_support.a/neon.o .libs/libfftw3q.lax/libsimd_support.a/sse2.o .libs/libfftw3q.lax/libsimd_support.a/taint.o .libs/libfftw3q.lax/libsimd_support.a/vsx.o
libtool: link: ranlib .libs/libfftw3q.a
libtool: link: rm -fr .libs/libfftw3q.lax .libs/libfftw3q.lax
libtool: link: ( cd ".libs" && rm -f "libfftw3q.la" && ln -s "../libfftw3q.la" "libfftw3q.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
Making all in threads
make[4]: Entering directory '/<<PKGBUILDDIR>>/threads'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-api.lo -MD -MP -MF .deps/libfftw3q_threads_la-api.Tpo -c -o libfftw3q_threads_la-api.lo `test -f 'api.c' || echo './'`api.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-conf.lo -MD -MP -MF .deps/libfftw3q_threads_la-conf.Tpo -c -o libfftw3q_threads_la-conf.lo `test -f 'conf.c' || echo './'`conf.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-threads.lo -MD -MP -MF .deps/libfftw3q_threads_la-threads.Tpo -c -o libfftw3q_threads_la-threads.lo `test -f 'threads.c' || echo './'`threads.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_threads_la-dft-vrank-geq1.Tpo -c -o libfftw3q_threads_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo './'`dft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-ct.lo -MD -MP -MF .deps/libfftw3q_threads_la-ct.Tpo -c -o libfftw3q_threads_la-ct.lo `test -f 'ct.c' || echo './'`ct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_threads_la-rdft-vrank-geq1.Tpo -c -o libfftw3q_threads_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo './'`rdft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3q_threads_la-hc2hc.Tpo -c -o libfftw3q_threads_la-hc2hc.lo `test -f 'hc2hc.c' || echo './'`hc2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3q_threads_la-vrank-geq1-rdft2.Tpo -c -o libfftw3q_threads_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo './'`vrank-geq1-rdft2.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3q_threads_la-f77api.Tpo -c -o libfftw3q_threads_la-f77api.lo `test -f 'f77api.c' || echo './'`f77api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_threads_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3q_threads_la-rdft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-api.lo -MD -MP -MF .deps/libfftw3q_threads_la-api.Tpo -c api.c  -fPIC -DPIC -o .libs/libfftw3q_threads_la-api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-threads.lo -MD -MP -MF .deps/libfftw3q_threads_la-threads.Tpo -c threads.c  -fPIC -DPIC -o .libs/libfftw3q_threads_la-threads.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-ct.lo -MD -MP -MF .deps/libfftw3q_threads_la-ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/libfftw3q_threads_la-ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-conf.lo -MD -MP -MF .deps/libfftw3q_threads_la-conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/libfftw3q_threads_la-conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3q_threads_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/libfftw3q_threads_la-vrank-geq1-rdft2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3q_threads_la-hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/libfftw3q_threads_la-hc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-api.lo -MD -MP -MF .deps/libfftw3q_threads_la-api.Tpo -c api.c -o libfftw3q_threads_la-api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_threads_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -o libfftw3q_threads_la-rdft-vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-threads.lo -MD -MP -MF .deps/libfftw3q_threads_la-threads.Tpo -c threads.c -o libfftw3q_threads_la-threads.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-ct.lo -MD -MP -MF .deps/libfftw3q_threads_la-ct.Tpo -c ct.c -o libfftw3q_threads_la-ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_threads_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3q_threads_la-dft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3q_threads_la-f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/libfftw3q_threads_la-f77api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3q_threads_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o libfftw3q_threads_la-vrank-geq1-rdft2.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-conf.lo -MD -MP -MF .deps/libfftw3q_threads_la-conf.Tpo -c conf.c -o libfftw3q_threads_la-conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-hc2hc.lo -MD -MP -MF .deps/libfftw3q_threads_la-hc2hc.Tpo -c hc2hc.c -o libfftw3q_threads_la-hc2hc.o >/dev/null 2>&1
mv -f .deps/libfftw3q_threads_la-rdft-vrank-geq1.Tpo .deps/libfftw3q_threads_la-rdft-vrank-geq1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_threads_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -o libfftw3q_threads_la-dft-vrank-geq1.o >/dev/null 2>&1
mv -f .deps/libfftw3q_threads_la-threads.Tpo .deps/libfftw3q_threads_la-threads.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-api.lo -MD -MP -MF .deps/libfftw3q_omp_la-api.Tpo -c -o libfftw3q_omp_la-api.lo `test -f 'api.c' || echo './'`api.c
mv -f .deps/libfftw3q_threads_la-api.Tpo .deps/libfftw3q_threads_la-api.Plo
mv -f .deps/libfftw3q_threads_la-ct.Tpo .deps/libfftw3q_threads_la-ct.Plo
mv -f .deps/libfftw3q_threads_la-conf.Tpo .deps/libfftw3q_threads_la-conf.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_threads_la-f77api.lo -MD -MP -MF .deps/libfftw3q_threads_la-f77api.Tpo -c f77api.c -o libfftw3q_threads_la-f77api.o >/dev/null 2>&1
mv -f .deps/libfftw3q_threads_la-hc2hc.Tpo .deps/libfftw3q_threads_la-hc2hc.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-conf.lo -MD -MP -MF .deps/libfftw3q_omp_la-conf.Tpo -c -o libfftw3q_omp_la-conf.lo `test -f 'conf.c' || echo './'`conf.c
mv -f .deps/libfftw3q_threads_la-vrank-geq1-rdft2.Tpo .deps/libfftw3q_threads_la-vrank-geq1-rdft2.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3q_omp_la-openmp.Tpo -c -o libfftw3q_omp_la-openmp.lo `test -f 'openmp.c' || echo './'`openmp.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_omp_la-dft-vrank-geq1.Tpo -c -o libfftw3q_omp_la-dft-vrank-geq1.lo `test -f 'dft-vrank-geq1.c' || echo './'`dft-vrank-geq1.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-ct.lo -MD -MP -MF .deps/libfftw3q_omp_la-ct.Tpo -c -o libfftw3q_omp_la-ct.lo `test -f 'ct.c' || echo './'`ct.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_omp_la-rdft-vrank-geq1.Tpo -c -o libfftw3q_omp_la-rdft-vrank-geq1.lo `test -f 'rdft-vrank-geq1.c' || echo './'`rdft-vrank-geq1.c
mv -f .deps/libfftw3q_threads_la-dft-vrank-geq1.Tpo .deps/libfftw3q_threads_la-dft-vrank-geq1.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3q_omp_la-hc2hc.Tpo -c -o libfftw3q_omp_la-hc2hc.lo `test -f 'hc2hc.c' || echo './'`hc2hc.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3q_omp_la-vrank-geq1-rdft2.Tpo -c -o libfftw3q_omp_la-vrank-geq1-rdft2.lo `test -f 'vrank-geq1-rdft2.c' || echo './'`vrank-geq1-rdft2.c
mv -f .deps/libfftw3q_threads_la-f77api.Tpo .deps/libfftw3q_threads_la-f77api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3q_omp_la-f77api.Tpo -c -o libfftw3q_omp_la-f77api.lo `test -f 'f77api.c' || echo './'`f77api.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-conf.lo -MD -MP -MF .deps/libfftw3q_omp_la-conf.Tpo -c conf.c  -fPIC -DPIC -o .libs/libfftw3q_omp_la-conf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_omp_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3q_omp_la-rdft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-conf.lo -MD -MP -MF .deps/libfftw3q_omp_la-conf.Tpo -c conf.c -o libfftw3q_omp_la-conf.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-api.lo -MD -MP -MF .deps/libfftw3q_omp_la-api.Tpo -c api.c  -fPIC -DPIC -o .libs/libfftw3q_omp_la-api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_omp_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c  -fPIC -DPIC -o .libs/libfftw3q_omp_la-dft-vrank-geq1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-ct.lo -MD -MP -MF .deps/libfftw3q_omp_la-ct.Tpo -c ct.c  -fPIC -DPIC -o .libs/libfftw3q_omp_la-ct.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-rdft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_omp_la-rdft-vrank-geq1.Tpo -c rdft-vrank-geq1.c -o libfftw3q_omp_la-rdft-vrank-geq1.o >/dev/null 2>&1
mv -f .deps/libfftw3q_omp_la-conf.Tpo .deps/libfftw3q_omp_la-conf.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3q_omp_la-hc2hc.Tpo -c hc2hc.c  -fPIC -DPIC -o .libs/libfftw3q_omp_la-hc2hc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-api.lo -MD -MP -MF .deps/libfftw3q_omp_la-api.Tpo -c api.c -o libfftw3q_omp_la-api.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3q_threads.la -rpath /usr/lib/x86_64-linux-gnu libfftw3q_threads_la-api.lo libfftw3q_threads_la-conf.lo libfftw3q_threads_la-threads.lo libfftw3q_threads_la-dft-vrank-geq1.lo libfftw3q_threads_la-ct.lo libfftw3q_threads_la-rdft-vrank-geq1.lo libfftw3q_threads_la-hc2hc.lo libfftw3q_threads_la-vrank-geq1-rdft2.lo libfftw3q_threads_la-f77api.lo ../libfftw3q.la -lquadmath -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-ct.lo -MD -MP -MF .deps/libfftw3q_omp_la-ct.Tpo -c ct.c -o libfftw3q_omp_la-ct.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-dft-vrank-geq1.lo -MD -MP -MF .deps/libfftw3q_omp_la-dft-vrank-geq1.Tpo -c dft-vrank-geq1.c -o libfftw3q_omp_la-dft-vrank-geq1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3q_omp_la-f77api.Tpo -c f77api.c  -fPIC -DPIC -o .libs/libfftw3q_omp_la-f77api.o
mv -f .deps/libfftw3q_omp_la-rdft-vrank-geq1.Tpo .deps/libfftw3q_omp_la-rdft-vrank-geq1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3q_omp_la-openmp.Tpo -c openmp.c  -fPIC -DPIC -o .libs/libfftw3q_omp_la-openmp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-hc2hc.lo -MD -MP -MF .deps/libfftw3q_omp_la-hc2hc.Tpo -c hc2hc.c -o libfftw3q_omp_la-hc2hc.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3q_omp_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c  -fPIC -DPIC -o .libs/libfftw3q_omp_la-vrank-geq1-rdft2.o
mv -f .deps/libfftw3q_omp_la-api.Tpo .deps/libfftw3q_omp_la-api.Plo
mv -f .deps/libfftw3q_omp_la-dft-vrank-geq1.Tpo .deps/libfftw3q_omp_la-dft-vrank-geq1.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-openmp.lo -MD -MP -MF .deps/libfftw3q_omp_la-openmp.Tpo -c openmp.c -o libfftw3q_omp_la-openmp.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-f77api.lo -MD -MP -MF .deps/libfftw3q_omp_la-f77api.Tpo -c f77api.c -o libfftw3q_omp_la-f77api.o >/dev/null 2>&1
mv -f .deps/libfftw3q_omp_la-ct.Tpo .deps/libfftw3q_omp_la-ct.Plo
mv -f .deps/libfftw3q_omp_la-hc2hc.Tpo .deps/libfftw3q_omp_la-hc2hc.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT libfftw3q_omp_la-vrank-geq1-rdft2.lo -MD -MP -MF .deps/libfftw3q_omp_la-vrank-geq1-rdft2.Tpo -c vrank-geq1-rdft2.c -o libfftw3q_omp_la-vrank-geq1-rdft2.o >/dev/null 2>&1
mv -f .deps/libfftw3q_omp_la-openmp.Tpo .deps/libfftw3q_omp_la-openmp.Plo
mv -f .deps/libfftw3q_omp_la-f77api.Tpo .deps/libfftw3q_omp_la-f77api.Plo
mv -f .deps/libfftw3q_omp_la-vrank-geq1-rdft2.Tpo .deps/libfftw3q_omp_la-vrank-geq1-rdft2.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3q_omp.la -rpath /usr/lib/x86_64-linux-gnu libfftw3q_omp_la-api.lo libfftw3q_omp_la-conf.lo libfftw3q_omp_la-openmp.lo libfftw3q_omp_la-dft-vrank-geq1.lo libfftw3q_omp_la-ct.lo libfftw3q_omp_la-rdft-vrank-geq1.lo libfftw3q_omp_la-hc2hc.lo libfftw3q_omp_la-vrank-geq1-rdft2.lo libfftw3q_omp_la-f77api.lo ../libfftw3q.la -lquadmath -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libfftw3q_threads_la-api.o .libs/libfftw3q_threads_la-conf.o .libs/libfftw3q_threads_la-threads.o .libs/libfftw3q_threads_la-dft-vrank-geq1.o .libs/libfftw3q_threads_la-ct.o .libs/libfftw3q_threads_la-rdft-vrank-geq1.o .libs/libfftw3q_threads_la-hc2hc.o .libs/libfftw3q_threads_la-vrank-geq1-rdft2.o .libs/libfftw3q_threads_la-f77api.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3q.so -lquadmath -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3q_threads.so.3 -o .libs/libfftw3q_threads.so.3.6.10
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libfftw3q_omp_la-api.o .libs/libfftw3q_omp_la-conf.o .libs/libfftw3q_omp_la-openmp.o .libs/libfftw3q_omp_la-dft-vrank-geq1.o .libs/libfftw3q_omp_la-ct.o .libs/libfftw3q_omp_la-rdft-vrank-geq1.o .libs/libfftw3q_omp_la-hc2hc.o .libs/libfftw3q_omp_la-vrank-geq1-rdft2.o .libs/libfftw3q_omp_la-f77api.o   -Wl,-rpath -Wl,/<<PKGBUILDDIR>>/.libs ../.libs/libfftw3q.so -lquadmath -lm  -fopenmp -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -fopenmp -Wl,-soname -Wl,libfftw3q_omp.so.3 -o .libs/libfftw3q_omp.so.3.6.10
libtool: link: (cd ".libs" && rm -f "libfftw3q_threads.so.3" && ln -s "libfftw3q_threads.so.3.6.10" "libfftw3q_threads.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3q_threads.so" && ln -s "libfftw3q_threads.so.3.6.10" "libfftw3q_threads.so")
libtool: link: ar cr .libs/libfftw3q_threads.a  libfftw3q_threads_la-api.o libfftw3q_threads_la-conf.o libfftw3q_threads_la-threads.o libfftw3q_threads_la-dft-vrank-geq1.o libfftw3q_threads_la-ct.o libfftw3q_threads_la-rdft-vrank-geq1.o libfftw3q_threads_la-hc2hc.o libfftw3q_threads_la-vrank-geq1-rdft2.o libfftw3q_threads_la-f77api.o
libtool: link: ranlib .libs/libfftw3q_threads.a
libtool: link: (cd ".libs" && rm -f "libfftw3q_omp.so.3" && ln -s "libfftw3q_omp.so.3.6.10" "libfftw3q_omp.so.3")
libtool: link: (cd ".libs" && rm -f "libfftw3q_omp.so" && ln -s "libfftw3q_omp.so.3.6.10" "libfftw3q_omp.so")
libtool: link: ( cd ".libs" && rm -f "libfftw3q_threads.la" && ln -s "../libfftw3q_threads.la" "libfftw3q_threads.la" )
libtool: link: ar cr .libs/libfftw3q_omp.a  libfftw3q_omp_la-api.o libfftw3q_omp_la-conf.o libfftw3q_omp_la-openmp.o libfftw3q_omp_la-dft-vrank-geq1.o libfftw3q_omp_la-ct.o libfftw3q_omp_la-rdft-vrank-geq1.o libfftw3q_omp_la-hc2hc.o libfftw3q_omp_la-vrank-geq1-rdft2.o libfftw3q_omp_la-f77api.o
libtool: link: ranlib .libs/libfftw3q_omp.a
libtool: link: ( cd ".libs" && rm -f "libfftw3q_omp.la" && ln -s "../libfftw3q_omp.la" "libfftw3q_omp.la" )
make[4]: Leaving directory '/<<PKGBUILDDIR>>/threads'
Making all in tests
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-bench.o -MD -MP -MF .deps/bench-bench.Tpo -c -o bench-bench.o `test -f 'bench.c' || echo './'`bench.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-hook.o -MD -MP -MF .deps/bench-hook.Tpo -c -o bench-hook.o `test -f 'hook.c' || echo './'`hook.c
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT bench-fftw-bench.o -MD -MP -MF .deps/bench-fftw-bench.Tpo -c -o bench-fftw-bench.o `test -f 'fftw-bench.c' || echo './'`fftw-bench.c
mv -f .deps/bench-bench.Tpo .deps/bench-bench.Po
mv -f .deps/bench-hook.Tpo .deps/bench-hook.Po
mv -f .deps/bench-fftw-bench.Tpo .deps/bench-fftw-bench.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o bench bench-bench.o bench-hook.o bench-fftw-bench.o ../threads/libfftw3q_threads.la ../libfftw3q.la ../libbench2/libbench2.a  -lquadmath -lm 
libtool: link: gcc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/bench bench-bench.o bench-hook.o bench-fftw-bench.o  ../threads/.libs/libfftw3q_threads.so ../.libs/libfftw3q.so ../libbench2/libbench2.a -lquadmath -lm -pthread
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Making all in mpi
make[4]: Entering directory '/<<PKGBUILDDIR>>/mpi'
sed 's/C_MPI_FINT//' ./fftw3-mpi.f03.in > fftw3-mpi.f03
sed 's/C_MPI_FINT//' ./fftw3l-mpi.f03.in > fftw3l-mpi.f03
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/mpi'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
Making all in doc
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making all in FAQ
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making all in tools
make[4]: Entering directory '/<<PKGBUILDDIR>>/tools'
rm -f fftwq-wisdom.1
cp fftw_wisdom.1 fftwq-wisdom.1
/usr/bin/make  all-am
make[5]: Entering directory '/<<PKGBUILDDIR>>/tools'
gcc -DHAVE_CONFIG_H -I. -I..  -I .. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -MT fftwq_wisdom-fftw-wisdom.o -MD -MP -MF .deps/fftwq_wisdom-fftw-wisdom.Tpo -c -o fftwq_wisdom-fftw-wisdom.o `test -f 'fftw-wisdom.c' || echo './'`fftw-wisdom.c
mv -f .deps/fftwq_wisdom-fftw-wisdom.Tpo .deps/fftwq_wisdom-fftw-wisdom.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns  -Wl,-z,relro -o fftwq-wisdom fftwq_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o ../threads/libfftw3q_threads.la ../libfftw3q.la ../libbench2/libbench2.a  -lquadmath -lm 
libtool: link: gcc -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -Wl,-z -Wl,relro -o .libs/fftwq-wisdom fftwq_wisdom-fftw-wisdom.o ../tests/bench-bench.o ../tests/bench-fftw-bench.o  ../threads/.libs/libfftw3q_threads.so ../.libs/libfftw3q.so ../libbench2/libbench2.a -lquadmath -lm -pthread
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools'
Making all in m4
make[4]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
( cd tests ; /usr/bin/make smallcheck )
make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
perl -w ./check.pl -r -c=1 -v `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench --verbose=1   --verify 'okd81e11x50e00' --verify 'ikd81e11x50e00' --verify '//obr624' --verify '//ibr624' --verify '//ofr624' --verify '//ifr624' --verify 'obr624' --verify 'ibr624' --verify 'ofr624' --verify 'ifr624' --verify '//obc624' --verify '//ibc624' --verify '//ofc624' --verify '//ifc624' --verify 'obc624' --verify 'ibc624' --verify 'ofc624' --verify 'ifc624'"
okd81e11x50e00 3.39256e-34 4.94987e-32 3.6377e-34
ikd81e11x50e00 4.44538e-34 4.60319e-32 3.80997e-34
//obr624 3.32287e-34 4.93433e-34 3.45199e-34
//ibr624 4.08414e-34 4.93433e-34 3.55018e-34
//ofr624 3.82652e-34 4.93433e-34 5.69227e-34
//ifr624 3.56136e-34 4.93433e-34 4.98684e-34
obr624 3.30155e-34 4.93433e-34 3.1247e-34
ibr624 3.77617e-34 7.40149e-34 3.82337e-34
ofr624 3.70965e-34 4.93433e-34 4.30238e-34
ifr624 3.52882e-34 4.93433e-34 5.2597e-34
//obc624 3.44787e-34 4.93433e-34 4.89886e-34
//ibc624 3.24976e-34 4.93433e-34 5.19393e-34
//ofc624 3.54333e-34 4.93433e-34 4.64208e-34
//ifc624 3.21721e-34 4.93433e-34 4.12453e-34
obc624 4.15516e-34 6.16791e-34 5.40322e-34
ibc624 3.79722e-34 4.93433e-34 4.47033e-34
ofc624 2.99128e-34 4.93433e-34 4.91193e-34
ifc624 3.0544e-34 6.16791e-34 4.91515e-34
perl -w ./check.pl -r --estimate -c=5 -v `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench -o estimate --verbose=1   --verify 'ofc9x9x5' --verify 'ifc9x9x5' --verify 'okd77e10*200' --verify 'ikd77e10*200' --verify 'obrd9x12x2x3v4' --verify 'ibrd9x12x2x3v4' --verify 'ofrd9x12x2x3v4' --verify 'ifrd9x12x2x3v4' --verify '//obcd9x12x2x3v4' --verify '//ibcd9x12x2x3v4' --verify '//ofcd9x12x2x3v4' --verify '//ifcd9x12x2x3v4' --verify 'obcd9x12x2x3v4' --verify 'ibcd9x12x2x3v4' --verify 'ofcd9x12x2x3v4' --verify 'ifcd9x12x2x3v4' --verify 'ok10e11v61' --verify 'ik10e11v61' --verify 'obr3x10x8x12v5' --verify 'ibr3x10x8x12v5' --verify 'ofr3x10x8x12v5' --verify 'ifr3x10x8x12v5' --verify '//obc3x10x8x12v5' --verify '//ibc3x10x8x12v5' --verify '//ofc3x10x8x12v5' --verify '//ifc3x10x8x12v5' --verify 'obc3x10x8x12v5' --verify 'ibc3x10x8x12v5' --verify 'ofc3x10x8x12v5' --verify 'ifc3x10x8x12v5' --verify 'ok63e01*186' --verify 'ik63e01*186' --verify 'obr9x4x6x8v10' --verify 'ibr9x4x6x8v10' --verify 'ofr9x4x6x8v10' --verify 'ifr9x4x6x8v10' --verify '//obc9x4x6x8v10' --verify '//ibc9x4x6x8v10' --verify '//ofc9x4x6x8v10' --verify '//ifc9x4x6x8v10' --verify 'obc9x4x6x8v10' --verify 'ibc9x4x6x8v10' --verify 'ofc9x4x6x8v10' --verify 'ifc9x4x6x8v10'"
ofc9x9x5 3.05137e-34 6.12481e-34 7.42479e-34
ifc9x9x5 3.41278e-34 6.12481e-34 7.11781e-34
okd77e10*200 3.46734e-34 1.742e-33 3.211e-34
ikd77e10*200 4.00375e-34 1.83878e-33 3.37349e-34
obrd9x12x2x3v4 3.31789e-34 6.05261e-34 4.47886e-34
ibrd9x12x2x3v4 2.71598e-34 4.53946e-34 4.66421e-34
ofrd9x12x2x3v4 2.55751e-34 3.02631e-34 7.73168e-34
ifrd9x12x2x3v4 2.44347e-34 3.02631e-34 7.45131e-34
//obcd9x12x2x3v4 3.53882e-34 4.53946e-34 6.12234e-34
//ibcd9x12x2x3v4 3.19031e-34 4.53946e-34 7.45614e-34
//ofcd9x12x2x3v4 2.85741e-34 4.53946e-34 7.244e-34
//ifcd9x12x2x3v4 3.3066e-34 4.53946e-34 6.52559e-34
obcd9x12x2x3v4 3.03193e-34 4.53946e-34 6.82336e-34
ibcd9x12x2x3v4 3.11976e-34 6.05261e-34 5.92993e-34
ofcd9x12x2x3v4 3.32333e-34 4.53946e-34 7.49185e-34
ifcd9x12x2x3v4 3.43569e-34 4.53946e-34 6.85691e-34
ok10e11v61 3.25915e-34 4.90889e-34 3.03184e-34
ik10e11v61 3.30223e-34 5.89067e-34 3.41567e-34
obr3x10x8x12v5 3.78843e-34 5.51233e-34 3.63207e-34
ibr3x10x8x12v5 2.8926e-34 6.89042e-34 3.55884e-34
ofr3x10x8x12v5 3.32823e-34 4.13425e-34 4.59983e-34
ifr3x10x8x12v5 3.10749e-34 5.51233e-34 4.65161e-34
//obc3x10x8x12v5 3.02132e-34 5.51233e-34 4.9217e-34
//ibc3x10x8x12v5 3.44706e-34 5.51233e-34 4.26317e-34
//ofc3x10x8x12v5 3.47741e-34 5.51233e-34 5.08847e-34
//ifc3x10x8x12v5 3.67882e-34 5.51233e-34 4.9212e-34
obc3x10x8x12v5 3.21706e-34 5.51233e-34 4.96716e-34
ibc3x10x8x12v5 3.42931e-34 5.51233e-34 4.99554e-34
ofc3x10x8x12v5 3.5855e-34 5.51233e-34 5.55698e-34
ifc3x10x8x12v5 3.45917e-34 6.89042e-34 4.86953e-34
ok63e01*186 3.76309e-34 3.09806e-33 3.33779e-34
ik63e01*186 3.12565e-34 1.54903e-33 3.49958e-34
obr9x4x6x8v10 3.0374e-34 6.52336e-34 3.89796e-34
ibr9x4x6x8v10 3.13404e-34 6.52336e-34 3.96e-34
ofr9x4x6x8v10 3.77192e-34 6.52336e-34 7.03892e-34
ifr9x4x6x8v10 2.9276e-34 4.89252e-34 6.7623e-34
//obc9x4x6x8v10 3.04909e-34 4.89252e-34 7.6049e-34
//ibc9x4x6x8v10 3.65811e-34 4.89252e-34 6.69102e-34
//ofc9x4x6x8v10 3.4621e-34 6.52336e-34 7.05352e-34
//ifc9x4x6x8v10 3.16073e-34 4.89252e-34 6.68453e-34
obc9x4x6x8v10 3.21577e-34 4.89252e-34 6.58439e-34
ibc9x4x6x8v10 3.42007e-34 4.89252e-34 6.96466e-34
ofc9x4x6x8v10 3.62371e-34 4.89252e-34 7.03819e-34
ifc9x4x6x8v10 3.28607e-34 6.52336e-34 6.88496e-34
Executing "/<<PKGBUILDDIR>>/tests/bench -o estimate --verbose=1   --verify 'ok8bx6e10x11o01v7' --verify 'ik8bx6e10x11o01v7' --verify '//obr13x5x9' --verify '//ofr13x5x9' --verify 'obr13x5x9' --verify 'ibr13x5x9' --verify 'ofr13x5x9' --verify 'ifr13x5x9' --verify '//obc13x5x9' --verify '//ibc13x5x9' --verify '//ofc13x5x9' --verify '//ifc13x5x9' --verify 'obc13x5x9' --verify 'ibc13x5x9' --verify 'ofc13x5x9' --verify 'ifc13x5x9' --verify 'okd9e00x7b*22' --verify 'ikd9e00x7b*22' --verify '//obr9x9x5' --verify '//ofr9x9x5' --verify 'obr9x9x5' --verify 'ibr9x9x5' --verify 'ofr9x9x5' --verify 'ifr9x9x5' --verify '//obc9x9x5' --verify '//ibc9x9x5' --verify '//ofc9x9x5' --verify '//ifc9x9x5' --verify 'obc9x9x5' --verify 'ibc9x9x5'"
ok8bx6e10x11o01v7 3.43196e-34 3.08149e-33 3.53801e-34
ik8bx6e10x11o01v7 3.24012e-34 3.5217e-33 3.22772e-34
//obr13x5x9 4.1128e-34 6.37019e-34 4.52387e-34
//ofr13x5x9 3.2414e-34 5.09615e-34 7.24408e-34
obr13x5x9 3.04864e-34 7.64423e-34 5.56395e-34
ibr13x5x9 3.6681e-34 6.37019e-34 4.58841e-34
ofr13x5x9 2.98399e-34 3.82212e-34 8.34254e-34
ifr13x5x9 4.15746e-34 5.09615e-34 7.7882e-34
//obc13x5x9 3.33012e-34 5.09615e-34 7.88393e-34
//ibc13x5x9 3.38239e-34 5.09615e-34 7.15269e-34
//ofc13x5x9 3.95833e-34 5.09615e-34 7.72389e-34
//ifc13x5x9 3.97659e-34 5.09615e-34 7.50239e-34
obc13x5x9 2.98e-34 5.09615e-34 7.94569e-34
ibc13x5x9 3.12551e-34 5.09615e-34 6.97539e-34
ofc13x5x9 2.87495e-34 5.09615e-34 6.98916e-34
ifc13x5x9 3.70079e-34 5.09615e-34 8.09918e-34
okd9e00x7b*22 2.46266e-34 3.22156e-33 3.12479e-34
ikd9e00x7b*22 2.29929e-34 3.22156e-33 2.70537e-34
//obr9x9x5 3.23003e-34 6.12481e-34 5.27182e-34
//ofr9x9x5 3.00069e-34 4.59361e-34 7.30976e-34
obr9x9x5 4.32642e-34 6.12481e-34 5.12747e-34
ibr9x9x5 3.30512e-34 6.12481e-34 4.88124e-34
ofr9x9x5 2.97365e-34 4.59361e-34 7.48345e-34
ifr9x9x5 4.43624e-34 3.06241e-34 7.33723e-34
//obc9x9x5 3.43098e-34 6.12481e-34 7.57989e-34
//ibc9x9x5 3.19265e-34 6.12481e-34 7.49247e-34
//ofc9x9x5 3.68812e-34 6.12481e-34 7.43872e-34
//ifc9x9x5 3.84424e-34 6.12481e-34 7.66555e-34
obc9x9x5 4.12955e-34 6.12481e-34 7.03451e-34
ibc9x9x5 2.96706e-34 6.12481e-34 8.09748e-34
--------------------------------------------------------------
         FFTW transforms passed a few tests!
--------------------------------------------------------------
perl -w ./check.pl -r --estimate -c=2 -v --nthreads=2 `pwd`/bench
Executing "/<<PKGBUILDDIR>>/tests/bench -o nthreads=2 -o estimate --verbose=1   --verify 'okd13o11*67' --verify 'ikd13o11*67' --verify '//obrd8x12x4x6' --verify '//ofrd8x12x4x6' --verify 'obrd8x12x4x6' --verify 'ibrd8x12x4x6' --verify 'ofrd8x12x4x6' --verify 'ifrd8x12x4x6' --verify '//obcd8x12x4x6' --verify '//ibcd8x12x4x6' --verify '//ofcd8x12x4x6' --verify '//ifcd8x12x4x6' --verify 'obcd8x12x4x6' --verify 'ibcd8x12x4x6' --verify 'ofcd8x12x4x6' --verify 'ifcd8x12x4x6' --verify 'okd5bx13o01x12hv6' --verify 'ikd5bx13o01x12hv6' --verify 'obr8*6' --verify 'ibr8*6' --verify 'ofr8*6' --verify 'ifr8*6' --verify '//obc8*6' --verify '//ibc8*6' --verify '//ofc8*6' --verify '//ifc8*6' --verify 'obc8*6' --verify 'ibc8*6' --verify 'ofc8*6' --verify 'ifc8*6'"
okd13o11*67 3.35627e-34 7.83299e-34 3.23263e-34
ikd13o11*67 2.6815e-34 6.85387e-34 2.99897e-34
//obrd8x12x4x6 2.74169e-34 6.41977e-34 3.0456e-34
//ofrd8x12x4x6 2.43622e-34 5.13581e-34 4.71509e-34
obrd8x12x4x6 3.17991e-34 5.13581e-34 3.3294e-34
ibrd8x12x4x6 2.65576e-34 5.13581e-34 3.86673e-34
ofrd8x12x4x6 2.29762e-34 5.13581e-34 5.15406e-34
ifrd8x12x4x6 2.66083e-34 5.13581e-34 4.45871e-34
//obcd8x12x4x6 3.8078e-34 6.41977e-34 4.5336e-34
//ibcd8x12x4x6 2.75966e-34 6.41977e-34 5.38441e-34
//ofcd8x12x4x6 2.99588e-34 5.13581e-34 4.92363e-34
//ifcd8x12x4x6 2.49793e-34 5.13581e-34 4.67421e-34
obcd8x12x4x6 3.67319e-34 5.13581e-34 5.37134e-34
ibcd8x12x4x6 3.28548e-34 5.13581e-34 5.0212e-34
ofcd8x12x4x6 3.64324e-34 6.41977e-34 4.40393e-34
ifcd8x12x4x6 3.63522e-34 6.41977e-34 4.61655e-34
okd5bx13o01x12hv6 3.44097e-34 6.51606e-33 4.24173e-34
ikd5bx13o01x12hv6 3.21006e-34 5.67347e-33 3.68308e-34
obr8*6 1.51452e-34 1.58881e-34 1.75499e-34
ibr8*6 1.64464e-34 1.58881e-34 1.80439e-34
ofr8*6 1.17778e-34 7.94406e-35 2.91336e-34
ifr8*6 1.36399e-34 7.94406e-35 2.43474e-34
//obc8*6 2.80746e-34 7.94406e-35 2.91042e-34
//ibc8*6 1.68846e-34 1.58881e-34 2.61543e-34
//ofc8*6 3.56943e-34 7.94406e-35 2.88679e-34
//ifc8*6 2.20223e-34 1.58881e-34 3.23749e-34
obc8*6 1.82613e-34 1.58881e-34 2.03531e-34
ibc8*6 1.58312e-34 1.58881e-34 2.21097e-34
ofc8*6 2.49438e-34 1.58881e-34 2.56784e-34
ifc8*6 1.71314e-34 7.94406e-35 3.26207e-34
--------------------------------------------------------------
         FFTW threaded transforms passed a few tests!
--------------------------------------------------------------
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
/usr/bin/make install DESTDIR=`pwd`/debian/tmp-quad
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making install in support
make[3]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Entering directory '/<<PKGBUILDDIR>>/support'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/support'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/support'
Making install in kernel
make[3]: Entering directory '/<<PKGBUILDDIR>>/kernel'
make[4]: Entering directory '/<<PKGBUILDDIR>>/kernel'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/kernel'
Making install in simd-support
make[3]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
make[4]: Entering directory '/<<PKGBUILDDIR>>/simd-support'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/simd-support'
Making install in dft
make[3]: Entering directory '/<<PKGBUILDDIR>>/dft'
Making install in scalar
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
Making install in codelets
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar/codelets'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/scalar'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft/scalar'
Making install in simd
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
Making install in common
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/common'
Making install in sse2
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/sse2'
Making install in avx
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx'
Making install in avx-128-fma
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx-128-fma'
Making install in avx2
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2'
Making install in avx2-128
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx2-128'
Making install in avx512
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/avx512'
Making install in kcvi
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/kcvi'
Making install in altivec
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/altivec'
Making install in vsx
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/vsx'
Making install in neon
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/neon'
Making install in generic-simd128
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd128'
Making install in generic-simd256
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Entering directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd/generic-simd256'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Entering directory '/<<PKGBUILDDIR>>/dft/simd'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft/simd'
make[4]: Entering directory '/<<PKGBUILDDIR>>/dft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/dft'
Making install in rdft
make[3]: Entering directory '/<<PKGBUILDDIR>>/rdft'
Making install in scalar
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making install in r2cf
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cf'
Making install in r2cb
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2cb'
Making install in r2r
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar/r2r'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft/scalar'
Making install in simd
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
Making install in common
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/common'
Making install in sse2
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/sse2'
Making install in avx
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx'
Making install in avx-128-fma
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx-128-fma'
Making install in avx2
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2'
Making install in avx2-128
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx2-128'
Making install in avx512
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/avx512'
Making install in kcvi
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/kcvi'
Making install in altivec
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/altivec'
Making install in vsx
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/vsx'
Making install in neon
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/neon'
Making install in generic-simd128
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd128'
Making install in generic-simd256
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
/usr/bin/make  install-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd/generic-simd256'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Entering directory '/<<PKGBUILDDIR>>/rdft/simd'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft/simd'
make[4]: Entering directory '/<<PKGBUILDDIR>>/rdft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/rdft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/rdft'
Making install in reodft
make[3]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Entering directory '/<<PKGBUILDDIR>>/reodft'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/reodft'
Making install in api
make[3]: Entering directory '/<<PKGBUILDDIR>>/api'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/api'
make[5]: Entering directory '/<<PKGBUILDDIR>>/api'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/include'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/include'
 /usr/bin/install -c -m 644 fftw3.h fftw3.f fftw3l.f03 fftw3q.f03 '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/include'
 /usr/bin/install -c -m 644 fftw3.f03 '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/include'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/api'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/api'
Making install in libbench2
make[3]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
make[4]: Entering directory '/<<PKGBUILDDIR>>/libbench2'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libbench2'
Making install in .
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[4]: Entering directory '/<<PKGBUILDDIR>>'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/cmake/fftw3'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/pkgconfig'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libfftw3q.la '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu'
 /usr/bin/install -c -m 644 FFTW3qConfig.cmake FFTW3qConfigVersion.cmake '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/cmake/fftw3'
 /usr/bin/install -c -m 644 fftw3q.pc '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/pkgconfig'
libtool: install: /usr/bin/install -c .libs/libfftw3q.so.3.6.10 /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3q.so.3.6.10 libfftw3q.so.3 || { rm -f libfftw3q.so.3 && ln -s libfftw3q.so.3.6.10 libfftw3q.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3q.so.3.6.10 libfftw3q.so || { rm -f libfftw3q.so && ln -s libfftw3q.so.3.6.10 libfftw3q.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3q.lai /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q.la
libtool: install: /usr/bin/install -c .libs/libfftw3q.a /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
Making install in threads
make[3]: Entering directory '/<<PKGBUILDDIR>>/threads'
make[4]: Entering directory '/<<PKGBUILDDIR>>/threads'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libfftw3q_threads.la libfftw3q_omp.la '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu'
libtool: warning: relinking 'libfftw3q_threads.la'
libtool: install: (cd /<<PKGBUILDDIR>>/threads; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink gcc -pthread -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3q_threads.la -rpath /usr/lib/x86_64-linux-gnu libfftw3q_threads_la-api.lo libfftw3q_threads_la-conf.lo libfftw3q_threads_la-threads.lo libfftw3q_threads_la-dft-vrank-geq1.lo libfftw3q_threads_la-ct.lo libfftw3q_threads_la-rdft-vrank-geq1.lo libfftw3q_threads_la-hc2hc.lo libfftw3q_threads_la-vrank-geq1-rdft2.lo libfftw3q_threads_la-f77api.lo ../libfftw3q.la -lquadmath -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-quad)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libfftw3q_threads_la-api.o .libs/libfftw3q_threads_la-conf.o .libs/libfftw3q_threads_la-threads.o .libs/libfftw3q_threads_la-dft-vrank-geq1.o .libs/libfftw3q_threads_la-ct.o .libs/libfftw3q_threads_la-rdft-vrank-geq1.o .libs/libfftw3q_threads_la-hc2hc.o .libs/libfftw3q_threads_la-vrank-geq1-rdft2.o .libs/libfftw3q_threads_la-f77api.o   -L/<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3q -lquadmath -lm  -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libfftw3q_threads.so.3 -o .libs/libfftw3q_threads.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3q_threads.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q_threads.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3q_threads.so.3.6.10 libfftw3q_threads.so.3 || { rm -f libfftw3q_threads.so.3 && ln -s libfftw3q_threads.so.3.6.10 libfftw3q_threads.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3q_threads.so.3.6.10 libfftw3q_threads.so || { rm -f libfftw3q_threads.so && ln -s libfftw3q_threads.so.3.6.10 libfftw3q_threads.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3q_threads.lai /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q_threads.la
libtool: warning: relinking 'libfftw3q_omp.la'
libtool: install: (cd /<<PKGBUILDDIR>>/threads; /bin/bash "/<<PKGBUILDDIR>>/libtool"  --tag CC --mode=relink gcc -fopenmp -O3 -fomit-frame-pointer -mtune=native -malign-double -fstrict-aliasing -fno-schedule-insns -version-info 9:10:6 -Wl,-z,relro -o libfftw3q_omp.la -rpath /usr/lib/x86_64-linux-gnu libfftw3q_omp_la-api.lo libfftw3q_omp_la-conf.lo libfftw3q_omp_la-openmp.lo libfftw3q_omp_la-dft-vrank-geq1.lo libfftw3q_omp_la-ct.lo libfftw3q_omp_la-rdft-vrank-geq1.lo libfftw3q_omp_la-hc2hc.lo libfftw3q_omp_la-vrank-geq1-rdft2.lo libfftw3q_omp_la-f77api.lo ../libfftw3q.la -lquadmath -lm -inst-prefix-dir /<<PKGBUILDDIR>>/debian/tmp-quad)
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libfftw3q_omp_la-api.o .libs/libfftw3q_omp_la-conf.o .libs/libfftw3q_omp_la-openmp.o .libs/libfftw3q_omp_la-dft-vrank-geq1.o .libs/libfftw3q_omp_la-ct.o .libs/libfftw3q_omp_la-rdft-vrank-geq1.o .libs/libfftw3q_omp_la-hc2hc.o .libs/libfftw3q_omp_la-vrank-geq1-rdft2.o .libs/libfftw3q_omp_la-f77api.o   -L/<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lfftw3q -lquadmath -lm  -fopenmp -O3 -mtune=native -malign-double -Wl,-z -Wl,relro   -fopenmp -Wl,-soname -Wl,libfftw3q_omp.so.3 -o .libs/libfftw3q_omp.so.3.6.10
libtool: install: /usr/bin/install -c .libs/libfftw3q_omp.so.3.6.10T /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q_omp.so.3.6.10
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3q_omp.so.3.6.10 libfftw3q_omp.so.3 || { rm -f libfftw3q_omp.so.3 && ln -s libfftw3q_omp.so.3.6.10 libfftw3q_omp.so.3; }; })
libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu && { ln -s -f libfftw3q_omp.so.3.6.10 libfftw3q_omp.so || { rm -f libfftw3q_omp.so && ln -s libfftw3q_omp.so.3.6.10 libfftw3q_omp.so; }; })
libtool: install: /usr/bin/install -c .libs/libfftw3q_omp.lai /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q_omp.la
libtool: install: /usr/bin/install -c .libs/libfftw3q_threads.a /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q_threads.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q_threads.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q_threads.a
libtool: install: /usr/bin/install -c .libs/libfftw3q_omp.a /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q_omp.a
libtool: install: chmod 644 /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q_omp.a
libtool: install: ranlib /<<PKGBUILDDIR>>/debian/tmp-quad/usr/lib/x86_64-linux-gnu/libfftw3q_omp.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/threads'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/threads'
Making install in tests
make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
make[4]: Entering directory '/<<PKGBUILDDIR>>/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
Making install in mpi
make[3]: Entering directory '/<<PKGBUILDDIR>>/mpi'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/mpi'
make[5]: Entering directory '/<<PKGBUILDDIR>>/mpi'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/mpi'
Making install in doc
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making install in FAQ
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/share/info'
 /usr/bin/install -c -m 644 ./fftw3.info ./fftw3.info-1 ./fftw3.info-2 '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/share/info'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making install in tools
make[3]: Entering directory '/<<PKGBUILDDIR>>/tools'
/usr/bin/make  install-am
make[4]: Entering directory '/<<PKGBUILDDIR>>/tools'
make[5]: Entering directory '/<<PKGBUILDDIR>>/tools'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/bin'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/bin'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/share/man/man1'
 /usr/bin/install -c fftw-wisdom-to-conf '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c fftwq-wisdom '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/bin'
 /usr/bin/install -c -m 644 fftw-wisdom-to-conf.1 fftwq-wisdom.1 '/<<PKGBUILDDIR>>/debian/tmp-quad/usr/share/man/man1'
libtool: warning: '../threads/libfftw3q_threads.la' has not been installed in '/usr/lib/x86_64-linux-gnu'
libtool: warning: '../libfftw3q.la' has not been installed in '/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/fftwq-wisdom /<<PKGBUILDDIR>>/debian/tmp-quad/usr/bin/fftwq-wisdom
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tools'
Making install in m4
make[3]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/m4'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
(cd doc ; /usr/bin/make -j1 -k clean)
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[2]: warning: -j1 forced in submake: resetting jobserver mode.
Making clean in FAQ
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
rm -rf .libs _libs
rm -f *~ core a.out *.lout *.ps *.info *.ascii *.xrefdb *.post
rm -rf *.html html.refs2
rm -f *.lo
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
test -z "fftw3.dvi fftw3.pdf fftw3.ps fftw3.html" \
|| rm -rf fftw3.dvi fftw3.pdf fftw3.ps fftw3.html
rm -rf .libs _libs
rm -rf fftw3.t2d fftw3.t2p
rm -f *.lo
rm -f vti.tmp* ./version.texi.tmp*
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
rm -f doc/*.info* doc/rfftwnd.png doc/html/*
[ -f doc/Makefile ] || ./configure
cd doc/FAQ && /usr/bin/make -j1 fftw-faq.html fftw-faq.ascii
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[2]: warning: -j1 forced in submake: resetting jobserver mode.
cp -f ./html.refs html.refs2
converting...
perl -I. ./bfnnconv.pl < ./fftw-faq.bfnn
no stdin.xrefdb (No such file or directory) at ./bfnnconv.pl line 43.
rm: cannot remove './stdin.html': No such file or directory
S0          
S1          
Q1.1          
Q1.2          
Q1.3          
Q1.4          
Q1.5          
S2          
Q2.1          
unknown question `runOnWindows' at ./bfnnconv.pl line 221, <> line 105.
unknown control `\pageref:runOnWindows::\endpageref., \qref compilerCrashes.) ' at ./bfnnconv.pl line 249, <> line 105.
unknown question `compilerCrashes' at ./bfnnconv.pl line 221, <> line 105.
unknown control `\pageref:compilerCrashes::\endpageref..) ' at ./bfnnconv.pl line 249, <> line 105.
Q2.2          
unknown question `compilerCrashes' at ./bfnnconv.pl line 221, <> line 114.
unknown control `\pageref:compilerCrashes::\endpageref., and \qref ' at ./bfnnconv.pl line 249, <> line 114.
unknown question `vbetalia' at ./bfnnconv.pl line 221, <> line 115.
unknown control `\pageref:vbetalia::\endpageref..  ' at ./bfnnconv.pl line 249, <> line 115.
Q2.3          
Q2.4          
Q2.5          
Q2.6          
Q2.7          
Q2.8          
Q2.9          
Q2.10          
Q2.11          
Q2.12          
S3          
Q3.1          
Q3.2          
Q3.3          
unknown question `savePlans' at ./bfnnconv.pl line 221, <> line 395.
unknown control `\pageref:savePlans::\endpageref. ' at ./bfnnconv.pl line 249, <> line 395.
Q3.4          
Q3.5          
Q3.6          
Q3.7          
unknown question `whyscaled' at ./bfnnconv.pl line 221, <> line 433.
unknown control `\pageref:whyscaled::\endpageref..  ' at ./bfnnconv.pl line 249, <> line 433.
Q3.8          
Q3.9          
Q3.10          
Q3.11          
Q3.12          
Q3.13          
Q3.14          
Q3.15          
Q3.16          
unknown question `savePlans' at ./bfnnconv.pl line 221, <> line 513.
unknown control `\pageref:savePlans::\endpageref.) It also maintains a ' at ./bfnnconv.pl line 249, <> line 513.
Q3.17          
Q3.18          
unknown question `runOnWindows' at ./bfnnconv.pl line 221, <> line 530.
unknown control `\pageref:runOnWindows::\endpageref..  ' at ./bfnnconv.pl line 249, <> line 530.
Q3.19          
Q3.20          
S4          
Q4.1          
Q4.2          
unknown question `howworks' at ./bfnnconv.pl line 221, <> line 614.
unknown control `\pageref:howworks::\endpageref..  ' at ./bfnnconv.pl line 249, <> line 614.
S5          
Q5.1          
Q5.2          
Q5.3          
Q5.4          
Q5.5          
Q5.6          
Q5.7          
Q5.8          
Q5.9          
Q5.10          
Q5.11          
Q5.12          
                         
converting again...
perl -I. ./bfnnconv.pl < ./fftw-faq.bfnn
S0          
S1          
Q1.1          
Q1.2          
Q1.3          
Q1.4          
Q1.5          
S2          
Q2.1          
Q2.2          
Q2.3          
Q2.4          
Q2.5          
Q2.6          
Q2.7          
Q2.8          
Q2.9          
Q2.10          
Q2.11          
Q2.12          
S3          
Q3.1          
Q3.2          
Q3.3          
Q3.4          
Q3.5          
Q3.6          
Q3.7          
Q3.8          
Q3.9          
Q3.10          
Q3.11          
Q3.12          
Q3.13          
Q3.14          
Q3.15          
Q3.16          
Q3.17          
Q3.18          
Q3.19          
Q3.20          
S4          
Q4.1          
Q4.2          
S5          
Q5.1          
Q5.2          
Q5.3          
Q5.4          
Q5.5          
Q5.6          
Q5.7          
Q5.8          
Q5.9          
Q5.10          
Q5.11          
Q5.12          
                         
rm -f fftw-faq.ascii
mv stdin.ascii fftw-faq.ascii
rm -rf fftw-faq.html
mv -f stdin.html fftw-faq.html
make[2]: Nothing to be done for 'fftw-faq.ascii'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
cd doc && /usr/bin/make -j1 && /usr/bin/make -j1 html
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[2]: warning: -j1 forced in submake: resetting jobserver mode.
Making all in FAQ
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc/FAQ'
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/bash '/<<PKGBUILDDIR>>/missing' makeinfo --version) >/dev/null 2>&1; then \
  for f in fftw3.info fftw3.info-[0-9] fftw3.info-[0-9][0-9] fftw3.i[0-9] fftw3.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/bash '/<<PKGBUILDDIR>>/missing' makeinfo   -I . \
 -o fftw3.info fftw3.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./fftw3.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
intro.texi:16: warning: @refill is obsolete. (possibly involving @Onlogn)
tutorial.texi:100: warning: @refill is obsolete. (possibly involving @Onlogn)
tutorial.texi:358: warning: @refill is obsolete. (possibly involving @Onlogn)
tutorial.texi:417: warning: @refill is obsolete. (possibly involving @ndims)
tutorial.texi:418: warning: @refill is obsolete. (possibly involving @ndimshalf)
tutorial.texi:425: warning: @refill is obsolete. (possibly involving @ndims)
tutorial.texi:426: warning: @refill is obsolete. (possibly involving @ndimshalf)
tutorial.texi:566: warning: @refill is obsolete. (possibly involving @Onlogn)
other.texi:98: warning: @refill is obsolete. (possibly involving @ndims)
other.texi:210: warning: @refill is obsolete. (possibly involving @threedims)
reference.texi:387: warning: @refill is obsolete. (possibly involving @Onlogn)
reference.texi:638: warning: @refill is obsolete. (possibly involving @Onlogn)
reference.texi:717: warning: @refill is obsolete. (possibly involving @ndims)
reference.texi:717: warning: @refill is obsolete. (possibly involving @ndimshalf)
reference.texi:727: warning: @refill is obsolete. (possibly involving @ndims)
reference.texi:847: warning: @refill is obsolete. (possibly involving @Onlogn)
reference.texi:2397: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:262: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:263: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:278: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:318: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:472: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:473: warning: @refill is obsolete. (possibly involving @dimk)
mpi.texi:475: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:476: warning: @refill is obsolete. (possibly involving @dimk)
mpi.texi:477: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:479: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:483: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:586: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:587: warning: @refill is obsolete. (possibly involving @ndimshalf)
mpi.texi:590: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:594: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:595: warning: @refill is obsolete. (possibly involving @ndimspad)
mpi.texi:608: warning: @refill is obsolete. (possibly involving @ndimshalf)
mpi.texi:616: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:616: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:617: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:665: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:674: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:676: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:678: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:699: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:868: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1295: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:1299: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:1414: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:1415: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:1451: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:1452: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:1498: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:1498: warning: @refill is obsolete. (possibly involving @ndimshalf)
mpi.texi:1501: warning: @refill is obsolete. (possibly involving @ndimspad)
mpi.texi:1699: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1738: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1739: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1741: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1742: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1752: warning: @refill is obsolete. (possibly involving @twodims)
modern-fortran.texi:177: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:190: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:209: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:210: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:213: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:232: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:233: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:471: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:484: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:495: warning: @refill is obsolete. (possibly involving @twodims)
modern-fortran.texi:506: warning: @refill is obsolete. (possibly involving @threedims)
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[2]: warning: -j1 forced in submake: resetting jobserver mode.
/bin/bash '/<<PKGBUILDDIR>>/missing' makeinfo   -I . \
	--html --number-sections -o html fftw3.texi
intro.texi:16: warning: @refill is obsolete. (possibly involving @Onlogn)
tutorial.texi:100: warning: @refill is obsolete. (possibly involving @Onlogn)
tutorial.texi:358: warning: @refill is obsolete. (possibly involving @Onlogn)
tutorial.texi:417: warning: @refill is obsolete. (possibly involving @ndims)
tutorial.texi:418: warning: @refill is obsolete. (possibly involving @ndimshalf)
tutorial.texi:425: warning: @refill is obsolete. (possibly involving @ndims)
tutorial.texi:426: warning: @refill is obsolete. (possibly involving @ndimshalf)
tutorial.texi:566: warning: @refill is obsolete. (possibly involving @Onlogn)
other.texi:98: warning: @refill is obsolete. (possibly involving @ndims)
other.texi:210: warning: @refill is obsolete. (possibly involving @threedims)
reference.texi:387: warning: @refill is obsolete. (possibly involving @Onlogn)
reference.texi:638: warning: @refill is obsolete. (possibly involving @Onlogn)
reference.texi:717: warning: @refill is obsolete. (possibly involving @ndims)
reference.texi:717: warning: @refill is obsolete. (possibly involving @ndimshalf)
reference.texi:727: warning: @refill is obsolete. (possibly involving @ndims)
reference.texi:847: warning: @refill is obsolete. (possibly involving @Onlogn)
reference.texi:2397: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:262: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:263: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:278: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:318: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:472: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:473: warning: @refill is obsolete. (possibly involving @dimk)
mpi.texi:475: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:476: warning: @refill is obsolete. (possibly involving @dimk)
mpi.texi:477: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:479: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:483: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:586: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:587: warning: @refill is obsolete. (possibly involving @ndimshalf)
mpi.texi:590: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:594: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:595: warning: @refill is obsolete. (possibly involving @ndimspad)
mpi.texi:608: warning: @refill is obsolete. (possibly involving @ndimshalf)
mpi.texi:616: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:616: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:617: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:665: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:674: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:676: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:678: warning: @refill is obsolete. (possibly involving @threedims)
mpi.texi:699: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:868: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1295: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:1299: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:1414: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:1415: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:1451: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:1452: warning: @refill is obsolete. (possibly involving @ndimstrans)
mpi.texi:1498: warning: @refill is obsolete. (possibly involving @ndims)
mpi.texi:1498: warning: @refill is obsolete. (possibly involving @ndimshalf)
mpi.texi:1501: warning: @refill is obsolete. (possibly involving @ndimspad)
mpi.texi:1699: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1738: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1739: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1741: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1742: warning: @refill is obsolete. (possibly involving @twodims)
mpi.texi:1752: warning: @refill is obsolete. (possibly involving @twodims)
modern-fortran.texi:177: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:190: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:209: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:210: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:213: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:232: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:233: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:471: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:484: warning: @refill is obsolete. (possibly involving @threedims)
modern-fortran.texi:495: warning: @refill is obsolete. (possibly involving @twodims)
modern-fortran.texi:506: warning: @refill is obsolete. (possibly involving @threedims)
for i in equation-dft.png equation-dht.png equation-idft.png equation-redft00.png equation-redft01.png equation-redft10.png equation-redft11.png equation-rodft00.png equation-rodft01.png equation-rodft10.png equation-rodft11.png; do cp -f ./$i html; done
cp -f ./rfftwnd-for-html.png html
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep
   debian/rules override_dh_install-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e && for s in single double long quad; do \
  dh_install -plibfftw3-bin --sourcedir=debian/tmp-$s; \
  dh_install -plibfftw3-${s}3 --sourcedir=debian/tmp-$s; \
  dh_install -plibfftw3-dev --sourcedir=debian/tmp-$s; \
  if [ $s != "quad" ]; then \
    dh_install -plibfftw3-mpi3 --sourcedir=debian/tmp-$s; \
    dh_install -plibfftw3-mpi-dev --sourcedir=debian/tmp-$s; \
    rm debian/libfftw3-${s}3/usr/lib/x86_64-linux-gnu/libfftw3*mpi*; \
  fi; \
done
rm debian/libfftw3-dev/usr/lib/x86_64-linux-gnu/libfftw3*mpi* \
   debian/libfftw3-dev/usr/include/*mpi*
chrpath --delete debian/libfftw3-mpi3/usr/lib/x86_64-linux-gnu/libfftw3*mpi*so*
find /<<PKGBUILDDIR>>/debian/libfftw3-dev -type d -empty -delete
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install -Nlibfftw3-single3 -Nlibfftw3-double3 -Nlibfftw3-long3 -Nlibfftw3-quad3 -Nlibfftw3-bin -Nlibfftw3-mpi3 -Nlibfftw3-dev -Nlibfftw3-mpi-dev
   debian/rules override_dh_installdocs-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installdocs -A README NEWS debian/README.Debian
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installdocs -Nlibfftw3-single3 -Nlibfftw3-double3 -Nlibfftw3-long3 -Nlibfftw3-quad3 -Nlibfftw3-bin -Nlibfftw3-mpi3 -Nlibfftw3-dev -Nlibfftw3-mpi-dev
   debian/rules override_dh_installchangelogs-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installchangelogs -XChangeLog
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_installchangelogs-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installchangelogs ChangeLog
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_installman
   dh_installinfo
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_dwz -a
dwz: dwz: debian/libfftw3-long3/usr/lib/x86_64-linux-gnu/libfftw3l.so.3.6.10: .debug_info section not present
debian/libfftw3-quad3/usr/lib/x86_64-linux-gnu/libfftw3q.so.3.6.10: .debug_info section not present
dwz: debian/libfftw3-long3/usr/lib/x86_64-linux-gnu/libfftw3l_omp.so.3.6.10: .debug_info section not present
dwz: debian/libfftw3-quad3/usr/lib/x86_64-linux-gnu/libfftw3q_omp.so.3.6.10: .debug_info section not present
dwz: debian/libfftw3-long3/usr/lib/x86_64-linux-gnu/libfftw3l_threads.so.3.6.10: .debug_info section not present
dwz: debian/libfftw3-quad3/usr/lib/x86_64-linux-gnu/libfftw3q_threads.so.3.6.10: .debug_info section not present
dwz: dwz: Too few files for multifile optimization
Too few files for multifile optimization
dh_dwz: warning: No dwz multifile created, but not explicitly requested either so ignoring it.
dh_dwz: warning: No dwz multifile created, but not explicitly requested either so ignoring it.
dh_dwz: warning: Common issues include no debug information at all (missing -g) and
dh_dwz: warning: compressed debug information (#931891).
dh_dwz: warning: Common issues include no debug information at all (missing -g) and
dh_dwz: warning: compressed debug information (#931891).
dwz: debian/libfftw3-single3/usr/lib/x86_64-linux-gnu/libfftw3f.so.3.6.10: .debug_info section not present
dwz: debian/libfftw3-single3/usr/lib/x86_64-linux-gnu/libfftw3f_omp.so.3.6.10: .debug_info section not present
dwz: debian/libfftw3-single3/usr/lib/x86_64-linux-gnu/libfftw3f_threads.so.3.6.10: .debug_info section not present
dwz: Too few files for multifile optimization
dwz: debian/libfftw3-double3/usr/lib/x86_64-linux-gnu/libfftw3.so.3.6.10: .debug_info section not present
dwz: debian/libfftw3-mpi3/usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3.6.10: .debug_info section not present
dwz: debian/libfftw3-double3/usr/lib/x86_64-linux-gnu/libfftw3_omp.so.3.6.10: .debug_info section not present
dwz: debian/libfftw3-mpi3/usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so.3.6.10: .debug_info section not present
dwz: debian/libfftw3-double3/usr/lib/x86_64-linux-gnu/libfftw3_threads.so.3.6.10: .debug_info section not present
dwz: Too few files for multifile optimization
dwz: debian/libfftw3-mpi3/usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so.3.6.10: .debug_info section not present
dwz: Too few files for multifile optimization
dwz: debian/libfftw3-bin/usr/bin/fftw-wisdom: .debug_info section not present
dwz: debian/libfftw3-bin/usr/bin/fftwf-wisdom: .debug_info section not present
dh_dwz: warning: No dwz multifile created, but not explicitly requested either so ignoring it.
dwz: debian/libfftw3-bin/usr/bin/fftwl-wisdom: .debug_info section not present
dh_dwz: warning: Common issues include no debug information at all (missing -g) and
dh_dwz: warning: compressed debug information (#931891).
dwz: debian/libfftw3-bin/usr/bin/fftwq-wisdom: .debug_info section not present
dwz: Too few files for multifile optimization
dh_dwz: warning: No dwz multifile created, but not explicitly requested either so ignoring it.
dh_dwz: warning: Common issues include no debug information at all (missing -g) and
dh_dwz: warning: compressed debug information (#931891).
dh_dwz: warning: No dwz multifile created, but not explicitly requested either so ignoring it.
dh_dwz: warning: Common issues include no debug information at all (missing -g) and
dh_dwz: warning: compressed debug information (#931891).
dh_dwz: warning: No dwz multifile created, but not explicitly requested either so ignoring it.
dh_dwz: warning: Common issues include no debug information at all (missing -g) and
dh_dwz: warning: compressed debug information (#931891).
   dh_strip -a
   dh_makeshlibs -a
   dh_shlibdeps -a
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libfftw3-single3' in '../libfftw3-single3_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-long3' in '../libfftw3-long3_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-double3' in '../libfftw3-double3_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-quad3' in '../libfftw3-quad3_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-bin' in '../libfftw3-bin_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-mpi3' in '../libfftw3-mpi3_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-dev' in '../libfftw3-dev_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-doc' in '../libfftw3-doc_3.3.10-0.1_all.deb'.
dpkg-deb: building package 'libfftw3-bin-dbgsym' in '../libfftw3-bin-dbgsym_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-mpi3-dbgsym' in '../libfftw3-mpi3-dbgsym_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-long3-dbgsym' in '../libfftw3-long3-dbgsym_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-double3-dbgsym' in '../libfftw3-double3-dbgsym_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-single3-dbgsym' in '../libfftw3-single3-dbgsym_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-quad3-dbgsym' in '../libfftw3-quad3-dbgsym_3.3.10-0.1_amd64.deb'.
dpkg-deb: building package 'libfftw3-mpi-dev' in '../libfftw3-mpi-dev_3.3.10-0.1_amd64.deb'.
 dpkg-genbuildinfo -O../fftw3_3.3.10-0.1_amd64.buildinfo
 dpkg-genchanges -O../fftw3_3.3.10-0.1_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-source: info: using options from fftw3-3.3.10/debian/source/options: --extend-diff-ignore=(^|/)(fftw3.info|fftw3.info-[12]|.*\.la|fftw[flq]*-wisdom|fftw[flq]*-wisdom.1|.*\.html)$
dpkg-buildpackage: info: full upload (original source is included)
--------------------------------------------------------------------------------
Build finished at 2022-04-20T16:01:40Z

Finished
--------

I: Built successfully

+------------------------------------------------------------------------------+
| Changes                                                                      |
+------------------------------------------------------------------------------+


fftw3_3.3.10-0.1_amd64.changes:
-------------------------------

Format: 1.8
Date: Wed, 20 Apr 2022 17:56:06 +0200
Source: fftw3
Binary: libfftw3-bin libfftw3-bin-dbgsym libfftw3-dev libfftw3-doc libfftw3-double3 libfftw3-double3-dbgsym libfftw3-long3 libfftw3-long3-dbgsym libfftw3-mpi-dev libfftw3-mpi3 libfftw3-mpi3-dbgsym libfftw3-quad3 libfftw3-quad3-dbgsym libfftw3-single3 libfftw3-single3-dbgsym
Architecture: source amd64 all
Version: 3.3.10-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Changed-By: Florian Ernst <florian at debian.org>
Description:
 libfftw3-bin - Library for computing Fast Fourier Transforms - Tools
 libfftw3-dev - Library for computing Fast Fourier Transforms - development
 libfftw3-doc - Documentation for fftw version 3
 libfftw3-double3 - Library for computing Fast Fourier Transforms - Double precision
 libfftw3-long3 - Library for computing Fast Fourier Transforms - Long precision
 libfftw3-mpi-dev - MPI Library for computing Fast Fourier Transforms - development
 libfftw3-mpi3 - MPI Library for computing Fast Fourier Transforms
 libfftw3-quad3 - Library for computing Fast Fourier Transforms - Quad precision
 libfftw3-single3 - Library for computing Fast Fourier Transforms - Single precision
Changes:
 fftw3 (3.3.10-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream version 3.3.10
Checksums-Sha1:
 b5aaabf5a9aacf28b6f24fc4890fc55be255f320 1865 fftw3_3.3.10-0.1.dsc
 6abe7321c8c35ef52e56e299e66a9b967baf148a 4144100 fftw3_3.3.10.orig.tar.gz
 53352243ca77acd5ea2a0097f15916f1d83f0899 14252 fftw3_3.3.10-0.1.debian.tar.xz
 c44fee749aa64f064440112a04d60ab232b551aa 12648 fftw3_3.3.10-0.1_amd64.buildinfo
 5e00cc2ec548e022f9d735b74f9910e39000d442 6680 libfftw3-bin-dbgsym_3.3.10-0.1_amd64.deb
 9649457d15f564780ec6e83e73fa1faf3dc0cb1e 55776 libfftw3-bin_3.3.10-0.1_amd64.deb
 d12f60f6fc7eb6f40203717344a6444267bb9c10 2351072 libfftw3-dev_3.3.10-0.1_amd64.deb
 a52cd21b7f2a577e034dbb32460bf52a6fdea76b 460012 libfftw3-doc_3.3.10-0.1_all.deb
 1f1859c8cb58879dc210384f22570402e8edefb8 25140 libfftw3-double3-dbgsym_3.3.10-0.1_amd64.deb
 671ad711013b62a571834bd93bc91453edefdd08 765344 libfftw3-double3_3.3.10-0.1_amd64.deb
 bd9e54cce34ecf059f7f9a3f914745067a43ed8e 17484 libfftw3-long3-dbgsym_3.3.10-0.1_amd64.deb
 47ea5174725ababe6531f52e6a5b2fdee996c184 343380 libfftw3-long3_3.3.10-0.1_amd64.deb
 7e8423c00e440136553c1b76f38e08631ecee699 72192 libfftw3-mpi-dev_3.3.10-0.1_amd64.deb
 683d4d1e63a82426f4f04bb2f667f0feee8142b2 9244 libfftw3-mpi3-dbgsym_3.3.10-0.1_amd64.deb
 20b9a8f4992a0a89bf076bb3f383d35cf8c683fc 70092 libfftw3-mpi3_3.3.10-0.1_amd64.deb
 c04f7c1021902fecaeecdb324ea46380a1ae4bda 17796 libfftw3-quad3-dbgsym_3.3.10-0.1_amd64.deb
 ed33487b17733a03bd8a344a7e82936665dca261 750216 libfftw3-quad3_3.3.10-0.1_amd64.deb
 44d9d5b724c208bdb7edf94f1a5ab1cf47bfa03a 25440 libfftw3-single3-dbgsym_3.3.10-0.1_amd64.deb
 858f5d678589564bec2adb1ab82c564b6c7a98f1 792044 libfftw3-single3_3.3.10-0.1_amd64.deb
Checksums-Sha256:
 53b0894a6d5d9f1415c1b532b14a50809d2d4f9dea4c2613e914c1e4215a859e 1865 fftw3_3.3.10-0.1.dsc
 56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467 4144100 fftw3_3.3.10.orig.tar.gz
 a6079539a4922bf6295fe7305be89bc5ffa19dd6a5374b740c83eb6b63f180a4 14252 fftw3_3.3.10-0.1.debian.tar.xz
 b2d6110711bdfbb72c34a45370353ec120a252499ae659dbe529db142be4b654 12648 fftw3_3.3.10-0.1_amd64.buildinfo
 48c5e6824deea0710d18eaa09840ca65e84a6fe9312080faa9454cf3d2389ba5 6680 libfftw3-bin-dbgsym_3.3.10-0.1_amd64.deb
 24b23d0632c0f5e710b6a2a3a8078fbfa671cad9b5c74365ebd1df59535b2292 55776 libfftw3-bin_3.3.10-0.1_amd64.deb
 f093da78d6ba0d2203574f604594d7e459e56228379a8e80e24f848c5c1a6c82 2351072 libfftw3-dev_3.3.10-0.1_amd64.deb
 8e53256fa75e339adf8a612cc0ff554f6e1bc996e649a03d900973ab1abac579 460012 libfftw3-doc_3.3.10-0.1_all.deb
 690b0ac2c4a94fd82536f4164e6e2efa2754f4e3d3334a8b58ec721f36d0d614 25140 libfftw3-double3-dbgsym_3.3.10-0.1_amd64.deb
 f510b6aab16e53d35e97f88750d5de8df687e90d1828ac336248ac6f67b46b89 765344 libfftw3-double3_3.3.10-0.1_amd64.deb
 e9a6c5efa6ee644cd557012ad143f769c7920c9ccb4283b0b003930f3cb26c41 17484 libfftw3-long3-dbgsym_3.3.10-0.1_amd64.deb
 68d4c87064ab5f8f8be073124c6f40b7e82a17a6d06e229624ec15749629004f 343380 libfftw3-long3_3.3.10-0.1_amd64.deb
 f3196c159a993bf4b3d854394afd85eab9e30d4ee0b7b283a1dab70025d55ae0 72192 libfftw3-mpi-dev_3.3.10-0.1_amd64.deb
 d60bfd04695b0d4147d0aa14796edc81bb69cf20e0cf26a9edbc554ffe9fe896 9244 libfftw3-mpi3-dbgsym_3.3.10-0.1_amd64.deb
 c0be0f0dead9da3347c3f17e93e6c82d13f8b6143203db12221d22ef3165cf87 70092 libfftw3-mpi3_3.3.10-0.1_amd64.deb
 1d81c0a7c2c16f656f62a0278dfd5e6cc18c4583b5d39ae12c062d4b68767ebc 17796 libfftw3-quad3-dbgsym_3.3.10-0.1_amd64.deb
 1afd7604a822cc0b14222d1189732f4ba24a212850a537cc4d2759a2dff5866d 750216 libfftw3-quad3_3.3.10-0.1_amd64.deb
 9509990a14b788e4bcb7a62eee71a73447e95686394563c3788ae62de0b1ebac 25440 libfftw3-single3-dbgsym_3.3.10-0.1_amd64.deb
 60bbf1979c811bb72f26a6c91d9eefba9dc9a9af851e14c11a58f6f0248f8703 792044 libfftw3-single3_3.3.10-0.1_amd64.deb
Files:
 1d9787ad318306a063100299770f2b32 1865 libs optional fftw3_3.3.10-0.1.dsc
 8ccbf6a5ea78a16dbc3e1306e234cc5c 4144100 libs optional fftw3_3.3.10.orig.tar.gz
 9572ff3310642681d9abdb9e10ea20f3 14252 libs optional fftw3_3.3.10-0.1.debian.tar.xz
 e4b10b84533e8543ec196fcbf142d398 12648 libs optional fftw3_3.3.10-0.1_amd64.buildinfo
 c6fb4d1b537eedd54cedab6bb0caf131 6680 debug optional libfftw3-bin-dbgsym_3.3.10-0.1_amd64.deb
 57afd554c1a95fe660121e415e6ef52d 55776 libs optional libfftw3-bin_3.3.10-0.1_amd64.deb
 abef4469dc2d9bee6fc9aa6289a6e140 2351072 libdevel optional libfftw3-dev_3.3.10-0.1_amd64.deb
 438f8c665560313ca17473b693a38b14 460012 doc optional libfftw3-doc_3.3.10-0.1_all.deb
 36b91af0b6ccb2570fbc1e80fd64dd91 25140 debug optional libfftw3-double3-dbgsym_3.3.10-0.1_amd64.deb
 f71d7240986973169ac5bf9effc69b31 765344 libs optional libfftw3-double3_3.3.10-0.1_amd64.deb
 ce3410f174b99737b6b8f213c82a405c 17484 debug optional libfftw3-long3-dbgsym_3.3.10-0.1_amd64.deb
 b9f7753ccfc14943a42f4694f949765e 343380 libs optional libfftw3-long3_3.3.10-0.1_amd64.deb
 99c2f1f9fe40c7c6e344fa533b78c4c8 72192 libdevel optional libfftw3-mpi-dev_3.3.10-0.1_amd64.deb
 22ee84b341b4b8fbf82da8faeff0e8a9 9244 debug optional libfftw3-mpi3-dbgsym_3.3.10-0.1_amd64.deb
 4fd4b521145f97dde02402345612275e 70092 libs optional libfftw3-mpi3_3.3.10-0.1_amd64.deb
 fd942745f5253be140510780225974af 17796 debug optional libfftw3-quad3-dbgsym_3.3.10-0.1_amd64.deb
 ceb3e859334e66432ed9d332cbf2a980 750216 libs optional libfftw3-quad3_3.3.10-0.1_amd64.deb
 15e35c57216979f26bb0d7aed9526772 25440 debug optional libfftw3-single3-dbgsym_3.3.10-0.1_amd64.deb
 34374460b17aee7341b1e7c4df843c37 792044 libs optional libfftw3-single3_3.3.10-0.1_amd64.deb
/<<BUILDDIR>>/fftw3_3.3.10-0.1_amd64.changes.new could not be renamed to /<<BUILDDIR>>/fftw3_3.3.10-0.1_amd64.changes: Illegal seek
Distribution field may be wrong!!!
fftw3_3.3.10-0.1_source.changes:
--------------------------------

dpkg-genchanges: info: including full source code in upload
Format: 1.8
Date: Wed, 20 Apr 2022 17:56:06 +0200
Source: fftw3
Architecture: source
Version: 3.3.10-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Changed-By: Florian Ernst <florian at debian.org>
Changes:
 fftw3 (3.3.10-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream version 3.3.10
Checksums-Sha1:
 b5aaabf5a9aacf28b6f24fc4890fc55be255f320 1865 fftw3_3.3.10-0.1.dsc
 6abe7321c8c35ef52e56e299e66a9b967baf148a 4144100 fftw3_3.3.10.orig.tar.gz
 53352243ca77acd5ea2a0097f15916f1d83f0899 14252 fftw3_3.3.10-0.1.debian.tar.xz
 c44fee749aa64f064440112a04d60ab232b551aa 12648 fftw3_3.3.10-0.1_amd64.buildinfo
Checksums-Sha256:
 53b0894a6d5d9f1415c1b532b14a50809d2d4f9dea4c2613e914c1e4215a859e 1865 fftw3_3.3.10-0.1.dsc
 56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467 4144100 fftw3_3.3.10.orig.tar.gz
 a6079539a4922bf6295fe7305be89bc5ffa19dd6a5374b740c83eb6b63f180a4 14252 fftw3_3.3.10-0.1.debian.tar.xz
 b2d6110711bdfbb72c34a45370353ec120a252499ae659dbe529db142be4b654 12648 fftw3_3.3.10-0.1_amd64.buildinfo
Files:
 1d9787ad318306a063100299770f2b32 1865 libs optional fftw3_3.3.10-0.1.dsc
 8ccbf6a5ea78a16dbc3e1306e234cc5c 4144100 libs optional fftw3_3.3.10.orig.tar.gz
 9572ff3310642681d9abdb9e10ea20f3 14252 libs optional fftw3_3.3.10-0.1.debian.tar.xz
 e4b10b84533e8543ec196fcbf142d398 12648 libs optional fftw3_3.3.10-0.1_amd64.buildinfo
/<<BUILDDIR>>/fftw3_3.3.10-0.1_source.changes.new could not be renamed to /<<BUILDDIR>>/fftw3_3.3.10-0.1_source.changes: Illegal seek
Distribution field may be wrong!!!
+------------------------------------------------------------------------------+
| Buildinfo                                                                    |
+------------------------------------------------------------------------------+

Format: 1.0
Source: fftw3
Binary: libfftw3-bin libfftw3-bin-dbgsym libfftw3-dev libfftw3-doc libfftw3-double3 libfftw3-double3-dbgsym libfftw3-long3 libfftw3-long3-dbgsym libfftw3-mpi-dev libfftw3-mpi3 libfftw3-mpi3-dbgsym libfftw3-quad3 libfftw3-quad3-dbgsym libfftw3-single3 libfftw3-single3-dbgsym
Architecture: all amd64 source
Version: 3.3.10-0.1
Checksums-Md5:
 1d9787ad318306a063100299770f2b32 1865 fftw3_3.3.10-0.1.dsc
 c6fb4d1b537eedd54cedab6bb0caf131 6680 libfftw3-bin-dbgsym_3.3.10-0.1_amd64.deb
 57afd554c1a95fe660121e415e6ef52d 55776 libfftw3-bin_3.3.10-0.1_amd64.deb
 abef4469dc2d9bee6fc9aa6289a6e140 2351072 libfftw3-dev_3.3.10-0.1_amd64.deb
 438f8c665560313ca17473b693a38b14 460012 libfftw3-doc_3.3.10-0.1_all.deb
 36b91af0b6ccb2570fbc1e80fd64dd91 25140 libfftw3-double3-dbgsym_3.3.10-0.1_amd64.deb
 f71d7240986973169ac5bf9effc69b31 765344 libfftw3-double3_3.3.10-0.1_amd64.deb
 ce3410f174b99737b6b8f213c82a405c 17484 libfftw3-long3-dbgsym_3.3.10-0.1_amd64.deb
 b9f7753ccfc14943a42f4694f949765e 343380 libfftw3-long3_3.3.10-0.1_amd64.deb
 99c2f1f9fe40c7c6e344fa533b78c4c8 72192 libfftw3-mpi-dev_3.3.10-0.1_amd64.deb
 22ee84b341b4b8fbf82da8faeff0e8a9 9244 libfftw3-mpi3-dbgsym_3.3.10-0.1_amd64.deb
 4fd4b521145f97dde02402345612275e 70092 libfftw3-mpi3_3.3.10-0.1_amd64.deb
 fd942745f5253be140510780225974af 17796 libfftw3-quad3-dbgsym_3.3.10-0.1_amd64.deb
 ceb3e859334e66432ed9d332cbf2a980 750216 libfftw3-quad3_3.3.10-0.1_amd64.deb
 15e35c57216979f26bb0d7aed9526772 25440 libfftw3-single3-dbgsym_3.3.10-0.1_amd64.deb
 34374460b17aee7341b1e7c4df843c37 792044 libfftw3-single3_3.3.10-0.1_amd64.deb
Checksums-Sha1:
 b5aaabf5a9aacf28b6f24fc4890fc55be255f320 1865 fftw3_3.3.10-0.1.dsc
 5e00cc2ec548e022f9d735b74f9910e39000d442 6680 libfftw3-bin-dbgsym_3.3.10-0.1_amd64.deb
 9649457d15f564780ec6e83e73fa1faf3dc0cb1e 55776 libfftw3-bin_3.3.10-0.1_amd64.deb
 d12f60f6fc7eb6f40203717344a6444267bb9c10 2351072 libfftw3-dev_3.3.10-0.1_amd64.deb
 a52cd21b7f2a577e034dbb32460bf52a6fdea76b 460012 libfftw3-doc_3.3.10-0.1_all.deb
 1f1859c8cb58879dc210384f22570402e8edefb8 25140 libfftw3-double3-dbgsym_3.3.10-0.1_amd64.deb
 671ad711013b62a571834bd93bc91453edefdd08 765344 libfftw3-double3_3.3.10-0.1_amd64.deb
 bd9e54cce34ecf059f7f9a3f914745067a43ed8e 17484 libfftw3-long3-dbgsym_3.3.10-0.1_amd64.deb
 47ea5174725ababe6531f52e6a5b2fdee996c184 343380 libfftw3-long3_3.3.10-0.1_amd64.deb
 7e8423c00e440136553c1b76f38e08631ecee699 72192 libfftw3-mpi-dev_3.3.10-0.1_amd64.deb
 683d4d1e63a82426f4f04bb2f667f0feee8142b2 9244 libfftw3-mpi3-dbgsym_3.3.10-0.1_amd64.deb
 20b9a8f4992a0a89bf076bb3f383d35cf8c683fc 70092 libfftw3-mpi3_3.3.10-0.1_amd64.deb
 c04f7c1021902fecaeecdb324ea46380a1ae4bda 17796 libfftw3-quad3-dbgsym_3.3.10-0.1_amd64.deb
 ed33487b17733a03bd8a344a7e82936665dca261 750216 libfftw3-quad3_3.3.10-0.1_amd64.deb
 44d9d5b724c208bdb7edf94f1a5ab1cf47bfa03a 25440 libfftw3-single3-dbgsym_3.3.10-0.1_amd64.deb
 858f5d678589564bec2adb1ab82c564b6c7a98f1 792044 libfftw3-single3_3.3.10-0.1_amd64.deb
Checksums-Sha256:
 53b0894a6d5d9f1415c1b532b14a50809d2d4f9dea4c2613e914c1e4215a859e 1865 fftw3_3.3.10-0.1.dsc
 48c5e6824deea0710d18eaa09840ca65e84a6fe9312080faa9454cf3d2389ba5 6680 libfftw3-bin-dbgsym_3.3.10-0.1_amd64.deb
 24b23d0632c0f5e710b6a2a3a8078fbfa671cad9b5c74365ebd1df59535b2292 55776 libfftw3-bin_3.3.10-0.1_amd64.deb
 f093da78d6ba0d2203574f604594d7e459e56228379a8e80e24f848c5c1a6c82 2351072 libfftw3-dev_3.3.10-0.1_amd64.deb
 8e53256fa75e339adf8a612cc0ff554f6e1bc996e649a03d900973ab1abac579 460012 libfftw3-doc_3.3.10-0.1_all.deb
 690b0ac2c4a94fd82536f4164e6e2efa2754f4e3d3334a8b58ec721f36d0d614 25140 libfftw3-double3-dbgsym_3.3.10-0.1_amd64.deb
 f510b6aab16e53d35e97f88750d5de8df687e90d1828ac336248ac6f67b46b89 765344 libfftw3-double3_3.3.10-0.1_amd64.deb
 e9a6c5efa6ee644cd557012ad143f769c7920c9ccb4283b0b003930f3cb26c41 17484 libfftw3-long3-dbgsym_3.3.10-0.1_amd64.deb
 68d4c87064ab5f8f8be073124c6f40b7e82a17a6d06e229624ec15749629004f 343380 libfftw3-long3_3.3.10-0.1_amd64.deb
 f3196c159a993bf4b3d854394afd85eab9e30d4ee0b7b283a1dab70025d55ae0 72192 libfftw3-mpi-dev_3.3.10-0.1_amd64.deb
 d60bfd04695b0d4147d0aa14796edc81bb69cf20e0cf26a9edbc554ffe9fe896 9244 libfftw3-mpi3-dbgsym_3.3.10-0.1_amd64.deb
 c0be0f0dead9da3347c3f17e93e6c82d13f8b6143203db12221d22ef3165cf87 70092 libfftw3-mpi3_3.3.10-0.1_amd64.deb
 1d81c0a7c2c16f656f62a0278dfd5e6cc18c4583b5d39ae12c062d4b68767ebc 17796 libfftw3-quad3-dbgsym_3.3.10-0.1_amd64.deb
 1afd7604a822cc0b14222d1189732f4ba24a212850a537cc4d2759a2dff5866d 750216 libfftw3-quad3_3.3.10-0.1_amd64.deb
 9509990a14b788e4bcb7a62eee71a73447e95686394563c3788ae62de0b1ebac 25440 libfftw3-single3-dbgsym_3.3.10-0.1_amd64.deb
 60bbf1979c811bb72f26a6c91d9eefba9dc9a9af851e14c11a58f6f0248f8703 792044 libfftw3-single3_3.3.10-0.1_amd64.deb
Build-Origin: Debian
Build-Architecture: amd64
Build-Date: Wed, 20 Apr 2022 16:01:39 +0000
Build-Path: /<<PKGBUILDDIR>>
Installed-Build-Depends:
 adduser (= 3.121),
 autoconf (= 2.71-2),
 automake (= 1:1.16.5-1.3),
 autopoint (= 0.21-6),
 autotools-dev (= 20220109.1),
 base-files (= 12.2),
 base-passwd (= 3.5.52),
 bash (= 5.1-6),
 binutils (= 2.38-3),
 binutils-common (= 2.38-3),
 binutils-x86-64-linux-gnu (= 2.38-3),
 bsdextrautils (= 2.38-4),
 bsdutils (= 1:2.38-4),
 build-essential (= 12.9),
 bzip2 (= 1.0.8-5),
 chrpath (= 0.16-2+b1),
 coreutils (= 8.32-4.1),
 cpp (= 4:11.2.0-2),
 cpp-11 (= 11.2.0-20),
 dash (= 0.5.11+git20210903+057cd650a4ed-8),
 debconf (= 1.5.79),
 debhelper (= 13.7.1),
 debianutils (= 5.7-0.1),
 dh-autoreconf (= 20),
 dh-strip-nondeterminism (= 1.13.0-1),
 diffutils (= 1:3.7-5),
 dpkg (= 1.21.7),
 dpkg-dev (= 1.21.7),
 dwz (= 0.14-1),
 fig2dev (= 1:3.2.8b-2),
 file (= 1:5.41-3),
 findutils (= 4.9.0-3),
 fontconfig-config (= 2.13.1-4.4),
 fonts-dejavu-core (= 2.37-2),
 fonts-urw-base35 (= 20200910-1),
 g++ (= 4:11.2.0-2),
 g++-11 (= 11.2.0-20),
 gawk (= 1:5.1.0-1),
 gcc (= 4:11.2.0-2),
 gcc-11 (= 11.2.0-20),
 gcc-11-base (= 11.2.0-20),
 gcc-12-base (= 12-20220319-1),
 gettext (= 0.21-6),
 gettext-base (= 0.21-6),
 gfortran (= 4:11.2.0-2),
 gfortran-11 (= 11.2.0-20),
 ghostscript (= 9.56.0~dfsg-1),
 grep (= 3.7-1),
 groff-base (= 1.22.4-8),
 gzip (= 1.12-1),
 hostname (= 3.23),
 ibverbs-providers (= 39.0-1+b1),
 init-system-helpers (= 1.62),
 intltool-debian (= 0.35.0+20060710.5),
 libacl1 (= 2.3.1-1),
 libarchive-zip-perl (= 1.68-1),
 libasan6 (= 11.2.0-20),
 libatomic1 (= 12-20220319-1),
 libattr1 (= 1:2.5.1-1),
 libaudit-common (= 1:3.0.7-1),
 libaudit1 (= 1:3.0.7-1+b1),
 libavahi-client3 (= 0.8-5),
 libavahi-common-data (= 0.8-5),
 libavahi-common3 (= 0.8-5),
 libbinutils (= 2.38-3),
 libblkid1 (= 2.38-4),
 libbrotli1 (= 1.0.9-2+b3),
 libbsd0 (= 0.11.6-1),
 libbz2-1.0 (= 1.0.8-5),
 libc-bin (= 2.33-7),
 libc-dev-bin (= 2.33-7),
 libc6 (= 2.33-7),
 libc6-dev (= 2.33-7),
 libcap-ng0 (= 0.7.9-2.2+b2),
 libcap2 (= 1:2.44-1),
 libcbor0.8 (= 0.8.0-2),
 libcc1-0 (= 12-20220319-1),
 libcom-err2 (= 1.46.5-2),
 libcrypt-dev (= 1:4.4.27-1.1),
 libcrypt1 (= 1:4.4.27-1.1),
 libctf-nobfd0 (= 2.38-3),
 libctf0 (= 2.38-3),
 libcups2 (= 2.4.1op1-2),
 libcurl3-gnutls (= 7.82.0-2),
 libdb5.3 (= 5.3.28+dfsg1-0.8),
 libdbus-1-3 (= 1.14.0-1),
 libdebconfclient0 (= 0.262),
 libdebhelper-perl (= 13.7.1),
 libdeflate0 (= 1.10-2),
 libdpkg-perl (= 1.21.7),
 libedit2 (= 3.1-20210910-1),
 libelf1 (= 0.186-1),
 libevent-2.1-7 (= 2.1.12-stable-5),
 libevent-core-2.1-7 (= 2.1.12-stable-5),
 libevent-dev (= 2.1.12-stable-5),
 libevent-extra-2.1-7 (= 2.1.12-stable-5),
 libevent-openssl-2.1-7 (= 2.1.12-stable-5),
 libevent-pthreads-2.1-7 (= 2.1.12-stable-5),
 libexpat1 (= 2.4.8-1),
 libfabric1 (= 1.11.0-3),
 libffi8 (= 3.4.2-4),
 libfido2-1 (= 1.10.0-1),
 libfile-stripnondeterminism-perl (= 1.13.0-1),
 libfontconfig1 (= 2.13.1-4.4),
 libfreetype6 (= 2.11.1+dfsg-1),
 libgcc-11-dev (= 11.2.0-20),
 libgcc-s1 (= 12-20220319-1),
 libgcrypt20 (= 1.10.1-2),
 libgdbm-compat4 (= 1.23-1),
 libgdbm6 (= 1.23-1),
 libgfortran-11-dev (= 11.2.0-20),
 libgfortran5 (= 12-20220319-1),
 libgmp10 (= 2:6.2.1+dfsg-3),
 libgnutls30 (= 3.7.4-2),
 libgomp1 (= 12-20220319-1),
 libgpg-error0 (= 1.43-3),
 libgs9 (= 9.56.0~dfsg-1),
 libgs9-common (= 9.56.0~dfsg-1),
 libgssapi-krb5-2 (= 1.19.2-2+b1),
 libhogweed6 (= 3.7.3-1),
 libhwloc-dev (= 2.7.1-1),
 libhwloc-plugins (= 2.7.1-1),
 libhwloc15 (= 2.7.1-1),
 libibverbs-dev (= 39.0-1+b1),
 libibverbs1 (= 39.0-1+b1),
 libicu67 (= 67.1-7),
 libidn12 (= 1.38-4),
 libidn2-0 (= 2.3.2-2),
 libijs-0.35 (= 0.35-15),
 libisl23 (= 0.24-2),
 libitm1 (= 12-20220319-1),
 libjbig0 (= 2.1-3.1+b2),
 libjbig2dec0 (= 0.19-3),
 libjpeg62-turbo (= 1:2.1.2-1),
 libjs-jquery (= 3.6.0+dfsg+~3.5.13-1),
 libjs-jquery-ui (= 1.13.1+dfsg-1),
 libk5crypto3 (= 1.19.2-2+b1),
 libkeyutils1 (= 1.6.1-3),
 libkrb5-3 (= 1.19.2-2+b1),
 libkrb5support0 (= 1.19.2-2+b1),
 liblcms2-2 (= 2.12~rc1-2),
 libldap-2.5-0 (= 2.5.11+dfsg-1),
 liblsan0 (= 12-20220319-1),
 libltdl-dev (= 2.4.7-3),
 libltdl7 (= 2.4.7-3),
 liblz4-1 (= 1.9.3-2),
 liblzma5 (= 5.2.5-2.1),
 libmagic-mgc (= 1:5.41-3),
 libmagic1 (= 1:5.41-3),
 libmd0 (= 1.0.4-1),
 libmount1 (= 2.38-4),
 libmpc3 (= 1.2.1-2),
 libmpfr6 (= 4.1.0-3),
 libnetpbm11 (= 2:10.97.00-2),
 libnettle8 (= 3.7.3-1),
 libnghttp2-14 (= 1.43.0-1),
 libnl-3-200 (= 3.5.0-0.1),
 libnl-3-dev (= 3.5.0-0.1),
 libnl-route-3-200 (= 3.5.0-0.1),
 libnl-route-3-dev (= 3.5.0-0.1),
 libnsl-dev (= 1.3.0-2),
 libnsl2 (= 1.3.0-2),
 libnuma-dev (= 2.0.14-3),
 libnuma1 (= 2.0.14-3),
 libopenjp2-7 (= 2.4.0-6),
 libopenmpi-dev (= 4.1.3-2),
 libopenmpi3 (= 4.1.3-2),
 libp11-kit0 (= 0.24.1-1),
 libpam-modules (= 1.4.0-11),
 libpam-modules-bin (= 1.4.0-11),
 libpam-runtime (= 1.4.0-11),
 libpam0g (= 1.4.0-11),
 libpaper1 (= 1.1.28+b1),
 libpciaccess0 (= 0.16-3),
 libpcre2-8-0 (= 10.39-4),
 libpcre3 (= 2:8.39-14),
 libperl5.34 (= 5.34.0-4),
 libpipeline1 (= 1.5.5-1),
 libpmix-dev (= 4.1.2-2),
 libpmix2 (= 4.1.2-2),
 libpng16-16 (= 1.6.37-3),
 libpsl5 (= 0.21.0-1.2),
 libpsm-infinipath1 (= 3.3+20.604758e7-6.1),
 libpsm2-2 (= 11.2.185-1),
 libquadmath0 (= 12-20220319-1),
 librdmacm1 (= 39.0-1+b1),
 libreadline8 (= 8.1.2-1.2),
 librtmp1 (= 2.4+20151223.gitfa8646d.1-2+b2),
 libsasl2-2 (= 2.1.28+dfsg-4),
 libsasl2-modules-db (= 2.1.28+dfsg-4),
 libseccomp2 (= 2.5.3-2),
 libselinux1 (= 3.3-1+b2),
 libsemanage-common (= 3.3-1),
 libsemanage2 (= 3.3-1+b2),
 libsepol2 (= 3.3-1),
 libsigsegv2 (= 2.14-1),
 libsmartcols1 (= 2.38-4),
 libssh2-1 (= 1.10.0-3),
 libssl1.1 (= 1.1.1n-1),
 libstdc++-11-dev (= 11.2.0-20),
 libstdc++6 (= 12-20220319-1),
 libsub-override-perl (= 0.09-2),
 libsystemd0 (= 250.4-1),
 libtasn1-6 (= 4.18.0-4),
 libtext-unidecode-perl (= 1.30-1),
 libtiff5 (= 4.3.0-6),
 libtinfo6 (= 6.3-2),
 libtirpc-common (= 1.3.2-2),
 libtirpc-dev (= 1.3.2-2),
 libtirpc3 (= 1.3.2-2),
 libtool (= 2.4.7-3),
 libtsan0 (= 11.2.0-20),
 libubsan1 (= 12-20220319-1),
 libuchardet0 (= 0.0.7-1),
 libucx0 (= 1.12.1-1),
 libudev1 (= 250.4-1),
 libunistring2 (= 1.0-1),
 libuuid1 (= 2.38-4),
 libwebp7 (= 1.2.2-2+b1),
 libx11-6 (= 2:1.7.5-1),
 libx11-data (= 2:1.7.5-1),
 libxau6 (= 1:1.0.9-1),
 libxcb1 (= 1.14-3),
 libxdmcp6 (= 1:1.1.2-3),
 libxext6 (= 2:1.3.4-1),
 libxml-libxml-perl (= 2.0207+dfsg+really+2.0134-1),
 libxml-namespacesupport-perl (= 1.12-1.1),
 libxml-sax-base-perl (= 1.09-1.1),
 libxml-sax-perl (= 1.02+dfsg-3),
 libxml2 (= 2.9.13+dfsg-1),
 libxnvctrl0 (= 470.103.01-2),
 libzstd1 (= 1.5.2+dfsg-1),
 linux-libc-dev (= 5.17.3-1),
 login (= 1:4.11.1+dfsg1-2),
 lsb-base (= 11.1.0),
 m4 (= 1.4.18-5),
 make (= 4.3-4.1),
 man-db (= 2.10.2-1),
 mawk (= 1.3.4.20200120-3+b1),
 mpi-default-dev (= 1.14),
 ncurses-base (= 6.3-2),
 ncurses-bin (= 6.3-2),
 netpbm (= 2:10.97.00-2),
 ocl-icd-libopencl1 (= 2.2.14-3),
 openmpi-bin (= 4.1.3-2),
 openmpi-common (= 4.1.3-2),
 openssh-client (= 1:9.0p1-1),
 passwd (= 1:4.11.1+dfsg1-2),
 patch (= 2.7.6-7),
 perl (= 5.34.0-4),
 perl-base (= 5.34.0-4),
 perl-modules-5.34 (= 5.34.0-4),
 po-debconf (= 1.0.21+nmu1),
 poppler-data (= 0.4.11-1),
 readline-common (= 8.1.2-1.2),
 rpcsvc-proto (= 1.4.2-4),
 sed (= 4.8-1),
 sensible-utils (= 0.0.17),
 sysvinit-utils (= 3.03-1),
 tar (= 1.34+dfsg-1),
 tex-common (= 6.17),
 texinfo (= 6.8-4+b1),
 ucf (= 3.0043),
 util-linux (= 2.38-4),
 util-linux-extra (= 2.38-4),
 x11-common (= 1:7.7+23),
 xz-utils (= 5.2.5-2.1),
 zlib1g (= 1:1.2.11.dfsg-4),
 zlib1g-dev (= 1:1.2.11.dfsg-4)
Environment:
 DEB_BUILD_OPTIONS="parallel=9"
 LANG="en_US.UTF-8"
 LC_ALL="C.UTF-8"
 LC_COLLATE="C.UTF-8"
 LC_MEASUREMENT="de_DE.UTF-8"
 LC_MESSAGES="C"
 LC_MONETARY="de_DE.UTF-8"
 LC_NUMERIC="de_DE.UTF-8"
 LC_TIME="de_DE.UTF-8"
 LD_LIBRARY_PATH="/usr/lib/libeatmydata"
 SOURCE_DATE_EPOCH="1650470166"


+------------------------------------------------------------------------------+
| Package contents                                                             |
+------------------------------------------------------------------------------+


libfftw3-bin-dbgsym_3.3.10-0.1_amd64.deb
----------------------------------------

 new Debian package, version 2.0.
 size 6680 bytes: control archive=708 bytes.
     511 bytes,    12 lines      control              
     424 bytes,     4 lines      md5sums              
 Package: libfftw3-bin-dbgsym
 Source: fftw3
 Version: 3.3.10-0.1
 Auto-Built-Package: debug-symbols
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 61
 Depends: libfftw3-bin (= 3.3.10-0.1)
 Section: debug
 Priority: optional
 Description: debug symbols for libfftw3-bin
 Build-Ids: 51919a177518cc1e1c92c0ad1fe1b2ceeafe92b3 729ec1b05c9316939cf330466e5ad3fd3aa040e7 9d2519edf9ee161f369ff05f64791f8014675967 a9322f11d6e5a11d1fb27e2687554a60299488de

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/51/
-rw-r--r-- root/root     11768 2022-04-20 15:56 ./usr/lib/debug/.build-id/51/919a177518cc1e1c92c0ad1fe1b2ceeafe92b3.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/72/
-rw-r--r-- root/root     11768 2022-04-20 15:56 ./usr/lib/debug/.build-id/72/9ec1b05c9316939cf330466e5ad3fd3aa040e7.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/9d/
-rw-r--r-- root/root     11720 2022-04-20 15:56 ./usr/lib/debug/.build-id/9d/2519edf9ee161f369ff05f64791f8014675967.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/a9/
-rw-r--r-- root/root     11768 2022-04-20 15:56 ./usr/lib/debug/.build-id/a9/322f11d6e5a11d1fb27e2687554a60299488de.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-bin-dbgsym -> libfftw3-bin


libfftw3-bin_3.3.10-0.1_amd64.deb
---------------------------------

 new Debian package, version 2.0.
 size 55776 bytes: control archive=1052 bytes.
     629 bytes,    16 lines      control              
    1006 bytes,    15 lines      md5sums              
 Package: libfftw3-bin
 Source: fftw3
 Version: 3.3.10-0.1
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 264
 Depends: libc6 (>= 2.7), libfftw3-double3 (>= 3.3.10), libfftw3-long3 (>= 3.3.10), libfftw3-quad3 (>= 3.3.10), libfftw3-single3 (>= 3.3.10)
 Section: libs
 Priority: optional
 Multi-Arch: foreign
 Homepage: http://fftw.org
 Description: Library for computing Fast Fourier Transforms - Tools
  The FFTW library computes Fast Fourier Transforms (FFT) in one or more
  dimensions. It is extremely fast.
  .
  This package contains the wisdom management tools.

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/bin/
-rwxr-xr-x root/root     54008 2022-04-20 15:56 ./usr/bin/fftw-wisdom
-rwxr-xr-x root/root      2282 2022-04-20 15:56 ./usr/bin/fftw-wisdom-to-conf
-rwxr-xr-x root/root     54008 2022-04-20 15:56 ./usr/bin/fftwf-wisdom
-rwxr-xr-x root/root     54008 2022-04-20 15:56 ./usr/bin/fftwl-wisdom
-rwxr-xr-x root/root     54008 2022-04-20 15:56 ./usr/bin/fftwq-wisdom
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-bin/
-rw-r--r-- root/root     10046 2021-02-25 22:52 ./usr/share/doc/libfftw3-bin/NEWS.gz
-rw-r--r-- root/root      2122 2020-12-10 12:02 ./usr/share/doc/libfftw3-bin/README
-rw-r--r-- root/root      2940 2022-04-20 15:53 ./usr/share/doc/libfftw3-bin/README.Debian
-rw-r--r-- root/root      7537 2022-04-20 15:56 ./usr/share/doc/libfftw3-bin/changelog.Debian.gz
-rw-r--r-- root/root      1195 2022-04-20 15:53 ./usr/share/doc/libfftw3-bin/copyright
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/man/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/man/man1/
-rw-r--r-- root/root      1737 2022-04-20 15:56 ./usr/share/man/man1/fftw-wisdom-to-conf.1.gz
-rw-r--r-- root/root      3040 2022-04-20 15:56 ./usr/share/man/man1/fftw-wisdom.1.gz
-rw-r--r-- root/root      3043 2022-04-20 15:56 ./usr/share/man/man1/fftwf-wisdom.1.gz
-rw-r--r-- root/root      3043 2022-04-20 15:56 ./usr/share/man/man1/fftwl-wisdom.1.gz
-rw-r--r-- root/root      3044 2022-04-20 15:56 ./usr/share/man/man1/fftwq-wisdom.1.gz


libfftw3-dev_3.3.10-0.1_amd64.deb
---------------------------------

 new Debian package, version 2.0.
 size 2351072 bytes: control archive=1384 bytes.
     820 bytes,    19 lines      control              
    1854 bytes,    26 lines      md5sums              
 Package: libfftw3-dev
 Source: fftw3
 Version: 3.3.10-0.1
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 16039
 Depends: libfftw3-bin (= 3.3.10-0.1), libfftw3-double3 (= 3.3.10-0.1), libfftw3-long3 (= 3.3.10-0.1), libfftw3-quad3 (= 3.3.10-0.1), libfftw3-single3 (= 3.3.10-0.1)
 Suggests: libfftw3-doc
 Section: libdevel
 Priority: optional
 Multi-Arch: same
 Homepage: http://fftw.org
 Description: Library for computing Fast Fourier Transforms - development
  The FFTW library computes Fast Fourier Transforms (FFT) in one or more
  dimensions. It is extremely fast. This package contains the statically linked
  library, header files and test programs.
  .
  This package contains the header files and static libraries.
  For documentation, see libfftw3-doc.

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/include/
-rw-r--r-- root/root      2447 2022-04-20 15:56 ./usr/include/fftw3.f
-rw-r--r-- root/root     55032 2022-04-20 15:56 ./usr/include/fftw3.f03
-rw-r--r-- root/root     31986 2022-04-20 15:56 ./usr/include/fftw3.h
-rw-r--r-- root/root     27203 2022-04-20 15:56 ./usr/include/fftw3l.f03
-rw-r--r-- root/root     25902 2022-04-20 15:56 ./usr/include/fftw3q.f03
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root   4318922 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3.so -> libfftw3.so.3.6.10
-rw-r--r-- root/root     41318 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_omp.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_omp.so -> libfftw3_omp.so.3.6.10
-rw-r--r-- root/root     46178 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_threads.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_threads.so -> libfftw3_threads.so.3.6.10
-rw-r--r-- root/root   4363896 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f.so -> libfftw3f.so.3.6.10
-rw-r--r-- root/root     41464 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_omp.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_omp.so -> libfftw3f_omp.so.3.6.10
-rw-r--r-- root/root     46334 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_threads.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_threads.so -> libfftw3f_threads.so.3.6.10
-rw-r--r-- root/root   2036290 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l.so -> libfftw3l.so.3.6.10
-rw-r--r-- root/root     41448 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_omp.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_omp.so -> libfftw3l_omp.so.3.6.10
-rw-r--r-- root/root     46302 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_threads.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_threads.so -> libfftw3l_threads.so.3.6.10
-rw-r--r-- root/root   5148062 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q.so -> libfftw3q.so.3.6.10
-rw-r--r-- root/root     41448 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q_omp.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q_omp.so -> libfftw3q_omp.so.3.6.10
-rw-r--r-- root/root     46302 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q_threads.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q_threads.so -> libfftw3q_threads.so.3.6.10
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/pkgconfig/
-rw-r--r-- root/root       242 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/pkgconfig/fftw3.pc
-rw-r--r-- root/root       243 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/pkgconfig/fftw3f.pc
-rw-r--r-- root/root       243 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/pkgconfig/fftw3l.pc
-rw-r--r-- root/root       253 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/pkgconfig/fftw3q.pc
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/
-rw-r--r-- root/root     10046 2021-02-25 22:52 ./usr/share/doc/libfftw3-dev/NEWS.gz
-rw-r--r-- root/root      2122 2020-12-10 12:02 ./usr/share/doc/libfftw3-dev/README
-rw-r--r-- root/root      2940 2022-04-20 15:53 ./usr/share/doc/libfftw3-dev/README.Debian
-rw-r--r-- root/root      7537 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/changelog.Debian.gz
-rw-r--r-- root/root      1195 2022-04-20 15:53 ./usr/share/doc/libfftw3-dev/copyright


libfftw3-doc_3.3.10-0.1_all.deb
-------------------------------

 new Debian package, version 2.0.
 size 460012 bytes: control archive=4888 bytes.
     498 bytes,    15 lines      control              
   13815 bytes,   145 lines      md5sums              
 Package: libfftw3-doc
 Source: fftw3
 Version: 3.3.10-0.1
 Architecture: all
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 1415
 Suggests: libfftw3-dev
 Section: doc
 Priority: optional
 Multi-Arch: foreign
 Homepage: http://fftw.org
 Description: Documentation for fftw version 3
  The FFTW library computes Fast Fourier Transforms (FFT) in one or more
  dimensions. It is extremely fast. This package contains the documentation for
  the fftw3 library.

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc-base/
-rw-r--r-- root/root       606 2022-04-20 15:53 ./usr/share/doc-base/libfftw3-doc.fftw3-faq
-rw-r--r-- root/root       530 2022-04-20 15:53 ./usr/share/doc-base/libfftw3-doc.fftw3-manual
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/
-rw-r--r-- root/root     11273 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/fftw-faq.ascii.gz
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/fftw-faq.html/
-rw-r--r-- root/root      7468 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/fftw-faq.html/index.html
-rw-r--r-- root/root      3641 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/fftw-faq.html/section1.html
-rw-r--r-- root/root     13764 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/fftw-faq.html/section2.html
-rw-r--r-- root/root     14855 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/fftw-faq.html/section3.html
-rw-r--r-- root/root      2852 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/fftw-faq.html/section4.html
-rw-r--r-- root/root      5885 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/fftw-faq.html/section5.html
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/
-rw-r--r-- root/root      4129 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/1d-Discrete-Hartley-Transforms-_0028DHTs_0029.html
-rw-r--r-- root/root      8373 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/1d-Real_002deven-DFTs-_0028DCTs_0029.html
-rw-r--r-- root/root      8091 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/1d-Real_002dodd-DFTs-_0028DSTs_0029.html
-rw-r--r-- root/root      8893 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/2d-MPI-example.html
-rw-r--r-- root/root      6224 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/64_002dbit-Guru-Interface.html
-rw-r--r-- root/root      4493 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Accessing-the-wisdom-API-from-Fortran.html
-rw-r--r-- root/root      7578 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Acknowledgments.html
-rw-r--r-- root/root      8772 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Advanced-Complex-DFTs.html
-rw-r--r-- root/root      4112 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Advanced-Interface.html
-rw-r--r-- root/root      6449 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Advanced-Real_002ddata-DFTs.html
-rw-r--r-- root/root      4377 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Advanced-Real_002dto_002dreal-Transforms.html
-rw-r--r-- root/root      4987 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Advanced-distributed_002dtranspose-interface.html
-rw-r--r-- root/root      7841 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Allocating-aligned-memory-in-Fortran.html
-rw-r--r-- root/root      5566 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/An-improved-replacement-for-MPI_005fAlltoall.html
-rw-r--r-- root/root      4604 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Avoiding-MPI-Deadlocks.html
-rw-r--r-- root/root      4435 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Basic-Interface.html
-rw-r--r-- root/root      9229 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Basic-and-advanced-distribution-interfaces.html
-rw-r--r-- root/root      6574 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Basic-distributed_002dtranspose-interface.html
-rw-r--r-- root/root      5245 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Calling-FFTW-from-Legacy-Fortran.html
-rw-r--r-- root/root      5167 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Calling-FFTW-from-Modern-Fortran.html
-rw-r--r-- root/root      5927 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Caveats-in-Using-Wisdom.html
-rw-r--r-- root/root      4486 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Column_002dmajor-Format.html
-rw-r--r-- root/root      7640 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Combining-MPI-and-Threads.html
-rw-r--r-- root/root      8687 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Complex-DFTs.html
-rw-r--r-- root/root      8239 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Complex-Multi_002dDimensional-DFTs.html
-rw-r--r-- root/root     11411 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Complex-One_002dDimensional-DFTs.html
-rw-r--r-- root/root      5378 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Complex-numbers.html
-rw-r--r-- root/root     79904 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Concept-Index.html
-rw-r--r-- root/root      5694 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Cycle-Counters.html
-rw-r--r-- root/root      3728 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Data-Types-and-Files.html
-rw-r--r-- root/root      4283 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Defining-an-FFTW-module.html
-rw-r--r-- root/root      7251 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Distributed_002dmemory-FFTW-with-MPI.html
-rw-r--r-- root/root      5212 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Dynamic-Arrays-in-C.html
-rw-r--r-- root/root      4917 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Dynamic-Arrays-in-C_002dThe-Wrong-Way.html
-rw-r--r-- root/root      4963 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Extended-and-quadruple-precision-in-Fortran.html
-rw-r--r-- root/root      4565 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/FFTW-Constants-in-Fortran.html
-rw-r--r-- root/root      6856 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/FFTW-Execution-in-Fortran.html
-rw-r--r-- root/root     10370 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/FFTW-Fortran-type-reference.html
-rw-r--r-- root/root     11296 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/FFTW-MPI-Fortran-Interface.html
-rw-r--r-- root/root      5321 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/FFTW-MPI-Installation.html
-rw-r--r-- root/root      4939 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/FFTW-MPI-Performance-Tips.html
-rw-r--r-- root/root      4160 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/FFTW-MPI-Reference.html
-rw-r--r-- root/root      4391 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/FFTW-MPI-Transposes.html
-rw-r--r-- root/root      8095 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/FFTW-MPI-Wisdom.html
-rw-r--r-- root/root      4023 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/FFTW-Reference.html
-rw-r--r-- root/root      4796 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Fixed_002dsize-Arrays-in-C.html
-rw-r--r-- root/root      3527 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Forgetting-Wisdom.html
-rw-r--r-- root/root      8270 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Fortran-Examples.html
-rw-r--r-- root/root      8698 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Fortran_002dinterface-routines.html
-rw-r--r-- root/root      5795 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Generating-your-own-code.html
-rw-r--r-- root/root      7109 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Guru-Complex-DFTs.html
-rw-r--r-- root/root      4527 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Guru-Interface.html
-rw-r--r-- root/root      7296 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Guru-Real_002ddata-DFTs.html
-rw-r--r-- root/root      4859 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Guru-Real_002dto_002dreal-Transforms.html
-rw-r--r-- root/root      7018 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Guru-vector-and-transform-sizes.html
-rw-r--r-- root/root      4276 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/How-Many-Threads-to-Use_003f.html
-rw-r--r-- root/root      5293 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Installation-and-Customization.html
-rw-r--r-- root/root      5354 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Installation-and-Supported-Hardware_002fSoftware.html
-rw-r--r-- root/root     13539 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Installation-on-Unix.html
-rw-r--r-- root/root      6261 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Installation-on-non_002dUnix-systems.html
-rw-r--r-- root/root      4301 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Interleaved-and-split-arrays.html
-rw-r--r-- root/root     11092 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Introduction.html
-rw-r--r-- root/root     92228 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Library-Index.html
-rw-r--r-- root/root      5386 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/License-and-Copyright.html
-rw-r--r-- root/root      4913 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Linking-and-Initializing-MPI-FFTW.html
-rw-r--r-- root/root      5086 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Load-balancing.html
-rw-r--r-- root/root     10628 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/MPI-Data-Distribution-Functions.html
-rw-r--r-- root/root      7152 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/MPI-Data-Distribution.html
-rw-r--r-- root/root      4342 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/MPI-Files-and-Data-Types.html
-rw-r--r-- root/root      4662 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/MPI-Initialization.html
-rw-r--r-- root/root     18251 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/MPI-Plan-Creation.html
-rw-r--r-- root/root      4142 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/MPI-Wisdom-Communication.html
-rw-r--r-- root/root      5126 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Memory-Allocation.html
-rw-r--r-- root/root      7667 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/More-DFTs-of-Real-Data.html
-rw-r--r-- root/root      8802 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Multi_002dDimensional-DFTs-of-Real-Data.html
-rw-r--r-- root/root      4189 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Multi_002ddimensional-Array-Format.html
-rw-r--r-- root/root     10065 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Multi_002ddimensional-MPI-DFTs-of-Real-Data.html
-rw-r--r-- root/root      6725 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Multi_002ddimensional-Transforms.html
-rw-r--r-- root/root      5001 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Multi_002dthreaded-FFTW.html
-rw-r--r-- root/root      8923 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/New_002darray-Execute-Functions.html
-rw-r--r-- root/root      9357 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/One_002dDimensional-DFTs-of-Real-Data.html
-rw-r--r-- root/root      6414 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/One_002ddimensional-distributions.html
-rw-r--r-- root/root      3612 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Other-Important-Topics.html
-rw-r--r-- root/root      5870 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Other-Multi_002ddimensional-Real_002ddata-MPI-Transforms.html
-rw-r--r-- root/root      8566 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Overview-of-Fortran-interface.html
-rw-r--r-- root/root      7336 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Plan-execution-in-Fortran.html
-rw-r--r-- root/root     10242 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Planner-Flags.html
-rw-r--r-- root/root      5145 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Precision.html
-rw-r--r-- root/root     12979 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Real-even_002fodd-DFTs-_0028cosine_002fsine-transforms_0029.html
-rw-r--r-- root/root      6497 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Real_002ddata-DFT-Array-Format.html
-rw-r--r-- root/root      9927 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Real_002ddata-DFTs.html
-rw-r--r-- root/root      7283 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Real_002dto_002dReal-Transform-Kinds.html
-rw-r--r-- root/root      8843 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Real_002dto_002dReal-Transforms.html
-rw-r--r-- root/root      8486 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Reversing-array-dimensions.html
-rw-r--r-- root/root      5331 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Row_002dmajor-Format.html
-rw-r--r-- root/root      6551 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/SIMD-alignment-and-fftw_005fmalloc.html
-rw-r--r-- root/root      5013 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/The-1d-Discrete-Fourier-Transform-_0028DFT_0029.html
-rw-r--r-- root/root      6038 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/The-1d-Real_002ddata-DFT.html
-rw-r--r-- root/root      6485 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/The-Discrete-Hartley-Transform.html
-rw-r--r-- root/root      7214 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/The-Halfcomplex_002dformat-DFT.html
-rw-r--r-- root/root      7032 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Thread-safety.html
-rw-r--r-- root/root      8554 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Transposed-distributions.html
-rw-r--r-- root/root      5073 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Tutorial.html
-rw-r--r-- root/root     15459 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Upgrading-from-FFTW-version-2.html
-rw-r--r-- root/root      9715 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Usage-of-Multi_002dthreaded-FFTW.html
-rw-r--r-- root/root      6159 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Using-MPI-Plans.html
-rw-r--r-- root/root      8539 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Using-Plans.html
-rw-r--r-- root/root      4211 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/What-FFTW-Really-Computes.html
-rw-r--r-- root/root      5848 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Wisdom-Export.html
-rw-r--r-- root/root      5406 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Wisdom-File-Export_002fImport-from-Fortran.html
-rw-r--r-- root/root      6326 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Wisdom-Generic-Export_002fImport-from-Fortran.html
-rw-r--r-- root/root      6140 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Wisdom-Import.html
-rw-r--r-- root/root      5769 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Wisdom-String-Export_002fImport-from-Fortran.html
-rw-r--r-- root/root      4545 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Wisdom-Utilities.html
-rw-r--r-- root/root      5163 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Wisdom-of-Fortran_003f.html
-rw-r--r-- root/root      3769 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Wisdom.html
-rw-r--r-- root/root      7131 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/Words-of-Wisdom_002dSaving-Plans.html
-rw-r--r-- root/root      1090 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-dft.png
-rw-r--r-- root/root      1738 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-dht.png
-rw-r--r-- root/root      1079 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-idft.png
-rw-r--r-- root/root      1800 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-redft00.png
-rw-r--r-- root/root      1534 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-redft01.png
-rw-r--r-- root/root      1455 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-redft10.png
-rw-r--r-- root/root      1579 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-redft11.png
-rw-r--r-- root/root      1616 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-rodft00.png
-rw-r--r-- root/root      1897 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-rodft01.png
-rw-r--r-- root/root      1587 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-rodft10.png
-rw-r--r-- root/root      1644 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/equation-rodft11.png
-rw-r--r-- root/root     19760 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/index.html
-rw-r--r-- root/root      4675 2022-04-20 15:56 ./usr/share/doc/libfftw3-dev/html/rfftwnd-for-html.png
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-doc/
-rw-r--r-- root/root      7537 2022-04-20 15:56 ./usr/share/doc/libfftw3-doc/changelog.Debian.gz
-rw-r--r-- root/root    203943 2021-09-14 14:43 ./usr/share/doc/libfftw3-doc/changelog.gz
-rw-r--r-- root/root      1195 2022-04-20 15:53 ./usr/share/doc/libfftw3-doc/copyright
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/info/
-rw-r--r-- root/root     84720 2022-04-20 15:56 ./usr/share/info/fftw3.info-1.gz
-rw-r--r-- root/root      7750 2022-04-20 15:56 ./usr/share/info/fftw3.info-2.gz
-rw-r--r-- root/root      2427 2022-04-20 15:56 ./usr/share/info/fftw3.info.gz


libfftw3-double3-dbgsym_3.3.10-0.1_amd64.deb
--------------------------------------------

 new Debian package, version 2.0.
 size 25140 bytes: control archive=672 bytes.
     500 bytes,    13 lines      control              
     318 bytes,     3 lines      md5sums              
 Package: libfftw3-double3-dbgsym
 Source: fftw3
 Version: 3.3.10-0.1
 Auto-Built-Package: debug-symbols
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 162
 Depends: libfftw3-double3 (= 3.3.10-0.1)
 Section: debug
 Priority: optional
 Multi-Arch: same
 Description: debug symbols for libfftw3-double3
 Build-Ids: 7e8841910de612e8deb4f6c0a3662d2d427e14f8 98abb4f8186ed397fc12189a6d127f685a9d9c4a c0dc26ac2b7193187260a93a4b1cc10452f304ef

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/7e/
-rw-r--r-- root/root      9248 2022-04-20 15:56 ./usr/lib/debug/.build-id/7e/8841910de612e8deb4f6c0a3662d2d427e14f8.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/98/
-rw-r--r-- root/root      8528 2022-04-20 15:56 ./usr/lib/debug/.build-id/98/abb4f8186ed397fc12189a6d127f685a9d9c4a.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/c0/
-rw-r--r-- root/root    133560 2022-04-20 15:56 ./usr/lib/debug/.build-id/c0/dc26ac2b7193187260a93a4b1cc10452f304ef.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-double3-dbgsym -> libfftw3-double3


libfftw3-double3_3.3.10-0.1_amd64.deb
-------------------------------------

 new Debian package, version 2.0.
 size 765344 bytes: control archive=1092 bytes.
     727 bytes,    19 lines      control              
     630 bytes,     8 lines      md5sums              
     132 bytes,     3 lines      shlibs               
      67 bytes,     2 lines      triggers             
 Package: libfftw3-double3
 Source: fftw3
 Version: 3.3.10-0.1
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 2261
 Depends: libc6 (>= 2.29), libgomp1 (>= 4.9)
 Suggests: libfftw3-bin, libfftw3-dev
 Section: libs
 Priority: optional
 Multi-Arch: same
 Homepage: http://fftw.org
 Description: Library for computing Fast Fourier Transforms - Double precision
  The FFTW library computes Fast Fourier Transforms (FFT) in one or more
  dimensions. It is extremely fast. This package contains the shared library
  for double precision transforms.
  .
  To get the static library and the header files, you need to install
  libfftw3-dev. For documentation, see libfftw3-doc.

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3.so.3 -> libfftw3.so.3.6.10
-rw-r--r-- root/root   2211736 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3.so.3.6.10
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_omp.so.3 -> libfftw3_omp.so.3.6.10
-rw-r--r-- root/root     31088 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_omp.so.3.6.10
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_threads.so.3 -> libfftw3_threads.so.3.6.10
-rw-r--r-- root/root     31184 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_threads.so.3.6.10
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-double3/
-rw-r--r-- root/root     10046 2021-02-25 22:52 ./usr/share/doc/libfftw3-double3/NEWS.gz
-rw-r--r-- root/root      2122 2020-12-10 12:02 ./usr/share/doc/libfftw3-double3/README
-rw-r--r-- root/root      2940 2022-04-20 15:53 ./usr/share/doc/libfftw3-double3/README.Debian
-rw-r--r-- root/root      7537 2022-04-20 15:56 ./usr/share/doc/libfftw3-double3/changelog.Debian.gz
-rw-r--r-- root/root      1195 2022-04-20 15:53 ./usr/share/doc/libfftw3-double3/copyright


libfftw3-long3-dbgsym_3.3.10-0.1_amd64.deb
------------------------------------------

 new Debian package, version 2.0.
 size 17484 bytes: control archive=668 bytes.
     494 bytes,    13 lines      control              
     318 bytes,     3 lines      md5sums              
 Package: libfftw3-long3-dbgsym
 Source: fftw3
 Version: 3.3.10-0.1
 Auto-Built-Package: debug-symbols
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 106
 Depends: libfftw3-long3 (= 3.3.10-0.1)
 Section: debug
 Priority: optional
 Multi-Arch: same
 Description: debug symbols for libfftw3-long3
 Build-Ids: 061d6e8d6bd7a8e954015850c0483a4e4818e56f cfc0c1fff930f5f5f4b3023b24876c896b9fff52 d93a227196689e36b4d534e3ab5310f050418b6f

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/06/
-rw-r--r-- root/root      8584 2022-04-20 15:56 ./usr/lib/debug/.build-id/06/1d6e8d6bd7a8e954015850c0483a4e4818e56f.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/cf/
-rw-r--r-- root/root      9304 2022-04-20 15:56 ./usr/lib/debug/.build-id/cf/c0c1fff930f5f5f4b3023b24876c896b9fff52.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/d9/
-rw-r--r-- root/root     75864 2022-04-20 15:56 ./usr/lib/debug/.build-id/d9/3a227196689e36b4d534e3ab5310f050418b6f.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-long3-dbgsym -> libfftw3-long3


libfftw3-long3_3.3.10-0.1_amd64.deb
-----------------------------------

 new Debian package, version 2.0.
 size 343380 bytes: control archive=1096 bytes.
     728 bytes,    19 lines      control              
     623 bytes,     8 lines      md5sums              
     129 bytes,     3 lines      shlibs               
      67 bytes,     2 lines      triggers             
 Package: libfftw3-long3
 Source: fftw3
 Version: 3.3.10-0.1
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 1081
 Depends: libc6 (>= 2.29), libgomp1 (>= 4.9)
 Suggests: libfftw3-bin, libfftw3-dev
 Section: libs
 Priority: optional
 Multi-Arch: same
 Homepage: http://fftw.org
 Description: Library for computing Fast Fourier Transforms - Long precision
  The FFTW library computes Fast Fourier Transforms (FFT) in one or more
  dimensions. It is extremely fast. This package contains the shared library
  for long double precision transforms.
  .
  To get the static library and the header files, you need to install
  libfftw3-dev. For documentation, see libfftw3-doc.

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l.so.3 -> libfftw3l.so.3.6.10
-rw-r--r-- root/root   1003360 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l.so.3.6.10
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_omp.so.3 -> libfftw3l_omp.so.3.6.10
-rw-r--r-- root/root     31088 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_omp.so.3.6.10
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_threads.so.3 -> libfftw3l_threads.so.3.6.10
-rw-r--r-- root/root     31184 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_threads.so.3.6.10
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-long3/
-rw-r--r-- root/root     10046 2021-02-25 22:52 ./usr/share/doc/libfftw3-long3/NEWS.gz
-rw-r--r-- root/root      2122 2020-12-10 12:02 ./usr/share/doc/libfftw3-long3/README
-rw-r--r-- root/root      2940 2022-04-20 15:53 ./usr/share/doc/libfftw3-long3/README.Debian
-rw-r--r-- root/root      7537 2022-04-20 15:56 ./usr/share/doc/libfftw3-long3/changelog.Debian.gz
-rw-r--r-- root/root      1195 2022-04-20 15:53 ./usr/share/doc/libfftw3-long3/copyright


libfftw3-mpi-dev_3.3.10-0.1_amd64.deb
-------------------------------------

 new Debian package, version 2.0.
 size 72192 bytes: control archive=1024 bytes.
     721 bytes,    19 lines      control              
     787 bytes,    11 lines      md5sums              
 Package: libfftw3-mpi-dev
 Source: fftw3
 Version: 3.3.10-0.1
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 669
 Depends: libfftw3-mpi3 (= 3.3.10-0.1)
 Suggests: libfftw3-doc
 Section: libdevel
 Priority: optional
 Multi-Arch: same
 Homepage: http://fftw.org
 Description: MPI Library for computing Fast Fourier Transforms - development
  The FFTW library computes Fast Fourier Transforms (FFT) in one or more
  dimensions. It is extremely fast. This package contains the statically linked
  library, header files and test programs.
  .
  This package contains the header files and static libraries for the
  mpi libraries. For documentation, see libfftw3-doc.

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/include/
-rw-r--r-- root/root     36969 2022-04-20 15:56 ./usr/include/fftw3-mpi.f03
-rw-r--r-- root/root      9624 2022-04-20 15:56 ./usr/include/fftw3-mpi.h
-rw-r--r-- root/root     18678 2022-04-20 15:56 ./usr/include/fftw3l-mpi.f03
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root    192208 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_mpi.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_mpi.so -> libfftw3_mpi.so.3.6.10
-rw-r--r-- root/root    192820 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_mpi.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so -> libfftw3f_mpi.so.3.6.10
-rw-r--r-- root/root    192188 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_mpi.a
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so -> libfftw3l_mpi.so.3.6.10
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-mpi-dev/
-rw-r--r-- root/root     10046 2021-02-25 22:52 ./usr/share/doc/libfftw3-mpi-dev/NEWS.gz
-rw-r--r-- root/root      2122 2020-12-10 12:02 ./usr/share/doc/libfftw3-mpi-dev/README
-rw-r--r-- root/root      2940 2022-04-20 15:53 ./usr/share/doc/libfftw3-mpi-dev/README.Debian
-rw-r--r-- root/root      7537 2022-04-20 15:56 ./usr/share/doc/libfftw3-mpi-dev/changelog.Debian.gz
-rw-r--r-- root/root      1195 2022-04-20 15:53 ./usr/share/doc/libfftw3-mpi-dev/copyright


libfftw3-mpi3-dbgsym_3.3.10-0.1_amd64.deb
-----------------------------------------

 new Debian package, version 2.0.
 size 9244 bytes: control archive=668 bytes.
     490 bytes,    13 lines      control              
     318 bytes,     3 lines      md5sums              
 Package: libfftw3-mpi3-dbgsym
 Source: fftw3
 Version: 3.3.10-0.1
 Auto-Built-Package: debug-symbols
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 66
 Depends: libfftw3-mpi3 (= 3.3.10-0.1)
 Section: debug
 Priority: optional
 Multi-Arch: same
 Description: debug symbols for libfftw3-mpi3
 Build-Ids: 364debbe355125f3e5c31b1c83731417b12adf2a 5341cb17015e1e91082439e5d339d4817a7ed7e3 bc3f75d58ea5a9dc01fd40a6357d95c06ef6aee7

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/36/
-rw-r--r-- root/root     17984 2022-04-20 15:56 ./usr/lib/debug/.build-id/36/4debbe355125f3e5c31b1c83731417b12adf2a.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/53/
-rw-r--r-- root/root     18128 2022-04-20 15:56 ./usr/lib/debug/.build-id/53/41cb17015e1e91082439e5d339d4817a7ed7e3.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/bc/
-rw-r--r-- root/root     18200 2022-04-20 15:56 ./usr/lib/debug/.build-id/bc/3f75d58ea5a9dc01fd40a6357d95c06ef6aee7.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-mpi3-dbgsym -> libfftw3-mpi3


libfftw3-mpi3_3.3.10-0.1_amd64.deb
----------------------------------

 new Debian package, version 2.0.
 size 70092 bytes: control archive=1168 bytes.
     954 bytes,    21 lines      control              
     617 bytes,     8 lines      md5sums              
     125 bytes,     3 lines      shlibs               
      67 bytes,     2 lines      triggers             
 Package: libfftw3-mpi3
 Source: fftw3
 Version: 3.3.10-0.1
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 323
 Depends: libc6 (>= 2.14), libfftw3-double3 (>= 3.3.10), libfftw3-long3 (>= 3.3.10), libfftw3-single3 (>= 3.3.10), libopenmpi3 (>= 4.1.3)
 Suggests: libfftw3-mpi-dev
 Section: libs
 Priority: optional
 Multi-Arch: same
 Homepage: http://fftw.org
 Description: MPI Library for computing Fast Fourier Transforms
  The FFTW library computes Fast Fourier Transforms (FFT) in one or more
  dimensions. It is extremely fast. This package contains the shared library
  versions of the fftw libraries in single, double and long double precisions.
  Note that on some architectures double is the same as long double in which
  case there is no long double library.
  .
  To get the static library and the header files, you need to install
  libfftw3-mpi-dev. For documentation, see libfftw3-doc.

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3 -> libfftw3_mpi.so.3.6.10
-rw-r--r-- root/root     97368 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3.6.10
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so.3 -> libfftw3f_mpi.so.3.6.10
-rw-r--r-- root/root     97368 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so.3.6.10
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so.3 -> libfftw3l_mpi.so.3.6.10
-rw-r--r-- root/root     93256 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so.3.6.10
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-mpi3/
-rw-r--r-- root/root     10046 2021-02-25 22:52 ./usr/share/doc/libfftw3-mpi3/NEWS.gz
-rw-r--r-- root/root      2122 2020-12-10 12:02 ./usr/share/doc/libfftw3-mpi3/README
-rw-r--r-- root/root      2940 2022-04-20 15:53 ./usr/share/doc/libfftw3-mpi3/README.Debian
-rw-r--r-- root/root      7537 2022-04-20 15:56 ./usr/share/doc/libfftw3-mpi3/changelog.Debian.gz
-rw-r--r-- root/root      1195 2022-04-20 15:53 ./usr/share/doc/libfftw3-mpi3/copyright


libfftw3-quad3-dbgsym_3.3.10-0.1_amd64.deb
------------------------------------------

 new Debian package, version 2.0.
 size 17796 bytes: control archive=668 bytes.
     494 bytes,    13 lines      control              
     318 bytes,     3 lines      md5sums              
 Package: libfftw3-quad3-dbgsym
 Source: fftw3
 Version: 3.3.10-0.1
 Auto-Built-Package: debug-symbols
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 106
 Depends: libfftw3-quad3 (= 3.3.10-0.1)
 Section: debug
 Priority: optional
 Multi-Arch: same
 Description: debug symbols for libfftw3-quad3
 Build-Ids: 4507cb4bb00a680ba7aa9eafdcf7ce0d3d3f7721 8dcab2692e5deb12d740028ac4f92834e50954c9 fa843ee29cd5392de8094bb675b9fc8611ff0c95

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/45/
-rw-r--r-- root/root      9304 2022-04-20 15:56 ./usr/lib/debug/.build-id/45/07cb4bb00a680ba7aa9eafdcf7ce0d3d3f7721.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/8d/
-rw-r--r-- root/root      8584 2022-04-20 15:56 ./usr/lib/debug/.build-id/8d/cab2692e5deb12d740028ac4f92834e50954c9.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/fa/
-rw-r--r-- root/root     76240 2022-04-20 15:56 ./usr/lib/debug/.build-id/fa/843ee29cd5392de8094bb675b9fc8611ff0c95.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-quad3-dbgsym -> libfftw3-quad3


libfftw3-quad3_3.3.10-0.1_amd64.deb
-----------------------------------

 new Debian package, version 2.0.
 size 750216 bytes: control archive=1100 bytes.
     744 bytes,    19 lines      control              
     623 bytes,     8 lines      md5sums              
     129 bytes,     3 lines      shlibs               
      67 bytes,     2 lines      triggers             
 Package: libfftw3-quad3
 Source: fftw3
 Version: 3.3.10-0.1
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 2665
 Depends: libc6 (>= 2.29), libgomp1 (>= 4.9), libquadmath0 (>= 4.6)
 Suggests: libfftw3-bin, libfftw3-dev
 Section: libs
 Priority: optional
 Multi-Arch: same
 Homepage: http://fftw.org
 Description: Library for computing Fast Fourier Transforms - Quad precision
  The FFTW library computes Fast Fourier Transforms (FFT) in one or more
  dimensions. It is extremely fast. This package contains the shared library
  for quad precision transforms.
  .
  To get the static library and the header files, you need to install
  libfftw3-dev. For documentation, see libfftw3-doc.

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q.so.3 -> libfftw3q.so.3.6.10
-rw-r--r-- root/root   2625400 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q.so.3.6.10
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q_omp.so.3 -> libfftw3q_omp.so.3.6.10
-rw-r--r-- root/root     31088 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q_omp.so.3.6.10
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q_threads.so.3 -> libfftw3q_threads.so.3.6.10
-rw-r--r-- root/root     31184 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3q_threads.so.3.6.10
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-quad3/
-rw-r--r-- root/root     10046 2021-02-25 22:52 ./usr/share/doc/libfftw3-quad3/NEWS.gz
-rw-r--r-- root/root      2122 2020-12-10 12:02 ./usr/share/doc/libfftw3-quad3/README
-rw-r--r-- root/root      2940 2022-04-20 15:53 ./usr/share/doc/libfftw3-quad3/README.Debian
-rw-r--r-- root/root      7537 2022-04-20 15:56 ./usr/share/doc/libfftw3-quad3/changelog.Debian.gz
-rw-r--r-- root/root      1195 2022-04-20 15:53 ./usr/share/doc/libfftw3-quad3/copyright


libfftw3-single3-dbgsym_3.3.10-0.1_amd64.deb
--------------------------------------------

 new Debian package, version 2.0.
 size 25440 bytes: control archive=668 bytes.
     500 bytes,    13 lines      control              
     318 bytes,     3 lines      md5sums              
 Package: libfftw3-single3-dbgsym
 Source: fftw3
 Version: 3.3.10-0.1
 Auto-Built-Package: debug-symbols
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 163
 Depends: libfftw3-single3 (= 3.3.10-0.1)
 Section: debug
 Priority: optional
 Multi-Arch: same
 Description: debug symbols for libfftw3-single3
 Build-Ids: 60d8f36049beeacd9127d07da3629c907173b071 a9556d1e88475f182b28b1ac591673248779abb7 e3c61d15320afd0a412103450b430a647c40c91f

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/60/
-rw-r--r-- root/root      9304 2022-04-20 15:56 ./usr/lib/debug/.build-id/60/d8f36049beeacd9127d07da3629c907173b071.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/a9/
-rw-r--r-- root/root    134560 2022-04-20 15:56 ./usr/lib/debug/.build-id/a9/556d1e88475f182b28b1ac591673248779abb7.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/debug/.build-id/e3/
-rw-r--r-- root/root      8584 2022-04-20 15:56 ./usr/lib/debug/.build-id/e3/c61d15320afd0a412103450b430a647c40c91f.debug
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-single3-dbgsym -> libfftw3-single3


libfftw3-single3_3.3.10-0.1_amd64.deb
-------------------------------------

 new Debian package, version 2.0.
 size 792044 bytes: control archive=1092 bytes.
     727 bytes,    19 lines      control              
     633 bytes,     8 lines      md5sums              
     135 bytes,     3 lines      shlibs               
      67 bytes,     2 lines      triggers             
 Package: libfftw3-single3
 Source: fftw3
 Version: 3.3.10-0.1
 Architecture: amd64
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Installed-Size: 2301
 Depends: libc6 (>= 2.29), libgomp1 (>= 4.9)
 Suggests: libfftw3-bin, libfftw3-dev
 Section: libs
 Priority: optional
 Multi-Arch: same
 Homepage: http://fftw.org
 Description: Library for computing Fast Fourier Transforms - Single precision
  The FFTW library computes Fast Fourier Transforms (FFT) in one or more
  dimensions. It is extremely fast. This package contains the shared library
  for single precision transforms.
  .
  To get the static library and the header files, you need to install
  libfftw3-dev. For documentation, see libfftw3-doc.

drwxr-xr-x root/root         0 2022-04-20 15:56 ./
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f.so.3 -> libfftw3f.so.3.6.10
-rw-r--r-- root/root   2252696 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f.so.3.6.10
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_omp.so.3 -> libfftw3f_omp.so.3.6.10
-rw-r--r-- root/root     31088 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_omp.so.3.6.10
lrwxrwxrwx root/root         0 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_threads.so.3 -> libfftw3f_threads.so.3.6.10
-rw-r--r-- root/root     31184 2022-04-20 15:56 ./usr/lib/x86_64-linux-gnu/libfftw3f_threads.so.3.6.10
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-04-20 15:56 ./usr/share/doc/libfftw3-single3/
-rw-r--r-- root/root     10046 2021-02-25 22:52 ./usr/share/doc/libfftw3-single3/NEWS.gz
-rw-r--r-- root/root      2122 2020-12-10 12:02 ./usr/share/doc/libfftw3-single3/README
-rw-r--r-- root/root      2940 2022-04-20 15:53 ./usr/share/doc/libfftw3-single3/README.Debian
-rw-r--r-- root/root      7537 2022-04-20 15:56 ./usr/share/doc/libfftw3-single3/changelog.Debian.gz
-rw-r--r-- root/root      1195 2022-04-20 15:53 ./usr/share/doc/libfftw3-single3/copyright


lintian
-------


Setup apt archive
-----------------

Merged Build-Depends: lintian
Filtered Build-Depends: lintian
dpkg-deb: building package 'sbuild-build-depends-lintian-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-lintian-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [963 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [553 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [620 B]
Fetched 2136 B in 0s (115 kB/s)
Reading package lists...
Reading package lists...

Install lintian build dependencies (apt-based resolver)
-------------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  diffstat gpg gpgconf libaliased-perl libapt-pkg-perl libassuan0
  libb-hooks-endofscope-perl libb-hooks-op-check-perl libcapture-tiny-perl
  libclass-data-inheritable-perl libclass-method-modifiers-perl
  libclass-xsaccessor-perl libclone-perl libconfig-tiny-perl
  libconst-fast-perl libcpanel-json-xs-perl libdata-dpath-perl
  libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
  libdata-validate-ip-perl libdata-validate-uri-perl libdevel-callchecker-perl
  libdevel-size-perl libdevel-stacktrace-perl libdynaloader-functions-perl
  libemail-address-xs-perl libexception-class-perl libexporter-tiny-perl
  libfile-basedir-perl libfile-find-rule-perl libfont-ttf-perl
  libhtml-html5-entities-perl libimport-into-perl libio-interactive-perl
  libio-prompt-tiny-perl libio-string-perl libipc-run3-perl
  libipc-system-simple-perl libiterator-perl libiterator-util-perl
  libjson-maybexs-perl liblist-compare-perl liblist-moreutils-perl
  liblist-moreutils-xs-perl liblist-someutils-perl liblist-utilsby-perl
  libmarkdown2 libmodule-implementation-perl libmodule-runtime-perl
  libmoo-perl libmoox-aliases-perl libmouse-perl libnamespace-clean-perl
  libnet-domain-tld-perl libnet-ipv6addr-perl libnet-netmask-perl
  libnetaddr-ip-perl libnumber-compare-perl libpackage-stash-perl
  libparams-classify-perl libparams-util-perl libpath-tiny-perl
  libperlio-gzip-perl libperlio-utf8-strict-perl libproc-processtable-perl
  librole-tiny-perl libsereal-decoder-perl libsereal-encoder-perl
  libsort-versions-perl libstrictures-perl libsub-exporter-perl
  libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
  libsub-name-perl libsub-quote-perl libsyntax-keyword-try-perl
  libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
  libtext-markdown-discount-perl libtext-xslate-perl libtime-duration-perl
  libtime-moment-perl libunicode-utf8-perl libvariable-magic-perl
  libxs-parse-keyword-perl libyaml-libyaml-perl lintian lzip lzop patchutils
  t1utils unzip
Suggested packages:
  libscalar-number-perl libbareword-filehandles-perl libindirect-perl
  libmultidimensional-perl binutils-multiarch libtext-template-perl zip
Recommended packages:
  gnupg liblist-someutils-xs-perl libmath-base85-perl libsocket6-perl
  libpackage-stash-xs-perl
The following NEW packages will be installed:
  diffstat gpg gpgconf libaliased-perl libapt-pkg-perl libassuan0
  libb-hooks-endofscope-perl libb-hooks-op-check-perl libcapture-tiny-perl
  libclass-data-inheritable-perl libclass-method-modifiers-perl
  libclass-xsaccessor-perl libclone-perl libconfig-tiny-perl
  libconst-fast-perl libcpanel-json-xs-perl libdata-dpath-perl
  libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
  libdata-validate-ip-perl libdata-validate-uri-perl libdevel-callchecker-perl
  libdevel-size-perl libdevel-stacktrace-perl libdynaloader-functions-perl
  libemail-address-xs-perl libexception-class-perl libexporter-tiny-perl
  libfile-basedir-perl libfile-find-rule-perl libfont-ttf-perl
  libhtml-html5-entities-perl libimport-into-perl libio-interactive-perl
  libio-prompt-tiny-perl libio-string-perl libipc-run3-perl
  libipc-system-simple-perl libiterator-perl libiterator-util-perl
  libjson-maybexs-perl liblist-compare-perl liblist-moreutils-perl
  liblist-moreutils-xs-perl liblist-someutils-perl liblist-utilsby-perl
  libmarkdown2 libmodule-implementation-perl libmodule-runtime-perl
  libmoo-perl libmoox-aliases-perl libmouse-perl libnamespace-clean-perl
  libnet-domain-tld-perl libnet-ipv6addr-perl libnet-netmask-perl
  libnetaddr-ip-perl libnumber-compare-perl libpackage-stash-perl
  libparams-classify-perl libparams-util-perl libpath-tiny-perl
  libperlio-gzip-perl libperlio-utf8-strict-perl libproc-processtable-perl
  librole-tiny-perl libsereal-decoder-perl libsereal-encoder-perl
  libsort-versions-perl libstrictures-perl libsub-exporter-perl
  libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
  libsub-name-perl libsub-quote-perl libsyntax-keyword-try-perl
  libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
  libtext-markdown-discount-perl libtext-xslate-perl libtime-duration-perl
  libtime-moment-perl libunicode-utf8-perl libvariable-magic-perl
  libxs-parse-keyword-perl libyaml-libyaml-perl lintian lzip lzop patchutils
  sbuild-build-depends-lintian-dummy t1utils unzip
0 upgraded, 96 newly installed, 0 to remove and 0 not upgraded.
Need to get 6505 kB of archives.
After this operation, 20.3 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-lintian-dummy 0.invalid.0 [840 B]
Get:2 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 diffstat amd64 1.64-1 [36.6 kB]
Get:3 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libassuan0 amd64 2.5.5-1 [51.8 kB]
Get:4 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 gpgconf amd64 2.2.27-3+b1 [548 kB]
Get:5 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 gpg amd64 2.2.27-3+b1 [928 kB]
Get:6 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libaliased-perl all 0.34-1.1 [14.1 kB]
Get:7 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libapt-pkg-perl amd64 0.1.40+b1 [72.1 kB]
Get:8 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b4 [11.3 kB]
Get:9 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
Get:10 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdevel-callchecker-perl amd64 0.008-1+b3 [16.0 kB]
Get:11 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libparams-classify-perl amd64 0.015-1+b4 [25.8 kB]
Get:12 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
Get:13 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
Get:14 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
Get:15 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libvariable-magic-perl amd64 0.62-1+b4 [45.8 kB]
Get:16 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libb-hooks-endofscope-perl all 0.26-1 [19.6 kB]
Get:17 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
Get:18 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
Get:19 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
Get:20 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b8 [37.7 kB]
Get:21 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libclone-perl amd64 0.45-1+b2 [15.5 kB]
Get:22 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libconfig-tiny-perl all 2.28-1 [17.3 kB]
Get:23 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libparams-util-perl amd64 1.102-1+b2 [25.7 kB]
Get:24 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libsub-install-perl all 0.928-1.1 [10.8 kB]
Get:25 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdata-optlist-perl all 0.112-1 [11.8 kB]
Get:26 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libsub-exporter-perl all 0.988-1 [51.9 kB]
Get:27 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libconst-fast-perl all 0.014-1.1 [8552 B]
Get:28 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libcpanel-json-xs-perl amd64 4.27-1+b1 [129 kB]
Get:29 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
Get:30 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libexception-class-perl all 1.45-1 [34.6 kB]
Get:31 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
Get:32 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
Get:33 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
Get:34 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 liblist-moreutils-xs-perl amd64 0.430-2+b1 [40.5 kB]
Get:35 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
Get:36 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdata-dpath-perl all 0.58-1 [43.5 kB]
Get:37 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdata-messagepack-perl amd64 1.02-1 [35.7 kB]
Get:38 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
Get:39 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
Get:40 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.7 kB]
Get:41 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnet-netmask-perl all 2.0001-1 [32.2 kB]
Get:42 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-1+b6 [104 kB]
Get:43 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdata-validate-ip-perl all 0.30-1 [21.0 kB]
Get:44 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdata-validate-uri-perl all 0.07-2 [11.2 kB]
Get:45 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libdevel-size-perl amd64 0.83-1+b3 [26.1 kB]
Get:46 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libemail-address-xs-perl amd64 1.04-1+b4 [28.0 kB]
Get:47 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
Get:48 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libfile-basedir-perl all 0.09-1 [16.4 kB]
Get:49 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnumber-compare-perl all 0.03-2 [7448 B]
Get:50 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libtext-glob-perl all 0.11-2 [8992 B]
Get:51 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
Get:52 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
Get:53 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libfont-ttf-perl all 1.06-1.1 [318 kB]
Get:54 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
Get:55 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
Get:56 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libio-interactive-perl all 1.023-1 [11.5 kB]
Get:57 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libio-prompt-tiny-perl all 0.003-1 [9150 B]
Get:58 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libipc-run3-perl all 0.048-2 [34.2 kB]
Get:59 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
Get:60 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 liblist-compare-perl all 0.55-1 [66.9 kB]
Get:61 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 liblist-someutils-perl all 0.58-1 [36.5 kB]
Get:62 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
Get:63 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libmarkdown2 amd64 2.2.7-2 [37.0 kB]
Get:64 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
Get:65 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB]
Get:66 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libmoo-perl all 2.005004-3 [60.5 kB]
Get:67 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
Get:68 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libmoox-aliases-perl all 0.001006-2 [7156 B]
Get:69 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libmouse-perl amd64 2.5.10-1+b2 [173 kB]
Get:70 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libpackage-stash-perl all 0.40-1 [22.0 kB]
Get:71 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libsub-identify-perl amd64 0.14-1+b4 [12.1 kB]
Get:72 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libsub-name-perl amd64 0.26-1+b2 [13.9 kB]
Get:73 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
Get:74 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libpath-tiny-perl all 0.122-1 [56.0 kB]
Get:75 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libperlio-gzip-perl amd64 0.19-1+b8 [17.5 kB]
Get:76 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libperlio-utf8-strict-perl amd64 0.009-1+b1 [12.2 kB]
Get:77 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libproc-processtable-perl amd64 0.634-1+b1 [46.9 kB]
Get:78 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libsereal-decoder-perl amd64 4.023+ds-1 [99.7 kB]
Get:79 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libsereal-encoder-perl amd64 4.023+ds-1 [104 kB]
Get:80 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
Get:81 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libxs-parse-keyword-perl amd64 0.22-1 [51.2 kB]
Get:82 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libsyntax-keyword-try-perl amd64 0.27-1 [28.5 kB]
Get:83 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libterm-readkey-perl amd64 2.38-1+b3 [27.8 kB]
Get:84 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libtext-levenshteinxs-perl amd64 0.03-4+b9 [8800 B]
Get:85 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libtext-markdown-discount-perl amd64 0.13-1+b1 [13.6 kB]
Get:86 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libtext-xslate-perl amd64 3.5.9-1+b1 [197 kB]
Get:87 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libtime-duration-perl all 1.21-1 [13.7 kB]
Get:88 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libtime-moment-perl amd64 0.44-1+b4 [75.8 kB]
Get:89 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libunicode-utf8-perl amd64 0.62-1+b3 [20.3 kB]
Get:90 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1+b1 [35.9 kB]
Get:91 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 lzip amd64 1.23-3 [90.0 kB]
Get:92 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 lzop amd64 1.04-2 [84.2 kB]
Get:93 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
Get:94 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 t1utils amd64 1.41-4 [62.1 kB]
Get:95 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 unzip amd64 6.0-26 [171 kB]
Get:96 http://127.0.0.1:3142/deb.debian.org/debian unstable/main amd64 lintian all 2.114.0 [1382 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 6505 kB in 0s (54.8 MB/s)
Selecting previously unselected package diffstat.
(Reading database ... 45388 files and directories currently installed.)
Preparing to unpack .../00-diffstat_1.64-1_amd64.deb ...
Unpacking diffstat (1.64-1) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../01-libassuan0_2.5.5-1_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.5-1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../02-gpgconf_2.2.27-3+b1_amd64.deb ...
Unpacking gpgconf (2.2.27-3+b1) ...
Selecting previously unselected package gpg.
Preparing to unpack .../03-gpg_2.2.27-3+b1_amd64.deb ...
Unpacking gpg (2.2.27-3+b1) ...
Selecting previously unselected package libaliased-perl.
Preparing to unpack .../04-libaliased-perl_0.34-1.1_all.deb ...
Unpacking libaliased-perl (0.34-1.1) ...
Selecting previously unselected package libapt-pkg-perl.
Preparing to unpack .../05-libapt-pkg-perl_0.1.40+b1_amd64.deb ...
Unpacking libapt-pkg-perl (0.1.40+b1) ...
Selecting previously unselected package libb-hooks-op-check-perl.
Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-1+b4_amd64.deb ...
Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
Selecting previously unselected package libdynaloader-functions-perl.
Preparing to unpack .../07-libdynaloader-functions-perl_0.003-1.1_all.deb ...
Unpacking libdynaloader-functions-perl (0.003-1.1) ...
Selecting previously unselected package libdevel-callchecker-perl.
Preparing to unpack .../08-libdevel-callchecker-perl_0.008-1+b3_amd64.deb ...
Unpacking libdevel-callchecker-perl (0.008-1+b3) ...
Selecting previously unselected package libparams-classify-perl.
Preparing to unpack .../09-libparams-classify-perl_0.015-1+b4_amd64.deb ...
Unpacking libparams-classify-perl (0.015-1+b4) ...
Selecting previously unselected package libmodule-runtime-perl.
Preparing to unpack .../10-libmodule-runtime-perl_0.016-1_all.deb ...
Unpacking libmodule-runtime-perl (0.016-1) ...
Selecting previously unselected package libmodule-implementation-perl.
Preparing to unpack .../11-libmodule-implementation-perl_0.09-1.1_all.deb ...
Unpacking libmodule-implementation-perl (0.09-1.1) ...
Selecting previously unselected package libsub-exporter-progressive-perl.
Preparing to unpack .../12-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
Selecting previously unselected package libvariable-magic-perl.
Preparing to unpack .../13-libvariable-magic-perl_0.62-1+b4_amd64.deb ...
Unpacking libvariable-magic-perl (0.62-1+b4) ...
Selecting previously unselected package libb-hooks-endofscope-perl.
Preparing to unpack .../14-libb-hooks-endofscope-perl_0.26-1_all.deb ...
Unpacking libb-hooks-endofscope-perl (0.26-1) ...
Selecting previously unselected package libcapture-tiny-perl.
Preparing to unpack .../15-libcapture-tiny-perl_0.48-1_all.deb ...
Unpacking libcapture-tiny-perl (0.48-1) ...
Selecting previously unselected package libclass-data-inheritable-perl.
Preparing to unpack .../16-libclass-data-inheritable-perl_0.08-3_all.deb ...
Unpacking libclass-data-inheritable-perl (0.08-3) ...
Selecting previously unselected package libclass-method-modifiers-perl.
Preparing to unpack .../17-libclass-method-modifiers-perl_2.13-1_all.deb ...
Unpacking libclass-method-modifiers-perl (2.13-1) ...
Selecting previously unselected package libclass-xsaccessor-perl.
Preparing to unpack .../18-libclass-xsaccessor-perl_1.19-3+b8_amd64.deb ...
Unpacking libclass-xsaccessor-perl (1.19-3+b8) ...
Selecting previously unselected package libclone-perl.
Preparing to unpack .../19-libclone-perl_0.45-1+b2_amd64.deb ...
Unpacking libclone-perl (0.45-1+b2) ...
Selecting previously unselected package libconfig-tiny-perl.
Preparing to unpack .../20-libconfig-tiny-perl_2.28-1_all.deb ...
Unpacking libconfig-tiny-perl (2.28-1) ...
Selecting previously unselected package libparams-util-perl.
Preparing to unpack .../21-libparams-util-perl_1.102-1+b2_amd64.deb ...
Unpacking libparams-util-perl (1.102-1+b2) ...
Selecting previously unselected package libsub-install-perl.
Preparing to unpack .../22-libsub-install-perl_0.928-1.1_all.deb ...
Unpacking libsub-install-perl (0.928-1.1) ...
Selecting previously unselected package libdata-optlist-perl.
Preparing to unpack .../23-libdata-optlist-perl_0.112-1_all.deb ...
Unpacking libdata-optlist-perl (0.112-1) ...
Selecting previously unselected package libsub-exporter-perl.
Preparing to unpack .../24-libsub-exporter-perl_0.988-1_all.deb ...
Unpacking libsub-exporter-perl (0.988-1) ...
Selecting previously unselected package libconst-fast-perl.
Preparing to unpack .../25-libconst-fast-perl_0.014-1.1_all.deb ...
Unpacking libconst-fast-perl (0.014-1.1) ...
Selecting previously unselected package libcpanel-json-xs-perl:amd64.
Preparing to unpack .../26-libcpanel-json-xs-perl_4.27-1+b1_amd64.deb ...
Unpacking libcpanel-json-xs-perl:amd64 (4.27-1+b1) ...
Selecting previously unselected package libdevel-stacktrace-perl.
Preparing to unpack .../27-libdevel-stacktrace-perl_2.0400-1_all.deb ...
Unpacking libdevel-stacktrace-perl (2.0400-1) ...
Selecting previously unselected package libexception-class-perl.
Preparing to unpack .../28-libexception-class-perl_1.45-1_all.deb ...
Unpacking libexception-class-perl (1.45-1) ...
Selecting previously unselected package libiterator-perl.
Preparing to unpack .../29-libiterator-perl_0.03+ds1-1.1_all.deb ...
Unpacking libiterator-perl (0.03+ds1-1.1) ...
Selecting previously unselected package libiterator-util-perl.
Preparing to unpack .../30-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
Selecting previously unselected package libexporter-tiny-perl.
Preparing to unpack .../31-libexporter-tiny-perl_1.002002-1_all.deb ...
Unpacking libexporter-tiny-perl (1.002002-1) ...
Selecting previously unselected package liblist-moreutils-xs-perl.
Preparing to unpack .../32-liblist-moreutils-xs-perl_0.430-2+b1_amd64.deb ...
Unpacking liblist-moreutils-xs-perl (0.430-2+b1) ...
Selecting previously unselected package liblist-moreutils-perl.
Preparing to unpack .../33-liblist-moreutils-perl_0.430-2_all.deb ...
Unpacking liblist-moreutils-perl (0.430-2) ...
Selecting previously unselected package libdata-dpath-perl.
Preparing to unpack .../34-libdata-dpath-perl_0.58-1_all.deb ...
Unpacking libdata-dpath-perl (0.58-1) ...
Selecting previously unselected package libdata-messagepack-perl.
Preparing to unpack .../35-libdata-messagepack-perl_1.02-1_amd64.deb ...
Unpacking libdata-messagepack-perl (1.02-1) ...
Selecting previously unselected package libnet-domain-tld-perl.
Preparing to unpack .../36-libnet-domain-tld-perl_1.75-1.1_all.deb ...
Unpacking libnet-domain-tld-perl (1.75-1.1) ...
Selecting previously unselected package libdata-validate-domain-perl.
Preparing to unpack .../37-libdata-validate-domain-perl_0.10-1.1_all.deb ...
Unpacking libdata-validate-domain-perl (0.10-1.1) ...
Selecting previously unselected package libnet-ipv6addr-perl.
Preparing to unpack .../38-libnet-ipv6addr-perl_1.02-1_all.deb ...
Unpacking libnet-ipv6addr-perl (1.02-1) ...
Selecting previously unselected package libnet-netmask-perl.
Preparing to unpack .../39-libnet-netmask-perl_2.0001-1_all.deb ...
Unpacking libnet-netmask-perl (2.0001-1) ...
Selecting previously unselected package libnetaddr-ip-perl.
Preparing to unpack .../40-libnetaddr-ip-perl_4.079+dfsg-1+b6_amd64.deb ...
Unpacking libnetaddr-ip-perl (4.079+dfsg-1+b6) ...
Selecting previously unselected package libdata-validate-ip-perl.
Preparing to unpack .../41-libdata-validate-ip-perl_0.30-1_all.deb ...
Unpacking libdata-validate-ip-perl (0.30-1) ...
Selecting previously unselected package libdata-validate-uri-perl.
Preparing to unpack .../42-libdata-validate-uri-perl_0.07-2_all.deb ...
Unpacking libdata-validate-uri-perl (0.07-2) ...
Selecting previously unselected package libdevel-size-perl.
Preparing to unpack .../43-libdevel-size-perl_0.83-1+b3_amd64.deb ...
Unpacking libdevel-size-perl (0.83-1+b3) ...
Selecting previously unselected package libemail-address-xs-perl.
Preparing to unpack .../44-libemail-address-xs-perl_1.04-1+b4_amd64.deb ...
Unpacking libemail-address-xs-perl (1.04-1+b4) ...
Selecting previously unselected package libipc-system-simple-perl.
Preparing to unpack .../45-libipc-system-simple-perl_1.30-1_all.deb ...
Unpacking libipc-system-simple-perl (1.30-1) ...
Selecting previously unselected package libfile-basedir-perl.
Preparing to unpack .../46-libfile-basedir-perl_0.09-1_all.deb ...
Unpacking libfile-basedir-perl (0.09-1) ...
Selecting previously unselected package libnumber-compare-perl.
Preparing to unpack .../47-libnumber-compare-perl_0.03-2_all.deb ...
Unpacking libnumber-compare-perl (0.03-2) ...
Selecting previously unselected package libtext-glob-perl.
Preparing to unpack .../48-libtext-glob-perl_0.11-2_all.deb ...
Unpacking libtext-glob-perl (0.11-2) ...
Selecting previously unselected package libfile-find-rule-perl.
Preparing to unpack .../49-libfile-find-rule-perl_0.34-1_all.deb ...
Unpacking libfile-find-rule-perl (0.34-1) ...
Selecting previously unselected package libio-string-perl.
Preparing to unpack .../50-libio-string-perl_1.08-3.1_all.deb ...
Unpacking libio-string-perl (1.08-3.1) ...
Selecting previously unselected package libfont-ttf-perl.
Preparing to unpack .../51-libfont-ttf-perl_1.06-1.1_all.deb ...
Unpacking libfont-ttf-perl (1.06-1.1) ...
Selecting previously unselected package libhtml-html5-entities-perl.
Preparing to unpack .../52-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
Selecting previously unselected package libimport-into-perl.
Preparing to unpack .../53-libimport-into-perl_1.002005-1_all.deb ...
Unpacking libimport-into-perl (1.002005-1) ...
Selecting previously unselected package libio-interactive-perl.
Preparing to unpack .../54-libio-interactive-perl_1.023-1_all.deb ...
Unpacking libio-interactive-perl (1.023-1) ...
Selecting previously unselected package libio-prompt-tiny-perl.
Preparing to unpack .../55-libio-prompt-tiny-perl_0.003-1_all.deb ...
Unpacking libio-prompt-tiny-perl (0.003-1) ...
Selecting previously unselected package libipc-run3-perl.
Preparing to unpack .../56-libipc-run3-perl_0.048-2_all.deb ...
Unpacking libipc-run3-perl (0.048-2) ...
Selecting previously unselected package libjson-maybexs-perl.
Preparing to unpack .../57-libjson-maybexs-perl_1.004003-1_all.deb ...
Unpacking libjson-maybexs-perl (1.004003-1) ...
Selecting previously unselected package liblist-compare-perl.
Preparing to unpack .../58-liblist-compare-perl_0.55-1_all.deb ...
Unpacking liblist-compare-perl (0.55-1) ...
Selecting previously unselected package liblist-someutils-perl.
Preparing to unpack .../59-liblist-someutils-perl_0.58-1_all.deb ...
Unpacking liblist-someutils-perl (0.58-1) ...
Selecting previously unselected package liblist-utilsby-perl.
Preparing to unpack .../60-liblist-utilsby-perl_0.11-1_all.deb ...
Unpacking liblist-utilsby-perl (0.11-1) ...
Selecting previously unselected package libmarkdown2:amd64.
Preparing to unpack .../61-libmarkdown2_2.2.7-2_amd64.deb ...
Unpacking libmarkdown2:amd64 (2.2.7-2) ...
Selecting previously unselected package librole-tiny-perl.
Preparing to unpack .../62-librole-tiny-perl_2.002004-1_all.deb ...
Unpacking librole-tiny-perl (2.002004-1) ...
Selecting previously unselected package libsub-quote-perl.
Preparing to unpack .../63-libsub-quote-perl_2.006006-1_all.deb ...
Unpacking libsub-quote-perl (2.006006-1) ...
Selecting previously unselected package libmoo-perl.
Preparing to unpack .../64-libmoo-perl_2.005004-3_all.deb ...
Unpacking libmoo-perl (2.005004-3) ...
Selecting previously unselected package libstrictures-perl.
Preparing to unpack .../65-libstrictures-perl_2.000006-1_all.deb ...
Unpacking libstrictures-perl (2.000006-1) ...
Selecting previously unselected package libmoox-aliases-perl.
Preparing to unpack .../66-libmoox-aliases-perl_0.001006-2_all.deb ...
Unpacking libmoox-aliases-perl (0.001006-2) ...
Selecting previously unselected package libmouse-perl.
Preparing to unpack .../67-libmouse-perl_2.5.10-1+b2_amd64.deb ...
Unpacking libmouse-perl (2.5.10-1+b2) ...
Selecting previously unselected package libpackage-stash-perl.
Preparing to unpack .../68-libpackage-stash-perl_0.40-1_all.deb ...
Unpacking libpackage-stash-perl (0.40-1) ...
Selecting previously unselected package libsub-identify-perl.
Preparing to unpack .../69-libsub-identify-perl_0.14-1+b4_amd64.deb ...
Unpacking libsub-identify-perl (0.14-1+b4) ...
Selecting previously unselected package libsub-name-perl.
Preparing to unpack .../70-libsub-name-perl_0.26-1+b2_amd64.deb ...
Unpacking libsub-name-perl (0.26-1+b2) ...
Selecting previously unselected package libnamespace-clean-perl.
Preparing to unpack .../71-libnamespace-clean-perl_0.27-1_all.deb ...
Unpacking libnamespace-clean-perl (0.27-1) ...
Selecting previously unselected package libpath-tiny-perl.
Preparing to unpack .../72-libpath-tiny-perl_0.122-1_all.deb ...
Unpacking libpath-tiny-perl (0.122-1) ...
Selecting previously unselected package libperlio-gzip-perl.
Preparing to unpack .../73-libperlio-gzip-perl_0.19-1+b8_amd64.deb ...
Unpacking libperlio-gzip-perl (0.19-1+b8) ...
Selecting previously unselected package libperlio-utf8-strict-perl.
Preparing to unpack .../74-libperlio-utf8-strict-perl_0.009-1+b1_amd64.deb ...
Unpacking libperlio-utf8-strict-perl (0.009-1+b1) ...
Selecting previously unselected package libproc-processtable-perl:amd64.
Preparing to unpack .../75-libproc-processtable-perl_0.634-1+b1_amd64.deb ...
Unpacking libproc-processtable-perl:amd64 (0.634-1+b1) ...
Selecting previously unselected package libsereal-decoder-perl.
Preparing to unpack .../76-libsereal-decoder-perl_4.023+ds-1_amd64.deb ...
Unpacking libsereal-decoder-perl (4.023+ds-1) ...
Selecting previously unselected package libsereal-encoder-perl:amd64.
Preparing to unpack .../77-libsereal-encoder-perl_4.023+ds-1_amd64.deb ...
Unpacking libsereal-encoder-perl:amd64 (4.023+ds-1) ...
Selecting previously unselected package libsort-versions-perl.
Preparing to unpack .../78-libsort-versions-perl_1.62-1_all.deb ...
Unpacking libsort-versions-perl (1.62-1) ...
Selecting previously unselected package libxs-parse-keyword-perl.
Preparing to unpack .../79-libxs-parse-keyword-perl_0.22-1_amd64.deb ...
Unpacking libxs-parse-keyword-perl (0.22-1) ...
Selecting previously unselected package libsyntax-keyword-try-perl.
Preparing to unpack .../80-libsyntax-keyword-try-perl_0.27-1_amd64.deb ...
Unpacking libsyntax-keyword-try-perl (0.27-1) ...
Selecting previously unselected package libterm-readkey-perl.
Preparing to unpack .../81-libterm-readkey-perl_2.38-1+b3_amd64.deb ...
Unpacking libterm-readkey-perl (2.38-1+b3) ...
Selecting previously unselected package libtext-levenshteinxs-perl.
Preparing to unpack .../82-libtext-levenshteinxs-perl_0.03-4+b9_amd64.deb ...
Unpacking libtext-levenshteinxs-perl (0.03-4+b9) ...
Selecting previously unselected package libtext-markdown-discount-perl:amd64.
Preparing to unpack .../83-libtext-markdown-discount-perl_0.13-1+b1_amd64.deb ...
Unpacking libtext-markdown-discount-perl:amd64 (0.13-1+b1) ...
Selecting previously unselected package libtext-xslate-perl:amd64.
Preparing to unpack .../84-libtext-xslate-perl_3.5.9-1+b1_amd64.deb ...
Unpacking libtext-xslate-perl:amd64 (3.5.9-1+b1) ...
Selecting previously unselected package libtime-duration-perl.
Preparing to unpack .../85-libtime-duration-perl_1.21-1_all.deb ...
Unpacking libtime-duration-perl (1.21-1) ...
Selecting previously unselected package libtime-moment-perl.
Preparing to unpack .../86-libtime-moment-perl_0.44-1+b4_amd64.deb ...
Unpacking libtime-moment-perl (0.44-1+b4) ...
Selecting previously unselected package libunicode-utf8-perl.
Preparing to unpack .../87-libunicode-utf8-perl_0.62-1+b3_amd64.deb ...
Unpacking libunicode-utf8-perl (0.62-1+b3) ...
Selecting previously unselected package libyaml-libyaml-perl.
Preparing to unpack .../88-libyaml-libyaml-perl_0.83+ds-1+b1_amd64.deb ...
Unpacking libyaml-libyaml-perl (0.83+ds-1+b1) ...
Selecting previously unselected package lzip.
Preparing to unpack .../89-lzip_1.23-3_amd64.deb ...
Unpacking lzip (1.23-3) ...
Selecting previously unselected package lzop.
Preparing to unpack .../90-lzop_1.04-2_amd64.deb ...
Unpacking lzop (1.04-2) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../91-patchutils_0.4.2-1_amd64.deb ...
Unpacking patchutils (0.4.2-1) ...
Selecting previously unselected package t1utils.
Preparing to unpack .../92-t1utils_1.41-4_amd64.deb ...
Unpacking t1utils (1.41-4) ...
Selecting previously unselected package unzip.
Preparing to unpack .../93-unzip_6.0-26_amd64.deb ...
Unpacking unzip (6.0-26) ...
Selecting previously unselected package lintian.
Preparing to unpack .../94-lintian_2.114.0_all.deb ...
Unpacking lintian (2.114.0) ...
Selecting previously unselected package sbuild-build-depends-lintian-dummy.
Preparing to unpack .../95-sbuild-build-depends-lintian-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Setting up libapt-pkg-perl (0.1.40+b1) ...
Setting up libunicode-utf8-perl (0.62-1+b3) ...
Setting up libmouse-perl (2.5.10-1+b2) ...
Setting up libdata-messagepack-perl (1.02-1) ...
Setting up libdynaloader-functions-perl (0.003-1.1) ...
Setting up libtext-glob-perl (0.11-2) ...
Setting up libclass-method-modifiers-perl (2.13-1) ...
Setting up liblist-compare-perl (0.55-1) ...
Setting up libclone-perl (0.45-1+b2) ...
Setting up libsub-identify-perl (0.14-1+b4) ...
Setting up libcpanel-json-xs-perl:amd64 (4.27-1+b1) ...
Setting up libdevel-size-perl (0.83-1+b3) ...
Setting up unzip (6.0-26) ...
Setting up libyaml-libyaml-perl (0.83+ds-1+b1) ...
Setting up libio-interactive-perl (1.023-1) ...
Setting up libtime-moment-perl (0.44-1+b4) ...
Setting up libassuan0:amd64 (2.5.5-1) ...
Setting up libconfig-tiny-perl (2.28-1) ...
Setting up libsereal-encoder-perl:amd64 (4.023+ds-1) ...
Setting up liblist-utilsby-perl (0.11-1) ...
Setting up libnet-netmask-perl (2.0001-1) ...
Setting up libsub-install-perl (0.928-1.1) ...
Setting up libnumber-compare-perl (0.03-2) ...
Setting up patchutils (0.4.2-1) ...
Setting up libjson-maybexs-perl (1.004003-1) ...
Setting up libio-string-perl (1.08-3.1) ...
Setting up libnetaddr-ip-perl (4.079+dfsg-1+b6) ...
Setting up libclass-data-inheritable-perl (0.08-3) ...
Setting up libxs-parse-keyword-perl (0.22-1) ...
Setting up libfile-find-rule-perl (0.34-1) ...
Setting up libipc-system-simple-perl (1.30-1) ...
Setting up libnet-domain-tld-perl (1.75-1.1) ...
Setting up libperlio-utf8-strict-perl (0.009-1+b1) ...
Setting up libio-prompt-tiny-perl (0.003-1) ...
Setting up lzip (1.23-3) ...
update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
Setting up t1utils (1.41-4) ...
Setting up diffstat (1.64-1) ...
Setting up libvariable-magic-perl (0.62-1+b4) ...
Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
Setting up liblist-moreutils-xs-perl (0.430-2+b1) ...
Setting up libparams-util-perl (1.102-1+b2) ...
Setting up libtime-duration-perl (1.21-1) ...
Setting up libtext-xslate-perl:amd64 (3.5.9-1+b1) ...
Setting up libsub-exporter-progressive-perl (0.001013-1) ...
Setting up libcapture-tiny-perl (0.48-1) ...
Setting up libsub-name-perl (0.26-1+b2) ...
Setting up libsyntax-keyword-try-perl (0.27-1) ...
Setting up libdata-validate-domain-perl (0.10-1.1) ...
Setting up libproc-processtable-perl:amd64 (0.634-1+b1) ...
Setting up libpath-tiny-perl (0.122-1) ...
Setting up lzop (1.04-2) ...
Setting up gpgconf (2.2.27-3+b1) ...
Setting up librole-tiny-perl (2.002004-1) ...
Setting up libipc-run3-perl (0.048-2) ...
Setting up libaliased-perl (0.34-1.1) ...
Setting up libstrictures-perl (2.000006-1) ...
Setting up libsub-quote-perl (2.006006-1) ...
Setting up libdevel-stacktrace-perl (2.0400-1) ...
Setting up libclass-xsaccessor-perl (1.19-3+b8) ...
Setting up libsort-versions-perl (1.62-1) ...
Setting up libexporter-tiny-perl (1.002002-1) ...
Setting up libterm-readkey-perl (2.38-1+b3) ...
Setting up libfont-ttf-perl (1.06-1.1) ...
Setting up libtext-levenshteinxs-perl (0.03-4+b9) ...
Setting up libperlio-gzip-perl (0.19-1+b8) ...
Setting up libhtml-html5-entities-perl (0.004-1.1) ...
Setting up libsereal-decoder-perl (4.023+ds-1) ...
Setting up libmarkdown2:amd64 (2.2.7-2) ...
Setting up libnet-ipv6addr-perl (1.02-1) ...
Setting up gpg (2.2.27-3+b1) ...
Setting up libdata-validate-ip-perl (0.30-1) ...
Setting up libemail-address-xs-perl (1.04-1+b4) ...
Setting up libfile-basedir-perl (0.09-1) ...
Setting up liblist-moreutils-perl (0.430-2) ...
Setting up libtext-markdown-discount-perl:amd64 (0.13-1+b1) ...
Setting up libexception-class-perl (1.45-1) ...
Setting up libdevel-callchecker-perl (0.008-1+b3) ...
Setting up libdata-validate-uri-perl (0.07-2) ...
Setting up libdata-optlist-perl (0.112-1) ...
Setting up libsub-exporter-perl (0.988-1) ...
Setting up libiterator-perl (0.03+ds1-1.1) ...
Setting up libiterator-util-perl (0.02+ds1-1.1) ...
Setting up libparams-classify-perl (0.015-1+b4) ...
Setting up libmodule-runtime-perl (0.016-1) ...
Setting up libconst-fast-perl (0.014-1.1) ...
Setting up libdata-dpath-perl (0.58-1) ...
Setting up libmodule-implementation-perl (0.09-1.1) ...
Setting up libpackage-stash-perl (0.40-1) ...
Setting up libimport-into-perl (1.002005-1) ...
Setting up libmoo-perl (2.005004-3) ...
Setting up liblist-someutils-perl (0.58-1) ...
Setting up libmoox-aliases-perl (0.001006-2) ...
Setting up libb-hooks-endofscope-perl (0.26-1) ...
Setting up libnamespace-clean-perl (0.27-1) ...
Setting up lintian (2.114.0) ...
Setting up sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Processing triggers for man-db (2.10.2-1) ...
Not building database; man-db/auto-update is not 'true'.
Processing triggers for libc-bin (2.33-7) ...
Running lintian...
N:
W: libfftw3-bin-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/51/919a177518cc1e1c92c0ad1fe1b2ceeafe92b3.debug
N: 
N:   The binary is installed as a detached "debug symbols" ELF file, but it
N:   does not appear to have debug information associated with it.
N:   
N:   A common cause is not passing -g to GCC when compiling.
N:   
N:   Implementation detail: Lintian checks for the ".debug_line" and the
N:   ".debug_str" sections. If either of these are present, the binary is
N:   assumed to contain debug information.
N: 
N:   Please refer to Bug#668437 for details.
N: 
N:   Visibility: warning
N:   Show-Always: no
N:   Check: binaries/debug-symbols/detached
N: 
N:
W: libfftw3-bin-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/72/9ec1b05c9316939cf330466e5ad3fd3aa040e7.debug
N:
W: libfftw3-bin-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/9d/2519edf9ee161f369ff05f64791f8014675967.debug
N:
W: libfftw3-bin-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/a9/322f11d6e5a11d1fb27e2687554a60299488de.debug
N:
W: libfftw3-double3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/7e/8841910de612e8deb4f6c0a3662d2d427e14f8.debug
N:
W: libfftw3-double3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/98/abb4f8186ed397fc12189a6d127f685a9d9c4a.debug
N:
W: libfftw3-double3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/c0/dc26ac2b7193187260a93a4b1cc10452f304ef.debug
N:
W: libfftw3-long3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/06/1d6e8d6bd7a8e954015850c0483a4e4818e56f.debug
N:
W: libfftw3-long3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/cf/c0c1fff930f5f5f4b3023b24876c896b9fff52.debug
N:
W: libfftw3-long3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/d9/3a227196689e36b4d534e3ab5310f050418b6f.debug
N:
W: libfftw3-mpi3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/36/4debbe355125f3e5c31b1c83731417b12adf2a.debug
N:
W: libfftw3-mpi3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/53/41cb17015e1e91082439e5d339d4817a7ed7e3.debug
N:
W: libfftw3-mpi3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/bc/3f75d58ea5a9dc01fd40a6357d95c06ef6aee7.debug
N:
W: libfftw3-quad3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/45/07cb4bb00a680ba7aa9eafdcf7ce0d3d3f7721.debug
N:
W: libfftw3-quad3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/8d/cab2692e5deb12d740028ac4f92834e50954c9.debug
N:
W: libfftw3-quad3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/fa/843ee29cd5392de8094bb675b9fc8611ff0c95.debug
N:
W: libfftw3-single3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/60/d8f36049beeacd9127d07da3629c907173b071.debug
N:
W: libfftw3-single3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/a9/556d1e88475f182b28b1ac591673248779abb7.debug
N:
W: libfftw3-single3-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/e3/c61d15320afd0a412103450b430a647c40c91f.debug
N:
W: libfftw3-bin-dbgsym: elf-error In program headers: Unable to find program interpreter name [usr/lib/debug/.build-id/51/919a177518cc1e1c92c0ad1fe1b2ceeafe92b3.debug]
N: 
N:   The file appears to be in ELF format but readelf produced the indicated
N:   error when parsing it.
N:   
N:   In case of a false positive, you may need to install binutils-multiarch so
N:   that ELF files from other architectures are handled correctly. It is also
N:   possible that the file is not actually in ELF format but was misidentified
N:   as such.
N: 
N:   Please refer to https://refspecs.linuxfoundation.org/elf/elf.pdf and the
N:   readelf(1) manual page for details.
N: 
N:   Visibility: warning
N:   Show-Always: no
N:   Check: binaries/corrupted
N:   Renamed from: apparently-corrupted-elf-binary
N: 
N:
W: libfftw3-bin-dbgsym: elf-error In program headers: Unable to find program interpreter name [usr/lib/debug/.build-id/72/9ec1b05c9316939cf330466e5ad3fd3aa040e7.debug]
N:
W: libfftw3-bin-dbgsym: elf-error In program headers: Unable to find program interpreter name [usr/lib/debug/.build-id/9d/2519edf9ee161f369ff05f64791f8014675967.debug]
N:
W: libfftw3-bin-dbgsym: elf-error In program headers: Unable to find program interpreter name [usr/lib/debug/.build-id/a9/322f11d6e5a11d1fb27e2687554a60299488de.debug]
N:
W: libfftw3-double3: package-name-doesnt-match-sonames libfftw3-3 libfftw3-omp3 libfftw3-threads3
N: 
N:   The package name of a library package should usually reflect the soname of
N:   the included library. The package name can determined from the library
N:   file name with the following code snippet:
N:   
N:    $ objdump -p /path/to/libfoo-bar.so.1.2.3 | sed -n -e's/^[[:space:]]*SONAME[[:space:]]*//p' | \
N:        sed -r -e's/([0-9])\.so\./\1-/; s/\.so(\.|$)//; y/_/-/; s/(.*)/\L&/'
N: 
N:   Visibility: warning
N:   Show-Always: no
N:   Check: libraries/shared/soname
N: 
N:
W: libfftw3-long3: package-name-doesnt-match-sonames libfftw3l-omp3 libfftw3l-threads3 libfftw3l3
N:
W: libfftw3-quad3: package-name-doesnt-match-sonames libfftw3q-omp3 libfftw3q-threads3 libfftw3q3
N:
W: libfftw3-single3: package-name-doesnt-match-sonames libfftw3f-omp3 libfftw3f-threads3 libfftw3f3
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftw-wisdom.1.gz:100
N: 
N:   This manual page uses the \' groff sequence. Usually, the intent to
N:   generate an apostrophe, but that sequence actually renders as an acute
N:   accent.
N:   
N:   For an apostrophe or a single closing quote, use plain '. For single
N:   opening quote, i.e. a straight downward line ' like the one used in shell
N:   commands, use '\(aq'.
N: 
N:   Please refer to Bug#554897 and Bug#507673 for details.
N: 
N:   Visibility: info
N:   Show-Always: no
N:   Check: documentation/manual
N:   Renamed from: acute-accent-in-manpage
N: 
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftw-wisdom.1.gz:104
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftw-wisdom.1.gz:105
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftw-wisdom.1.gz:111
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftw-wisdom.1.gz:112
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftw-wisdom.1.gz:114
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftw-wisdom.1.gz:94
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftw-wisdom.1.gz:95
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftw-wisdom.1.gz:97
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftw-wisdom.1.gz:99
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwf-wisdom.1.gz:100
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwf-wisdom.1.gz:104
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwf-wisdom.1.gz:105
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwf-wisdom.1.gz:111
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwf-wisdom.1.gz:112
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwf-wisdom.1.gz:114
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwf-wisdom.1.gz:94
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwf-wisdom.1.gz:95
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwf-wisdom.1.gz:97
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwf-wisdom.1.gz:99
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwl-wisdom.1.gz:100
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwl-wisdom.1.gz:104
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwl-wisdom.1.gz:105
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwl-wisdom.1.gz:111
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwl-wisdom.1.gz:112
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwl-wisdom.1.gz:114
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwl-wisdom.1.gz:94
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwl-wisdom.1.gz:95
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwl-wisdom.1.gz:97
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwl-wisdom.1.gz:99
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwq-wisdom.1.gz:100
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwq-wisdom.1.gz:104
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwq-wisdom.1.gz:105
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwq-wisdom.1.gz:111
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwq-wisdom.1.gz:112
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwq-wisdom.1.gz:114
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwq-wisdom.1.gz:94
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwq-wisdom.1.gz:95
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwq-wisdom.1.gz:97
N:
I: libfftw3-bin: acute-accent-in-manual-page usr/share/man/man1/fftwq-wisdom.1.gz:99
N:
I: fftw3 source: debian-watch-uses-insecure-uri ftp://ftp.fftw.org/pub/fftw/ [debian/watch:4]
N: 
N:   The watch file uses an unencrypted transport protocol for the URI such as
N:   http:// or ftp://. It is recommended to use a secure transport such as
N:   HTTPS for anonymous read-only access.
N:   
N:   Upstream may already provide a HTTPS variant of the URI. If not, please
N:   contact them and ask them to consider adding one.
N: 
N:   Visibility: info
N:   Show-Always: no
N:   Check: debian/watch
N: 
N:
I: libfftw3-bin: hardening-no-bindnow [usr/bin/fftw-wisdom]
N: 
N:   This package provides an ELF binary that lacks the "bindnow" linker flag.
N:   
N:   This is needed (together with "relro") to make the "Global Offset Table"
N:   (GOT) fully read-only. The bindnow feature trades startup time for
N:   improved security. Please consider enabling this feature or consider
N:   overriding the tag (possibly with a comment about why).
N:   
N:   If you use dpkg-buildflags, you may have to add hardening=+bindnow or
N:   hardening=+all to DEB_BUILD_MAINT_OPTIONS.
N:   
N:   The relevant compiler flags are set in LDFLAGS.
N: 
N:   Please refer to https://wiki.debian.org/Hardening for details.
N: 
N:   Visibility: info
N:   Show-Always: no
N:   Check: binaries/hardening
N: 
N:
I: libfftw3-bin: hardening-no-bindnow [usr/bin/fftwf-wisdom]
N:
I: libfftw3-bin: hardening-no-bindnow [usr/bin/fftwl-wisdom]
N:
I: libfftw3-bin: hardening-no-bindnow [usr/bin/fftwq-wisdom]
N:
I: libfftw3-double3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3.so.3.6.10]
N:
I: libfftw3-double3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3_omp.so.3.6.10]
N:
I: libfftw3-double3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3_threads.so.3.6.10]
N:
I: libfftw3-long3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3l.so.3.6.10]
N:
I: libfftw3-long3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3l_omp.so.3.6.10]
N:
I: libfftw3-long3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3l_threads.so.3.6.10]
N:
I: libfftw3-mpi3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3.6.10]
N:
I: libfftw3-mpi3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so.3.6.10]
N:
I: libfftw3-mpi3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so.3.6.10]
N:
I: libfftw3-quad3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3q.so.3.6.10]
N:
I: libfftw3-quad3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3q_omp.so.3.6.10]
N:
I: libfftw3-quad3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3q_threads.so.3.6.10]
N:
I: libfftw3-single3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3f.so.3.6.10]
N:
I: libfftw3-single3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3f_omp.so.3.6.10]
N:
I: libfftw3-single3: hardening-no-bindnow [usr/lib/x86_64-linux-gnu/libfftw3f_threads.so.3.6.10]
N:
I: libfftw3-double3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3.so.3.6.10
N: 
N:   Although the package includes a shared library, the package does not have
N:   a symbols control file.
N:   
N:   dpkg can use symbols files in order to generate more accurate library
N:   dependencies for applications, based on the symbols from the library that
N:   are actually used by the application.
N: 
N:   Please refer to the dpkg-gensymbols(1) manual page and
N:   https://wiki.debian.org/UsingSymbolsFiles for details.
N: 
N:   Visibility: info
N:   Show-Always: no
N:   Check: debian/shlibs
N: 
N:
I: libfftw3-double3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3_omp.so.3.6.10
N:
I: libfftw3-double3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3_threads.so.3.6.10
N:
I: libfftw3-long3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3l.so.3.6.10
N:
I: libfftw3-long3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3l_omp.so.3.6.10
N:
I: libfftw3-long3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3l_threads.so.3.6.10
N:
I: libfftw3-mpi3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3.6.10
N:
I: libfftw3-mpi3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3f_mpi.so.3.6.10
N:
I: libfftw3-mpi3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3l_mpi.so.3.6.10
N:
I: libfftw3-quad3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3q.so.3.6.10
N:
I: libfftw3-quad3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3q_omp.so.3.6.10
N:
I: libfftw3-quad3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3q_threads.so.3.6.10
N:
I: libfftw3-single3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3f.so.3.6.10
N:
I: libfftw3-single3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3f_omp.so.3.6.10
N:
I: libfftw3-single3: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfftw3f_threads.so.3.6.10
N:
I: fftw3 source: out-of-date-standards-version 4.5.0 (released 2020-01-20) (current is 4.6.0.1)
N: 
N:   The source package refers to a Standards-Version older than the one that
N:   was current at the time the package was created (according to the
N:   timestamp of the latest debian/changelog entry). Please consider updating
N:   the package to current Policy and setting this control field
N:   appropriately.
N:   
N:   If the package is already compliant with the current standards, you don't
N:   have to re-upload the package just to adjust the Standards-Version control
N:   field. However, please remember to update this field next time you upload
N:   the package.
N:   
N:   See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the
N:   debian-policy package for a summary of changes in newer versions of
N:   Policy.
N: 
N:   Please refer to
N:   https://www.debian.org/doc/debian-policy/upgrading-checklist.html for
N:   details.
N: 
N:   Visibility: info
N:   Show-Always: no
N:   Check: fields/standards-version
N: 
N:
I: fftw3 source: patch-not-forwarded-upstream debian/patches/fix-runtime-neon-detection.patch
N: 
N:   According to the DEP-3 headers, this patch has not been forwarded
N:   upstream.
N:   
N:   Please forward the patch and try to have it included in upstream's version
N:   control system. If the patch is not suitable for that, please mention
N:   not-needed in the Forwarded field of the patch header.
N: 
N:   Please refer to , Debian Developer's Reference section 3.1.4, Debian
N:   Policy Manual section 4.3, and Bug#755153 for details.
N: 
N:   Visibility: info
N:   Show-Always: no
N:   Check: debian/patches/dep3
N:   Renamed from: send-patch
N: 
N:
X: fftw3 source: debian-watch-does-not-check-gpg-signature [debian/watch]
N: 
N:   This watch file does not specify a means to verify the upstream tarball
N:   using a cryptographic signature.
N:   
N:   If upstream distributions provides such signatures, please use the
N:   pgpsigurlmangle options in this watch file's opts= to generate the URL of
N:   an upstream GPG signature. This signature is automatically downloaded and
N:   verified against a keyring stored in debian/upstream/signing-key.asc
N:   
N:   Of course, not all upstreams provide such signatures but you could request
N:   them as a way of verifying that no third party has modified the code after
N:   its release (projects such as phpmyadmin, unrealircd, and proftpd have
N:   suffered from this kind of attack).
N: 
N:   Please refer to the uscan(1) manual page for details.
N: 
N:   Visibility: pedantic
N:   Show-Always: no
N:   Check: debian/watch
N:   Renamed from: debian-watch-may-check-gpg-signature
N:   This tag is experimental.
N: 
N:
P: fftw3 source: trailing-whitespace debian/rules (line 54)
N: 
N:   This file contains lines with trailing whitespace characters.
N:   
N:   Whilst often harmless and unsightly, such extra whitespaces can also cause
N:   tools to interpret the whitespace characters literally. The tool diff(1)
N:   does not like them, either. They are best avoided.
N:   
N:   Some of these problems can be hard to track down.
N:   
N:   Whitespace at the end of lines may be removed with the following:
N:   
N:    $ sed -i -e 's@[[:space:]]*$@@g' debian/control debian/changelog
N:   
N:   If you use Emacs, you can also use "M-x wh-cl" (whitespace-cleanup).
N:   
N:   However, if you wish to only remove trailing spaces and leave trailing
N:   tabs (eg. for Makefiles), you can use the following code snippet:
N:   
N:    $ sed -i -e 's@[ ]*$@@g' debian/rules
N:   
N:   To remove empty lines from the end of a file, you can use:
N:   
N:    $ sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' debian/rules
N: 
N:   Visibility: pedantic
N:   Show-Always: no
N:   Check: debian/trailing-whitespace
N:   Renamed from: file-contains-trailing-whitespace
N: 
N:
P: fftw3 source: update-debian-copyright 2003 vs 2022 [debian/copyright:13]
N: 
N:   The most recent copyright year mentioned for files in ./debian lags behind
N:   the year in the timestamp for the most recent changelog entry.
N: 
N:   Visibility: pedantic
N:   Show-Always: no
N:   Check: debian/copyright/dep5
N: 
N:
P: fftw3 source: very-long-line-length-in-source-file ChangeLog line 1215 is 875 characters long (>512)
N: 
N:   The source file includes a line length that is well beyond the normally
N:   human made code line length.
N:   
N:   This very long line length does not allow Lintian to do correctly some
N:   source file checks.
N:   
N:   This line could also be the result of some text injected by a computer
N:   program, and thus could lead to FTBFS bugs.
N:   
N:   Last but not least, long line in source code could be used to obfuscate
N:   the source code and to hide stuff like backdoors or security problems.
N:   
N:   It could be due to jslint source comments or other build tool comments.
N:   
N:   You may report this issue upstream.
N: 
N:   Visibility: pedantic
N:   Show-Always: no
N:   Check: cruft
N:   Renamed from: insane-line-length-in-source-file
N: 
N:
P: fftw3 source: very-long-line-length-in-source-file configure line 22011 is 1216 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/1d-Real_002dodd-DFTs-_0028DSTs_0029.html line 146 is 516 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/Advanced-distributed_002dtranspose-interface.html line 64 is 524 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/FFTW-Fortran-type-reference.html line 94 is 611 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/FFTW-MPI-Installation.html line 64 is 526 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/FFTW-MPI-Transposes.html line 64 is 526 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/Multi_002ddimensional-MPI-DFTs-of-Real-Data.html line 189 is 538 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/Plan-execution-in-Fortran.html line 64 is 514 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/The-1d-Real_002ddata-DFT.html line 64 is 520 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/The-Halfcomplex_002dformat-DFT.html line 130 is 514 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/Wisdom-File-Export_002fImport-from-Fortran.html line 64 is 556 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file doc/html/Wisdom-String-Export_002fImport-from-Fortran.html line 64 is 564 characters long (>512)
N:
P: fftw3 source: very-long-line-length-in-source-file m4/libtool.m4 line 6627 is 738 characters long (>512)

I: Lintian run was successful.

+------------------------------------------------------------------------------+
| Post Build                                                                   |
+------------------------------------------------------------------------------+


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build Type: full
Build-Space: 99198
Build-Time: 299
Distribution: unstable
Host Architecture: amd64
Install-Time: 9
Job: /home/fernst/debian/temp/fftw3/fftw3_3.3.10-0.1.dsc
Lintian: warn
Machine Architecture: amd64
Package: fftw3
Package-Time: 315
Source-Version: 3.3.10-0.1
Space: 99198
Status: successful
Version: 3.3.10-0.1
--------------------------------------------------------------------------------
Finished at 2022-04-20T16:01:40Z
Build needed 00:05:15, 99198k disk space
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-science-maintainers/attachments/20220420/dfde03aa/attachment-0001.sig>


More information about the debian-science-maintainers mailing list