Mercurial > hg > batch-feature-extraction-tool
comparison Lib/fftw-3.2.1/dft/Makefile.am @ 0:25bf17994ef1
First commit. VS2013, Codeblocks and Mac OSX configuration
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Thu, 09 Jul 2015 01:12:16 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:25bf17994ef1 |
---|---|
1 AM_CPPFLAGS = -I$(top_srcdir)/kernel | |
2 SUBDIRS = scalar simd | |
3 | |
4 noinst_LTLIBRARIES = libdft.la | |
5 | |
6 # pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@ | |
7 # pkginclude_HEADERS = codelet-dft.h dft.h | |
8 | |
9 libdft_la_SOURCES = bluestein.c buffered.c conf.c ct.c dftw-direct.c \ | |
10 dftw-directsq.c dftw-generic.c dftw-genericbuf.c direct.c generic.c \ | |
11 indirect.c indirect-transpose.c kdft-dif.c kdft-difsq.c kdft-dit.c \ | |
12 kdft.c nop.c plan.c problem.c rader.c rank-geq2.c solve.c vrank-geq1.c \ | |
13 zero.c codelet-dft.h ct.h dft.h |