COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2118:54350d5c316a

Last change on this file since 2118:54350d5c316a was 2108:f2c532541730, checked in by Akos Ladanyi, 18 years ago

Single makefile.

File size: 570 bytes
RevLine 
[2108]1noinst_HEADERS += benchmark/bench_tools.h
[1351]2
[2108]3if WANT_BENCHMARK
[704]4
[2108]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
[704]12
[2108]13endif WANT_BENCHMARK
[708]14
[2108]15benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc
[742]16
[2108]17benchmark_hcube_SOURCES = benchmark/hcube.cc
[1833]18
[2108]19benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc
[2084]20
[2108]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.