OpenVMS compile support update
[mesa.git] / src / mesa / main / descrip.mms
index 8d3027c273e6449df15d3c6b2ed4fcf24f441d9c..5790e6b796c1637fddd4cfb1753d2f9b01fa0a22 100644 (file)
@@ -1,26 +1,31 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.stm.tudelft.nl
-# Last revision : 5 Januari 2001
+# Last revision : 10 May 2005
 
 .first
-       define gl [-.include.gl]
+       define gl [---.include.gl]
+       define math [-.math]
+       define shader [-.shader]
 
-.include [-]mms-config.
+.include [---]mms-config.
 
 ##### MACROS #####
 
 VPATH = RCS
 
-INCDIR = [-.include]
-LIBDIR = [-.lib]
-CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)
+INCDIR = [---.include],[-.glapi],[-.shader]
+LIBDIR = [---.lib]
+CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
 
-CORE_SOURCES =accum.c \
+SOURCES =accum.c \
+       api_arrayelt.c \
        api_loopback.c \
        api_noop.c \
        api_validate.c \
        attrib.c \
+       arrayobj.c \
        blend.c \
+       bufferobj.c \
        buffers.c \
        clip.c \
        colortab.c \
@@ -28,18 +33,21 @@ CORE_SOURCES =accum.c \
        convolve.c \
        debug.c \
        depth.c \
+       depthstencil.c \
        dispatch.c \
        dlist.c \
        drawpix.c \
        enable.c \
        enums.c \
        eval.c \
+       execmem.c \
        extensions.c \
+       fbobject.c \
        feedback.c \
        fog.c \
+       framebuffer.c \
        get.c \
-       glapi.c \
-       glthread.c \
+       getstring.c \
        hash.c \
        hint.c \
        histogram.c \
@@ -48,120 +56,38 @@ CORE_SOURCES =accum.c \
        light.c \
        lines.c \
        matrix.c \
-       mmath.c \
-       nvprogram.c \
-       nvfragparse.c \
-       nvvertexec.c \
-       nvvertparse.c \
+       mm.c \
+       occlude.c \
        pixel.c \
        points.c \
        polygon.c \
        rastpos.c \
+       rbadaptors.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 \
-       vsnprintf.c \
-       vtparse.c \
-       [.x86]x86.c
+       vtxfmt.c
 
-DRIVER_SOURCES = [.x]glxapi.c [.x]fakeglx.c [.x]xfonts.c \
-[.x]xm_api.c [.x]xm_dd.c [.x]xm_line.c [.x]xm_span.c [.x]xm_tri.c \
-[.osmesa]osmesa.c \
-[.svga]svgamesa.c \
-[.fx]fxapi.c [.fx]fxdd.c [.fx]fxddtex.c \
-[.fx]fxddspan.c\
-[.fx]fxsetup.c \
-[.fx]fxtexman.c \
-[.fx]fxtris.c \
-[.fx]fxvb.c \
-[.fx]fxglidew.c
-
-RASTER_SOURCES = [.swrast]s_aatriangle.c \
-[.swrast]s_aaline.c \
-[.swrast]s_accum.c \
-[.swrast]s_alpha.c \
-[.swrast]s_alphabuf.c \
-[.swrast]s_bitmap.c \
-[.swrast]s_blend.c \
-[.swrast]s_buffers.c \
-[.swrast]s_copypix.c \
-[.swrast]s_context.c \
-[.swrast]s_depth.c \
-[.swrast]s_drawpix.c \
-[.swrast]s_fog.c \
-[.swrast]s_feedback.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 \
-[.swrast]s_span.c \
-[.swrast]s_stencil.c \
-[.swrast]s_texstore.c \
-[.swrast]s_texture.c \
-[.swrast]s_triangle.c \
-[.swrast]s_zoom.c \
-[.swrast_setup]ss_context.c \
-[.swrast_setup]ss_triangle.c \
-[.swrast_setup]ss_vb.c 
-
-ASM_SOURCES =
-
-TNL_SOURCES=[.tnl]t_array_api.c \
-[.tnl]t_array_import.c \
-[.tnl]t_context.c \
-[.tnl]t_eval_api.c \
-[.tnl]t_imm_alloc.c \
-[.tnl]t_imm_api.c \
-[.tnl]t_imm_debug.c \
-[.tnl]t_imm_dlist.c \
-[.tnl]t_imm_elt.c \
-[.tnl]t_imm_eval.c \
-[.tnl]t_imm_exec.c \
-[.tnl]t_imm_fixup.c \
-[.tnl]t_pipeline.c \
-[.tnl]t_vb_fog.c \
-[.tnl]t_vb_light.c \
-[.tnl]t_vb_normals.c \
-[.tnl]t_vb_points.c \
-[.tnl]t_vb_program.c \
-[.tnl]t_vb_render.c \
-[.tnl]t_vb_texgen.c \
-[.tnl]t_vb_texmat.c \
-[.tnl]t_vb_vertex.c
-
-TNLDD_SOURCES=[.tnl_dd]t_dd.c \
-[.tnl_dd]t_dd_vb.c
-
-MATH_SOURCES=[.math]m_debug_xform.c \
-[.math]m_debug_norm.c \
-[.math]m_eval.c \
-[.math]m_matrix.c \
-[.math]m_translate.c \
-[.math]m_vector.c \
-[.math]m_xform.c  
-
-CACHE_SOURCES=[.array_cache]ac_context.c \
-       [.array_cache]ac_import.c
-OBJECTS1=accum.obj,\
+OBJECTS=accum.obj,\
+api_arrayelt.obj,\
 api_loopback.obj,\
 api_noop.obj,\
 api_validate.obj,\
