[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r3507 - trunk/xserver/xorg-server/GL/mesa/main



Author: dnusinow
Date: 2006-09-25 22:48:27 -0400 (Mon, 25 Sep 2006)
New Revision: 3507

Modified:
   trunk/xserver/xorg-server/GL/mesa/main/Makefile.in
Log:
Autoreconf with patch 20 applied so we can build with mesa 6.5.1

Modified: trunk/xserver/xorg-server/GL/mesa/main/Makefile.in
===================================================================
--- trunk/xserver/xorg-server/GL/mesa/main/Makefile.in	2006-09-26 02:23:19 UTC (rev 3506)
+++ trunk/xserver/xorg-server/GL/mesa/main/Makefile.in	2006-09-26 02:48:27 UTC (rev 3507)
@@ -57,17 +57,18 @@
 libmain_la_LIBADD =
 @NEED_VSNPRINTF_TRUE@am__objects_1 = vsnprintf.lo
 nodist_libmain_la_OBJECTS = accum.lo api_arrayelt.lo api_loopback.lo \
-	api_noop.lo api_validate.lo attrib.lo blend.lo bufferobj.lo \
-	buffers.lo clip.lo colortab.lo context.lo convolve.lo debug.lo \
-	depth.lo depthstencil.lo dlist.lo drawpix.lo enable.lo \
-	enums.lo eval.lo execmem.lo extensions.lo fbobject.lo \
-	feedback.lo fog.lo framebuffer.lo get.lo getstring.lo hash.lo \
-	hint.lo histogram.lo image.lo imports.lo light.lo lines.lo \
-	matrix.lo mm.lo occlude.lo pixel.lo points.lo polygon.lo \
-	rastpos.lo renderbuffer.lo state.lo stencil.lo texcompress.lo \
-	texcompress_fxt1.lo texcompress_s3tc.lo texenvprogram.lo \
-	texformat.lo teximage.lo texobj.lo texrender.lo texstate.lo \
-	texstore.lo varray.lo $(am__objects_1) vtxfmt.lo
+	api_noop.lo api_validate.lo arrayobj.lo attrib.lo blend.lo \
+	bufferobj.lo buffers.lo clip.lo colortab.lo context.lo \
+	convolve.lo debug.lo depth.lo depthstencil.lo dlist.lo \
+	drawpix.lo enable.lo enums.lo eval.lo execmem.lo extensions.lo \
+	fbobject.lo feedback.lo fog.lo framebuffer.lo get.lo \
+	getstring.lo hash.lo hint.lo histogram.lo image.lo imports.lo \
+	light.lo lines.lo matrix.lo mm.lo occlude.lo pixel.lo \
+	points.lo polygon.lo rastpos.lo renderbuffer.lo state.lo \
+	stencil.lo texcompress.lo texcompress_fxt1.lo \
+	texcompress_s3tc.lo texenvprogram.lo texformat.lo teximage.lo \
+	texobj.lo texrender.lo texstate.lo texstore.lo varray.lo \
+	$(am__objects_1) vtxfmt.lo
 libmain_la_OBJECTS = $(nodist_libmain_la_OBJECTS)
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include -I$(top_builddir)/include
 depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -568,6 +569,7 @@
                     api_loopback.c \
                     api_noop.c \
                     api_validate.c \
+					arrayobj.c \
                     attrib.c \
                     blend.c \
                     bufferobj.c \
@@ -679,6 +681,7 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api_loopback.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api_noop.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api_validate.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arrayobj.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attrib.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blend.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferobj.Plo@am__quote@



Reply to: