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

