COIN-OR::LEMON - Graph Library

Changeset 385:50d96f2166d7 in lemon-main for tools/Makefile.am


Ignore:
Timestamp:
11/27/08 23:04:46 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.am

    r310 r385  
    11if WANT_TOOLS
    22
    3 bin_PROGRAMS +=
     3bin_PROGRAMS += \
     4        tools/dimacs-to-lgf
     5
    46dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
    57
    68endif WANT_TOOLS
     9
     10tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc
Note: See TracChangeset for help on using the changeset viewer.