annotate fft/fftw/fftw-3.3.4/dft/simd/simd.mk @ 40:223f770b5341 kissfft-double tip

Try a double-precision kissfft
author Chris Cannam
date Wed, 07 Sep 2016 10:40:32 +0100
parents 26056e866c29
children
rev   line source
Chris@19 1 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft \
Chris@19 2 -I$(top_srcdir)/dft/simd -I$(top_srcdir)/simd-support
Chris@19 3
Chris@19 4 EXTRA_DIST = $(SIMD_CODELETS) genus.c codlist.c
Chris@19 5
Chris@19 6 $(EXTRA_DIST): Makefile
Chris@19 7 ( \
Chris@19 8 echo "/* Generated automatically. DO NOT EDIT! */"; \
Chris@19 9 echo "#define SIMD_HEADER \"$(SIMD_HEADER)\""; \
Chris@19 10 echo "#include \"../common/"$*".c\""; \
Chris@19 11 ) >$@
Chris@19 12