From d3112d36d7bf06920d7bb4e5e76f2c82e65e7641 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 11 Oct 2006 15:52:00 +0000 Subject: 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. --- src/mesa/math/sources | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mesa/math/sources (limited to 'src/mesa/math') diff --git a/src/mesa/math/sources b/src/mesa/math/sources new file mode 100644 index 0000000000..2374be80eb --- /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 -- cgit v1.2.3