Updated OpenVMS makefiles
[mesa.git] / src / mesa / drivers / osmesa / descrip.mms
1 # Makefile for core library for VMS
2 # contributed by Jouk Jansen joukj@hrem.nano.tudelft.nl
3 # Last revision : 8 May 2007
4
5 .first
6 define gl [----.include.gl]
7 define math [--.math]
8 define tnl [--.tnl]
9 define vbo [--.vbo]
10 define swrast [--.swrast]
11 define swrast_setup [--.swrast_setup]
12 define array_cache [--.array_cache]
13 define drivers [-]
14
15 .include [----]mms-config.
16
17 ##### MACROS #####
18
19 VPATH = RCS
20
21 INCDIR = [----.include],[--.main],[--.glapi],[--.shader]
22 LIBDIR = [----.lib]
23 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
24
25 SOURCES = osmesa.c
26
27 OBJECTS = osmesa.obj
28
29 ##### RULES #####
30
31 VERSION=Mesa V3.4
32
33 ##### TARGETS #####
34 # Make the library
35 $(LIBDIR)$(GL_LIB) : $(OBJECTS)
36 @ library $(LIBDIR)$(GL_LIB) $(OBJECTS)
37
38 clean :
39 purge
40 delete *.obj;*
41
42 osmesa.obj : osmesa.c