+arrayobj.obj,\
 attrib.obj,\
 blend.obj,\
+bufferobj.obj,\
 buffers.obj,\
 clip.obj,\
 colortab.obj,\
@@ -169,19 +95,21 @@ context.obj,\
 convolve.obj,\
 debug.obj,\
 depth.obj,\
+depthstencil.obj,\
 dispatch.obj,\
 dlist.obj,\
-drawpix.obj
-
-OBJECTS2=enable.obj,\
+drawpix.obj,\
+enable.obj,\
 enums.obj,\
 eval.obj,\
+execmem.obj,\
 extensions.obj,\
+fbobject.obj,\
 feedback.obj,\
 fog.obj,\
+framebuffer.obj,\
 get.obj,\
-glapi.obj,\
-glthread.obj,\
+getstring.obj,\
 hash.obj,\
 hint.obj,\
 histogram.obj,\
@@ -189,115 +117,28 @@ image.obj,\
 imports.obj,\
 light.obj,\
 lines.obj,\
-matrix.obj
-
-OBJECTS3=mmath.obj,\
-nvprogram.obj,\
-nvfragparse.obj,\
-nvvertexec.obj,\
-nvvertparse.obj,\
+matrix.obj,\
+mm.obj,\
+occlude.obj,\
 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
-
-OBJECTS4=varray.obj,\
-vtxfmt.obj,\
-vsnprintf.obj
-
-OBJECTS5=[.x]glxapi.obj,[.x]fakeglx.obj,[.x]xfonts.obj,\
-[.x]xm_api.obj,[.x]xm_dd.obj,[.x]xm_line.obj,[.x]xm_span.obj,[.x]xm_tri.obj,\
-[.osmesa]osmesa.obj,\
-[.svga]svgamesa.obj
-
-OBJECTS6=[.fx]fxapi.obj,[.fx]fxdd.obj,[.fx]fxddtex.obj,[.x86]x86.obj
-
-OBJECTS7=[.fx]fxddspan.obj,\
-[.fx]fxsetup.obj,\
-[.fx]fxtexman.obj,\
-[.fx]fxtris.obj,\
-[.fx]fxvb.obj,\
-[.fx]fxglidew.obj
-
-OBJECTS8=[.swrast]s_aatriangle.obj,\
-[.swrast]s_accum.obj,\
-[.swrast]s_alpha.obj,\
-[.swrast]s_alphabuf.obj,\
-[.swrast]s_bitmap.obj,\
-[.swrast]s_blend.obj,\
-[.swrast]s_buffers.obj,\
-[.swrast]s_copypix.obj,\
-[.swrast]s_context.obj,\
-[.swrast]s_depth.obj
-
-OBJECTS9=[.swrast]s_drawpix.obj,\
-[.swrast]s_fog.obj,\
-[.swrast]s_histogram.obj,\
-[.swrast]s_imaging.obj,\
-[.swrast]s_lines.obj,\
-[.swrast]s_logic.obj,\
-[.swrast]s_masking.obj,\
-[.swrast]s_nvfragprog.obj,\
-[.swrast]s_pixeltex.obj,\
-[.swrast]s_points.obj
-
-OBJECTS10=[.swrast]s_readpix.obj,\
-[.swrast]s_aaline.obj,\
-[.swrast]s_span.obj,\
-[.swrast]s_stencil.obj,\
-[.swrast]s_texstore.obj,\
-[.swrast]s_texture.obj,\
-[.swrast]s_triangle.obj,\
-[.swrast]s_feedback.obj,\
-[.swrast]s_zoom.obj
-
-OBJECTS11=[.swrast_setup]ss_context.obj,\
-[.swrast_setup]ss_triangle.obj,\
-[.swrast_setup]ss_vb.obj 
-
-OBJECTS12=[.tnl]t_array_api.obj,\
-[.tnl]t_array_import.obj,\
-[.tnl]t_context.obj,\
-[.tnl]t_eval_api.obj,\
-[.tnl]t_imm_alloc.obj,\
-[.tnl]t_imm_api.obj,\
-[.tnl]t_imm_debug.obj,\
-[.tnl]t_imm_dlist.obj,\
-[.tnl]t_imm_elt.obj,\
-[.tnl]t_imm_eval.obj,\
-[.tnl]t_imm_exec.obj
-
-OBJECTS13=[.tnl]t_imm_fixup.obj,\
-[.tnl]t_pipeline.obj,\
-[.tnl]t_vb_fog.obj,\
-[.tnl]t_vb_light.obj,\
-[.tnl]t_vb_normals.obj,\
-[.tnl]t_vb_points.obj,\
-[.tnl]t_vb_program.obj,\
-[.tnl]t_vb_render.obj,\
-[.tnl]t_vb_texgen.obj,\
-[.tnl]t_vb_texmat.obj,\
-[.tnl]t_vb_vertex.obj
-
-OBJECTS14=[.math]m_debug_xform.obj,\
-[.math]m_debug_norm.obj,\
-[.math]m_eval.obj,\
-[.math]m_matrix.obj,\
-[.math]m_translate.obj,\
-[.math]m_vector.obj,\
-[.math]m_xform.obj 
-
-OBJECTS15=[.array_cache]ac_context.obj,\
-       [.array_cache]ac_import.obj
+varray.obj,\
+vtxfmt.obj
 
 ##### RULES #####
 
