Mercurial > hg > batch-feature-extraction-tool
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Lib/fftw-3.2.1/dft/Makefile.am Thu Jul 09 01:12:16 2015 +0100 @@ -0,0 +1,13 @@ +AM_CPPFLAGS = -I$(top_srcdir)/kernel +SUBDIRS = scalar simd + +noinst_LTLIBRARIES = libdft.la + +# pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@ +# pkginclude_HEADERS = codelet-dft.h dft.h + +libdft_la_SOURCES = bluestein.c buffered.c conf.c ct.c dftw-direct.c \ +dftw-directsq.c dftw-generic.c dftw-genericbuf.c direct.c generic.c \ +indirect.c indirect-transpose.c kdft-dif.c kdft-difsq.c kdft-dit.c \ +kdft.c nop.c plan.c problem.c rader.c rank-geq2.c solve.c vrank-geq1.c \ +zero.c codelet-dft.h ct.h dft.h