blob: 291088bb6a06373ef342540e705ec760285656ad [file] [log] [blame]
muellerbddd6072003-11-19 21:50:07 +00001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
nethercote836d46c2004-11-18 12:58:53 +00004includedir=@includedir@/valgrind
nethercote84672912004-11-19 15:42:49 +00005arch=@VG_ARCH@
6os=@VG_OS@
7platform=@VG_PLATFORM@
sewardj479ed622005-11-09 16:32:02 +00008valt_load_address=@VALT_LOAD_ADDRESS@
muellerbddd6072003-11-19 21:50:07 +00009
10Name: Valgrind
njnb9c427c2004-12-01 14:14:42 +000011Description: A dynamic binary instrumentation framework
muellerbddd6072003-11-19 21:50:07 +000012Version: @VERSION@
13Requires:
sewardj479ed622005-11-09 16:32:02 +000014Libs: -L${libdir}/valgrind/@VG_PLATFORM@ -lcoregrind -lvex -lgcc
15Cflags: -I${includedir}
nethercote84672912004-11-19 15:42:49 +000016