Mercurial > hg > batch-feature-extraction-tool
comparison Lib/fftw-3.2.1/libbench2/Makefile.am @ 0:25bf17994ef1
First commit. VS2013, Codeblocks and Mac OSX configuration
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Thu, 09 Jul 2015 01:12:16 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:25bf17994ef1 |
---|---|
1 noinst_LIBRARIES=libbench2.a | |
2 | |
3 libbench2_a_SOURCES=after-ccopy-from.c after-ccopy-to.c \ | |
4 after-hccopy-from.c after-hccopy-to.c after-rcopy-from.c \ | |
5 after-rcopy-to.c aligned-main.c allocate.c aset.c \ | |
6 bench-cost-postprocess.c bench-exit.c bench-main.c can-do.c caset.c \ | |
7 dotens2.c info.c main.c mflops.c mp.c ovtpvt.c pow2.c problem.c \ | |
8 report.c speed.c tensor.c timer.c useropt.c util.c verify-dft.c \ | |
9 verify-lib.c verify-r2r.c verify-rdft2.c verify.c zero.c bench-user.h \ | |
10 bench.h verify.h my-getopt.c my-getopt.h | |
11 | |
12 benchmark: all | |
13 @echo "nothing to benchmark" | |
14 | |
15 accuracy: all | |
16 @echo "nothing to benchmark" | |
17 |