COIN-OR::LEMON - Graph Library

source: lemon-1.2/tools/Makefile.am @ 469:04c0631fd332

Last change on this file since 469:04c0631fd332 was 385:50d96f2166d7, checked in by Alpar Juttner <alpar@…>, 15 years ago

Port DIMACS tools from svn -r3516

Namely,

  • apply migrate script
  • apply unify sources
  • break long lines
  • Fixes the compilation
  • dim_to_lgf -> dimacs-to-lgf
  • better .hgignore
  • shorten the doc of dimacs-to-lgf
File size: 173 bytes
RevLine 
[1]1if WANT_TOOLS
2
[385]3bin_PROGRAMS += \
4        tools/dimacs-to-lgf
5
[310]6dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
[1]7
8endif WANT_TOOLS
[385]9
10tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc
Note: See TracBrowser for help on using the repository browser.