annotate toolboxes/graph_visualisation/lib/pkgconfig/libcgraph.pc @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
rev   line source
wolffd@0 1 prefix=/c/graphviz-mingw/local.2.20.3
wolffd@0 2 exec_prefix=${prefix}
wolffd@0 3 libdir=${exec_prefix}/lib
wolffd@0 4 includedir=${prefix}/include/graphviz
wolffd@0 5
wolffd@0 6 Name: libcgraph
wolffd@0 7 Description: Graph library (file i/o, dot language parsing, graph, subgraph, node, edge, attribute, data structure manipulation)
wolffd@0 8 Version: 2.20.3
wolffd@0 9 Libs: -L${libdir} -lcgraph -lcdt
wolffd@0 10 Cflags: -I${includedir}