COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2129:43849d6e280a

Last change on this file since 2129:43849d6e280a was 2119:4cf25c61ea65, checked in by Akos Ladanyi, 18 years ago

Distribute Makefiles.

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