summaryrefslogtreecommitdiff
path: root/src/mesa/math/sources
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/math/sources')
-rw-r--r--src/mesa/math/sources25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mesa/math/sources b/src/mesa/math/sources
new file mode 100644
index 00000000000..7c7dcccedfd
--- /dev/null
+++ b/src/mesa/math/sources
@@ -0,0 +1,25 @@
+MESA_MATH_SOURCES = \
+m_debug_clip.c \
+m_debug_norm.c \
+m_debug_xform.c \
+m_eval.c \
+m_matrix.c \
+m_translate.c \
+m_vector.c \
+m_xform.c
+
+MESA_MATH_HEADERS = \
+m_clip_tmp.h \
+m_copy_tmp.h \
+m_debug.h \
+m_debug_util.h \
+m_dotprod_tmp.h \
+m_eval.h \
+m_matrix.h \
+m_norm_tmp.h \
+m_trans_tmp.h \
+m_translate.h \
+m_vector.h \
+m_xform.h \
+m_xform_tmp.h \
+mathmod.h