ftmemsim-valgrind/valgrind.pc.in
Nicholas Nethercote 1822d48ebb VG_ARCH doesn't exist any more, use VG_ARCH_PRI in valgrind.pc.in.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8991
2009-01-20 06:06:20 +00:00

17 lines
381 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/valgrind
arch=@VG_ARCH_PRI@
os=@VG_OS@
platform=@VG_PLATFORM_PRI@
valt_load_address=@VALT_LOAD_ADDRESS@
Name: Valgrind
Description: A dynamic binary instrumentation framework
Version: @VERSION@
Requires:
Libs: -L${libdir}/valgrind/@VG_PLATFORM_PRI@ -lcoregrind -lvex -lgcc
Cflags: -I${includedir}