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_texture.c \ 10 nouveau_surface.c \ 11 nouveau_scratch.c \ 12 nouveau_array.c \ 13 nv04_context.c \ 14 nv04_render.c \ 15 nv04_state_fb.c \ 16 nv04_state_raster.c \ 17 nv04_state_tex.c \ 18 nv04_state_frag.c \ 19 nv04_surface.c \ 20 nv10_context.c \ 21 nv10_render.c \ 22 nv10_state_fb.c \ 23 nv10_state_polygon.c \ 24 nv10_state_raster.c \ 25 nv10_state_tex.c \ 26 nv10_state_frag.c \ 27 nv10_state_tnl.c \ 28 nv20_context.c \ 29 nv20_render.c \ 30 nv20_state_fb.c \ 31 nv20_state_polygon.c \ 32 nv20_state_raster.c \ 33 nv20_state_tex.c \ 34 nv20_state_frag.c \ 35 nv20_state_tnl.c 36 37 NOUVEAU_C_FILES = \ 38 $(NOUVEAU_DRIVER_FILES) 39