@@ -305,239 +146,73 @@ VERSION=Mesa V3.4
 
 ##### TARGETS #####
 # Make the library
-$(LIBDIR)$(GL_LIB) : $(OBJECTS1),$(OBJECTS2) $(OBJECTS3) $(OBJECTS4)\
-       $(OBJECTS5) $(OBJECTS6) $(OBJECTS7) $(OBJECTS8) $(OBJECTS9)\
-       $(OBJECTS10) $(OBJECTS11) $(OBJECTS12) $(OBJECTS13) $(OBJECTS14)\
-       $(OBJECTS15)
-.ifdef SHARE
-  @ WRITE_ SYS$OUTPUT "  generating mesagl1.opt"
-  @ OPEN_/WRITE FILE  mesagl1.opt
-  @ WRITE_ FILE "!"
-  @ WRITE_ FILE "! mesagl1.opt generated by DESCRIP.$(MMS_EXT)" 
-  @ WRITE_ FILE "!"
-  @ WRITE_ FILE "IDENTIFICATION=""$(VERSION)"""
-  @ WRITE_ FILE "GSMATCH=LEQUAL,3,4
-  @ WRITE_ FILE "$(OBJECTS1)"
-  @ WRITE_ FILE "$(OBJECTS2)"
-  @ WRITE_ FILE "$(OBJECTS3)"
-  @ WRITE_ FILE "$(OBJECTS4)"
-  @ WRITE_ FILE "$(OBJECTS5)"
-  @ WRITE_ FILE "$(OBJECTS6)"
-  @ WRITE_ FILE "$(OBJECTS7)"
-  @ WRITE_ FILE "$(OBJECTS8)"
-  @ WRITE_ FILE "$(OBJECTS9)"
-  @ WRITE_ FILE "$(OBJECTS10)"
-  @ WRITE_ FILE "$(OBJECTS11)"
-  @ WRITE_ FILE "$(OBJECTS12)"
-  @ WRITE_ FILE "$(OBJECTS13)"
-  @ WRITE_ FILE "$(OBJECTS14)"
-  @ WRITE_ FILE "$(OBJECTS15)"
-  @ write_ file "sys$share:decw$xextlibshr/share"
-  @ write_ file "sys$share:decw$xlibshr/share"
-  @ write_ file "sys$share:pthread$rtl/share"
-  @ CLOSE_ FILE
-  @ WRITE_ SYS$OUTPUT "  generating mesagl.map ..."
-  @ LINK_/NODEB/NOSHARE/NOEXE/MAP=mesagl.map/FULL mesagl1.opt/OPT
-  @ WRITE_ SYS$OUTPUT "  analyzing mesagl.map ..."
-  @ @[-.vms]ANALYZE_MAP.COM mesagl.map mesagl.opt
-  @ WRITE_ SYS$OUTPUT "  linking $(GL_LIB) ..."
-  @ LINK_/NODEB/SHARE=$(GL_LIB)/MAP=mesagl.map/FULL mesagl1.opt/opt,mesagl.opt/opt
-.else
-  @ $(MAKELIB) $(GL_LIB) $(OBJECTS1)
-  @ library $(GL_LIB) $(OBJECTS2)
-  @ library $(GL_LIB) $(OBJECTS3)
-  @ library $(GL_LIB) $(OBJECTS4)
-  @ library $(GL_LIB) $(OBJECTS5)
-  @ library $(GL_LIB) $(OBJECTS6)
-  @ library $(GL_LIB) $(OBJECTS7)
-  @ library $(GL_LIB) $(OBJECTS8)
-  @ library $(GL_LIB) $(OBJECTS9)
-  @ library $(GL_LIB) $(OBJECTS10)
-  @ library $(GL_LIB) $(OBJECTS11)
-  @ library $(GL_LIB) $(OBJECTS12)
-  @ library $(GL_LIB) $(OBJECTS13)
-  @ library $(GL_LIB) $(OBJECTS14)
-  @ library $(GL_LIB) $(OBJECTS15)
-.endif
+$(LIBDIR)$(GL_LIB) : $(OBJECTS)
+  @ $(MAKELIB) $(GL_LIB) $(OBJECTS)
   @ rename $(GL_LIB)* $(LIBDIR)
 
 clean :
        purge
        delete *.obj;*
 
