tools/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Sun, 30 Nov 2008 21:53:24 +0100
changeset 406 a578265aa8a6
parent 310 a9e8f310507f
child 523 d9e43511d11c
permissions -rw-r--r--
Improvements in groups.dox (#188)

- Unify the notations used for formulas.
- Add 'namespace lemon {...}' to simplify the references.
- Improved doc for algorithm groups.
- Extend the doc of the "shortest path" and "minimum cost flow" modules.
     1 if WANT_TOOLS
     2 
     3 bin_PROGRAMS += \
     4 	tools/dimacs-to-lgf
     5 
     6 dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
     7 
     8 endif WANT_TOOLS
     9 
    10 tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc