Merge commit 'origin/gallium-master-merge'
[mesa.git] / src / gallium / drivers / softpipe / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = softpipe
5
6 C_SOURCES = \
7 sp_fs_exec.c \
8 sp_fs_sse.c \
9 sp_fs_llvm.c \
10 sp_clear.c \
11 sp_flush.c \
12 sp_query.c \
13 sp_context.c \
14 sp_draw_arrays.c \
15 sp_prim_setup.c \
16 sp_prim_vbuf.c \
17 sp_quad.c \
18 sp_quad_alpha_test.c \
19 sp_quad_blend.c \
20 sp_quad_colormask.c \
21 sp_quad_coverage.c \
22 sp_quad_depth_test.c \
23 sp_quad_earlyz.c \
24 sp_quad_fs.c \
25 sp_quad_occlusion.c \
26 sp_quad_output.c \
27 sp_quad_stencil.c \
28 sp_quad_stipple.c \
29 sp_screen.c \
30 sp_setup.c \
31 sp_state_blend.c \
32 sp_state_clip.c \
33 sp_state_derived.c \
34 sp_state_fs.c \
35 sp_state_sampler.c \
36 sp_state_rasterizer.c \
37 sp_state_surface.c \
38 sp_state_vertex.c \
39 sp_texture.c \
40 sp_tex_sample.c \
41 sp_tile_cache.c \
42 sp_surface.c
43
44 include ../../Makefile.template
45
46 symlinks:
47