COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2649:68eaa3e9029d

lemon-1.0
Last change on this file since 2649:68eaa3e9029d was 2649:68eaa3e9029d, checked in by Akos Ladanyi, 18 years ago

The distcheck and doc targets should work now too.

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