surround vertex program code with #if FEATURE_NV_vertex_program/#endif
[mesa.git] / src / mesa / Makefile.X11
index d5dc9713620df73e39fb82f3114ccdd41452c060..2d714c20c8051890c9b59f6782cd91513714fa51 100644 (file)
@@ -1,8 +1,8 @@
-# $Id: Makefile.X11,v 1.63 2002/01/14 16:07:33 brianp Exp $
+# $Id: Makefile.X11,v 1.70 2002/10/16 17:57:03 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 \
@@ -257,28 +253,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
-