From 788461fc819d7954461e98cce4cad60dda3193e0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 29 Mar 2004 14:53:49 +0000 Subject: fix the build --- src/mesa/sources | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'src/mesa/sources') diff --git a/src/mesa/sources b/src/mesa/sources index 21727aa574..249734f783 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -6,10 +6,6 @@ MAIN_SOURCES = \ main/api_noop.c \ main/api_validate.c \ main/accum.c \ - main/arbparse.c \ - main/arbprogram.c \ - main/arbfragparse.c \ - main/arbvertparse.c \ main/attrib.c \ main/blend.c \ main/bufferobj.c \ @@ -38,15 +34,10 @@ MAIN_SOURCES = \ main/light.c \ main/lines.c \ main/matrix.c \ - main/nvprogram.c \ - main/nvfragparse.c \ - main/nvvertexec.c \ - main/nvvertparse.c \ main/occlude.c \ main/pixel.c \ main/points.c \ main/polygon.c \ - main/program.c \ main/rastpos.c \ main/state.c \ main/stencil.c \ @@ -137,6 +128,18 @@ TNL_SOURCES = \ tnl/t_vtx_eval.c \ tnl/t_vtx_exec.c +SHADER_SOURCES = \ + shader/arbfragparse.c \ + shader/arbprogparse.c \ + shader/arbprogram.c \ + shader/arbvertparse.c \ + shader/grammar_mesa.c \ + shader/nvfragparse.c \ + shader/nvprogram.c \ + shader/nvvertexec.c \ + shader/nvvertparse.c \ + shader/program.c + ASM_C_SOURCES = \ x86/common_x86.c \ x86/x86.c \ @@ -218,6 +221,7 @@ CORE_SOURCES = \ $(MATH_SOURCES) \ $(ARRAY_CACHE_SOURCES) \ $(TNL_SOURCES) \ + $(SHADER_SOURCES) \ $(SWRAST_SOURCES) \ $(SWRAST_SETUP_SOURCES) \ $(ASM_C_SOURCES) @@ -243,5 +247,6 @@ INCLUDE_DIRS = \ -I$(TOP)/src/mesa/glapi \ -I$(TOP)/src/mesa/math \ -I$(TOP)/src/mesa/tnl \ + -I$(TOP)/src/mesa/shader \ -I$(TOP)/src/mesa/swrast \ -I$(TOP)/src/mesa/swrast_setup -- cgit v1.2.3