Line | |
---|
1 | EXTRA_DIST += \ |
---|
2 | benchmark/Makefile |
---|
3 | |
---|
4 | noinst_HEADERS += benchmark/bench_tools.h |
---|
5 | |
---|
6 | if WANT_BENCHMARK |
---|
7 | |
---|
8 | noinst_PROGRAMS += \ |
---|
9 | benchmark/graph-bench \ |
---|
10 | benchmark/hcube \ |
---|
11 | benchmark/swap_bipartite_bench \ |
---|
12 | benchmark/bfs-bench \ |
---|
13 | benchmark/radix_sort-bench \ |
---|
14 | benchmark/swap_bipartite_bench |
---|
15 | |
---|
16 | endif WANT_BENCHMARK |
---|
17 | |
---|
18 | benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc |
---|
19 | |
---|
20 | benchmark_hcube_SOURCES = benchmark/hcube.cc |
---|
21 | |
---|
22 | benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc |
---|
23 | |
---|
24 | benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc |
---|
25 | |
---|
26 | benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.