use screen->front.map instead of pFB from libdri
[mesa.git] / src / mesa / drivers / common / descrip.mms
1 # Makefile for core library for VMS
2 # contributed by Jouk Jansen joukj@hrem.nano.tudelft.nl
3 # Last revision : 2 November 2005
4
5 .first
6 define gl [----.include.gl]
7 define math [--.math]
8 define tnl [--.tnl]
9 define swrast [--.swrast]
10
11 .include [----]mms-config.
12
13 ##### MACROS #####
14
15 VPATH = RCS
16
17 INCDIR = [----.include],[--.main],[--.glapi],[--.shader]
18 LIBDIR = [----.lib]
19 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
20
21 SOURCES = driverfuncs.c
22
23 OBJECTS =driverfuncs.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 driverfuncs.obj : driverfuncs.c