COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2100:6fbe90faf02a

Last change on this file since 2100:6fbe90faf02a was 2099:eb126f29038c, checked in by Mihaly Barasz, 18 years ago

benchmark: radix_sort-bench was not compiled

File size: 388 bytes
Line 
1AM_CPPFLAGS = -I$(top_srcdir)
2
3noinst_HEADERS = bench_tools.h
4
5noinst_PROGRAMS = \
6        graph-bench \
7        hcube \
8        swap_bipartite_bench \
9        bfs-bench \
10        radix_sort-bench \
11        swap_bipartite_bench
12
13graph_bench_SOURCES = graph-bench.cc
14
15hcube_SOURCES = hcube.cc
16
17bfs_bench_SOURCES = bfs-bench.cc
18
19radix_sort_bench_SOURCES = radix_sort-bench.cc
20
21swap_bipartite_bench_SOURCES = swap_bipartite_bench.cc
Note: See TracBrowser for help on using the repository browser.