view fft/fftw/fftw-3.3.4/rdft/simd/simd.mk @ 24:e705de983b67

Put the comments back in!
author Chris Cannam
date Wed, 07 Oct 2015 08:57:11 +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\"";			\
	) >$@