mueller | bddd607 | 2003-11-19 21:50:07 +0000 | [diff] [blame] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | ||||
3 | libdir=@libdir@ | ||||
nethercote | 836d46c | 2004-11-18 12:58:53 +0000 | [diff] [blame] | 4 | includedir=@includedir@/valgrind |
nethercote | 8467291 | 2004-11-19 15:42:49 +0000 | [diff] [blame] | 5 | arch=@VG_ARCH@ |
6 | os=@VG_OS@ | ||||
sewardj | 2cb67aa | 2006-12-26 04:50:12 +0000 | [diff] [blame] | 7 | platform=@VG_PLATFORM_PRI@ |
sewardj | 479ed62 | 2005-11-09 16:32:02 +0000 | [diff] [blame] | 8 | valt_load_address=@VALT_LOAD_ADDRESS@ |
mueller | bddd607 | 2003-11-19 21:50:07 +0000 | [diff] [blame] | 9 | |
10 | Name: Valgrind | ||||
njn | b9c427c | 2004-12-01 14:14:42 +0000 | [diff] [blame] | 11 | Description: A dynamic binary instrumentation framework |
mueller | bddd607 | 2003-11-19 21:50:07 +0000 | [diff] [blame] | 12 | Version: @VERSION@ |
13 | Requires: | ||||
sewardj | 2cb67aa | 2006-12-26 04:50:12 +0000 | [diff] [blame] | 14 | Libs: -L${libdir}/valgrind/@VG_PLATFORM_PRI@ -lcoregrind -lvex -lgcc |
sewardj | 479ed62 | 2005-11-09 16:32:02 +0000 | [diff] [blame] | 15 | Cflags: -I${includedir} |
nethercote | 8467291 | 2004-11-19 15:42:49 +0000 | [diff] [blame] | 16 |