From d3112d36d7bf06920d7bb4e5e76f2c82e65e7641 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 11 Oct 2006 15:52:00 +0000 Subject: List of source (.c) files in each directory. To be included by X.org Makefile.am files so that lists of files don't need to be hardcoded and frequently updated there. --- src/mesa/tnl/sources | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/mesa/tnl/sources (limited to 'src/mesa/tnl/sources') diff --git a/src/mesa/tnl/sources b/src/mesa/tnl/sources new file mode 100644 index 0000000000..2c4f4c49ea --- /dev/null +++ b/src/mesa/tnl/sources @@ -0,0 +1,31 @@ +# List of ource files in this directory used for X.org xserver build +MESA_TNL_SOURCES = \ +t_array_api.c \ +t_array_import.c \ +t_context.c \ +t_pipeline.c \ +t_save_api.c \ +t_save_loopback.c \ +t_save_playback.c \ +t_vb_arbprogram.c \ +t_vb_arbprogram_sse.c \ +t_vb_arbshader.c \ +t_vb_cull.c \ +t_vb_fog.c \ +t_vb_light.c \ +t_vb_normals.c \ +t_vb_points.c \ +t_vb_program.c \ +t_vb_render.c \ +t_vb_texgen.c \ +t_vb_texmat.c \ +t_vb_vertex.c \ +t_vertex.c \ +t_vertex_generic.c \ +t_vertex_sse.c \ +t_vp_build.c \ +t_vtx_api.c \ +t_vtx_eval.c \ +t_vtx_exec.c \ +t_vtx_generic.c \ +t_vtx_x86.c -- cgit v1.2.3