COIN-OR::LEMON - Graph Library

source: lemon-1.0/lemon/lemon.pc.in @ 142:8b703d177341

Last change on this file since 142:8b703d177341 was 1:51eaad3a817b, checked in by Akos Ladanyi <ladanyi@…>, 16 years ago

Autotools based build system.

File size: 304 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE_NAME@
7Description: Library of Efficient Models and Optimization in Networks
8Version: @PACKAGE_VERSION@
9Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@
10Cflags: -I${includedir} @GLPK_CFLAGS@ @CPLEX_CFLAGS@
Note: See TracBrowser for help on using the repository browser.