]> git.proxmox.com Git - rustc.git/blob - src/jemalloc/jemalloc.pc.in
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / jemalloc / jemalloc.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 install_suffix=@install_suffix@
6
7 Name: jemalloc
8 Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
9 URL: http://www.canonware.com/jemalloc
10 Version: @jemalloc_version@
11 Cflags: -I${includedir}
12 Libs: -L${libdir} -ljemalloc${install_suffix}