summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/Makefile.sources
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-01-15 10:20:30 -0500
committerMatt Turner <mattst88@gmail.com>2012-01-20 15:54:08 -0500
commit3f96434f86de1641296a9c39b9f75d85e6955207 (patch)
tree1e7e7ab8b966f32ad0d1a25a47ad0dab54f0f29d /src/mesa/drivers/dri/nouveau/Makefile.sources
parentb38d7a0a248c2a3ad227cb5d21c1c95a6519e4ae (diff)
downloadexternal_mesa3d-3f96434f86de1641296a9c39b9f75d85e6955207.zip
external_mesa3d-3f96434f86de1641296a9c39b9f75d85e6955207.tar.gz
external_mesa3d-3f96434f86de1641296a9c39b9f75d85e6955207.tar.bz2
automake: src/mesa/drivers/dri/nouveau
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/nouveau/Makefile.sources39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile.sources b/src/mesa/drivers/dri/nouveau/Makefile.sources
new file mode 100644
index 0000000..aa7f79f
--- /dev/null
+++ b/src/mesa/drivers/dri/nouveau/Makefile.sources
@@ -0,0 +1,39 @@
+NOUVEAU_DRIVER_FILES = \
+ nouveau_screen.c \
+ nouveau_context.c \
+ nouveau_fbo.c \
+ nouveau_driver.c \
+ nouveau_state.c \
+ nouveau_bufferobj.c \
+ nouveau_span.c \
+ nouveau_bo_state.c \
+ nouveau_texture.c \
+ nouveau_surface.c \
+ nouveau_scratch.c \
+ nouveau_array.c \
+ nv04_context.c \
+ nv04_render.c \
+ nv04_state_fb.c \
+ nv04_state_raster.c \
+ nv04_state_tex.c \
+ nv04_state_frag.c \
+ nv04_surface.c \
+ nv10_context.c \
+ nv10_render.c \
+ nv10_state_fb.c \
+ nv10_state_polygon.c \
+ nv10_state_raster.c \
+ nv10_state_tex.c \
+ nv10_state_frag.c \
+ nv10_state_tnl.c \
+ nv20_context.c \
+ nv20_render.c \
+ nv20_state_fb.c \
+ nv20_state_polygon.c \
+ nv20_state_raster.c \
+ nv20_state_tex.c \
+ nv20_state_frag.c \
+ nv20_state_tnl.c
+
+NOUVEAU_C_FILES = \
+ $(NOUVEAU_DRIVER_FILES)