COIN-OR::LEMON - Graph Library

source: lemon-0.x/tools/Makefile.am @ 2390:8450951a8e2d

Last change on this file since 2390:8450951a8e2d was 2390:8450951a8e2d, checked in by Alpar Juttner, 17 years ago
  • '-Wshadow' seemed to strict therefore removed
  • a tools directory added for useful executables codes
  • tools/lgf-gen.cc (a random graph generator) added
File size: 143 bytes
RevLine 
[2390]1EXTRA_DIST += \
2        tools/Makefile
3
4       
5if WANT_TOOLS
6
7bin_PROGRAMS += \
8        tools/lgf-gen
9
10endif WANT_TOOLS
11
12tools_lgf_gen_SOURCES = tools/lgf-gen.cc
Note: See TracBrowser for help on using the repository browser.