view fft/fftw/fftw-3.3.4/rdft/simd/simd.mk @ 21:a901eeeabf3b

Slice does not appear to be necessary for a typed array copy after all
author Chris Cannam
date Tue, 06 Oct 2015 17:51:17 +0100
parents 26056e866c29
children
line wrap: on
line source
AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/rdft	\
-I$(top_srcdir)/rdft/simd -I$(top_srcdir)/simd-support

EXTRA_DIST = $(SIMD_CODELETS) genus.c codlist.c

$(EXTRA_DIST): Makefile
	(							\
	echo "/* Generated automatically.  DO NOT EDIT! */";	\
	echo "#define SIMD_HEADER \"$(SIMD_HEADER)\"";		\
	echo "#include \"../common/"$*".c\"";			\
	) >$@