mesa: remove the unused _mesa_UpdateTexEnvProgram() function
[mesa.git] / src / mesa / shader / grammar / descrip.mms
1 # Makefile for core library for VMS
2 # contributed by Jouk Jansen joukj@hrem.nano.tudelft.nl
3 # Last revision : 29 September 2008
4
5 .first
6 define gl [----.include.gl]
7 define math [--.math]
8 define swrast [--.swrast]
9 define array_cache [--.array_cache]
10 define main [--.main]
11
12 .include [----]mms-config.
13
14 ##### MACROS #####
15
16 VPATH = RCS
17
18 INCDIR = [----.include],[],[--.main],[--.glapi],[-.slang]
19 LIBDIR = [----.lib]
20 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
21
22 SOURCES = grammar_mesa.c
23
24 OBJECTS = grammar_mesa.obj
25
26 ##### RULES #####
27
28 VERSION=Mesa V3.4
29
30 ##### TARGETS #####
31 all :
32 $(MMS)$(MMSQUALIFIERS) $(LIBDIR)$(GL_LIB)
33
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 grammar_mesa.obj : grammar_mesa.c grammar.c