12 lines
348 B
PkgConfig
12 lines
348 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
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
|