Mercurial > hg > camir-aes2014
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e9a9cd732c1e |
---|---|
1 prefix=/c/graphviz-mingw/local.2.20.3 | |
2 exec_prefix=${prefix} | |
3 libdir=${exec_prefix}/lib | |
4 includedir=${prefix}/include/graphviz | |
5 | |
6 Name: libcgraph | |
7 Description: Graph library (file i/o, dot language parsing, graph, subgraph, node, edge, attribute, data structure manipulation) | |
8 Version: 2.20.3 | |
9 Libs: -L${libdir} -lcgraph -lcdt | |
10 Cflags: -I${includedir} |