Committing in .
[mesa.git] / src / mesa / shader / slang / descrip.mms
1 # Makefile for core library for VMS
2 # contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
3 # Last revision : 3 May 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 = \
22 slang_compile.c,slang_preprocess.c
23
24 OBJECTS = \
25 slang_compile.obj,slang_preprocess.obj,slang_utility.obj
26
27 ##### RULES #####
28
29 VERSION=Mesa V3.4
30
31 ##### TARGETS #####
32 # Make the library
33 $(LIBDIR)$(GL_LIB) : $(OBJECTS)
34 @ library $(LIBDIR)$(GL_LIB) $(OBJECTS)
35
36 clean :
37 purge
38 delete *.obj;*
39
40 slang_compile.obj : slang_compile.c
41 slang_preprocess.obj : slang_preprocess.c
42 slang_utility.obj : slang_utility.c