disable _glapi_set_warning_func() call as it's not present in older libGLs
[mesa.git] / src / mesa / Makefile.X11
index 76bf931f11e4d6642f16e2c83d6a98a001735832..378df24eb8285dc1951ac92976e989c4995d2a66 100644 (file)
@@ -1,8 +1,8 @@
-# $Id: Makefile.X11,v 1.61 2001/12/14 16:35:55 kschultz Exp $
+# $Id: Makefile.X11,v 1.69 2002/09/27 02:45:37 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  4.1
-# Copyright (C) 1995-2001  Brian Paul
+# Copyright (C) 1995-2002  Brian Paul
 
 # Makefile for core library
 
@@ -21,9 +21,6 @@ LIBDIR = ../lib
 
 
 CORE_SOURCES = \
-       vpexec.c \
-       vpparse.c \
-       vpstate.c \
        api_arrayelt.c \
        api_loopback.c \
        api_noop.c \
@@ -34,7 +31,6 @@ CORE_SOURCES = \
        buffers.c \
        clip.c \
        colortab.c \
-       config.c \
        context.c \
        convolve.c \
        debug.c \
@@ -67,6 +63,7 @@ CORE_SOURCES = \
        rastpos.c \
        state.c \
        stencil.c \
+       texcompress.c \
        texformat.c \
        teximage.c \
        texobj.c \
@@ -74,6 +71,9 @@ CORE_SOURCES = \
        texstore.c \
        texutil.c \
        varray.c \
+       vpexec.c \
+       vpparse.c \
+       vpstate.c \
        vtxfmt.c \
        X86/x86.c \
        X86/common_x86.c \
@@ -81,13 +81,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 \
@@ -110,11 +108,9 @@ CORE_SOURCES = \
        swrast/s_lines.c \
        swrast/s_logic.c \
        swrast/s_masking.c \
-       swrast/s_pb.c \
        swrast/s_pixeltex.c \
        swrast/s_points.c \
        swrast/s_readpix.c \
-       swrast/s_scissor.c \
        swrast/s_span.c \
        swrast/s_stencil.c \
        swrast/s_texture.c \
@@ -278,7 +274,7 @@ VPFILES = \
        src/tnl/t_vb_program.c \
        tests/vptest1.c \
        tests/vptest2.c
-       
+
 vptar:
        cd .. ; tar cvf vpfiles.tar $(VPFILES) ; gzip vpfiles.tar