annotate src/fftw-3.3.3/dft/simd/simd.mk @ 61:d101c4099725

Remove "other" Vamp SDK repo from sv-dependency-builds
author Chris Cannam
date Mon, 06 Mar 2017 13:29:58 +0000
parents 37bf6b4a2645
children
rev   line source
Chris@10 1 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft \
Chris@10 2 -I$(top_srcdir)/dft/simd -I$(top_srcdir)/simd-support
Chris@10 3
Chris@10 4 EXTRA_DIST = $(SIMD_CODELETS) genus.c codlist.c
Chris@10 5
Chris@10 6 $(EXTRA_DIST): Makefile
Chris@10 7 ( \
Chris@10 8 echo "/* Generated automatically. DO NOT EDIT! */"; \
Chris@10 9 echo "#define SIMD_HEADER \"$(SIMD_HEADER)\""; \
Chris@10 10 echo "#include \"../common/"$*".c\""; \
Chris@10 11 ) >$@
Chris@10 12