Tweaks for keeping Josef's external Callgrind tool running, including a bumping

of the interface major version number.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3043
This commit is contained in:
Nicholas Nethercote 2004-11-18 12:58:53 +00:00
parent 3b4dc0bdba
commit b490e55dc8
2 changed files with 6 additions and 3 deletions

View File

@ -79,8 +79,11 @@ extern const Char *VG_(libdir);
/* The major version number indicates binary-incompatible changes to the
interface; if the core and tool major versions don't match, Valgrind
will abort. The minor version indicates binary-compatible changes.
(Update: as it happens, we're never using the minor version number, because
there's no point in doing so.)
*/
#define VG_CORE_INTERFACE_MAJOR_VERSION 6
#define VG_CORE_INTERFACE_MAJOR_VERSION 7
#define VG_CORE_INTERFACE_MINOR_VERSION 0
typedef struct _ToolInfo {

View File

@ -1,11 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
includedir=@includedir@/valgrind
Name: Valgrind
Description: Program supervision framework for x86-GNU/Linux
Version: @VERSION@
Requires:
Libs:
Cflags: -I${includedir} -I${includedir}/@VG_ARCH@ -I${includedir}/@VG_PLATFORM@
Cflags: -I${includedir} -I${includedir}/@VG_ARCH@ -I${includedir}/@VG_OS@ -I${includedir}/@VG_PLATFORM@ @ARCH_TOOL_AM_CFLAGS@