annotate src/fftw-3.3.3/kernel/Makefile.am @ 83:ae30d91d2ffe
Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author |
Chris Cannam |
date |
Fri, 07 Feb 2020 11:51:13 +0000 |
parents |
37bf6b4a2645 |
children |
|
rev |
line source |
Chris@10
|
1 AM_CPPFLAGS = -I$(top_srcdir)/simd
|
Chris@10
|
2 noinst_LTLIBRARIES = libkernel.la
|
Chris@10
|
3
|
Chris@10
|
4 # pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
|
Chris@10
|
5 # pkginclude_HEADERS = ifftw.h cycle.h
|
Chris@10
|
6
|
Chris@10
|
7 libkernel_la_SOURCES = align.c alloc.c assert.c awake.c buffered.c \
|
Chris@10
|
8 cpy1d.c cpy2d-pair.c cpy2d.c ct.c debug.c extract-reim.c hash.c iabs.c \
|
Chris@10
|
9 kalloc.c md5-1.c md5.c minmax.c ops.c pickdim.c plan.c planner.c \
|
Chris@10
|
10 primes.c print.c problem.c rader.c scan.c solver.c solvtab.c stride.c \
|
Chris@10
|
11 tensor.c tensor1.c tensor2.c tensor3.c tensor4.c tensor5.c tensor7.c \
|
Chris@10
|
12 tensor8.c tensor9.c tile2d.c timer.c transpose.c trig.c twiddle.c \
|
Chris@10
|
13 cycle.h ifftw.h
|