7 Commits

Author SHA1 Message Date
Julian Seward
2ab03ee95d Makefile.tool-inplace.am: correctly handle tool names with dashes in,
using same changes to magic sed scripts as were recently applied to
Makefile.install.am.




git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7174
2007-11-17 18:35:54 +00:00
Julian Seward
5b02b70476 Add Bryan Meredith's Omega tool as an experimental tool. Maintainer
is Rich Coe.  Also, a minor mod to Makefile.install.am to handle tool
names with dashes in.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7112
2007-11-09 12:30:36 +00:00
Julian Seward
713b2d46c0 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
2006-10-17 00:56:43 +00:00
Tom Hughes
de29d2a03e Check that noinst_PROGRAMS and noinst_LIBRARIES are not empty strings
before trying to run a for loop over them as some versions of bash can't
cope with being asked to loop over an empty list.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5373
2005-12-19 12:48:03 +00:00
Tom Hughes
9ae428b26c Use $(INSTALL_DATA) to install libcoregrind.a and libvex.a as they
don't need to have execute permission.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5066
2005-11-10 11:11:39 +00:00
Julian Seward
554556bbef Install libvex.a and libcoregrind.a, needed for external tool builds.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5053
2005-11-09 14:04:27 +00:00
Tom Hughes
b5c033e906 Dual architecture support - this commit is a major rework of the build
system that allows multiple copies of valgrind to be built so that we
can build both x86 and amd64 versions of the tools on amd64 machines.

The launcher is then modified to look at the program being run and
decide which tool to use to run it.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5027
2005-11-07 15:24:38 +00:00