Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa
[mesa.git] / src / mesa / main / descrip.mms
index d09c57b3212857f726a628808ad68ff0ce77579f..a6e82e13cf3dc8fade964f4f1737d471ff4ad23a 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for core library for VMS
-# contributed by Jouk Jansen  joukj@hrem.stm.tudelft.nl
-# Last revision : 10 May 2005
+# contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
+# Last revision : 8 May 2007
 
 .first
        define gl [---.include.gl]
@@ -58,13 +58,13 @@ SOURCES =accum.c \
        matrix.c \
        mipmap.c \
        mm.c \
-       occlude.c \
        pixel.c \
        points.c \
        polygon.c \
        rastpos.c \
        rbadaptors.c \
        renderbuffer.c \
+       shaders.c \
        state.c \
        stencil.c \
        texcompress.c \
@@ -78,7 +78,9 @@ SOURCES =accum.c \
        texstate.c \
        texstore.c \
        varray.c \
-       vtxfmt.c
+       vtxfmt.c \
+       queryobj.c \
+       rbadaptors.c
 
 OBJECTS=accum.obj,\
 api_arrayelt.obj,\
@@ -121,12 +123,12 @@ lines.obj,\
 matrix.obj,\
 mipmap.obj,\
 mm.obj,\
-occlude.obj,\
 pixel.obj,\
 points.obj,\
 polygon.obj,\
 rastpos.obj,\
 renderbuffer.obj,\
+shaders.obj,\
 state.obj,\
 stencil.obj,\
 texcompress.obj,\
@@ -140,7 +142,9 @@ texrender.obj,\
 texstate.obj,\
 texstore.obj,\
 varray.obj,\
-vtxfmt.obj
+vtxfmt.obj,\
+queryobj.obj,\
+rbadaptors.obj
 
 ##### RULES #####
 
@@ -149,8 +153,7 @@ VERSION=Mesa V3.4
 ##### TARGETS #####
 # Make the library
 $(LIBDIR)$(GL_LIB) : $(OBJECTS)
-  @ $(MAKELIB) $(GL_LIB) $(OBJECTS)
-  @ rename $(GL_LIB)* $(LIBDIR)
+  @ $(MAKELIB) $(LIBDIR)$(GL_LIB) $(OBJECTS)
 
 clean :
        purge
@@ -197,7 +200,6 @@ lines.obj : lines.c
 matrix.obj : matrix.c
 mipmap.obj : mipmap.c
 mm.obj : mm.c
-occlude.obj : occlude.c
 pixel.obj : pixel.c
 points.obj : points.c
 polygon.obj : polygon.c
@@ -219,3 +221,6 @@ 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