lemon/lemon.pc.in
author Peter Kovacs <kpeter@inf.elte.hu>
Thu, 09 Oct 2008 13:27:35 +0200
changeset 314 2cc60866a0c9
parent 1 51eaad3a817b
child 645 cb8270a98660
permissions -rw-r--r--
Doc reorganization + improvements

- Reorganize several tools (move them to other modules).
- Add new module for map concepts.
- Remove the doc of all tools in lemon/bits.
- Improvements in groups.dox.
- Fix some doxygen warnings.
     1 prefix=@prefix@
     2 exec_prefix=@exec_prefix@
     3 libdir=@libdir@
     4 includedir=@includedir@
     5 
     6 Name: @PACKAGE_NAME@
     7 Description: Library of Efficient Models and Optimization in Networks
     8 Version: @PACKAGE_VERSION@
     9 Libs: -L${libdir} -lemon
    10 Cflags: -I${includedir}