COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2653:d9ba1ae75f82

lemon-1.0
Last change on this file since 2653:d9ba1ae75f82 was 2652:6c02e1ecaa84, checked in by Akos Ladanyi, 18 years ago

Distribute Makefiles.

File size: 630 bytes
RevLine 
[2652]1EXTRA_DIST += \
2        benchmark/Makefile
3
[2649]4noinst_HEADERS +=
5##      benchmark/bench_tools.h
[2647]6
7if WANT_BENCHMARK
8
[2649]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
[2647]16
17endif WANT_BENCHMARK
18
[2649]19##benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc
[2647]20
[2649]21##benchmark_hcube_SOURCES = benchmark/hcube.cc
[2647]22
[2649]23##benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc
[2647]24
[2649]25##benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc
[2647]26
[2649]27##benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc
Note: See TracBrowser for help on using the repository browser.