Mercurial > hg > sv-dependency-builds
annotate src/fftw-3.3.3/rdft/simd/simd.mk @ 23:619f715526df sv_v2.1
Update Vamp plugin SDK to 2.5
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 10:52:46 +0100 |
parents | 37bf6b4a2645 |
children |
rev | line source |
---|---|
Chris@10 | 1 AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/rdft \ |
Chris@10 | 2 -I$(top_srcdir)/rdft/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 |