Code reorganization: update build.

Update the Makefiles and includes for the new paths.

Note that there hasn't been no separation of the Makefiles yet, and make is
jumping all over the place. That will be taken care shortly. But for now, make
should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm
might require some minor tweaks.
This commit is contained in:
José Fonseca
2008-02-15 17:50:12 +09:00
parent b642730be9
commit 6acd63a498
127 changed files with 445 additions and 241 deletions

View File

@@ -43,7 +43,7 @@
#include "pipe/p_context.h"
#include "pipe/p_shader_tokens.h"
#include "pipe/cso_cache/cso_cache.h"
#include "cso_cache/cso_cache.h"
#include "st_context.h"
#include "st_cache.h"