auxiliary/vl: rework the build of the VL code
[mesa.git] / src / gallium / auxiliary / Makefile.sources
1 C_SOURCES := \
2 cso_cache/cso_cache.c \
3 cso_cache/cso_cache.h \
4 cso_cache/cso_context.c \
5 cso_cache/cso_context.h \
6 cso_cache/cso_hash.c \
7 cso_cache/cso_hash.h \
8 draw/draw_cliptest_tmp.h \
9 draw/draw_context.c \
10 draw/draw_context.h \
11 draw/draw_decompose_tmp.h \
12 draw/draw_fs.c \
13 draw/draw_fs.h \
14 draw/draw_gs.c \
15 draw/draw_gs.h \
16 draw/draw_gs_tmp.h \
17 draw/draw_pipe_aaline.c \
18 draw/draw_pipe_aapoint.c \
19 draw/draw_pipe.c \
20 draw/draw_pipe.h \
21 draw/draw_pipe_clip.c \
22 draw/draw_pipe_cull.c \
23 draw/draw_pipe_flatshade.c \
24 draw/draw_pipe_offset.c \
25 draw/draw_pipe_pstipple.c \
26 draw/draw_pipe_stipple.c \
27 draw/draw_pipe_twoside.c \
28 draw/draw_pipe_unfilled.c \
29 draw/draw_pipe_util.c \
30 draw/draw_pipe_validate.c \
31 draw/draw_pipe_vbuf.c \
32 draw/draw_pipe_wide_line.c \
33 draw/draw_pipe_wide_point.c \
34 draw/draw_prim_assembler.c \
35 draw/draw_prim_assembler.h \
36 draw/draw_prim_assembler_tmp.h \
37 draw/draw_private.h \
38 draw/draw_pt.c \
39 draw/draw_pt_decompose.h \
40 draw/draw_pt_emit.c \
41 draw/draw_pt_fetch.c \
42 draw/draw_pt_fetch_emit.c \
43 draw/draw_pt_fetch_shade_emit.c \
44 draw/draw_pt_fetch_shade_pipeline.c \
45 draw/draw_pt.h \
46 draw/draw_pt_post_vs.c \
47 draw/draw_pt_so_emit.c \
48 draw/draw_pt_util.c \
49 draw/draw_pt_vsplit.c \
50 draw/draw_pt_vsplit_tmp.h \
51 draw/draw_so_emit_tmp.h \
52 draw/draw_split_tmp.h \
53 draw/draw_vbuf.h \
54 draw/draw_vertex.c \
55 draw/draw_vertex.h \
56 draw/draw_vs.c \
57 draw/draw_vs_exec.c \
58 draw/draw_vs.h \
59 draw/draw_vs_variant.c \
60 hud/font.c \
61 hud/font.h \
62 hud/hud_context.c \
63 hud/hud_context.h \
64 hud/hud_cpu.c \
65 hud/hud_driver_query.c \
66 hud/hud_fps.c \
67 hud/hud_private.h \
68 indices/u_indices.h \
69 indices/u_indices_priv.h \
70 indices/u_primconvert.c \
71 indices/u_primconvert.h \
72 os/os_memory_aligned.h \
73 os/os_memory_debug.h \
74 os/os_memory_stdc.h \
75 os/os_memory.h \
76 os/os_misc.c \
77 os/os_misc.h \
78 os/os_mman.h \
79 os/os_process.c \
80 os/os_process.h \
81 os/os_thread.h \
82 os/os_time.c \
83 os/os_time.h \
84 pipebuffer/pb_buffer_fenced.c \
85 pipebuffer/pb_buffer_fenced.h \
86 pipebuffer/pb_buffer.h \
87 pipebuffer/pb_buffer_malloc.c \
88 pipebuffer/pb_bufmgr_alt.c \
89 pipebuffer/pb_bufmgr_cache.c \
90 pipebuffer/pb_bufmgr_debug.c \
91 pipebuffer/pb_bufmgr.h \
92 pipebuffer/pb_bufmgr_mm.c \
93 pipebuffer/pb_bufmgr_ondemand.c \
94 pipebuffer/pb_bufmgr_pool.c \
95 pipebuffer/pb_bufmgr_slab.c \
96 pipebuffer/pb_validate.c \
97 pipebuffer/pb_validate.h \
98 postprocess/filters.h \
99 postprocess/postprocess.h \
100 postprocess/pp_celshade.c \
101 postprocess/pp_celshade.h \
102 postprocess/pp_colors.c \
103 postprocess/pp_colors.h \
104 postprocess/pp_filters.h \
105 postprocess/pp_init.c \
106 postprocess/pp_mlaa_areamap.h \
107 postprocess/pp_mlaa.c \
108 postprocess/pp_mlaa.h \
109 postprocess/pp_private.h \
110 postprocess/pp_program.c \
111 postprocess/pp_run.c \
112 rbug/rbug_connection.c \
113 rbug/rbug_connection.h \
114 rbug/rbug_context.c \
115 rbug/rbug_context.h \
116 rbug/rbug_core.c \
117 rbug/rbug_core.h \
118 rbug/rbug_demarshal.c \
119 rbug/rbug.h \
120 rbug/rbug_internal.h \
121 rbug/rbug_proto.h \
122 rbug/rbug_shader.c \
123 rbug/rbug_shader.h \
124 rbug/rbug_texture.c \
125 rbug/rbug_texture.h \
126 rtasm/rtasm_cpu.c \
127 rtasm/rtasm_cpu.h \
128 rtasm/rtasm_execmem.c \
129 rtasm/rtasm_execmem.h \
130 rtasm/rtasm_x86sse.c \
131 rtasm/rtasm_x86sse.h \
132 tgsi/tgsi_build.c \
133 tgsi/tgsi_build.h \
134 tgsi/tgsi_dump.c \
135 tgsi/tgsi_dump.h \
136 tgsi/tgsi_exec.c \
137 tgsi/tgsi_exec.h \
138 tgsi/tgsi_info.c \
139 tgsi/tgsi_info.h \
140 tgsi/tgsi_iterate.c \
141 tgsi/tgsi_iterate.h \
142 tgsi/tgsi_lowering.c \
143 tgsi/tgsi_lowering.h \
144 tgsi/tgsi_opcode_tmp.h \
145 tgsi/tgsi_parse.c \
146 tgsi/tgsi_parse.h \
147 tgsi/tgsi_sanity.c \
148 tgsi/tgsi_sanity.h \
149 tgsi/tgsi_scan.c \
150 tgsi/tgsi_scan.h \
151 tgsi/tgsi_strings.c \
152 tgsi/tgsi_strings.h \
153 tgsi/tgsi_text.c \
154 tgsi/tgsi_text.h \
155 tgsi/tgsi_transform.c \
156 tgsi/tgsi_transform.h \
157 tgsi/tgsi_ureg.c \
158 tgsi/tgsi_ureg.h \
159 tgsi/tgsi_util.c \
160 tgsi/tgsi_util.h \
161 translate/translate.c \
162 translate/translate.h \
163 translate/translate_cache.c \
164 translate/translate_cache.h \
165 translate/translate_generic.c \
166 translate/translate_sse.c \
167 util/dbghelp.h \
168 util/u_atomic.h \
169 util/u_bitmask.c \
170 util/u_bitmask.h \
171 util/u_blit.c \
172 util/u_blit.h \
173 util/u_blitter.c \
174 util/u_blitter.h \
175 util/u_box.h \
176 util/u_cache.c \
177 util/u_cache.h \
178 util/u_caps.c \
179 util/u_caps.h \
180 util/u_clear.h \
181 util/u_cpu_detect.c \
182 util/u_cpu_detect.h \
183 util/u_debug.c \
184 util/u_debug_describe.c \
185 util/u_debug_describe.h \
186 util/u_debug_flush.c \
187 util/u_debug_flush.h \
188 util/u_debug.h \
189 util/u_debug_memory.c \
190 util/u_debug_refcnt.c \
191 util/u_debug_refcnt.h \
192 util/u_debug_stack.c \
193 util/u_debug_stack.h \
194 util/u_debug_symbol.c \
195 util/u_debug_symbol.h \
196 util/u_dirty_flags.h \
197 util/u_dirty_surfaces.h \
198 util/u_dl.c \
199 util/u_dl.h \
200 util/u_double_list.h \
201 util/u_draw.c \
202 util/u_draw.h \
203 util/u_draw_quad.c \
204 util/u_draw_quad.h \
205 util/u_dual_blend.h \
206 util/u_dump_defines.c \
207 util/u_dump.h \
208 util/u_dump_state.c \
209 util/u_dynarray.h \
210 util/u_fifo.h \
211 util/u_format_bptc.c \
212 util/u_format_bptc.h \
213 util/u_format.c \
214 util/u_format_etc.c \
215 util/u_format_etc.h \
216 util/u_format.h \
217 util/u_format_latc.c \
218 util/u_format_latc.h \
219 util/u_format_other.c \
220 util/u_format_other.h \
221 util/u_format_r11g11b10f.h \
222 util/u_format_rgb9e5.h \
223 util/u_format_rgtc.c \
224 util/u_format_rgtc.h \
225 util/u_format_s3tc.c \
226 util/u_format_s3tc.h \
227 util/u_format_tests.c \
228 util/u_format_tests.h \
229 util/u_format_yuv.c \
230 util/u_format_yuv.h \
231 util/u_format_zs.c \
232 util/u_format_zs.h \
233 util/u_framebuffer.c \
234 util/u_framebuffer.h \
235 util/u_gen_mipmap.c \
236 util/u_gen_mipmap.h \
237 util/u_half.h \
238 util/u_handle_table.c \
239 util/u_handle_table.h \
240 util/u_hash.c \
241 util/u_hash.h \
242 util/u_hash_table.c \
243 util/u_hash_table.h \
244 util/u_helpers.c \
245 util/u_helpers.h \
246 util/u_index_modify.c \
247 util/u_index_modify.h \
248 util/u_init.h \
249 util/u_inlines.h \
250 util/u_keymap.c \
251 util/u_keymap.h \
252 util/u_linear.c \
253 util/u_linear.h \
254 util/u_linkage.c \
255 util/u_linkage.h \
256 util/u_math.c \
257 util/u_math.h \
258 util/u_memory.h \
259 util/u_mm.c \
260 util/u_mm.h \
261 util/u_network.c \
262 util/u_network.h \
263 util/u_pack_color.h \
264 util/u_pointer.h \
265 util/u_prim.h \
266 util/u_pstipple.c \
267 util/u_pstipple.h \
268 util/u_range.h \
269 util/u_rect.h \
270 util/u_resource.c \
271 util/u_resource.h \
272 util/u_ringbuffer.c \
273 util/u_ringbuffer.h \
274 util/u_sampler.c \
275 util/u_sampler.h \
276 util/u_simple_list.h \
277 util/u_simple_shaders.c \
278 util/u_simple_shaders.h \
279 util/u_slab.c \
280 util/u_slab.h \
281 util/u_snprintf.c \
282 util/u_split_prim.h \
283 util/u_sse.h \
284 util/u_staging.c \
285 util/u_staging.h \
286 util/u_string.h \
287 util/u_suballoc.c \
288 util/u_suballoc.h \
289 util/u_surface.c \
290 util/u_surface.h \
291 util/u_surfaces.c \
292 util/u_surfaces.h \
293 util/u_tests.c \
294 util/u_tests.h \
295 util/u_texture.c \
296 util/u_texture.h \
297 util/u_tile.c \
298 util/u_tile.h \
299 util/u_time.h \
300 util/u_transfer.c \
301 util/u_transfer.h \
302 util/u_upload_mgr.c \
303 util/u_upload_mgr.h \
304 util/u_vbuf.c \
305 util/u_vbuf.h \
306 util/u_video.h
307
308 VL_SOURCES := \
309 vl/vl_compositor.c \
310 vl/vl_compositor.h \
311 vl/vl_csc.c \
312 vl/vl_csc.h \
313 vl/vl_decoder.c \
314 vl/vl_decoder.h \
315 vl/vl_defines.h \
316 vl/vl_deint_filter.c \
317 vl/vl_deint_filter.h \
318 vl/vl_idct.c \
319 vl/vl_idct.h \
320 vl/vl_matrix_filter.c \
321 vl/vl_matrix_filter.h \
322 vl/vl_mc.c \
323 vl/vl_mc.h \
324 vl/vl_median_filter.c \
325 vl/vl_median_filter.h \
326 vl/vl_mpeg12_bitstream.c \
327 vl/vl_mpeg12_bitstream.h \
328 vl/vl_mpeg12_decoder.c \
329 vl/vl_mpeg12_decoder.h \
330 vl/vl_rbsp.h \
331 vl/vl_types.h \
332 vl/vl_vertex_buffers.c \
333 vl/vl_vertex_buffers.h \
334 vl/vl_video_buffer.c \
335 vl/vl_video_buffer.h \
336 vl/vl_vlc.h \
337 vl/vl_winsys.h \
338 vl/vl_winsys_dri.c \
339 vl/vl_zscan.c \
340 vl/vl_zscan.h
341
342 VL_STUB_SOURCES := \
343 vl/vl_stubs.c
344
345 GENERATED_SOURCES := \
346 indices/u_indices_gen.c \
347 indices/u_unfilled_gen.c \
348 util/u_format_table.c
349
350 GALLIVM_SOURCES := \
351 gallivm/lp_bld_arit.c \
352 gallivm/lp_bld_arit.h \
353 gallivm/lp_bld_arit_overflow.c \
354 gallivm/lp_bld_arit_overflow.h \
355 gallivm/lp_bld_assert.c \
356 gallivm/lp_bld_assert.h \
357 gallivm/lp_bld_bitarit.c \
358 gallivm/lp_bld_bitarit.h \
359 gallivm/lp_bld_const.c \
360 gallivm/lp_bld_const.h \
361 gallivm/lp_bld_conv.c \
362 gallivm/lp_bld_conv.h \
363 gallivm/lp_bld_debug.cpp \
364 gallivm/lp_bld_debug.h \
365 gallivm/lp_bld_flow.c \
366 gallivm/lp_bld_flow.h \
367 gallivm/lp_bld_format_aos_array.c \
368 gallivm/lp_bld_format_aos.c \
369 gallivm/lp_bld_format_float.c \
370 gallivm/lp_bld_format.h \
371 gallivm/lp_bld_format_soa.c \
372 gallivm/lp_bld_format_srgb.c \
373 gallivm/lp_bld_format_yuv.c \
374 gallivm/lp_bld_gather.c \
375 gallivm/lp_bld_gather.h \
376 gallivm/lp_bld.h \
377 gallivm/lp_bld_init.c \
378 gallivm/lp_bld_init.h \
379 gallivm/lp_bld_intr.c \
380 gallivm/lp_bld_intr.h \
381 gallivm/lp_bld_limits.h \
382 gallivm/lp_bld_logic.c \
383 gallivm/lp_bld_logic.h \
384 gallivm/lp_bld_misc.cpp \
385 gallivm/lp_bld_misc.h \
386 gallivm/lp_bld_pack.c \
387 gallivm/lp_bld_pack.h \
388 gallivm/lp_bld_printf.c \
389 gallivm/lp_bld_printf.h \
390 gallivm/lp_bld_quad.c \
391 gallivm/lp_bld_quad.h \
392 gallivm/lp_bld_sample_aos.c \
393 gallivm/lp_bld_sample_aos.h \
394 gallivm/lp_bld_sample.c \
395 gallivm/lp_bld_sample.h \
396 gallivm/lp_bld_sample_soa.c \
397 gallivm/lp_bld_struct.c \
398 gallivm/lp_bld_struct.h \
399 gallivm/lp_bld_swizzle.c \
400 gallivm/lp_bld_swizzle.h \
401 gallivm/lp_bld_tgsi_action.c \
402 gallivm/lp_bld_tgsi_action.h \
403 gallivm/lp_bld_tgsi_aos.c \
404 gallivm/lp_bld_tgsi.c \
405 gallivm/lp_bld_tgsi.h \
406 gallivm/lp_bld_tgsi_info.c \
407 gallivm/lp_bld_tgsi_soa.c \
408 gallivm/lp_bld_type.c \
409 gallivm/lp_bld_type.h \
410 draw/draw_llvm.c \
411 draw/draw_llvm.h \
412 draw/draw_llvm_sample.c \
413 draw/draw_pt_fetch_shade_pipeline_llvm.c \
414 draw/draw_vs_llvm.c