summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-15 14:35:29 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-15 14:35:29 +0100
commitc81bbab6f6c0413996799800cac6fb49a698e765 (patch)
tree7004fb38e69c2fe106ce5ba666105b7039055d43 /src/gallium/auxiliary/translate/Makefile
parent6a26a9c58cc38ff636ee88ce01fed40eea500fc0 (diff)
gallium: add a generic vertex (or other) buffer translation module
Diffstat (limited to 'src/gallium/auxiliary/translate/Makefile')
-rw-r--r--src/gallium/auxiliary/translate/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/translate/Makefile b/src/gallium/auxiliary/translate/Makefile
new file mode 100644
index 0000000000..051987bb7e
--- /dev/null
+++ b/src/gallium/auxiliary/translate/Makefile
@@ -0,0 +1,12 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = translate
+
+C_SOURCES = \
+ translate_generic.c
+
+include ../../Makefile.template
+
+symlinks:
+