summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 80c4dcb8d12b6f4226f16bc66c126919e4f2c681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


lib_LTLIBRARIES = libffts.la

libffts_la_SOURCES = ffts.c ffts_nd.c patterns.c codegen.c

libffts_includedir=$(includedir)/ffts
libffts_include_HEADERS = ../include/ffts.h

if HAVE_NEON
libffts_la_SOURCES += neon.s
else 
if HAVE_SSE
libffts_la_SOURCES += sse.s
endif
endif
OpenPOWER on IntegriCloud