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