rust/mk
Austin Seipp b513a5a500 Make valgrind usage more consistent and less error prone.
I was still having issues with the build system somehow getting confused
as to which set of valgrind headers to use when compiling rt.

This commit moves all the valgrind headers into their own directory
under rt and makes the usage more consistent. The compiler is now passed
the -DNVALGRIND flag when valgrind is not installed, as opposed to
passing -DHAVE_VALGRIND.

We also pass -I src/rt to the compiler when building rt so you can more
easily import what you want. I also cleaned up some erroneous #includes
along the way.

It should be safe to always just import the local valgrind headers and use
them without question. NVALGRIND turns the operations to no-ops when it
is active, and the build and tests run cleanly with or without.
2011-12-06 01:15:29 -06:00
..
libuv Re-add libuv as a submodule. 2011-11-08 19:01:47 -08:00
autodep.mk fix makefiles, add option to ignore changes in makefiles 2011-11-29 12:51:09 -08:00
clean.mk Build infra and minor build-enabling bugfixes for cargo. 2011-12-01 11:31:29 -08:00
ctags.mk make ctags targets phony 2011-10-18 10:37:27 -07:00
dist.mk Build infra and minor build-enabling bugfixes for cargo. 2011-12-01 11:31:29 -08:00
docs.mk fix makefiles, add option to ignore changes in makefiles 2011-11-29 12:51:09 -08:00
host.mk basic builds function 2011-11-29 12:51:07 -08:00
install.mk improve install, fix MKFILE_DEPS so it works 2011-11-29 13:01:10 -08:00
llvm.mk build: Create a better definition of LLVM deps 2011-11-25 19:36:19 -08:00
perf.mk fix path for the find command 2011-11-30 15:44:59 -08:00
platform.mk Make valgrind usage more consistent and less error prone. 2011-12-06 01:15:29 -06:00
pp.mk Build infra and minor build-enabling bugfixes for cargo. 2011-12-01 11:31:29 -08:00
rt.mk Make valgrind usage more consistent and less error prone. 2011-12-06 01:15:29 -06:00
rustllvm.mk Upgrade LLVM to svn revision 145779 2011-12-04 14:59:56 -08:00
snap.mk build: added CFG_INSTALL_SNAP for automatically activating test snapshots 2011-12-02 12:23:50 -08:00
stage0.mk build: Fix stage0 rules for non-host targets 2011-11-29 15:03:03 -08:00
target.mk makefiles now seem to be working, rustc is not 2011-11-29 12:51:08 -08:00
tests.mk Fix definition of check-stageN-all targets 2011-12-03 20:23:54 -08:00
tools.mk Build infra and minor build-enabling bugfixes for cargo. 2011-12-01 11:31:29 -08:00