diff fft/fftw/fftw-3.3.4/libbench2/Makefile.am @ 19:26056e866c29

Add FFTW to comparison table
author Chris Cannam
date Tue, 06 Oct 2015 13:08:39 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fft/fftw/fftw-3.3.4/libbench2/Makefile.am	Tue Oct 06 13:08:39 2015 +0100
@@ -0,0 +1,17 @@
+noinst_LIBRARIES=libbench2.a
+
+libbench2_a_SOURCES=after-ccopy-from.c after-ccopy-to.c			\
+after-hccopy-from.c after-hccopy-to.c after-rcopy-from.c		\
+after-rcopy-to.c allocate.c aset.c bench-cost-postprocess.c		\
+bench-exit.c bench-main.c can-do.c caset.c dotens2.c info.c main.c	\
+mflops.c mp.c ovtpvt.c pow2.c problem.c report.c speed.c tensor.c	\
+timer.c useropt.c util.c verify-dft.c verify-lib.c verify-r2r.c		\
+verify-rdft2.c verify.c zero.c bench-user.h bench.h verify.h		\
+my-getopt.c my-getopt.h
+
+benchmark: all
+	@echo "nothing to benchmark"
+
+accuracy: all
+	@echo "nothing to benchmark"
+