nouveau: preliminary nv50 state
[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_shader.c \
23 nouveau_shader_0_arb.c \
24 nouveau_shader_1.c \
25 nouveau_shader_2.c \
26 nouveau_tex.c \
27 nouveau_swtcl.c \
28 nouveau_sync.c \
29 nv04_swtcl.c \
30 nv10_swtcl.c \
31 nv10_state.c \
32 nv20_state.c \
33 nv30_state.c \
34 nv50_state.c \
35 nouveau_state_cache.c \
36 nv20_vertprog.c \
37 nv30_fragprog.c \
38 nv30_vertprog.c \
39 nv40_fragprog.c \
40 nv40_vertprog.c
41
42 C_SOURCES = \
43 $(COMMON_SOURCES) \
44 $(DRIVER_SOURCES)
45
46 ASM_SOURCES =
47
48
49 include ../Makefile.template
50
51 symlinks: