mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
17 lines
369 B
PkgConfig
17 lines
369 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/valgrind
|
|
arch=@VG_ARCH@
|
|
os=@VG_OS@
|
|
platform=@VG_PLATFORM@
|
|
valt_load_address=@VALT_LOAD_ADDRESS@
|
|
|
|
Name: Valgrind
|
|
Description: A dynamic binary instrumentation framework
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir}/valgrind/@VG_PLATFORM@ -lcoregrind -lvex -lgcc
|
|
Cflags: -I${includedir}
|
|
|