[xserver-commit] xserver/GL/mesa .cvsignore,NONE,1.1 Makefile.am,NONE,1.1

Eric Anholt xserver-commit@pdx.freedesktop.org
Sat, 24 Jan 2004 21:41:15 -0800


Committed by: anholt

Update of /cvs/xserver/xserver/GL/mesa
In directory pdx:/home/anholt/xserver/GL/mesa

Added Files:
	.cvsignore Makefile.am 
Log Message:
- Actually add GLX Makefile.ams. (oops)
- Add some missing .cvsignores.


--- NEW FILE: .cvsignore ---
.deps
.libs
Makefile.in
Makefile
*.lo
*.la

--- NEW FILE: Makefile.am ---
INCLUDES = 					\
	-I$(top_srcdir)/GL/glx			\
	-I$(top_srcdir)/GL/include		\
	-I$(top_srcdir)/GL/mesa/include		\
	-I$(top_srcdir)/GL/mesa/X		\
	-I$(top_srcdir)/mi			\
	-I$(top_srcdir)/Xext			\
	-I$(top_srcdir)/render			\
	-I@MESA_SOURCE@/include		\
	-I@MESA_SOURCE@/src/mesa	\
	-I@MESA_SOURCE@/src/mesa/main	\
	-I@MESA_SOURCE@/src/mesa/glapi	\
	-I@MESA_SOURCE@/src/mesa/drivers/x11 \
	@XSERVER_CFLAGS@

noinst_LIBRARIES = libglcore.a

MESASRCDIR = @MESA_SOURCE@/src/mesa

COREMESABASESRCS = \
	$(MESASRCDIR)/main/dispatch.c \
	$(MESASRCDIR)/glapi/glapi.c \
	$(MESASRCDIR)/glapi/glthread.c \
	$(MESASRCDIR)/main/api_arrayelt.c \
	$(MESASRCDIR)/main/api_loopback.c \
	$(MESASRCDIR)/main/api_noop.c \
	$(MESASRCDIR)/main/api_validate.c \
	$(MESASRCDIR)/main/accum.c \
	$(MESASRCDIR)/main/arbparse.c \
	$(MESASRCDIR)/main/arbprogram.c \
	$(MESASRCDIR)/main/arbfragparse.c \
	$(MESASRCDIR)/main/arbvertparse.c \
	$(MESASRCDIR)/main/attrib.c \
	$(MESASRCDIR)/main/blend.c \
	$(MESASRCDIR)/main/bufferobj.c \
	$(MESASRCDIR)/main/buffers.c \
	$(MESASRCDIR)/main/clip.c \
	$(MESASRCDIR)/main/colortab.c \
	$(MESASRCDIR)/main/context.c \
	$(MESASRCDIR)/main/convolve.c \
	$(MESASRCDIR)/main/debug.c \
	$(MESASRCDIR)/main/depth.c \
	$(MESASRCDIR)/main/dlist.c \
	$(MESASRCDIR)/main/drawpix.c \
	$(MESASRCDIR)/main/enable.c \
	$(MESASRCDIR)/main/enums.c \
	$(MESASRCDIR)/main/eval.c \
	$(MESASRCDIR)/main/extensions.c \
	$(MESASRCDIR)/main/feedback.c \
	$(MESASRCDIR)/main/fog.c \
	$(MESASRCDIR)/main/get.c \
	$(MESASRCDIR)/main/hash.c \
	$(MESASRCDIR)/main/hint.c \
	$(MESASRCDIR)/main/histogram.c \
	$(MESASRCDIR)/main/image.c \
	$(MESASRCDIR)/main/imports.c \
	$(MESASRCDIR)/main/light.c \
	$(MESASRCDIR)/main/lines.c \
	$(MESASRCDIR)/main/matrix.c \
	$(MESASRCDIR)/main/nvprogram.c \
	$(MESASRCDIR)/main/nvfragparse.c \
	$(MESASRCDIR)/main/nvvertexec.c \
	$(MESASRCDIR)/main/nvvertparse.c \
	$(MESASRCDIR)/main/occlude.c \
	$(MESASRCDIR)/main/pixel.c \
	$(MESASRCDIR)/main/points.c \
	$(MESASRCDIR)/main/polygon.c \
	$(MESASRCDIR)/main/program.c \
	$(MESASRCDIR)/main/rastpos.c \
	$(MESASRCDIR)/main/state.c \
	$(MESASRCDIR)/main/stencil.c \
	$(MESASRCDIR)/main/texcompress.c \
	$(MESASRCDIR)/main/texformat.c \
	$(MESASRCDIR)/main/teximage.c \
	$(MESASRCDIR)/main/texobj.c \
	$(MESASRCDIR)/main/texstate.c \
	$(MESASRCDIR)/main/texstore.c \
	$(MESASRCDIR)/main/texutil.c \
	$(MESASRCDIR)/main/varray.c \
	$(MESASRCDIR)/main/vtxfmt.c

MESA_AC_SRCS = \
	$(MESASRCDIR)/array_cache/ac_context.c \
	$(MESASRCDIR)/array_cache/ac_import.c

MESA_SWRAST_SRCS = \
	$(MESASRCDIR)/swrast/s_aaline.c \
	$(MESASRCDIR)/swrast/s_aatriangle.c \
	$(MESASRCDIR)/swrast/s_accum.c \
	$(MESASRCDIR)/swrast/s_alpha.c \
	$(MESASRCDIR)/swrast/s_alphabuf.c \
	$(MESASRCDIR)/swrast/s_bitmap.c \
	$(MESASRCDIR)/swrast/s_blend.c \
	$(MESASRCDIR)/swrast/s_buffers.c \
	$(MESASRCDIR)/swrast/s_context.c \
	$(MESASRCDIR)/swrast/s_copypix.c \
	$(MESASRCDIR)/swrast/s_depth.c \
	$(MESASRCDIR)/swrast/s_drawpix.c \
	$(MESASRCDIR)/swrast/s_feedback.c \
	$(MESASRCDIR)/swrast/s_fog.c \
	$(MESASRCDIR)/swrast/s_imaging.c \
	$(MESASRCDIR)/swrast/s_lines.c \
	$(MESASRCDIR)/swrast/s_logic.c \
	$(MESASRCDIR)/swrast/s_masking.c \
	$(MESASRCDIR)/swrast/s_nvfragprog.c \
	$(MESASRCDIR)/swrast/s_pixeltex.c \
	$(MESASRCDIR)/swrast/s_points.c \
	$(MESASRCDIR)/swrast/s_readpix.c \
	$(MESASRCDIR)/swrast/s_span.c \
	$(MESASRCDIR)/swrast/s_stencil.c \
	$(MESASRCDIR)/swrast/s_texstore.c \
	$(MESASRCDIR)/swrast/s_texture.c \
	$(MESASRCDIR)/swrast/s_triangle.c \
	$(MESASRCDIR)/swrast/s_zoom.c

MESA_SWR_SETUP_SRCS = \
	$(MESASRCDIR)/swrast_setup/ss_context.c \
	$(MESASRCDIR)/swrast_setup/ss_triangle.c 

MESA_TNL_SRCS = \
	$(MESASRCDIR)/tnl/t_array_api.c \
	$(MESASRCDIR)/tnl/t_array_import.c \
	$(MESASRCDIR)/tnl/t_context.c \
	$(MESASRCDIR)/tnl/t_pipeline.c \
	$(MESASRCDIR)/tnl/t_save_api.c \
	$(MESASRCDIR)/tnl/t_save_loopback.c \
	$(MESASRCDIR)/tnl/t_save_playback.c \
	$(MESASRCDIR)/tnl/t_vb_fog.c \
	$(MESASRCDIR)/tnl/t_vb_light.c \
	$(MESASRCDIR)/tnl/t_vb_normals.c \
	$(MESASRCDIR)/tnl/t_vb_points.c \
	$(MESASRCDIR)/tnl/t_vb_program.c \
	$(MESASRCDIR)/tnl/t_vb_render.c \
	$(MESASRCDIR)/tnl/t_vb_texgen.c \
	$(MESASRCDIR)/tnl/t_vb_texmat.c \
	$(MESASRCDIR)/tnl/t_vb_vertex.c \
	$(MESASRCDIR)/tnl/t_vertex.c \
	$(MESASRCDIR)/tnl/t_vtx_api.c \
	$(MESASRCDIR)/tnl/t_vtx_eval.c \
	$(MESASRCDIR)/tnl/t_vtx_exec.c

MESA_MATH_SRCS = \
	$(MESASRCDIR)/math/m_debug_clip.c \
	$(MESASRCDIR)/math/m_debug_norm.c \
	$(MESASRCDIR)/math/m_debug_xform.c \
	$(MESASRCDIR)/math/m_eval.c \
	$(MESASRCDIR)/math/m_matrix.c \
	$(MESASRCDIR)/math/m_translate.c \
	$(MESASRCDIR)/math/m_vector.c \
	$(MESASRCDIR)/math/m_xform.c

XMESA_SRCS = \
	$(MESASRCDIR)/drivers/x11/xm_api.c \
	$(MESASRCDIR)/drivers/x11/xm_dd.c \
	$(MESASRCDIR)/drivers/x11/xm_line.c \
	$(MESASRCDIR)/drivers/x11/xm_span.c \
	$(MESASRCDIR)/drivers/x11/xm_tri.c

MESA_COMMON_SRCS = \
	$(MESASRCDIR)/drivers/common/driverfuncs.c

X_SRCS = \
	X/xf86glx.c \
	X/xf86glx_util.c \
	X/xf86glx_util.h \
	X/xf86glxint.h \
	X/compsize.c
	X/size.h.c

libglcore_a_SOURCES = \
	$(X_SRCS)

nodist_libglcore_a_SOURCES = \
	$(COREMESABASESRCS) \
	$(MESA_AC_SRCS) \
	$(MESA_SWRAST_SRCS) \
	$(MESA_SWR_SETUP_SRCS) \
	$(MESA_TNL_SRCS) \
	$(MESA_MATH_SRCS) \
	$(MESA_COMMON_SRCS) \
	$(XMESA_SRCS)

libglcore_a_CFLAGS = -UHAVE_CONFIG_H -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING \
	-DGLX_USE_DLOPEN -DGLX_USE_MESA -DXFree86Server