COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2151:38ec4a930c05

Last change on this file since 2151:38ec4a930c05 was 2119:4cf25c61ea65, checked in by Akos Ladanyi, 18 years ago

Distribute Makefiles.

File size: 607 bytes
RevLine 
[2119]1EXTRA_DIST += \
2        benchmark/Makefile
3
[2108]4noinst_HEADERS += benchmark/bench_tools.h
[1351]5
[2108]6if WANT_BENCHMARK
[704]7
[2108]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
[704]15
[2108]16endif WANT_BENCHMARK
[708]17
[2108]18benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc
[742]19
[2108]20benchmark_hcube_SOURCES = benchmark/hcube.cc
[1833]21
[2108]22benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc
[2084]23
[2108]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.