Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa
[mesa.git] / src / mesa / drivers / dri / nouveau / Makefile
1 # src/mesa/drivers/dri/nouveau/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = nouveau_dri.so
7
8 MINIGLX_SOURCES =
9
10 DRIVER_SOURCES = \
11 nouveau_bufferobj.c \
12 nouveau_buffers.c \
13 nouveau_card.c \
14 nouveau_context.c \
15 nouveau_driver.c \
16 nouveau_fifo.c \
17 nouveau_lock.c \
18 nouveau_object.c \
19 nouveau_screen.c \
20 nouveau_span.c \
21 nouveau_state.c \
22 nouveau_state_cache.c \
23 nouveau_shader.c \
24 nouveau_shader_0.c \
25 nouveau_shader_1.c \
26 nouveau_shader_2.c \
27 nouveau_tex.c \
28 nouveau_swtcl.c \
29 nouveau_sync.c \
30 nv04_state.c \
31 nv04_swtcl.c \
32 nv10_state.c \
33 nv10_swtcl.c \
34 nv20_state.c \
35 nv20_vertprog.c \
36 nv30_state.c \
37 nv30_fragprog.c \
38 nv30_vertprog.c \
39 nv40_fragprog.c \
40 nv40_vertprog.c \
41 nv50_state.c
42
43 C_SOURCES = \
44 $(COMMON_SOURCES) \
45 $(DRIVER_SOURCES)
46
47 ASM_SOURCES =
48
49
50 include ../Makefile.template
51
52 symlinks: