COIN-OR::LEMON - Graph Library

source: lemon-1.2/tools/Makefile.am @ 537:0fec6a017ead

Last change on this file since 537:0fec6a017ead was 523:d9e43511d11c, checked in by Alpar Juttner <alpar@…>, 15 years ago

Port lgf-gen from SVN -r3512 (#45)

  • apply the migrate script
  • apply the source unifyer
  • fix the compilation
File size: 231 bytes
RevLine 
[1]1if WANT_TOOLS
2
[385]3bin_PROGRAMS += \
[523]4        tools/dimacs-to-lgf \
5        tools/lgf-gen
[385]6
[310]7dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
[1]8
9endif WANT_TOOLS
[385]10
11tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc
[523]12tools_lgf_gen_SOURCES = tools/lgf-gen.cc
Note: See TracBrowser for help on using the repository browser.