COIN-OR::LEMON - Graph Library

source: lemon-main/tools/Makefile.am @ 523:d9e43511d11c

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