COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2652:6c02e1ecaa84

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

Distribute Makefiles.

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