Removed some useless definitions, artifacts from the Utah-GLX i810 driver.
[mesa.git] / src / mesa / math / descrip.mms
1 # Makefile for core library for VMS
2 # contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
3 # Last revision : 16 June 2003
4
5 .first
6 define gl [---.include.gl]
7 define math [-.math]
8
9 .include [---]mms-config.
10
11 ##### MACROS #####
12
13 VPATH = RCS
14
15 INCDIR = [---.include],[-.main],[-.glapi]
16 LIBDIR = [---.lib]
17 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)
18
19 SOURCES = m_debug_clip.c m_debug_norm.c m_debug_xform.c m_eval.c m_matrix.c\
20 m_translate.c m_vector.c m_xform.c
21
22 OBJECTS = m_debug_clip.obj,m_debug_norm.obj,m_debug_xform.obj,m_eval.obj,\
23 m_matrix.obj,m_translate.obj,m_vector.obj,m_xform.obj
24
25 ##### RULES #####
26
27 VERSION=Mesa V3.4
28
29 ##### TARGETS #####
30 # Make the library
31 $(LIBDIR)$(GL_LIB) : $(OBJECTS)
32 @ library $(LIBDIR)$(GL_LIB) $(OBJECTS)
33
34 clean :
35 purge
36 delete *.obj;*
37
38 m_debug_clip.obj : m_debug_clip.c
39 m_debug_norm.obj : m_debug_norm.c
40 m_debug_xform.obj : m_debug_xform.c
41 m_eval.obj : m_eval.c
42 m_matrix.obj : m_matrix.c
43 m_translate.obj : m_translate.c
44 m_vector.obj : m_vector.c
45 m_xform.obj : m_xform.c