summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: ce73303081b3d2f64064535cd6a188b03521d5ff (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 ffts_real.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