annotate fft/fftw/fftw-3.3.4/rdft/simd/simd.mk @ 39:c1ec7564ccac

Upstream COPYING file
author Chris Cannam
date Wed, 11 May 2016 09:43:00 +0100
parents 26056e866c29
children
rev   line source
Chris@19 1 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/rdft \
Chris@19 2 -I$(top_srcdir)/rdft/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