Merge branch 'master' of git+ssh://joukj@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_card.c \
13 nouveau_context.c \
14 nouveau_driver.c \
15 nouveau_fbo.c \
16 nouveau_fifo.c \
17 nouveau_lock.c \
18 nouveau_mem.c \
19 nouveau_object.c \
20 nouveau_screen.c \
21 nouveau_span.c \
22 nouveau_state.c \
23 nouveau_state_cache.c \
24 nouveau_shader.c \
25 nouveau_shader_0.c \
26 nouveau_shader_1.c \
27 nouveau_shader_2.c \
28 nouveau_tex.c \
29 nouveau_swtcl.c \
30 nouveau_sync.c \
31 nouveau_query.c \
32 nv04_state.c \
33 nv04_swtcl.c \
34 nv10_state.c \
35 nv10_swtcl.c \
36 nv20_state.c \
37 nv20_vertprog.c \
38 nv30_state.c \
39 nv30_fragprog.c \
40 nv30_vertprog.c \
41 nv40_fragprog.c \
42 nv40_vertprog.c \
43 nv50_state.c
44
45 C_SOURCES = \
46 $(COMMON_SOURCES) \
47 $(DRIVER_SOURCES)
48
49 ASM_SOURCES =
50
51
52 include ../Makefile.template
53
54 symlinks: