mesa: Remove unnecessary header.
[mesa.git] / src / mesa / main / descrip.mms
index a6e82e13cf3dc8fade964f4f1737d471ff4ad23a..70bc2637268ce441129e2f7ff1d10366f171e3e8 100644 (file)
@@ -1,11 +1,13 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
-# Last revision : 8 May 2007
+# Last revision : 29 September 2008
 
 .first
        define gl [---.include.gl]
        define math [-.math]
        define shader [-.shader]
+       define glapi [-.glapi]
+       define main [-.main]
 
 .include [---]mms-config.
 
@@ -19,6 +21,7 @@ CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ie
 
 SOURCES =accum.c \
        api_arrayelt.c \
+       api_exec.c \
        api_loopback.c \
        api_noop.c \
        api_validate.c \
@@ -27,6 +30,7 @@ SOURCES =accum.c \
        blend.c \
        bufferobj.c \
        buffers.c \
+       clear.c \
        clip.c \
        colortab.c \
        context.c \
@@ -34,7 +38,6 @@ SOURCES =accum.c \
        debug.c \
        depth.c \
        depthstencil.c \
-       dispatch.c \
        dlist.c \
        drawpix.c \
        enable.c \
@@ -44,6 +47,7 @@ SOURCES =accum.c \
        extensions.c \
        fbobject.c \
        feedback.c \
+       ffvertex_prog.c \
        fog.c \
        framebuffer.c \
        get.c \
@@ -58,22 +62,29 @@ SOURCES =accum.c \
        matrix.c \
        mipmap.c \
        mm.c \
+       multisample.c \
        pixel.c \
+       pixelstore.c \
        points.c \
        polygon.c \
        rastpos.c \
        rbadaptors.c \
+       readpix.c \
        renderbuffer.c \
+       scissor.c \
        shaders.c \
        state.c \
        stencil.c \
        texcompress.c \
        texcompress_fxt1.c \
        texcompress_s3tc.c \
+       texenv.c \
        texenvprogram.c \
        texformat.c \
+       texgen.c \
        teximage.c \
        texobj.c \
+       texparam.c \
        texrender.c \
        texstate.c \
        texstore.c \
@@ -84,6 +95,7 @@ SOURCES =accum.c \
 
 OBJECTS=accum.obj,\
 api_arrayelt.obj,\
+api_exec.obj,\
 api_loopback.obj,\
 api_noop.obj,\
 api_validate.obj,\
@@ -92,6 +104,7 @@ attrib.obj,\
 blend.obj,\
 bufferobj.obj,\
 buffers.obj,\
+clear.obj,\
 clip.obj,\
 colortab.obj,\
 context.obj,\
@@ -99,7 +112,6 @@ convolve.obj,\
 debug.obj,\
 depth.obj,\
 depthstencil.obj,\
-dispatch.obj,\
 dlist.obj,\
 drawpix.obj,\
 enable.obj,\
@@ -109,6 +121,7 @@ execmem.obj,\
 extensions.obj,\
 fbobject.obj,\
 feedback.obj,\
+ffvertex_prog.obj,\
 fog.obj,\
 framebuffer.obj,\
 get.obj,\
@@ -123,21 +136,28 @@ lines.obj,\
 matrix.obj,\
 mipmap.obj,\
 mm.obj,\
+multisample.obj,\
 pixel.obj,\
+pixelstore.obj,\
 points.obj,\
 polygon.obj,\
 rastpos.obj,\
+readpix.obj,\
 renderbuffer.obj,\
+scissor.obj,\
 shaders.obj,\
 state.obj,\
 stencil.obj,\
 texcompress.obj,\
 texcompress_fxt1.obj,\
 texcompress_s3tc.obj,\
+texenv.obj,\
 texenvprogram.obj,\
 texformat.obj,\
+texgen.obj,\
 teximage.obj,\
 texobj.obj,\
+texparam.obj,\
 texrender.obj,\
 texstate.obj,\
 texstore.obj,\
@@ -176,7 +196,6 @@ convolve.obj : convolve.c
 debug.obj : debug.c
 depth.obj : depth.c
 depthstencil.obj : depthstencil.c
-dispatch.obj : dispatch.c
 dlist.obj : dlist.c
 drawpix.obj : drawpix.c
 enable.obj : enable.c
@@ -224,3 +243,13 @@ vtxfmt.obj : vtxfmt.c
 shaders.obj : shaders.c
 queryobj.obj : queryobj.c
 rbadaptors.obj : rbadaptors.c
+clear.obj : clear.c
+multisample.obj : multisample.c
+scissor.obj : scissor.c
+texenv.obj : texenv.c
+texgen.obj : texgen.c
+texparam.obj : texparam.c
+readpix.obj : readpix.c
+ffvertex_prog.obj : ffvertex_prog.c
+api_exec.obj : api_exec.c
+pixelstore.obj : pixelstore.c