COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2647:aa4a3a04fb4c

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

Copied the autotools files from trunk and commented them out so that configure and make succeeds.

File size: 583 bytes
Line 
1#noinst_HEADERS += benchmark/bench_tools.h
2
3if WANT_BENCHMARK
4
5#noinst_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
15#benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc
16
17#benchmark_hcube_SOURCES = benchmark/hcube.cc
18
19#benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc
20
21#benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc
22
23#benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc
Note: See TracBrowser for help on using the repository browser.