lemon/lemon.pc.in
author Balazs Dezso <deba@inf.elte.hu>
Mon, 21 Jul 2008 16:30:28 +0200
changeset 228 b6732e0d38c5
child 259 362415050b29
permissions -rw-r--r--
Reworking graph testing

- The graph tests check more graph functionality.
- The petersen graph is too regular, therefore special graphs are used.
- The graph_test.h contains just general tools to test graphs.
ladanyi@1
     1
prefix=@prefix@
ladanyi@1
     2
exec_prefix=@exec_prefix@
ladanyi@1
     3
libdir=@libdir@
ladanyi@1
     4
includedir=@includedir@
ladanyi@1
     5
ladanyi@1
     6
Name: @PACKAGE_NAME@
ladanyi@1
     7
Description: Library of Efficient Models and Optimization in Networks
ladanyi@1
     8
Version: @PACKAGE_VERSION@
ladanyi@1
     9
Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@
ladanyi@1
    10
Cflags: -I${includedir} @GLPK_CFLAGS@ @CPLEX_CFLAGS@