Merge branch 'master' into i915-unification
[mesa.git] / src / mesa / tnl / descrip.mms
1 # Makefile for core library for VMS
2 # contributed by Jouk Jansen joukj@hrem.nano.tudelft.nl
3 # Last revision : 21 February 2006
4
5 .first
6 define gl [---.include.gl]
7 define math [-.math]
8 define shader [-.shader]
9 define array_cache [-.array_cache]
10
11 .include [---]mms-config.
12
13 ##### MACROS #####
14
15 VPATH = RCS
16
17 INCDIR = [---.include],[-.main],[-.glapi],[-.shader],[-.shader.slang]
18 LIBDIR = [---.lib]
19 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm
20
21 SOURCES = t_array_api.c t_array_import.c t_context.c \
22 t_pipeline.c t_vb_fog.c t_save_api.c t_vtx_api.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 t_vtx_eval.c t_vtx_exec.c t_save_playback.c t_save_loopback.c \
26 t_vertex.c t_vtx_generic.c t_vtx_x86.c t_vertex_generic.c \
27 t_vb_arbprogram.c t_vp_build.c t_vb_arbshader.c
28
29 OBJECTS = t_array_api.obj,t_array_import.obj,t_context.obj,\
30 t_pipeline.obj,t_vb_fog.obj,t_vb_light.obj,t_vb_normals.obj,\
31 t_vb_points.obj,t_vb_program.obj,t_vb_render.obj,t_vb_texgen.obj,\
32 t_vb_texmat.obj,t_vb_vertex.obj,t_save_api.obj,t_vtx_api.obj,\
33 t_vtx_eval.obj,t_vtx_exec.obj,t_save_playback.obj,t_save_loopback.obj,\
34 t_vertex.obj,t_vtx_generic.obj,t_vtx_x86.obj,t_vertex_generic.obj,\
35 t_vb_arbprogram.obj,t_vp_build.obj,t_vb_arbshader.obj
36
37 ##### RULES #####
38
39 VERSION=Mesa V3.4
40
41 ##### TARGETS #####
42 # Make the library
43 $(LIBDIR)$(GL_LIB) : $(OBJECTS)
44 @ library $(LIBDIR)$(GL_LIB) $(OBJECTS)
45
46 clean :
47 purge
48 delete *.obj;*
49
50 t_array_api.obj : t_array_api.c
51 t_array_import.obj : t_array_import.c
52 t_context.obj : t_context.c
53 t_pipeline.obj : t_pipeline.c
54 t_vb_fog.obj : t_vb_fog.c
55 t_vb_light.obj : t_vb_light.c
56 t_vb_normals.obj : t_vb_normals.c
57 t_vb_points.obj : t_vb_points.c
58 t_vb_program.obj : t_vb_program.c
59 t_vb_render.obj : t_vb_render.c
60 t_vb_texgen.obj : t_vb_texgen.c
61 t_vb_texmat.obj : t_vb_texmat.c
62 t_vb_vertex.obj : t_vb_vertex.c
63 t_save_api.obj : t_save_api.c
64 t_vtx_api.obj : t_vtx_api.c
65 t_vtx_eval.obj : t_vtx_eval.c
66 t_vtx_exec.obj : t_vtx_exec.c
67 t_save_playback.obj : t_save_playback.c
68 t_save_loopback.obj : t_save_loopback.c
69 t_vertex.obj : t_vertex.c
70 t_vtx_x86.obj : t_vtx_x86.c
71 t_vtx_generic.obj : t_vtx_generic.c
72 t_vertex_generic.obj : t_vertex_generic.c
73 t_vb_arbprogram.obj : t_vb_arbprogram.c
74 t_vp_build.obj : t_vp_build.c
75 t_vb_arbshader.obj : t_vb_arbshader.c