s390: Consolidate information about caches for older machines levels.
[ambi/valgrind.git] / valgrind.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/valgrind
5 arch=@VGCONF_ARCH_PRI@
6 os=@VGCONF_OS@
7 platform=@VGCONF_ARCH_PRI@-@VGCONF_OS@
8 valt_load_address=@VALT_LOAD_ADDRESS_PRI@
9
10 Name: Valgrind
11 Description: A dynamic binary instrumentation framework
12 Version: @VERSION@
13 Requires:
14 Libs: -L${libdir}/valgrind -lcoregrind-@VGCONF_ARCH_PRI@-@VGCONF_OS@ -lvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@ -lgcc
15 Cflags: -I${includedir}
16