summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2001-02-05 08:56:12 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2001-02-05 08:56:12 +0000
commitdb7a3318aa82d99a908f16040ef1575ccea7cd2d (patch)
tree634c1fe140025eb890122cb53ef1ae77d8391bd7 /src/mesa/main/descrip.mms
parent71270195d5f48726d22e8371d0119806d9dcb8e0 (diff)
Committing in .
Modified Files: Mesa/src/descrip.mms Updated VMS make-files ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r--src/mesa/main/descrip.mms8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index 66ffafabfc..cf971c7089 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -150,6 +150,8 @@ TNL_SOURCES=[.tnl]t_array_api.c \
[.tnl]t_vb_vertex.c
MATH_SOURCES=[.math]m_debug_xform.c \
+[.math]m_debug_norm.c \
+[.math]m_debug_vertex.c \
[.math]m_eval.c \
[.math]m_matrix.c \
[.math]m_translate.c \
@@ -301,6 +303,8 @@ OBJECTS12=[.tnl]t_imm_fixup.obj,\
[.tnl]t_vb_vertex.obj
OBJECTS13=[.math]m_debug_xform.obj,\
+[.math]m_debug_norm.obj,\
+[.math]m_debug_vertex.obj,\
[.math]m_eval.obj,\
[.math]m_matrix.obj,\
[.math]m_translate.obj,\
@@ -530,6 +534,10 @@ imports.obj : imports.c
$(CC) $(CFLAGS) /obj=[.tnl]t_vb_vertex.obj [.tnl]t_vb_vertex.c
[.math]m_debug_xform.obj : [.math]m_debug_xform.c
$(CC) $(CFLAGS) /obj=[.math]m_debug_xform.obj [.math]m_debug_xform.c
+[.math]m_debug_norm.obj : [.math]m_debug_norm.c
+ $(CC) $(CFLAGS) /obj=[.math]m_debug_norm.obj [.math]m_debug_norm.c
+[.math]m_debug_vertex.obj : [.math]m_debug_vertex.c
+ $(CC) $(CFLAGS) /obj=[.math]m_debug_vertex.obj [.math]m_debug_vertex.c
[.math]m_eval.obj : [.math]m_eval.c
$(CC) $(CFLAGS) /obj=[.math]m_eval.obj [.math]m_eval.c
[.math]m_matrix.obj : [.math]m_matrix.c