Code reorganization: split gallium and mesa makefiles.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 18 Feb 2008 05:25:04 +0000 (14:25 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 18 Feb 2008 05:25:04 +0000 (14:25 +0900)
commitbfd5916eafb9a97ad10f1d4a8738e7dcb02e04f4
tree4d9acef3ff83664c8c4109d379eda69b1e25c222
parent56bf73b1fb974e2223c9a4dcc96d39dac84a2df5
Code reorganization: split gallium and mesa makefiles.

In other words, don't build src/gallium source code from within src/mesa/Makefile.

Also, allow to customize which gallium auxiliary dirs, driver driver, winsys
dirs get built from the config/* files.
17 files changed:
configs/default
configs/linux-cell
configs/linux-dri
configs/linux-llvm
src/gallium/Makefile.template
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/cso_cache/Makefile [new file with mode: 0644]
src/gallium/auxiliary/draw/Makefile
src/gallium/auxiliary/tgsi/Makefile
src/gallium/auxiliary/tgsi/exec/Makefile [deleted file]
src/gallium/auxiliary/util/Makefile [new file with mode: 0644]
src/gallium/drivers/Makefile
src/gallium/winsys/Makefile [new file with mode: 0644]
src/gallium/winsys/dri/Makefile.template
src/gallium/winsys/xlib/Makefile [new file with mode: 0644]
src/mesa/Makefile
src/mesa/sources