Merge commit 'origin/gallium-master-merge'
[mesa.git] / src / gallium / auxiliary / draw / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = draw
5
6 C_SOURCES = \
7 draw_context.c \
8 draw_pipe.c \
9 draw_pipe_aaline.c \
10 draw_pipe_aapoint.c \
11 draw_pipe_clip.c \
12 draw_pipe_cull.c \
13 draw_pipe_flatshade.c \
14 draw_pipe_offset.c \
15 draw_pipe_pstipple.c \
16 draw_pipe_stipple.c \
17 draw_pipe_twoside.c \
18 draw_pipe_unfilled.c \
19 draw_pipe_util.c \
20 draw_pipe_validate.c \
21 draw_pipe_vbuf.c \
22 draw_pipe_wide_line.c \
23 draw_pipe_wide_point.c \
24 draw_pt.c \
25 draw_pt_elts.c \
26 draw_pt_emit.c \
27 draw_pt_fetch.c \
28 draw_pt_fetch_emit.c \
29 draw_pt_fetch_shade_emit.c \
30 draw_pt_fetch_shade_pipeline.c \
31 draw_pt_post_vs.c \
32 draw_pt_util.c \
33 draw_pt_varray.c \
34 draw_pt_vcache.c \
35 draw_vertex.c \
36 draw_vs.c \
37 draw_vs_varient.c \
38 draw_vs_aos.c \
39 draw_vs_aos_io.c \
40 draw_vs_aos_machine.c \
41 draw_vs_exec.c \
42 draw_vs_llvm.c \
43 draw_vs_ppc.c \
44 draw_vs_sse.c
45
46
47 include ../../Makefile.template
48
49 symlinks:
50