diff fft/fftw/fftw-3.3.4/dft/simd/neon/Makefile.am @ 19:26056e866c29

Add FFTW to comparison table
author Chris Cannam
date Tue, 06 Oct 2015 13:08:39 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fft/fftw/fftw-3.3.4/dft/simd/neon/Makefile.am	Tue Oct 06 13:08:39 2015 +0100
@@ -0,0 +1,13 @@
+AM_CFLAGS = $(NEON_CFLAGS)
+SIMD_HEADER=simd-neon.h
+
+include $(top_srcdir)/dft/simd/codlist.mk
+include $(top_srcdir)/dft/simd/simd.mk
+
+if HAVE_NEON
+
+BUILT_SOURCES = $(EXTRA_DIST)
+noinst_LTLIBRARIES = libdft_neon_codelets.la
+libdft_neon_codelets_la_SOURCES = $(BUILT_SOURCES)
+
+endif