Committing in .
[mesa.git] / src / mesa / swrast_setup / 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 tnl [-.tnl]
9 define swrast [-.swrast]
10 define array_cache [-.array_cache]
11
12 .include [---]mms-config.
13
14 ##### MACROS #####
15
16 VPATH = RCS
17
18 INCDIR = [---.include],[-.main],[-.glapi]
19 LIBDIR = [---.lib]
20 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
21
22 SOURCES = ss_context.c ss_triangle.c
23
24 OBJECTS = ss_context.obj,ss_triangle.obj
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 ss_context.obj : ss_context.c
39 ss_triangle.obj : ss_triangle.c