Mercurial > hg > js-dsp-test
annotate fft/fftw/fftw-3.3.4/dft/Makefile.am @ 39:c1ec7564ccac
Upstream COPYING file
author | Chris Cannam |
---|---|
date | Wed, 11 May 2016 09:43:00 +0100 |
parents | 26056e866c29 |
children |
rev | line source |
---|---|
Chris@19 | 1 AM_CPPFLAGS = -I$(top_srcdir)/kernel |
Chris@19 | 2 SUBDIRS = scalar simd |
Chris@19 | 3 |
Chris@19 | 4 noinst_LTLIBRARIES = libdft.la |
Chris@19 | 5 |
Chris@19 | 6 # pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@ |
Chris@19 | 7 # pkginclude_HEADERS = codelet-dft.h dft.h |
Chris@19 | 8 |
Chris@19 | 9 libdft_la_SOURCES = bluestein.c buffered.c conf.c ct.c dftw-direct.c \ |
Chris@19 | 10 dftw-directsq.c dftw-generic.c dftw-genericbuf.c direct.c generic.c \ |
Chris@19 | 11 indirect.c indirect-transpose.c kdft-dif.c kdft-difsq.c kdft-dit.c \ |
Chris@19 | 12 kdft.c nop.c plan.c problem.c rader.c rank-geq2.c solve.c vrank-geq1.c \ |
Chris@19 | 13 zero.c codelet-dft.h ct.h dft.h |