COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2117:96efb4fa0736

Last change on this file since 2117:96efb4fa0736 was 2108:f2c532541730, checked in by Akos Ladanyi, 18 years ago

Single makefile.

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