commit | d3112d36d7bf06920d7bb4e5e76f2c82e65e7641 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Wed Oct 11 15:52:00 2006 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Wed Oct 11 15:52:00 2006 +0000 |
tree | 11dd565ce21aacc4b9578a45b9ae01e5dcd7a597 | |
parent | 81968ec49d9e06be0e095fa0084aa61b68b23d75 [diff] [blame] |
List of source (.c) files in each directory. To be included by X.org Makefile.am files so that lists of files don't need to be hardcoded and frequently updated there.
diff --git a/src/mesa/math/sources b/src/mesa/math/sources new file mode 100644 index 0000000..2374be8 --- /dev/null +++ b/src/mesa/math/sources
@@ -0,0 +1,9 @@ +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