1848b8605SmrgNOUVEAU_DRIVER_FILES = \
2b8e80941Smrg	nouveau_array.c \
3b8e80941Smrg	nouveau_array.h \
4b8e80941Smrg	nouveau_bufferobj.c \
5b8e80941Smrg	nouveau_bufferobj.h \
6848b8605Smrg	nouveau_context.c \
7b8e80941Smrg	nouveau_context.h \
8848b8605Smrg	nouveau_driver.c \
9b8e80941Smrg	nouveau_driver.h \
10b8e80941Smrg	nouveau_fbo.c \
11b8e80941Smrg	nouveau_fbo.h \
12b8e80941Smrg	nouveau_gldefs.h \
13b8e80941Smrg	nouveau_local.h \
14b8e80941Smrg	nouveau_render.h \
15b8e80941Smrg	nouveau_scratch.c \
16b8e80941Smrg	nouveau_scratch.h \
17b8e80941Smrg	nouveau_screen.c \
18b8e80941Smrg	nouveau_screen.h \
19848b8605Smrg	nouveau_span.c \
20b8e80941Smrg	nouveau_state.c \
21b8e80941Smrg	nouveau_state.h \
22848b8605Smrg	nouveau_surface.c \
23b8e80941Smrg	nouveau_surface.h \
24b8e80941Smrg	nouveau_texture.c \
25b8e80941Smrg	nouveau_texture.h \
26b8e80941Smrg	nouveau_util.h \
27b8e80941Smrg	nv01_2d.xml.h \
28b8e80941Smrg	nv04_3d.xml.h \
29848b8605Smrg	nv04_context.c \
30b8e80941Smrg	nv04_context.h \
31b8e80941Smrg	nv04_driver.h \
32848b8605Smrg	nv04_render.c \
33848b8605Smrg	nv04_state_fb.c \
34b8e80941Smrg	nv04_state_frag.c \
35848b8605Smrg	nv04_state_raster.c \
36848b8605Smrg	nv04_state_tex.c \
37848b8605Smrg	nv04_surface.c \
38b8e80941Smrg	nv10_3d.xml.h \
39848b8605Smrg	nv10_context.c \
40b8e80941Smrg	nv10_driver.h \
41848b8605Smrg	nv10_render.c \
42848b8605Smrg	nv10_state_fb.c \
43b8e80941Smrg	nv10_state_frag.c \
44848b8605Smrg	nv10_state_polygon.c \
45848b8605Smrg	nv10_state_raster.c \
46848b8605Smrg	nv10_state_tex.c \
47848b8605Smrg	nv10_state_tnl.c \
48b8e80941Smrg	nv20_3d.xml.h \
49848b8605Smrg	nv20_context.c \
50b8e80941Smrg	nv20_driver.h \
51848b8605Smrg	nv20_render.c \
52848b8605Smrg	nv20_state_fb.c \
53b8e80941Smrg	nv20_state_frag.c \
54848b8605Smrg	nv20_state_polygon.c \
55848b8605Smrg	nv20_state_raster.c \
56848b8605Smrg	nv20_state_tex.c \
57b8e80941Smrg	nv20_state_tnl.c \
58b8e80941Smrg	nv_m2mf.xml.h \
59b8e80941Smrg	nv_object.xml.h
60848b8605Smrg
61848b8605SmrgNOUVEAU_C_FILES = \
62848b8605Smrg	$(NOUVEAU_DRIVER_FILES)
63