mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
string in valgrind.pc.in, so that they describe Valgrind as a "dynamic binary instrumentation framework", and don't mention platforms at all. I had to tweak the regtest filters a bit for this. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3178
16 lines
368 B
PkgConfig
16 lines
368 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} -I${includedir}/${arch} -I${includedir}/${os} -I${includedir}/${platform} @ARCH_TOOL_AM_CFLAGS@
|
|
|