Code reorganization: s/aux/auxiliary/ -- update build.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 15 Feb 2008 11:11:40 +0000 (20:11 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 15 Feb 2008 11:11:40 +0000 (20:11 +0900)
src/gallium/Makefile
src/gallium/Makefile.template
src/gallium/auxiliary/llvm/Makefile
src/gallium/drivers/cell/ppu/Makefile
src/gallium/drivers/cell/spu/Makefile
src/gallium/winsys/dri/Makefile.template
src/mesa/Makefile
src/mesa/sources

index a13b9a52d36b1f83f37561fe228b94401e78953e..89e068a44920676d880e4c6b98bc7f3445a41d56 100644 (file)
@@ -2,7 +2,7 @@ TOP = ../..
 include $(TOP)/configs/current
 
 
-SUBDIRS = aux drivers
+SUBDIRS = auxiliary drivers
 
 
 default: subdirs
index 0717ed8dd242350fe08e43549926cd50d1958a23..83b25f9b47c918ffae387c021ce67396b3ec22b7 100644 (file)
@@ -17,7 +17,7 @@ INCLUDES = \
        -I. \
        -I$(TOP)/src/gallium/include \
        -I$(TOP)/src/gallium/include/pipe \
-       -I$(TOP)/src/gallium/aux \
+       -I$(TOP)/src/gallium/auxiliary \
        -I$(TOP)/src/gallium/drivers \
        -I$(TOP)/src/mesa \
        -I$(TOP)/include \
index e6ac399d08805d082fc009c85d6642184b5f8c8f..e0abf860c17b06ebd8246dc232bee49c20cdc87f 100644 (file)
@@ -31,7 +31,7 @@ OBJECTS = $(C_SOURCES:.c=.o) \
 INCLUDES = \
        -I. \
        -I$(TOP)/src/gallium/drivers
-       -I$(TOP)/src/gallium/aux \
+       -I$(TOP)/src/gallium/auxiliary \
        -I$(TOP)/src/gallium/include \
        -I$(TOP)/src/mesa \
        -I$(TOP)/include
index 011863c11e1b0063447a78870fce2acc756b5ad0..a4c3f29e8a43355712af9b1e96d43751bdd832dc 100644 (file)
@@ -43,7 +43,7 @@ OBJECTS = $(SOURCES:.c=.o) \
 INCLUDE_DIRS = \
        -I$(TOP)/src/mesa \
        -I$(TOP)/src/gallium/include \
-       -I$(TOP)/src/gallium/aux \
+       -I$(TOP)/src/gallium/auxiliary \
        -I$(TOP)/src/gallium/drivers
 
 .c.o:
index 7aa947299e7abe8aee2d397503ad396f550d9742..30ef2450ece14c6bc65cc5f8b22845d58b660fd2 100644 (file)
@@ -34,7 +34,7 @@ SPU_ASM_OUT = $(SOURCES:.c=.s) \
 INCLUDE_DIRS = \
        -I$(TOP)/src/mesa \
        -I$(TOP)/src/gallium/include \
-       -I$(TOP)/src/gallium/aux \
+       -I$(TOP)/src/gallium/auxiliary \
        -I$(TOP)/src/gallium/drivers
 
 
index b96305c094046e9cdc4864542afa04ae98d5dc81..2a261ed66947f1d3d6d46f6e4fcc7c04562c3abc 100644 (file)
@@ -49,7 +49,7 @@ SHARED_INCLUDES = \
        -I$(TOP)/include \
        -I$(TOP)/include/GL/internal \
        -I$(TOP)/src/gallium/include \
-       -I$(TOP)/src/gallium/aux \
+       -I$(TOP)/src/gallium/auxiliary \
        -I$(TOP)/src/gallium/drivers \
        -I$(TOP)/src/mesa \
        -I$(TOP)/src/mesa/main \
index 561608fedd6cb5e1c8e8ebe2ac7ba309970dca09..c8cb2b592fe819d7c6aa5e6abba2ce46fc2d4233 100644 (file)
@@ -21,7 +21,7 @@ CELL_LIB_SPU = $(TOP)/src/gallium/drivers/cell/spu/g3d_spu.a
 endif
 
 ifeq ($(CONFIG_NAME), linux-llvm)
-LLVM_LIB = $(TOP)/src/gallium/aux/llvm/libgallivm.a
+LLVM_LIB = $(TOP)/src/gallium/auxiliary/llvm/libgallivm.a
 endif
 
 .SUFFIXES : .cpp
index 2d07738210df2919491a6e4452589e279f2bf615..cecd8a830fe8dc43ca250e420103840455cd1346 100644 (file)
@@ -158,45 +158,45 @@ VF_SOURCES = \
 
 
 DRAW_SOURCES = \
-       $(TOP)/src/gallium/aux/draw/draw_clip.c \
-       $(TOP)/src/gallium/aux/draw/draw_context.c\
-       $(TOP)/src/gallium/aux/draw/draw_cull.c \
-       $(TOP)/src/gallium/aux/draw/draw_debug.c \
-       $(TOP)/src/gallium/aux/draw/draw_flatshade.c \
-       $(TOP)/src/gallium/aux/draw/draw_offset.c \
-       $(TOP)/src/gallium/aux/draw/draw_prim.c \
-       $(TOP)/src/gallium/aux/draw/draw_stipple.c \
-       $(TOP)/src/gallium/aux/draw/draw_twoside.c \
-       $(TOP)/src/gallium/aux/draw/draw_unfilled.c \
-       $(TOP)/src/gallium/aux/draw/draw_validate.c \
-       $(TOP)/src/gallium/aux/draw/draw_vbuf.c \
-       $(TOP)/src/gallium/aux/draw/draw_vertex.c \
-       $(TOP)/src/gallium/aux/draw/draw_vertex_cache.c \
-       $(TOP)/src/gallium/aux/draw/draw_vertex_fetch.c \
-       $(TOP)/src/gallium/aux/draw/draw_vertex_shader.c \
-       $(TOP)/src/gallium/aux/draw/draw_vf.c \
-       $(TOP)/src/gallium/aux/draw/draw_vf_generic.c \
-       $(TOP)/src/gallium/aux/draw/draw_vf_sse.c \
-       $(TOP)/src/gallium/aux/draw/draw_wide_prims.c
+       $(TOP)/src/gallium/auxiliary/draw/draw_clip.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_context.c\
+       $(TOP)/src/gallium/auxiliary/draw/draw_cull.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_debug.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_flatshade.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_offset.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_prim.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_stipple.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_twoside.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_unfilled.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_validate.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_vbuf.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_vertex.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_vertex_cache.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_vertex_fetch.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_vertex_shader.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_vf.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_vf_generic.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_vf_sse.c \
+       $(TOP)/src/gallium/auxiliary/draw/draw_wide_prims.c
 
 TGSIEXEC_SOURCES = \
-       $(TOP)/src/gallium/aux/tgsi/exec/tgsi_exec.c \
-       $(TOP)/src/gallium/aux/tgsi/exec/tgsi_sse2.c
+       $(TOP)/src/gallium/auxiliary/tgsi/exec/tgsi_exec.c \
+       $(TOP)/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c
 
 TGSIUTIL_SOURCES = \
-       $(TOP)/src/gallium/aux/tgsi/util/tgsi_build.c \
-       $(TOP)/src/gallium/aux/tgsi/util/tgsi_dump.c \
-       $(TOP)/src/gallium/aux/tgsi/util/tgsi_parse.c \
-       $(TOP)/src/gallium/aux/tgsi/util/tgsi_util.c
+       $(TOP)/src/gallium/auxiliary/tgsi/util/tgsi_build.c \
+       $(TOP)/src/gallium/auxiliary/tgsi/util/tgsi_dump.c \
+       $(TOP)/src/gallium/auxiliary/tgsi/util/tgsi_parse.c \
+       $(TOP)/src/gallium/auxiliary/tgsi/util/tgsi_util.c
 
 STATECACHE_SOURCES = \
-       $(TOP)/src/gallium/aux/cso_cache/cso_hash.c \
-       $(TOP)/src/gallium/aux/cso_cache/cso_cache.c
+       $(TOP)/src/gallium/auxiliary/cso_cache/cso_hash.c \
+       $(TOP)/src/gallium/auxiliary/cso_cache/cso_cache.c
 
 PIPEUTIL_SOURCES = \
-       $(TOP)/src/gallium/aux/util/p_debug.c \
-       $(TOP)/src/gallium/aux/util/p_tile.c \
-       $(TOP)/src/gallium/aux/util/p_util.c
+       $(TOP)/src/gallium/auxiliary/util/p_debug.c \
+       $(TOP)/src/gallium/auxiliary/util/p_tile.c \
+       $(TOP)/src/gallium/auxiliary/util/p_util.c
 
 STATETRACKER_SOURCES = \
        state_tracker/st_atom.c \
@@ -428,7 +428,7 @@ INCLUDE_DIRS = \
        -I$(TOP)/src/mesa/main \
        -I$(TOP)/src/gallium/include \
        -I$(TOP)/src/gallium/drivers \
-       -I$(TOP)/src/gallium/aux
+       -I$(TOP)/src/gallium/auxiliary
 
 OLD_INCLUDE_DIRS = \
        -I$(TOP)/src/mesa/tnl \
@@ -438,4 +438,4 @@ OLD_INCLUDE_DIRS = \
        -I$(TOP)/src/mesa/shader \
        -I$(TOP)/src/mesa/shader/grammar \
        -I$(TOP)/src/mesa/shader/slang \
-       -I$(TOP)/s$(TOP)/src/gallium/aux/tgsi
+       -I$(TOP)/s$(TOP)/src/gallium/auxiliary/tgsi