Home | History | Annotate | Download | only in main
      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@
      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 
     17