source:
lemon-0.x/benchmark/Makefile.am
@
1641:77f6ab7ad66f
Last change on this file since 1641:77f6ab7ad66f was 1435:8e85e6bbefdf, checked in by , 19 years ago | |
---|---|
File size: 207 bytes |
Line | |
---|---|
1 | AM_CPPFLAGS = -I$(top_srcdir) |
2 | |
3 | noinst_HEADERS = bench_tools.h |
4 | |
5 | noinst_PROGRAMS = graph-bench hcube bfs-bench |
6 | |
7 | graph_bench_SOURCES = graph-bench.cc |
8 | |
9 | hcube_SOURCES = hcube.cc |
10 | |
11 | bfs_bench_SOURCES = bfs-bench.cc |
Note: See TracBrowser
for help on using the repository browser.