remove ^M chars, disable shading language extensions
[mesa.git] / src / mesa / main / descrip.mms
index 475bed110b4fd110427c11c5535a01ad4b1b559c..a7a5966ca98f9e316a89aebc7cc5d0b374795a06 100644 (file)
@@ -1,10 +1,11 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.stm.tudelft.nl
-# Last revision : 16 June 2003
+# Last revision : 10 May 2005
 
 .first
        define gl [---.include.gl]
        define math [-.math]
+       define shader [-.shader]
 
 .include [---]mms-config.
 
@@ -38,9 +39,12 @@ SOURCES =accum.c \
        enums.c \
        eval.c \
        extensions.c \
+       fbobject.c \
        feedback.c \
        fog.c \
+       framebuffer.c \
        get.c \
+       getstring.c \
        hash.c \
        hint.c \
        histogram.c \
@@ -54,15 +58,19 @@ SOURCES =accum.c \
        points.c \
        polygon.c \
        rastpos.c \
+       renderbuffer.c \
        state.c \
        stencil.c \
        texcompress.c \
+       texcompress_fxt1.c \
+       texcompress_s3tc.c \
+       texenvprogram.c \
        texformat.c \
        teximage.c \
        texobj.c \
+       texrender.c \
        texstate.c \
        texstore.c \
-       texutil.c \
        varray.c \
        vtxfmt.c
 
@@ -88,9 +96,12 @@ enable.obj,\
 enums.obj,\
 eval.obj,\
 extensions.obj,\
+fbobject.obj,\
 feedback.obj,\
 fog.obj,\
+framebuffer.obj,\
 get.obj,\
+getstring.obj,\
 hash.obj,\
 hint.obj,\
 histogram.obj,\
@@ -104,15 +115,19 @@ pixel.obj,\
 points.obj,\
 polygon.obj,\
 rastpos.obj,\
+renderbuffer.obj,\
 state.obj,\
 stencil.obj,\
 texcompress.obj,\
+texcompress_fxt1.obj,\
+texcompress_s3tc.obj,\
+texenvprogram.obj,\
 texformat.obj,\
 teximage.obj,\
 texobj.obj,\
+texrender.obj,\
 texstate.obj,\
 texstore.obj,\
-texutil.obj,\
 varray.obj,\
 vtxfmt.obj
 
@@ -152,9 +167,12 @@ enable.obj : enable.c
 enums.obj : enums.c
 eval.obj : eval.c
 extensions.obj : extensions.c
+fbobject.obj : fbobject.c
 feedback.obj : feedback.c
 fog.obj : fog.c
+framebuffer.obj : framebuffer.c
 get.obj : get.c
+getstring.obj : getstring.c
 hash.obj : hash.c
 hint.obj : hint.c
 histogram.obj : histogram.c
@@ -168,14 +186,19 @@ pixel.obj : pixel.c
 points.obj : points.c
 polygon.obj : polygon.c
 rastpos.obj : rastpos.c
+renderbuffer.obj : renderbuffer.c
 state.obj : state.c
 stencil.obj : stencil.c
 texcompress.obj : texcompress.c
+texcompress_fxt1.obj : texcompress_fxt1.c
+       cc$(CFLAGS)/warn=(disable=SHIFTCOUNT) texcompress_fxt1.c
+texcompress_s3tc.obj : texcompress_s3tc.c
+texenvprogram.obj : texenvprogram.c
 texformat.obj : texformat.c
 teximage.obj : teximage.c
 texobj.obj : texobj.c
+texrender.obj : texrender.c
 texstate.obj : texstate.c
 texstore.obj : texstore.c
-texutil.obj : texutil.c
 varray.obj : varray.c
 vtxfmt.obj : vtxfmt.c