COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2235:48801095a410

Last change on this file since 2235:48801095a410 was 2235:48801095a410, checked in by Alpar Juttner, 17 years ago

EdgeLookUp? and AllEdgeLookUp? added.

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