~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to valgrind.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrés Roldán
  • Date: 2008-06-13 02:31:40 UTC
  • mto: (1.4.1 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080613023140-iwk33rz9rhvfkr96
Import upstream version 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
includedir=@includedir@/valgrind
5
5
arch=@VG_ARCH@
6
6
os=@VG_OS@
7
 
platform=@VG_PLATFORM@
 
7
platform=@VG_PLATFORM_PRI@
8
8
valt_load_address=@VALT_LOAD_ADDRESS@
9
9
 
10
10
Name: Valgrind
11
11
Description: A dynamic binary instrumentation framework
12
12
Version: @VERSION@
13
13
Requires:
14
 
Libs: -L${libdir}/valgrind/@VG_PLATFORM@ -lcoregrind -lvex -lgcc
 
14
Libs: -L${libdir}/valgrind/@VG_PLATFORM_PRI@ -lcoregrind -lvex -lgcc
15
15
Cflags: -I${includedir}
16
16