COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/benchmark/Makefile.am @ 1418:afaa773d0ad0

Last change on this file since 1418:afaa773d0ad0 was 1351:551ffd3bcbb7, checked in by Akos Ladanyi, 19 years ago
  • removed unnecessary include dirs
File size: 211 bytes
Line 
1AM_CPPFLAGS = -I$(top_srcdir)/src
2
3noinst_HEADERS = bench_tools.h
4
5noinst_PROGRAMS = graph-bench hcube bfs-bench
6
7graph_bench_SOURCES = graph-bench.cc
8
9hcube_SOURCES = hcube.cc
10
11bfs_bench_SOURCES = bfs-bench.cc
Note: See TracBrowser for help on using the repository browser.