tools/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 21 Nov 2008 14:11:29 +0000
changeset 389 660db48f324f
parent 146 4b42aa24ce12
child 385 50d96f2166d7
permissions -rw-r--r--
Port preflow push max flow alg. from svn -r3516 (#176)
Namely,
- port the files
- apply the migrate script
- apply the unify script
- break the long lines in lemon/preflow.h
- convert the .dim test file to .lgf
- fix compilation problems
ladanyi@1
     1
if WANT_TOOLS
ladanyi@1
     2
ladanyi@1
     3
bin_PROGRAMS +=
alpar@310
     4
dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
ladanyi@1
     5
ladanyi@1
     6
endif WANT_TOOLS