~ubuntu-branches/ubuntu/karmic/valgrind/karmic

« back to all changes in this revision

Viewing changes to valgrind.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-05 18:27:01 UTC
  • mfrom: (1.1.9 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090305182701-yag747u3f33y9g8y
Tags: 1:3.4.1-1ubuntu1
* Merge with Debian; remaining changes:
  - Add 91_build_with_fno_stack_protector.dpatch.
  - Add lpia to Architecture.

Show diffs side-by-side

added added

removed removed

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