mesa: Change OES_point_sprite to depend on ARB_point_sprite
[mesa.git] / src / mesa / main / descrip.mms
index d4fa04fd97f41241145e10a8d7268f3e39b7a99f..70bc2637268ce441129e2f7ff1d10366f171e3e8 100644 (file)
-# Makefile for core library for VMS\r
-# contributed by Jouk Jansen  joukj@hrem.stm.tudelft.nl\r
-# Last revision : 16 June 2003\r
-\r
-.first\r
-       define gl [---.include.gl]\r
-       define math [-.math]\r
-\r
-.include [---]mms-config.\r
-\r
-##### MACROS #####\r
-\r
-VPATH = RCS\r
-\r
-INCDIR = [---.include],[-.glapi],[-.shader]\r
-LIBDIR = [---.lib]\r
-CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)\r
-\r
-SOURCES =accum.c \\r
-       api_arrayelt.c \\r
-       api_loopback.c \\r
-       api_noop.c \\r
-       api_validate.c \\r
-       attrib.c \\r
-       blend.c \\r
-       bufferobj.c \\r
-       buffers.c \\r
-       clip.c \\r
-       colortab.c \\r
-       context.c \\r
-       convolve.c \\r
-       debug.c \\r
-       depth.c \\r
-       dispatch.c \\r
-       dlist.c \\r
-       drawpix.c \\r
-       enable.c \\r
-       enums.c \\r
-       eval.c \\r
-       extensions.c \\r
-       feedback.c \\r
-       fog.c \\r
-       get.c \\r
-       hash.c \\r
-       hint.c \\r
-       histogram.c \\r
-       image.c \\r
-       imports.c \\r
-       light.c \\r
-       lines.c \\r
-       matrix.c \\r
-       occlude.c \\r
-       pixel.c \\r
-       points.c \\r
-       polygon.c \\r
-       rastpos.c \\r
-       state.c \\r
-       stencil.c \\r
-       texcompress.c \\r
-       texformat.c \\r
-       teximage.c \\r
-       texobj.c \\r
-       texstate.c \\r
-       texstore.c \\r
-       texutil.c \\r
-       varray.c \\r
-       vtxfmt.c\r
-\r
-OBJECTS=accum.obj,\\r
-api_arrayelt.obj,\\r
-api_loopback.obj,\\r
-api_noop.obj,\\r
-api_validate.obj,\\r
-attrib.obj,\\r
-blend.obj,\\r
-bufferobj.obj,\\r
-buffers.obj,\\r
-clip.obj,\\r
-colortab.obj,\\r
-context.obj,\\r
-convolve.obj,\\r
-debug.obj,\\r
-depth.obj,\\r
-dispatch.obj,\\r
-dlist.obj,\\r
-drawpix.obj,\\r
-enable.obj,\\r
-enums.obj,\\r
-eval.obj,\\r
-extensions.obj,\\r
-feedback.obj,\\r
-fog.obj,\\r
-get.obj,\\r
-hash.obj,\\r
-hint.obj,\\r
-histogram.obj,\\r
-image.obj,\\r
-imports.obj,\\r
-light.obj,\\r
-lines.obj,\\r
-matrix.obj,\\r
-occlude.obj,\\r
-pixel.obj,\\r
-points.obj,\\r
-polygon.obj,\\r
-rastpos.obj,\\r
-state.obj,\\r
-stencil.obj,\\r
-texcompress.obj,\\r
-texformat.obj,\\r
-teximage.obj,\\r
-texobj.obj,\\r
-texstate.obj,\\r
-texstore.obj,\\r
-texutil.obj,\\r
-varray.obj,\\r
-vtxfmt.obj\r
-\r
-##### RULES #####\r
-\r
-VERSION=Mesa V3.4\r
-\r
-##### TARGETS #####\r
-# Make the library\r
-$(LIBDIR)$(GL_LIB) : $(OBJECTS)\r
-  @ $(MAKELIB) $(GL_LIB) $(OBJECTS)\r
-  @ rename $(GL_LIB)* $(LIBDIR)\r
-\r
-clean :\r
-       purge\r
-       delete *.obj;*\r
-\r
-accum.obj : accum.c\r
-api_arrayelt.obj : api_arrayelt.c\r
-api_loopback.obj : api_loopback.c\r
-api_noop.obj : api_noop.c\r
-api_validate.obj : api_validate.c\r
-attrib.obj : attrib.c\r
-blend.obj : blend.c\r
-bufferobj.obj : bufferobj.c\r
-buffers.obj : buffers.c\r
-clip.obj : clip.c\r
-colortab.obj : colortab.c\r
-context.obj : context.c\r
-convolve.obj : convolve.c\r
-debug.obj : debug.c\r
-depth.obj : depth.c\r
-dispatch.obj : dispatch.c\r
-dlist.obj : dlist.c\r
-drawpix.obj : drawpix.c\r
-enable.obj : enable.c\r
-enums.obj : enums.c\r
-eval.obj : eval.c\r
-extensions.obj : extensions.c\r
-feedback.obj : feedback.c\r
-fog.obj : fog.c\r
-get.obj : get.c\r
-hash.obj : hash.c\r
-hint.obj : hint.c\r
-histogram.obj : histogram.c\r
-image.obj : image.c\r
-imports.obj : imports.c vsnprintf.c\r
-light.obj : light.c\r
-lines.obj : lines.c\r
-matrix.obj : matrix.c\r
-occlude.obj : occlude.c\r
-pixel.obj : pixel.c\r
-points.obj : points.c\r
-polygon.obj : polygon.c\r
-rastpos.obj : rastpos.c\r
-state.obj : state.c\r
-stencil.obj : stencil.c\r
-texcompress.obj : texcompress.c\r
-texformat.obj : texformat.c\r
-teximage.obj : teximage.c\r
-texobj.obj : texobj.c\r
-texstate.obj : texstate.c\r
-texstore.obj : texstore.c\r
-texutil.obj : texutil.c\r
-varray.obj : varray.c\r
-vtxfmt.obj : vtxfmt.c\r
+# Makefile for core library for VMS
+# contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
+# 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.
+
+##### MACROS #####
+
+VPATH = RCS
+
+INCDIR = [---.include],[-.glapi],[-.shader]
+LIBDIR = [---.lib]
+CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
+
+SOURCES =accum.c \
+       api_arrayelt.c \
+       api_exec.c \
+       api_loopback.c \
+       api_noop.c \
+       api_validate.c \
+       attrib.c \
+       arrayobj.c \
+       blend.c \
+       bufferobj.c \
+       buffers.c \
+       clear.c \
+       clip.c \
+       colortab.c \
+       context.c \
+       convolve.c \
+       debug.c \
+       depth.c \
+       depthstencil.c \
+       dlist.c \
+       drawpix.c \
+       enable.c \
+       enums.c \
+       eval.c \
+       execmem.c \
+       extensions.c \
+       fbobject.c \
+       feedback.c \
+       ffvertex_prog.c \
+       fog.c \
+       framebuffer.c \
+       get.c \
+       getstring.c \
+       hash.c \
+       hint.c \
+       histogram.c \
+       image.c \
+       imports.c \
+       light.c \
+       lines.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 \
+       varray.c \
+       vtxfmt.c \
+       queryobj.c \
+       rbadaptors.c
+
+OBJECTS=accum.obj,\
+api_arrayelt.obj,\
+api_exec.obj,\
+api_loopback.obj,\
+api_noop.obj,\
+api_validate.obj,\
+arrayobj.obj,\
+attrib.obj,\
+blend.obj,\
+bufferobj.obj,\
+buffers.obj,\
+clear.obj,\
+clip.obj,\
+colortab.obj,\
+context.obj,\
+convolve.obj,\
+debug.obj,\
+depth.obj,\
+depthstencil.obj,\
+dlist.obj,\
+drawpix.obj,\
+enable.obj,\
+enums.obj,\
+eval.obj,\
+execmem.obj,\
+extensions.obj,\
+fbobject.obj,\
+feedback.obj,\
+ffvertex_prog.obj,\
+fog.obj,\
+framebuffer.obj,\
+get.obj,\
+getstring.obj,\
+hash.obj,\
+hint.obj,\
+histogram.obj,\
+image.obj,\
+imports.obj,\
+light.obj,\
+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,\
+varray.obj,\
+vtxfmt.obj,\
+queryobj.obj,\
+rbadaptors.obj
+
+##### RULES #####
+
+VERSION=Mesa V3.4
+
+##### TARGETS #####
+# Make the library
+$(LIBDIR)$(GL_LIB) : $(OBJECTS)
+  @ $(MAKELIB) $(LIBDIR)$(GL_LIB) $(OBJECTS)
+
+clean :
+       purge
+       delete *.obj;*
+
+accum.obj : accum.c
+api_arrayelt.obj : api_arrayelt.c
+api_loopback.obj : api_loopback.c
+api_noop.obj : api_noop.c
+api_validate.obj : api_validate.c
+arrayobj.obj : arrayobj.c
+attrib.obj : attrib.c
+blend.obj : blend.c
+bufferobj.obj : bufferobj.c
+buffers.obj : buffers.c
+clip.obj : clip.c
+colortab.obj : colortab.c
+context.obj : context.c
+convolve.obj : convolve.c
+debug.obj : debug.c
+depth.obj : depth.c
+depthstencil.obj : depthstencil.c
+dlist.obj : dlist.c
+drawpix.obj : drawpix.c
+enable.obj : enable.c
+enums.obj : enums.c
+eval.obj : eval.c
+execmem.obj : execmem.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
+image.obj : image.c
+imports.obj : imports.c vsnprintf.c
+light.obj : light.c
+lines.obj : lines.c
+matrix.obj : matrix.c
+mipmap.obj : mipmap.c
+mm.obj : mm.c
+pixel.obj : pixel.c
+points.obj : points.c
+polygon.obj : polygon.c
+rastpos.obj : rastpos.c
+rbadaptors.obj : rbadaptors.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
+varray.obj : varray.c
+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