Mercurial > hg > sv-dependency-builds
annotate src/fftw-3.3.3/libbench2/Makefile.am @ 152:ffc6df9c760c
List of exclusions from the appimage repo
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 28 Jun 2018 15:29:59 +0100 |
parents | 89f5e221ed7b |
children |
rev | line source |
---|---|
cannam@95 | 1 noinst_LIBRARIES=libbench2.a |
cannam@95 | 2 |
cannam@95 | 3 libbench2_a_SOURCES=after-ccopy-from.c after-ccopy-to.c \ |
cannam@95 | 4 after-hccopy-from.c after-hccopy-to.c after-rcopy-from.c \ |
cannam@95 | 5 after-rcopy-to.c allocate.c aset.c bench-cost-postprocess.c \ |
cannam@95 | 6 bench-exit.c bench-main.c can-do.c caset.c dotens2.c info.c main.c \ |
cannam@95 | 7 mflops.c mp.c ovtpvt.c pow2.c problem.c report.c speed.c tensor.c \ |
cannam@95 | 8 timer.c useropt.c util.c verify-dft.c verify-lib.c verify-r2r.c \ |
cannam@95 | 9 verify-rdft2.c verify.c zero.c bench-user.h bench.h verify.h \ |
cannam@95 | 10 my-getopt.c my-getopt.h |
cannam@95 | 11 |
cannam@95 | 12 benchmark: all |
cannam@95 | 13 @echo "nothing to benchmark" |
cannam@95 | 14 |
cannam@95 | 15 accuracy: all |
cannam@95 | 16 @echo "nothing to benchmark" |
cannam@95 | 17 |