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