rust/mk
Alex Crichton 2611483894 Refactor the build system for easily adding crates
Before this patch, if you wanted to add a crate to the build system you had to
change about 100 lines across 8 separate makefiles. This is highly error prone
and opaque to all but a few. This refactoring is targeted at consolidating this
effort so adding a new crate adds one line in one file in a way that everyone
can understand it.
2014-01-26 00:53:41 -08:00
..
clean.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00
crates.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00
ctags.mk Don't make tags for our dependencies and tests. 2013-11-16 13:44:52 +11:00
dist.mk make: Add all the make support for lib{native,green} 2013-12-24 19:59:52 -08:00
docs.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00
host.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00
install.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00
llvm.mk Only build LLVM tools Rust needs. 2014-01-15 17:47:48 -08:00
perf.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
platform.mk Fix ARM unwinding. 2014-01-03 23:34:15 -08:00
rt.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00
rustllvm.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00
snap.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
stage0.mk Make rustc's own lib directory configurable and change the default to rustlib. Fixes #3319 2014-01-05 12:06:20 +01:00
target.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00
tests.mk Refactor the build system for easily adding crates 2014-01-26 00:53:41 -08:00