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