4 Commits

Author SHA1 Message Date
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