Minor tweaks for external tools, for Josef W.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3050
This commit is contained in:
Nicholas Nethercote 2004-11-19 15:42:49 +00:00
parent 0ad76c8517
commit be2a95cff2
2 changed files with 6 additions and 1 deletions

View File

@ -271,6 +271,7 @@ struct vki_sigcontext {
#define VKI_O_CREAT 0100 /* not fcntl */
#define VKI_O_EXCL 0200 /* not fcntl */
#define VKI_O_TRUNC 01000 /* not fcntl */
#define VKI_O_APPEND 02000
#define VKI_O_NONBLOCK 04000
#define VKI_F_DUPFD 0 /* dup */

View File

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