COIN-OR::LEMON - Graph Library

source: lemon-1.2/tools/Makefile.am @ 464:acfb0f24d178

Last change on this file since 464:acfb0f24d178 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
Line 
1if WANT_TOOLS
2
3bin_PROGRAMS += \
4        tools/dimacs-to-lgf
5
6dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
7
8endif WANT_TOOLS
9
10tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc
Note: See TracBrowser for help on using the repository browser.