Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
[mesa.git] / src / mesa / main / Makefile.OSMesa16
index ce374d4b5bda4a9eb4716f7e370301a4f588b4f9..206c4d9376e19440b34e06904fc339e8d0ff73f1 100644 (file)
@@ -1,8 +1,7 @@
-# $Id: Makefile.OSMesa16,v 1.10 2003/01/14 03:00:55 brianp Exp $
 
 # Mesa 3-D graphics library
-# Version:  5.0
-# Copyright (C) 1995-2002  Brian Paul
+# Version:  5.1
+# Copyright (C) 1995-2003  Brian Paul
 
 # Makefile for building Mesa for 16/32-bit/channel rendering with the OSMesa
 # driver.
@@ -27,8 +26,10 @@ CORE_SOURCES = \
        api_noop.c \
        api_validate.c \
        accum.c \
+       arbprogram.c \
        attrib.c \
        blend.c \
+       bufferobj.c \
        buffers.c \
        clip.c \
        colortab.c \
@@ -56,7 +57,10 @@ CORE_SOURCES = \
        light.c \
        lines.c \
        matrix.c \
-       mmath.c \
+       nvprogram.c \
+       nvfragparse.c \
+       nvvertexec.c \
+       nvvertparse.c \
        pixel.c \
        points.c \
        polygon.c \
@@ -71,9 +75,6 @@ CORE_SOURCES = \
        texstore.c \
        texutil.c \
        varray.c \
-       vpexec.c \
-       vpparse.c \
-       vpstate.c \
        vtxfmt.c \
        X86/x86.c \
        X86/common_x86.c \
@@ -103,11 +104,11 @@ CORE_SOURCES = \
        swrast/s_drawpix.c \
        swrast/s_feedback.c \
        swrast/s_fog.c \
-       swrast/s_histogram.c \
        swrast/s_imaging.c \
        swrast/s_lines.c \
        swrast/s_logic.c \
        swrast/s_masking.c \
+       swrast/s_nvfragprog.c \
        swrast/s_pixeltex.c \
        swrast/s_points.c \
        swrast/s_readpix.c \