kill a warning
[mesa.git] / src / mesa / Makefile.X11
index 1e4a66cc6777c55270a561a1e36420092a421f8d..e99da96b6176baea50ef56760002fd6b967fc00e 100644 (file)
@@ -136,16 +136,10 @@ TNL_SOURCES = \
        tnl/t_array_api.c \
        tnl/t_array_import.c \
        tnl/t_context.c \
-       tnl/t_eval_api.c \
-       tnl/t_imm_alloc.c \
-       tnl/t_imm_api.c \
-       tnl/t_imm_debug.c \
-       tnl/t_imm_dlist.c \
-       tnl/t_imm_elt.c \
-       tnl/t_imm_eval.c \
-       tnl/t_imm_exec.c \
-       tnl/t_imm_fixup.c \
        tnl/t_pipeline.c \
+       tnl/t_save_api.c \
+       tnl/t_save_loopback.c \
+       tnl/t_save_playback.c \
        tnl/t_vb_fog.c \
        tnl/t_vb_light.c \
        tnl/t_vb_normals.c \
@@ -154,7 +148,11 @@ TNL_SOURCES = \
        tnl/t_vb_render.c \
        tnl/t_vb_texgen.c \
        tnl/t_vb_texmat.c \
-       tnl/t_vb_vertex.c
+       tnl/t_vb_vertex.c \
+       tnl/t_vtx_api.c \
+       tnl/t_vtx_eval.c \
+       tnl/t_vtx_exec.c 
+
 
 ASM_C_SOURCES =        \
        x86/common_x86.c \
@@ -221,6 +219,8 @@ SVGA_DRIVER_SOURCES =                       \
        drivers/svga/svgamesa24.c       \
        drivers/svga/svgamesa32.c
 
+FBDEV_DRIVER_SOURCES =                 \
+       drivers/fbdev/glfbdev.c
 
 
 ### Groups of files
@@ -230,9 +230,9 @@ CORE_SOURCES = \
        $(GLAPI_SOURCES)        \
        $(MATH_SOURCES)         \
        $(ARRAY_CACHE_SOURCES)  \
+       $(TNL_SOURCES)          \
        $(SWRAST_SOURCES)       \
        $(SWRAST_SETUP_SOURCES) \
-       $(TNL_SOURCES)          \
        $(ASM_C_SOURCES)
 
 # This will probably get set to $(X86_SOURCES) in Make-config:
@@ -243,7 +243,8 @@ ifndef SOLO
 DRIVER_SOURCES = \
        $(X11_DRIVER_SOURCES) \
        $(GLIDE_DRIVER_SOURCES) \
-       $(SVGA_DRIVER_SOURCES)
+       $(SVGA_DRIVER_SOURCES) \
+       $(FBDEV_DRIVER_SOURCES)
 endif