lemon/lemon.pc.in
author Alpar Juttner <alpar@cs.elte.hu>
Tue, 21 Sep 2010 06:19:04 +0200
branch1.0
changeset 419 66aafc8c62d6
parent 1 51eaad3a817b
permissions -rw-r--r--
LEMON 1.0.6 released (7d26a96745f7 tagged as r1.0.6)
     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}