lemon/lemon.pc.in
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 07 Nov 2008 13:04:54 +0000
changeset 372 7b6466ed488a
parent 1 51eaad3a817b
child 645 cb8270a98660
permissions -rw-r--r--
Avoid bit operator precedence warning with gcc-4.3

Some of these warnings are actually revealed real bugs
     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}