From a558bf69cb2ec21ad40d9d1f829036ee8b817def Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 22 Aug 2011 11:07:26 +0800 Subject: i915g: share the source list Factor out C_SOURCES from Makefile to Makefile.sources, and let Makefile and SConscript share it. --- src/gallium/drivers/i915/Makefile.sources | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/gallium/drivers/i915/Makefile.sources (limited to 'src/gallium/drivers/i915/Makefile.sources') diff --git a/src/gallium/drivers/i915/Makefile.sources b/src/gallium/drivers/i915/Makefile.sources new file mode 100644 index 00000000000..80c76890e35 --- /dev/null +++ b/src/gallium/drivers/i915/Makefile.sources @@ -0,0 +1,26 @@ +C_SOURCES := \ + i915_blit.c \ + i915_clear.c \ + i915_flush.c \ + i915_context.c \ + i915_debug.c \ + i915_debug_fp.c \ + i915_state.c \ + i915_state_immediate.c \ + i915_state_dynamic.c \ + i915_state_derived.c \ + i915_state_emit.c \ + i915_state_fpc.c \ + i915_state_sampler.c \ + i915_state_static.c \ + i915_screen.c \ + i915_prim_emit.c \ + i915_prim_vbuf.c \ + i915_query.c \ + i915_resource.c \ + i915_resource_texture.c \ + i915_resource_buffer.c \ + i915_fpc_emit.c \ + i915_fpc_translate.c \ + i915_fpc_optimize.c \ + i915_surface.c -- cgit v1.2.3