summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/translate/Makefile')
-rw-r--r--src/gallium/auxiliary/translate/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/translate/Makefile b/src/gallium/auxiliary/translate/Makefile
new file mode 100644
index 0000000000..ad2a5b705e
--- /dev/null
+++ b/src/gallium/auxiliary/translate/Makefile
@@ -0,0 +1,15 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = translate
+
+C_SOURCES = \
+ translate_generic.c \
+ translate_sse.c \
+ translate.c \
+ translate_cache.c
+
+include ../../Makefile.template
+
+symlinks:
+