c051887add9d6689839b3e127f8a8eaf38ae3464
[mesa.git] / src / mesa / tnl / 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 array_cache [-.array_cache]
9
10 .include [---]mms-config.
11
12 ##### MACROS #####
13
14 VPATH = RCS
15
16 INCDIR = [---.include],[-.main],[-.glapi]
17 LIBDIR = [---.lib]
18 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)
19
20 SOURCES = t_array_api.c t_array_import.c t_context.c t_eval_api.c \
21 t_imm_alloc.c t_imm_api.c t_imm_debug.c t_imm_dlist.c t_imm_elt.c \
22 t_imm_eval.c t_imm_exec.c t_imm_fixup.c t_pipeline.c t_vb_fog.c \
23 t_vb_light.c t_vb_normals.c t_vb_points.c t_vb_program.c \
24 t_vb_render.c t_vb_texgen.c t_vb_texmat.c t_vb_vertex.c
25
26 OBJECTS = t_array_api.obj,t_array_import.obj,t_context.obj,t_eval_api.obj,\
27 t_imm_alloc.obj,t_imm_api.obj,t_imm_debug.obj,t_imm_dlist.obj,\
28 t_imm_elt.obj,t_imm_eval.obj,t_imm_exec.obj,t_imm_fixup.obj,\
29 t_pipeline.obj,t_vb_fog.obj,t_vb_light.obj,t_vb_normals.obj,\
30 t_vb_points.obj,t_vb_program.obj,t_vb_render.obj,t_vb_texgen.obj,\
31 t_vb_texmat.obj,t_vb_vertex.obj
32
33 ##### RULES #####
34
35 VERSION=Mesa V3.4
36
37 ##### TARGETS #####
38 # Make the library
39 $(LIBDIR)$(GL_LIB) : $(OBJECTS)
40 @ library $(LIBDIR)$(GL_LIB) $(OBJECTS)
41
42 clean :
43 purge
44 delete *.obj;*