-pixeltex.obj : pixeltex.c
-
-imports.obj : imports.c
-
-[.x86]x86.obj : [.x86]x86.c
-       $(CC) $(CFLAGS) /obj=[.x86]x86.obj [.x86]x86.c
-[.x]glxapi.obj : [.x]glxapi.c
-       $(CC) $(CFLAGS) /obj=[.x]glxapi.obj [.x]glxapi.c
-[.x]fakeglx.obj : [.x]fakeglx.c
-       $(CC) $(CFLAGS) /obj=[.x]fakeglx.obj [.x]fakeglx.c
-[.x]xfonts.obj : [.x]xfonts.c
-       $(CC) $(CFLAGS) /obj=[.x]xfonts.obj [.x]xfonts.c
-[.x]xm_api.obj : [.x]xm_api.c
-       $(CC) $(CFLAGS) /obj=[.x]xm_api.obj [.x]xm_api.c
-[.x]xm_dd.obj : [.x]xm_dd.c
-       $(CC) $(CFLAGS)/nowarn /obj=[.x]xm_dd.obj [.x]xm_dd.c
-[.x]xm_line.obj : [.x]xm_line.c
-       $(CC) $(CFLAGS) /obj=[.x]xm_line.obj [.x]xm_line.c
-[.x]xm_span.obj : [.x]xm_span.c
-       $(CC) $(CFLAGS) /obj=[.x]xm_span.obj [.x]xm_span.c
-[.x]xm_tri.obj : [.x]xm_tri.c
-       $(CC) $(CFLAGS) /obj=[.x]xm_tri.obj [.x]xm_tri.c
-[.osmesa]osmesa.obj : [.osmesa]osmesa.c
-       $(CC) $(CFLAGS) /obj=[.osmesa]osmesa.obj [.osmesa]osmesa.c
-[.svga]svgamesa.obj : [.svga]svgamesa.c
-       $(CC) $(CFLAGS) /obj=[.svga]svgamesa.obj [.svga]svgamesa.c
-[.fx]fxapi.obj : [.fx]fxapi.c
-       $(CC) $(CFLAGS) /obj=[.fx]fxapi.obj [.fx]fxapi.c
-[.fx]fxdd.obj : [.fx]fxdd.c
-       $(CC) $(CFLAGS) /obj=[.fx]fxdd.obj [.fx]fxdd.c
-[.fx]fxddtex.obj : [.fx]fxddtex.c
-       $(CC) $(CFLAGS) /obj=[.fx]fxddtex.obj [.fx]fxddtex.c
-[.fx]fxddspan.obj : [.fx]fxddspan.c
-       $(CC) $(CFLAGS) /obj=[.fx]fxddspan.obj [.fx]fxddspan.c
-[.fx]fxsetup.obj : [.fx]fxsetup.c
-       $(CC) $(CFLAGS) /obj=[.fx]fxsetup.obj [.fx]fxsetup.c
-[.fx]fxtexman.obj : [.fx]fxtexman.c
-       $(CC) $(CFLAGS) /obj=[.fx]fxtexman.obj [.fx]fxtexman.c
-[.fx]fxtris.obj : [.fx]fxtris.c
-       $(CC) $(CFLAGS) /obj=[.fx]fxtris.obj [.fx]fxtris.c
-[.fx]fxvb.obj : [.fx]fxvb.c
-       $(CC) $(CFLAGS) /obj=[.fx]fxvb.obj [.fx]fxvb.c
-[.fx]fxglidew.obj : [.fx]fxglidew.c
-       $(CC) $(CFLAGS) /obj=[.fx]fxglidew.obj [.fx]fxglidew.c
-[.swrast]s_aaline.obj : [.swrast]s_aaline.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_aaline.obj [.swrast]s_aaline.c
-[.swrast]s_aatriangle.obj : [.swrast]s_aatriangle.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_aatriangle.obj [.swrast]s_aatriangle.c
-[.swrast]s_accum.obj : [.swrast]s_accum.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_accum.obj [.swrast]s_accum.c
-[.swrast]s_alpha.obj : [.swrast]s_alpha.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_alpha.obj [.swrast]s_alpha.c
-[.swrast]s_alphabuf.obj : [.swrast]s_alphabuf.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_alphabuf.obj [.swrast]s_alphabuf.c
-[.swrast]s_bitmap.obj : [.swrast]s_bitmap.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_bitmap.obj [.swrast]s_bitmap.c
-[.swrast]s_blend.obj : [.swrast]s_blend.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_blend.obj [.swrast]s_blend.c
-[.swrast]s_buffers.obj : [.swrast]s_buffers.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_buffers.obj [.swrast]s_buffers.c
-[.swrast]s_copypix.obj : [.swrast]s_copypix.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_copypix.obj [.swrast]s_copypix.c
-[.swrast]s_context.obj : [.swrast]s_context.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_context.obj [.swrast]s_context.c
-[.swrast]s_depth.obj : [.swrast]s_depth.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_depth.obj [.swrast]s_depth.c
-[.swrast]s_drawpix.obj : [.swrast]s_drawpix.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_drawpix.obj [.swrast]s_drawpix.c
-[.swrast]s_feedback.obj : [.swrast]s_feedback.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_feedback.obj [.swrast]s_feedback.c
-[.swrast]s_fog.obj : [.swrast]s_fog.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_fog.obj [.swrast]s_fog.c
-[.swrast]s_histogram.obj : [.swrast]s_histogram.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_histogram.obj [.swrast]s_histogram.c
-[.swrast]s_imaging.obj : [.swrast]s_imaging.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_imaging.obj [.swrast]s_imaging.c
-[.swrast]s_lines.obj : [.swrast]s_lines.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_lines.obj [.swrast]s_lines.c
-[.swrast]s_logic.obj : [.swrast]s_logic.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_logic.obj [.swrast]s_logic.c
-[.swrast]s_masking.obj : [.swrast]s_masking.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_masking.obj [.swrast]s_masking.c
-[.swrast]s_nvfragprog.obj : [.swrast]s_nvfragprog.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_nvfragprog.obj [.swrast]s_nvfragprog.c
-[.swrast]s_pixeltex.obj : [.swrast]s_pixeltex.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_pixeltex.obj [.swrast]s_pixeltex.c
-[.swrast]s_points.obj : [.swrast]s_points.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_points.obj [.swrast]s_points.c
-[.swrast]s_readpix.obj : [.swrast]s_readpix.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_readpix.obj [.swrast]s_readpix.c
-[.swrast]s_span.obj : [.swrast]s_span.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_span.obj [.swrast]s_span.c
-[.swrast]s_stencil.obj : [.swrast]s_stencil.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_stencil.obj [.swrast]s_stencil.c
-[.swrast]s_texstore.obj : [.swrast]s_texstore.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_texstore.obj [.swrast]s_texstore.c
-[.swrast]s_texture.obj : [.swrast]s_texture.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_texture.obj [.swrast]s_texture.c
-[.swrast]s_triangle.obj : [.swrast]s_triangle.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_triangle.obj [.swrast]s_triangle.c
-[.swrast]s_zoom.obj : [.swrast]s_zoom.c
-       $(CC) $(CFLAGS) /obj=[.swrast]s_zoom.obj [.swrast]s_zoom.c
-[.swrast_setup]ss_context.obj : [.swrast_setup]ss_context.c
-       $(CC) $(CFLAGS) /obj=[.swrast_setup]ss_context.obj [.swrast_setup]ss_context.c
-[.swrast_setup]ss_triangle.obj : [.swrast_setup]ss_triangle.c
-       $(CC) $(CFLAGS) /obj=[.swrast_setup]ss_triangle.obj [.swrast_setup]ss_triangle.c
-[.swrast_setup]ss_vb.obj : [.swrast_setup]ss_vb.c
-       $(CC) $(CFLAGS) /obj=[.swrast_setup]ss_vb.obj [.swrast_setup]ss_vb.c
-[.tnl]t_array_api.obj : [.tnl]t_array_api.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_array_api.obj [.tnl]t_array_api.c
-[.tnl]t_array_import.obj : [.tnl]t_array_import.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_array_import.obj [.tnl]t_array_import.c
-[.tnl]t_context.obj : [.tnl]t_context.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_context.obj [.tnl]t_context.c
-[.tnl]t_eval_api.obj : [.tnl]t_eval_api.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_eval_api.obj [.tnl]t_eval_api.c
-[.tnl]t_imm_alloc.obj : [.tnl]t_imm_alloc.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_imm_alloc.obj [.tnl]t_imm_alloc.c
-[.tnl]t_imm_api.obj : [.tnl]t_imm_api.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_imm_api.obj [.tnl]t_imm_api.c
-[.tnl]t_imm_debug.obj : [.tnl]t_imm_debug.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_imm_debug.obj [.tnl]t_imm_debug.c
-[.tnl]t_imm_dlist.obj : [.tnl]t_imm_dlist.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_imm_dlist.obj [.tnl]t_imm_dlist.c
-[.tnl]t_imm_elt.obj : [.tnl]t_imm_elt.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_imm_elt.obj [.tnl]t_imm_elt.c
-[.tnl]t_imm_eval.obj : [.tnl]t_imm_eval.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_imm_eval.obj [.tnl]t_imm_eval.c
-[.tnl]t_imm_exec.obj : [.tnl]t_imm_exec.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_imm_exec.obj [.tnl]t_imm_exec.c
-[.tnl]t_imm_fixup.obj : [.tnl]t_imm_fixup.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_imm_fixup.obj [.tnl]t_imm_fixup.c
-[.tnl]t_pipeline.obj : [.tnl]t_pipeline.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_pipeline.obj [.tnl]t_pipeline.c
-[.tnl]t_vb_fog.obj : [.tnl]t_vb_fog.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_vb_fog.obj [.tnl]t_vb_fog.c
-[.tnl]t_vb_light.obj : [.tnl]t_vb_light.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_vb_light.obj [.tnl]t_vb_light.c
-[.tnl]t_vb_normals.obj : [.tnl]t_vb_normals.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_vb_normals.obj [.tnl]t_vb_normals.c
-[.tnl]t_vb_points.obj : [.tnl]t_vb_points.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_vb_points.obj [.tnl]t_vb_points.c
-[.tnl]t_vb_program.obj : [.tnl]t_vb_program.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_vb_program.obj [.tnl]t_vb_program.c
-[.tnl]t_vb_render.obj : [.tnl]t_vb_render.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_vb_render.obj [.tnl]t_vb_render.c
-[.tnl]t_vb_texgen.obj : [.tnl]t_vb_texgen.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_vb_texgen.obj [.tnl]t_vb_texgen.c
-[.tnl]t_vb_texmat.obj : [.tnl]t_vb_texmat.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_vb_texmat.obj [.tnl]t_vb_texmat.c
-[.tnl]t_vb_vertex.obj : [.tnl]t_vb_vertex.c
-       $(CC) $(CFLAGS) /obj=[.tnl]t_vb_vertex.obj [.tnl]t_vb_vertex.c
-[.math]m_debug_xform.obj : [.math]m_debug_xform.c
-       $(CC) $(CFLAGS) /obj=[.math]m_debug_xform.obj [.math]m_debug_xform.c
-[.math]m_debug_norm.obj : [.math]m_debug_norm.c
-       $(CC) $(CFLAGS) /obj=[.math]m_debug_norm.obj [.math]m_debug_norm.c
-[.math]m_eval.obj : [.math]m_eval.c
-       $(CC) $(CFLAGS) /obj=[.math]m_eval.obj [.math]m_eval.c
-[.math]m_matrix.obj : [.math]m_matrix.c
-       $(CC) $(CFLAGS) /obj=[.math]m_matrix.obj [.math]m_matrix.c
-[.math]m_translate.obj : [.math]m_translate.c
-       $(CC) $(CFLAGS) /obj=[.math]m_translate.obj [.math]m_translate.c
-[.math]m_vector.obj : [.math]m_vector.c
-       $(CC) $(CFLAGS) /obj=[.math]m_vector.obj [.math]m_vector.c
-[.math]m_xform.obj : [.math]m_xform.c
-       $(CC) $(CFLAGS) /obj=[.math]m_xform.obj [.math]m_xform.c
-[.array_cache]ac_context.obj : [.array_cache]ac_context.c
-       $(CC) $(CFLAGS) /obj=[.array_cache]ac_context.obj \
-       [.array_cache]ac_context.c
-[.array_cache]ac_import.obj : [.array_cache]ac_import.c
-       $(CC) $(CFLAGS) /obj=[.array_cache]ac_import.obj \
-       [.array_cache]ac_import.c
-[.tnl_dd]t_dd.obj : [.tnl_dd]t_dd.c
-       $(CC) $(CFLAGS) /obj=[.tnl_dd]t_dd.obj [.tnl_dd]t_dd.c
-[.tnl_dd]t_dd_vb.obj : [.tnl_dd]t_dd_vb.c
-       $(CC) $(CFLAGS) /obj=[.tnl_dd]t_dd_vb.obj [.tnl_dd]t_dd_vb.c
+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
+dispatch.obj : dispatch.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
+mm.obj : mm.c
+occlude.obj : occlude.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