source:
lemon-0.x/benchmark/Makefile.am
@
2101:439b7f21ccc4
| Last change on this file since 2101:439b7f21ccc4 was 2099:eb126f29038c, checked in by , 19 years ago | |
|---|---|
| File size: 388 bytes | |
| Line | |
|---|---|
| 1 | AM_CPPFLAGS = -I$(top_srcdir) |
| 2 | |
| 3 | noinst_HEADERS = bench_tools.h |
| 4 | |
| 5 | noinst_PROGRAMS = \ |
| 6 | graph-bench \ |
| 7 | hcube \ |
| 8 | swap_bipartite_bench \ |
| 9 | bfs-bench \ |
| 10 | radix_sort-bench \ |
| 11 | swap_bipartite_bench |
| 12 | |
| 13 | graph_bench_SOURCES = graph-bench.cc |
| 14 | |
| 15 | hcube_SOURCES = hcube.cc |
| 16 | |
| 17 | bfs_bench_SOURCES = bfs-bench.cc |
| 18 | |
| 19 | radix_sort_bench_SOURCES = radix_sort-bench.cc |
| 20 | |
| 21 | swap_bipartite_bench_SOURCES = swap_bipartite_bench.cc |
Note: See TracBrowser
for help on using the repository browser.

