r300/compiler: Compile the compiler seperately into an archive
authorNicolai Hähnle <nhaehnle@gmail.com>
Thu, 16 Jul 2009 21:56:15 +0000 (23:56 +0200)
committerNicolai Hähnle <nhaehnle@gmail.com>
Mon, 27 Jul 2009 18:32:04 +0000 (20:32 +0200)
commit77a6ae64b6287c0f6ed3b03e908ab3ce397ff02f
tree1bfb91f3406456921fa1ce3a3a6c95d710c9eafc
parentd6275ccf79667094de496d06aba35222be9935fc
r300/compiler: Compile the compiler seperately into an archive

This is all part of untangling the compiler from the classic driver, so that
it may be used in Gallium without depending on Mesa stuff if possible

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
src/mesa/drivers/dri/r300/Makefile
src/mesa/drivers/dri/r300/compiler/Makefile [new file with mode: 0644]