summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv04/Makefile
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-07-08 01:06:18 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-07-08 01:06:18 +0200
commit52a68dd9eb1d347aa01ce09db9375793d0d0ceaf (patch)
treedc44e650a9641ff06754e6ad3cd9e716d9ea46c7 /src/gallium/drivers/nv04/Makefile
parent6235141fd2c7af21c2b41ca66f06abc3cb0bbc24 (diff)
nv04.
Diffstat (limited to 'src/gallium/drivers/nv04/Makefile')
-rw-r--r--src/gallium/drivers/nv04/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv04/Makefile b/src/gallium/drivers/nv04/Makefile
new file mode 100644
index 0000000000..5ea51a2f42
--- /dev/null
+++ b/src/gallium/drivers/nv04/Makefile
@@ -0,0 +1,28 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = nv04
+
+DRIVER_SOURCES = \
+ nv04_clear.c \
+ nv04_context.c \
+ nv04_fragprog.c \
+ nv04_fragtex.c \
+ nv04_miptree.c \
+ nv04_prim_vbuf.c \
+ nv04_screen.c \
+ nv04_state.c \
+ nv04_state_emit.c \
+ nv04_surface.c \
+ nv04_vbo.c
+
+C_SOURCES = \
+ $(COMMON_SOURCES) \
+ $(DRIVER_SOURCES)
+
+ASM_SOURCES =
+
+include ../../Makefile.template
+
+symlinks:
+