annotate src/fftw-3.3.8/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 |
d0c2a83c1364 |
children |
|
rev |
line source |
Chris@82
|
1 AM_CPPFLAGS = -I $(top_srcdir)
|
Chris@82
|
2 noinst_LTLIBRARIES = libkernel.la
|
Chris@82
|
3
|
Chris@82
|
4 libkernel_la_SOURCES = align.c alloc.c assert.c awake.c buffered.c \
|
Chris@82
|
5 cpy1d.c cpy2d-pair.c cpy2d.c ct.c debug.c extract-reim.c hash.c iabs.c \
|
Chris@82
|
6 kalloc.c md5-1.c md5.c minmax.c ops.c pickdim.c plan.c planner.c \
|
Chris@82
|
7 primes.c print.c problem.c rader.c scan.c solver.c solvtab.c stride.c \
|
Chris@82
|
8 tensor.c tensor1.c tensor2.c tensor3.c tensor4.c tensor5.c tensor7.c \
|
Chris@82
|
9 tensor8.c tensor9.c tile2d.c timer.c transpose.c trig.c twiddle.c \
|
Chris@82
|
10 cycle.h ifftw.h
|