removed unused var
[mesa.git] / src / mesa / Makefile.X11
index 32326d6d5ed9e52cf454cb3b7797acf47599b8c8..533e0c32d9509717950b5252b43fbe9c367b8028 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.27 2000/10/31 18:09:44 keithw Exp $
+# $Id: Makefile.X11,v 1.32 2000/11/11 19:09:29 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.5
@@ -19,6 +19,7 @@ INCDIR = ../include
 LIBDIR = ../lib
 
 
+
 CORE_SOURCES = \
        accum.c \
        alpha.c \
@@ -52,8 +53,8 @@ CORE_SOURCES = \
        hash.c \
        highpc.c \
        hint.c \
+       histogram.c \
        image.c \
-       imaging.c \
        imports.c \
        light.c \
        lines.c \
@@ -97,6 +98,7 @@ CORE_SOURCES = \
        X86/common_x86.c \
        X86/3dnow.c \
        X86/katmai.c \
+       swrast/s_aaline.c \
        swrast/s_aatriangle.c \
        swrast/s_accum.c \
        swrast/s_alpha.c \
@@ -108,8 +110,9 @@ CORE_SOURCES = \
        swrast/s_context.c \
        swrast/s_depth.c \
        swrast/s_drawpix.c \
+       swrast/s_feedback.c \
        swrast/s_fog.c \
-       swrast/s_imaging.c \
+       swrast/s_histogram.c \
        swrast/s_lines.c \
        swrast/s_logic.c \
        swrast/s_masking.c \
@@ -123,11 +126,27 @@ CORE_SOURCES = \
        swrast/s_stencil.c \
        swrast/s_texture.c \
        swrast/s_triangle.c \
-       swrast/s_zoom.c 
+       swrast/s_zoom.c \
+       swrast_setup/ss_context.c \
+       swrast_setup/ss_triangle.c \
+       swrast_setup/ss_vb.c 
+
+
 
 
 
 DRIVER_SOURCES = \
+       FX/fxapi.c \
+       FX/fxdd.c \
+       FX/fxddspan.c \
+       FX/fxddtex.c \
+       FX/fxfastpath.c \
+       FX/fxpipeline.c \
+       FX/fxsetup.c \
+       FX/fxtexman.c \
+       FX/fxtrifuncs.c \
+       FX/fxvsetup.c \
+       FX/fxglidew.c \
        X/glxapi.c \
        X/fakeglx.c \
        X/xfonts.c \
@@ -142,27 +161,12 @@ DRIVER_SOURCES = \
        SVGA/svgamesa16.c \
        SVGA/svgamesa24.c \
        SVGA/svgamesa32.c \
-       FX/fxapi.c \
-       FX/fxclip.c \
-       FX/fxdd.c \
-       FX/fxddspan.c \
-       FX/fxddtex.c \
-       FX/fxfastpath.c \
-       FX/fxpipeline.c \
-       FX/fxrender.c \
-       FX/fxsanity.c \
-       FX/fxsetup.c \
-       FX/fxtexman.c \
-       FX/fxtrifuncs.c \
-       FX/fxvsetup.c \
-       FX/fxglidew.c \
-       Trace/tr_2string.c \
-       Trace/tr_attrib.c \
        Trace/tr_context.c \
        Trace/tr_control.c \
        Trace/tr_error.c \
-       Trace/tr_print.c \
-       Trace/tr_wrapper.c
+       Trace/tr_support.c \
+       Trace/tr_wrapper.c \
+       Trace/tr_write.c
 
 
 ASM_SOURCES = 
@@ -170,8 +174,8 @@ ASM_SOURCES =
 ADDITIONAL_OBJ = 
 
 OBJECTS = $(ASM_SOURCES:.S=.o) \
-       $(CORE_SOURCES:.c=.o) \
        $(DRIVER_SOURCES:.c=.o) \
+       $(CORE_SOURCES:.c=.o) \
        $(ADDITIONAL_OBJ)