automake: src/mesa/drivers/dri/nouveau
[mesa.git] / src / mesa / drivers / dri / nouveau / Makefile.sources
1 NOUVEAU_DRIVER_FILES = \
2 nouveau_screen.c \
3 nouveau_context.c \
4 nouveau_fbo.c \
5 nouveau_driver.c \
6 nouveau_state.c \
7 nouveau_bufferobj.c \
8 nouveau_span.c \
9 nouveau_bo_state.c \
10 nouveau_texture.c \
11 nouveau_surface.c \
12 nouveau_scratch.c \
13 nouveau_array.c \
14 nv04_context.c \
15 nv04_render.c \
16 nv04_state_fb.c \
17 nv04_state_raster.c \
18 nv04_state_tex.c \
19 nv04_state_frag.c \
20 nv04_surface.c \
21 nv10_context.c \
22 nv10_render.c \
23 nv10_state_fb.c \
24 nv10_state_polygon.c \
25 nv10_state_raster.c \
26 nv10_state_tex.c \
27 nv10_state_frag.c \
28 nv10_state_tnl.c \
29 nv20_context.c \
30 nv20_render.c \
31 nv20_state_fb.c \
32 nv20_state_polygon.c \
33 nv20_state_raster.c \
34 nv20_state_tex.c \
35 nv20_state_frag.c \
36 nv20_state_tnl.c
37
38 NOUVEAU_C_FILES = \
39 $(NOUVEAU_DRIVER_FILES)