Initial work for bounds checking of vertex arrays and vertex buffer objects.
[mesa.git] / src / mesa / array_cache / 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 define array_cache [-.array_cache]
9
10 .include [---]mms-config.
11
12 ##### MACROS #####
13
14 VPATH = RCS
15
16 INCDIR = [---.include],[-.main],[-.glapi]
17 LIBDIR = [---.lib]
18 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)
19
20 SOURCES = ac_context.c ac_import.c
21
22 OBJECTS = ac_context.obj,ac_import.obj
23 ##### RULES #####
24
25 VERSION=Mesa V3.4
26
27 ##### TARGETS #####
28 # Make the library
29 $(LIBDIR)$(GL_LIB) : $(OBJECTS)
30 @ library $(LIBDIR)$(GL_LIB) $(OBJECTS)
31
32 clean :
33 purge
34 delete *.obj;*
35
36 ac_context.obj : ac_context.c
37 ac_import.obj : ac_import.c