lemon/lemon.pc.in
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 09 Jan 2009 14:03:25 +0100
changeset 452 aea2dc0518ce
parent 1 51eaad3a817b
child 641 cb8270a98660
permissions -rw-r--r--
Rename convenience functions in subgraph adaptors (#67)

- Rename hide(), unHide() to disable(), enable().
- Add new set function status(Item, bool).
- Remove hidden() and add status() instead
(which returns the opposite value).
     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}