COIN-OR::LEMON - Graph Library

source: lemon/lemon/lemon.pc.in @ 888:f903263902f6

Last change on this file since 888:f903263902f6 was 705:ebdcc68fe79e, checked in by Peter Kovacs <kpeter@…>, 15 years ago

Change the explanation of the acronym LEMON (#289)

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