fixed bad clear value
[mesa.git] / src / mesa / Makefile.X11
index 57815ae9f1d40985ccfebf9c33e998315b8aa339..940135f51141d55b7995da1ff0671d18a261139b 100644 (file)
@@ -1,7 +1,7 @@
-# $Id: Makefile.X11,v 1.66 2002/04/02 16:20:00 brianp Exp $
+# $Id: Makefile.X11,v 1.72 2002/10/29 23:09:40 brianp Exp $
 
 # Mesa 3-D graphics library
-# Version:  4.1
+# Version:  5.0
 # Copyright (C) 1995-2002  Brian Paul
 
 # Makefile for core library
@@ -10,7 +10,7 @@
 ##### MACROS #####
 
 GL_MAJOR = 1
-GL_MINOR = 3
+GL_MINOR = 4
 GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
 
 VPATH = RCS
@@ -31,7 +31,6 @@ CORE_SOURCES = \
        buffers.c \
        clip.c \
        colortab.c \
-       config.c \
        context.c \
        convolve.c \
        debug.c \
@@ -56,7 +55,6 @@ CORE_SOURCES = \
        light.c \
        lines.c \
        matrix.c \
-       mem.c \
        mmath.c \
        pixel.c \
        points.c \
@@ -64,6 +62,7 @@ CORE_SOURCES = \
        rastpos.c \
        state.c \
        stencil.c \
+       texcompress.c \
        texformat.c \
        teximage.c \
        texobj.c \
@@ -81,13 +80,11 @@ CORE_SOURCES = \
        X86/sse.c \
        math/m_debug_clip.c \
        math/m_debug_norm.c \
-       math/m_debug_vertex.c \
        math/m_debug_xform.c \
        math/m_eval.c \
        math/m_matrix.c \
        math/m_translate.c \
        math/m_vector.c \
-       math/m_vertices.c \
        math/m_xform.c \
        array_cache/ac_context.c \
        array_cache/ac_import.c \
@@ -255,28 +252,3 @@ dep: $(CORE_SOURCES) $(DRIVER_SOURCES) $(OSMESA_SOURCES)
 
 tags:
        etags `find . -name \*.[ch]` `find ../include`
-
-
-
-# XXX temporary for NV_vertex_program
-VPFILES = \
-       include/GL/glext.h \
-       src/Makefile.X11 \
-       src/vpparse.[ch] \
-       src/vpexec.[ch] \
-       src/vpstate.[ch] \
-       src/attrib.c \
-       src/context.c \
-       src/enable.c \
-       src/extensions.c \
-       src/get.c \
-       src/matrix.c \
-       src/mtypes.h \
-       src/varray.c \
-       src/tnl/t_vb_program.c \
-       tests/vptest1.c \
-       tests/vptest2.c
-
-vptar:
-       cd .. ; tar cvf vpfiles.tar $(VPFILES) ; gzip vpfiles.tar
-