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
RevLine 
[2649]1noinst_HEADERS +=
2##      benchmark/bench_tools.h
[2647]3
4if WANT_BENCHMARK
5
[2649]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
[2647]13
14endif WANT_BENCHMARK
15
[2649]16##benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc
[2647]17
[2649]18##benchmark_hcube_SOURCES = benchmark/hcube.cc
[2647]19
[2649]20##benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc
[2647]21
[2649]22##benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc
[2647]23
[2649]24##benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc
Note: See TracBrowser for help on using the repository browser.