diff options
author | George Sapountzis <[email protected]> | 2008-04-18 17:35:00 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2008-04-23 11:12:31 +0300 |
commit | 37be884875ed291c7cf378c570df1cd46b8c2fa1 (patch) | |
tree | 34ebdb3f3195c2536bc31d7505731cecbfbb671d /src/mesa/math | |
parent | 750f52169ccbd1aca217e7749f1ce6ae5828c2ac (diff) |
glcore: drop outdated sources files intented for xorg
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/sources | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mesa/math/sources b/src/mesa/math/sources deleted file mode 100644 index 7c7dcccedfd..00000000000 --- a/src/mesa/math/sources +++ /dev/null @@ -1,25 +0,0 @@ -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 |