File: Makefile.am

package info (click to toggle)
fftw3 3.1.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 14,016 kB
  • ctags: 10,195
  • sloc: ansic: 154,845; asm: 33,960; ml: 12,962; sh: 8,943; perl: 1,392; makefile: 878; fortran: 108
file content (14 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_LIBRARIES=libbench2.a

libbench2_a_SOURCES=aligned-main.c allocate.c aset.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 timer2.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"