aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2006-10-17 00:56:43 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2006-10-17 00:56:43 +0000
commit1eff82b723e47689fb818d15ceb516cd6bdc017c (patch)
tree1556f29750f980132961c97c53fce0a1bf6e927f /include/Makefile.am
parente25ababd98eb202d56bace5ff560ccc169b9640b (diff)
downloadvalgrind-1eff82b723e47689fb818d15ceb516cd6bdc017c.tar.gz
Merge r6086:
Makefile.am changes for AIX5. Almost all boilerplate stuff fitting in with the existing factorisation scheme. The only change of interest is that configure.in now generates automake symbols of name VGP_platform and VGO_os, whereas previously it just made VG_platform which was a bit inconsistent with the VGP/VGO/VGA scheme used in C code. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6242 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am15
1 files changed, 9 insertions, 6 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index eaa615eb3..ff430ae6d 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -28,19 +28,22 @@ incinc_HEADERS = \
pub_tool_stacktrace.h \
pub_tool_threadstate.h \
pub_tool_tooliface.h \
+ pub_tool_vki.h \
pub_tool_vkiscnums.h \
valgrind.h \
- vki/vki-linux.h \
- vki/vki-amd64-linux.h \
- vki/vki-ppc32-linux.h \
- vki/vki-ppc64-linux.h \
- vki/vki-x86-linux.h \
vki/vki-linux.h \
vki/vki-posixtypes-amd64-linux.h \
vki/vki-posixtypes-ppc32-linux.h \
vki/vki-posixtypes-ppc64-linux.h \
vki/vki-posixtypes-x86-linux.h \
+ vki/vki-amd64-linux.h \
+ vki/vki-ppc32-aix5.h \
+ vki/vki-ppc64-aix5.h \
+ vki/vki-ppc32-linux.h \
+ vki/vki-ppc64-linux.h \
+ vki/vki-x86-linux.h \
vki/vki-scnums-amd64-linux.h \
vki/vki-scnums-ppc32-linux.h \
vki/vki-scnums-ppc64-linux.h \
- vki/vki-scnums-x86-linux.h
+ vki/vki-scnums-x86-linux.h \
+ vki/vki-scnums-aix5.h