server-skynet-source-3rd-je.../jemalloc.pc.in

13 lines
397 B
PkgConfig
Raw Normal View History

2014-09-20 05:01:23 +08:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
install_suffix=@install_suffix@
2014-09-20 05:01:23 +08:00
Name: jemalloc
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
URL: http://www.canonware.com/jemalloc
Version: @jemalloc_version@
Cflags: -I${includedir}
Libs: -L${libdir} -ljemalloc${install_suffix}