tools/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 27 Nov 2008 22:04:46 +0000
changeset 385 50d96f2166d7
parent 310 a9e8f310507f
child 523 d9e43511d11c
permissions -rw-r--r--
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
ladanyi@1
     1
if WANT_TOOLS
ladanyi@1
     2
alpar@385
     3
bin_PROGRAMS += \
alpar@385
     4
	tools/dimacs-to-lgf
alpar@385
     5
alpar@310
     6
dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
ladanyi@1
     7
ladanyi@1
     8
endif WANT_TOOLS
alpar@385
     9
alpar@385
    10
tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc