small cleanup, remove some warnings
[mesa.git] / src / mesa / drivers / osmesa / 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 tnl [--.tnl]
9 define swrast [--.swrast]
10 define swrast_setup [--.swrast_setup]
11 define array_cache [--.array_cache]
12 define drivers [-]
13
14 .include [----]mms-config.
15
16 ##### MACROS #####
17
18 VPATH = RCS
19
20 INCDIR = [----.include],[--.main],[--.glapi]
21 LIBDIR = [----.lib]
22 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)
23
24 SOURCES = osmesa.c
25
26 OBJECTS = osmesa.obj
27
28 ##### RULES #####
29
30 VERSION=Mesa V3.4
31
32 ##### TARGETS #####
33 # Make the library
34 $(LIBDIR)$(GL_LIB) : $(OBJECTS)
35 @ library $(LIBDIR)$(GL_LIB) $(OBJECTS)
36
37 clean :
38 purge
39 delete *.obj;*
40
41 osmesa.obj : osmesa.c