misc updates to match latest device driver changes
[mesa.git] / src / mesa / main / descrip.mms
1 # Makefile for core library for VMS
2 # contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
3 # Last revision : 5 Januari 2001
4
5 .first
6 define gl [-.include.gl]
7
8 .include [-]mms-config.
9
10 ##### MACROS #####
11
12 VPATH = RCS
13
14 INCDIR = [-.include]
15 LIBDIR = [-.lib]
16 CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)
17
18 CORE_SOURCES =accum.c \
19 alpha.c \
20 api_loopback.c \
21 api_noop.c \
22 api_validate.c \
23 attrib.c \
24 bitmap.c \
25 blend.c \
26 buffers.c \
27 clip.c \
28 colortab.c \
29 config.c \
30 context.c \
31 convolve.c \
32 copypix.c \
33 debug.c \
34 depth.c \
35 dispatch.c \
36 dlist.c \
37 drawpix.c \
38 enable.c \
39 enums.c \
40 eval.c \
41 extensions.c \
42 feedback.c \
43 fog.c \
44 get.c \
45 glapi.c \
46 glapinoop.c \
47 glthread.c \
48 hash.c \
49 highpc.c \
50 hint.c \
51 histogram.c \
52 image.c \
53 imports.c \
54 light.c \
55 lines.c \
56 logic.c \
57 lowpc.c \
58 masking.c \
59 matrix.c \
60 mem.c \
61 mmath.c \
62 pixel.c \
63 pixeltex.c \
64 points.c \
65 polygon.c \
66 rastpos.c \
67 readpix.c \
68 scissor.c \
69 state.c \
70 stencil.c \
71 teximage.c \
72 texobj.c \
73 texstate.c \
74 texture.c \
75 texutil.c \
76 varray.c \
77 vtxfmt.c \
78 winpos.c \
79 [.x86]x86.c
80
81 DRIVER_SOURCES = [.x]glxapi.c [.x]fakeglx.c [.x]xfonts.c \
82 [.x]xm_api.c [.x]xm_dd.c [.x]xm_line.c [.x]xm_span.c [.x]xm_tri.c \
83 [.osmesa]osmesa.c \
84 [.svga]svgamesa.c \
85 [.fx]fxapi.c [.fx]fxdd.c [.fx]fxddtex.c \
86 [.fx]fxddspan.c\
87 [.fx]fxsetup.c \
88 [.fx]fxtexman.c \
89 [.fx]fxtris.c \
90 [.fx]fxvb.c \
91 [.fx]fxglidew.c
92
93 RASTER_SOURCES = [.swrast]s_aatriangle.c \
94 [.swrast]s_aaline.c \
95 [.swrast]s_accum.c \
96 [.swrast]s_alpha.c \
97 [.swrast]s_alphabuf.c \
98 [.swrast]s_bitmap.c \
99 [.swrast]s_blend.c \
100 [.swrast]s_buffers.c \
101 [.swrast]s_copypix.c \
102 [.swrast]s_context.c \
103 [.swrast]s_depth.c \
104 [.swrast]s_drawpix.c \
105 [.swrast]s_fog.c \
106 [.swrast]s_feedback.c \
107 [.swrast]s_histogram.c \
108 [.swrast]s_lines.c \
109 [.swrast]s_logic.c \
110 [.swrast]s_masking.c \
111 [.swrast]s_pb.c \
112 [.swrast]s_pixeltex.c \
113 [.swrast]s_points.c \
114 [.swrast]s_quads.c \
115 [.swrast]s_readpix.c \
116 [.swrast]s_scissor.c \
117 [.swrast]s_span.c \
118 [.swrast]s_stencil.c \
119 [.swrast]s_texture.c \
120 [.swrast]s_triangle.c \
121 [.swrast]s_zoom.c \
122 [.swrast_setup]ss_context.c \
123 [.swrast_setup]ss_interp.c \
124 [.swrast_setup]ss_triangle.c \
125 [.swrast_setup]ss_vb.c
126
127 ASM_SOURCES =
128
129 TNL_SOURCES=[.tnl]t_array_api.c \
130 [.tnl]t_array_import.c \
131 [.tnl]t_context.c \
132 [.tnl]t_eval_api.c \
133 [.tnl]t_imm_alloc.c \
134 [.tnl]t_imm_api.c \
135 [.tnl]t_imm_debug.c \
136 [.tnl]t_imm_dlist.c \
137 [.tnl]t_imm_elt.c \
138 [.tnl]t_imm_eval.c \
139 [.tnl]t_imm_exec.c \
140 [.tnl]t_imm_fixup.c \
141 [.tnl]t_pipeline.c \
142 [.tnl]t_vb_fog.c \
143 [.tnl]t_vb_light.c \
144 [.tnl]t_vb_material.c \
145 [.tnl]t_vb_normals.c \
146 [.tnl]t_vb_points.c \
147 [.tnl]t_vb_render.c \
148 [.tnl]t_vb_texgen.c \
149 [.tnl]t_vb_texmat.c \
150 [.tnl]t_vb_vertex.c
151
152 MATH_SOURCES=[.math]m_debug_xform.c \
153 [.math]m_debug_norm.c \
154 [.math]m_debug_vertex.c \
155 [.math]m_eval.c \
156 [.math]m_matrix.c \
157 [.math]m_translate.c \
158 [.math]m_vector.c \
159 [.math]m_vertices.c \
160 [.math]m_xform.c
161
162 CACHE_SOURCES=[.array_cache]ac_context.c \
163 [.array_cache]ac_import.c
164
165 OBJECTS1=accum.obj,\
166 alpha.obj,\
167 api_loopback.obj,\
168 api_noop.obj,\
169 api_validate.obj,\
170 attrib.obj,\
171 bitmap.obj,\
172 blend.obj,\
173 buffers.obj,\
174 clip.obj,\
175 colortab.obj,\
176 config.obj,\
177 context.obj,\
178 convolve.obj,\
179 copypix.obj,\
180 debug.obj,\
181 depth.obj,\
182 dispatch.obj,\
183 dlist.obj,\
184 drawpix.obj
185
186 OBJECTS2=enable.obj,\
187 enums.obj,\
188 eval.obj,\
189 extensions.obj,\
190 feedback.obj,\
191 fog.obj,\
192 get.obj,\
193 glapi.obj,\
194 glapinoop.obj,\
195 glthread.obj,\
196 hash.obj,\
197 highpc.obj,\
198 hint.obj,\
199 histogram.obj,\
200 image.obj,\
201 imports.obj,\
202 light.obj,\
203 lines.obj,\
204 logic.obj,\
205 lowpc.obj,\
206 masking.obj,\
207 matrix.obj,\
208 mem.obj
209
210 OBJECTS3=mmath.obj,\
211 pixel.obj,\
212 pixeltex.obj,\
213 points.obj,\
214 polygon.obj,\
215 rastpos.obj,\
216 readpix.obj,\
217 scissor.obj,\
218 state.obj,\
219 stencil.obj,\
220 teximage.obj,\
221 texobj.obj,\
222 texstate.obj,\
223 texture.obj,\
224 texutil.obj,\
225 varray.obj,\
226 vtxfmt.obj,\
227 winpos.obj,\
228 [.x86]x86.obj
229
230 OBJECTS4=[.x]glxapi.obj,[.x]fakeglx.obj,[.x]xfonts.obj,\
231 [.x]xm_api.obj,[.x]xm_dd.obj,[.x]xm_line.obj,[.x]xm_span.obj,[.x]xm_tri.obj,\
232 [.osmesa]osmesa.obj,\
233 [.svga]svgamesa.obj
234
235 OBJECTS5=[.fx]fxapi.obj,[.fx]fxdd.obj,[.fx]fxddtex.obj
236
237 OBJECTS6=[.fx]fxddspan.obj,\
238 [.fx]fxsetup.obj,\
239 [.fx]fxtexman.obj,\
240 [.fx]fxtris.obj,\
241 [.fx]fxvb.obj,\
242 [.fx]fxglidew.obj
243
244 OBJECTS7=[.swrast]s_aatriangle.obj,\
245 [.swrast]s_accum.obj,\
246 [.swrast]s_alpha.obj,\
247 [.swrast]s_alphabuf.obj,\
248 [.swrast]s_bitmap.obj,\
249 [.swrast]s_blend.obj,\
250 [.swrast]s_buffers.obj,\
251 [.swrast]s_copypix.obj,\
252 [.swrast]s_context.obj,\
253 [.swrast]s_depth.obj
254
255 OBJECTS8=[.swrast]s_drawpix.obj,\
256 [.swrast]s_fog.obj,\
257 [.swrast]s_histogram.obj,\
258 [.swrast]s_lines.obj,\
259 [.swrast]s_logic.obj,\
260 [.swrast]s_masking.obj,\
261 [.swrast]s_pb.obj,\
262 [.swrast]s_pixeltex.obj,\
263 [.swrast]s_points.obj,\
264 [.swrast]s_quads.obj
265
266 OBJECTS9=[.swrast]s_readpix.obj,\
267 [.swrast]s_aaline.obj,\
268 [.swrast]s_scissor.obj,\
269 [.swrast]s_span.obj,\
270 [.swrast]s_stencil.obj,\
271 [.swrast]s_texture.obj,\
272 [.swrast]s_triangle.obj,\
273 [.swrast]s_feedback.obj,\
274 [.swrast]s_zoom.obj
275
276 OBJECTS10=[.swrast_setup]ss_context.obj,\
277 [.swrast_setup]ss_interp.obj,\
278 [.swrast_setup]ss_triangle.obj,\
279 [.swrast_setup]ss_vb.obj
280
281 OBJECTS11=[.tnl]t_array_api.obj,\
282 [.tnl]t_array_import.obj,\
283 [.tnl]t_context.obj,\
284 [.tnl]t_eval_api.obj,\
285 [.tnl]t_imm_alloc.obj,\
286 [.tnl]t_imm_api.obj,\
287 [.tnl]t_imm_debug.obj,\
288 [.tnl]t_imm_dlist.obj,\
289 [.tnl]t_imm_elt.obj,\
290 [.tnl]t_imm_eval.obj,\
291 [.tnl]t_imm_exec.obj
292
293 OBJECTS12=[.tnl]t_imm_fixup.obj,\
294 [.tnl]t_pipeline.obj,\
295 [.tnl]t_vb_fog.obj,\
296 [.tnl]t_vb_light.obj,\
297 [.tnl]t_vb_material.obj,\
298 [.tnl]t_vb_normals.obj,\
299 [.tnl]t_vb_points.obj,\
300 [.tnl]t_vb_render.obj,\
301 [.tnl]t_vb_texgen.obj,\
302 [.tnl]t_vb_texmat.obj,\
303 [.tnl]t_vb_vertex.obj
304
305 OBJECTS13=[.math]m_debug_xform.obj,\
306 [.math]m_debug_norm.obj,\
307 [.math]m_debug_vertex.obj,\
308 [.math]m_eval.obj,\
309 [.math]m_matrix.obj,\
310 [.math]m_translate.obj,\
311 [.math]m_vector.obj,\
312 [.math]m_vertices.obj,\
313 [.math]m_xform.obj
314
315 OBJECTS14=[.array_cache]ac_context.obj,\
316 [.array_cache]ac_import.obj
317
318 ##### RULES #####
319
320 VERSION=Mesa V3.4
321
322 ##### TARGETS #####
323 # Make the library
324 $(LIBDIR)$(GL_LIB) : $(OBJECTS1),$(OBJECTS2) $(OBJECTS3) $(OBJECTS4)\
325 $(OBJECTS5) $(OBJECTS6) $(OBJECTS7) $(OBJECTS8) $(OBJECTS9)\
326 $(OBJECTS10) $(OBJECTS11) $(OBJECTS12) $(OBJECTS13) $(OBJECTS14)
327 .ifdef SHARE
328 @ WRITE_ SYS$OUTPUT " generating mesagl1.opt"
329 @ OPEN_/WRITE FILE mesagl1.opt
330 @ WRITE_ FILE "!"
331 @ WRITE_ FILE "! mesagl1.opt generated by DESCRIP.$(MMS_EXT)"
332 @ WRITE_ FILE "!"
333 @ WRITE_ FILE "IDENTIFICATION=""$(VERSION)"""
334 @ WRITE_ FILE "GSMATCH=LEQUAL,3,4
335 @ WRITE_ FILE "$(OBJECTS1)"
336 @ WRITE_ FILE "$(OBJECTS2)"
337 @ WRITE_ FILE "$(OBJECTS3)"
338 @ WRITE_ FILE "$(OBJECTS4)"
339 @ WRITE_ FILE "$(OBJECTS5)"
340 @ WRITE_ FILE "$(OBJECTS6)"
341 @ WRITE_ FILE "$(OBJECTS7)"
342 @ WRITE_ FILE "$(OBJECTS8)"
343 @ WRITE_ FILE "$(OBJECTS9)"
344 @ WRITE_ FILE "$(OBJECTS10)"
345 @ WRITE_ FILE "$(OBJECTS11)"
346 @ WRITE_ FILE "$(OBJECTS12)"
347 @ WRITE_ FILE "$(OBJECTS13)"
348 @ WRITE_ FILE "$(OBJECTS14)"
349 @ write_ file "sys$share:decw$xextlibshr/share"
350 @ write_ file "sys$share:decw$xlibshr/share"
351 @ write_ file "sys$share:pthread$rtl/share"
352 @ CLOSE_ FILE
353 @ WRITE_ SYS$OUTPUT " generating mesagl.map ..."
354 @ LINK_/NODEB/NOSHARE/NOEXE/MAP=mesagl.map/FULL mesagl1.opt/OPT
355 @ WRITE_ SYS$OUTPUT " analyzing mesagl.map ..."
356 @ @[-.vms]ANALYZE_MAP.COM mesagl.map mesagl.opt
357 @ WRITE_ SYS$OUTPUT " linking $(GL_LIB) ..."
358 @ LINK_/NODEB/SHARE=$(GL_LIB)/MAP=mesagl.map/FULL mesagl1.opt/opt,mesagl.opt/opt
359 .else
360 @ $(MAKELIB) $(GL_LIB) $(OBJECTS1)
361 @ library $(GL_LIB) $(OBJECTS2)
362 @ library $(GL_LIB) $(OBJECTS3)
363 @ library $(GL_LIB) $(OBJECTS4)
364 @ library $(GL_LIB) $(OBJECTS5)
365 @ library $(GL_LIB) $(OBJECTS6)
366 @ library $(GL_LIB) $(OBJECTS7)
367 @ library $(GL_LIB) $(OBJECTS8)
368 @ library $(GL_LIB) $(OBJECTS9)
369 @ library $(GL_LIB) $(OBJECTS10)
370 @ library $(GL_LIB) $(OBJECTS11)
371 @ library $(GL_LIB) $(OBJECTS12)
372 @ library $(GL_LIB) $(OBJECTS13)
373 @ library $(GL_LIB) $(OBJECTS14)
374 .endif
375 @ rename $(GL_LIB)* $(LIBDIR)
376
377 clean :
378 purge
379 delete *.obj;*
380
381 pixeltex.obj : pixeltex.c
382
383 imports.obj : imports.c
384
385 [.x86]x86.obj : [.x86]x86.c
386 $(CC) $(CFLAGS) /obj=[.x86]x86.obj [.x86]x86.c
387 [.x]glxapi.obj : [.x]glxapi.c
388 $(CC) $(CFLAGS) /obj=[.x]glxapi.obj [.x]glxapi.c
389 [.x]fakeglx.obj : [.x]fakeglx.c
390 $(CC) $(CFLAGS) /obj=[.x]fakeglx.obj [.x]fakeglx.c
391 [.x]xfonts.obj : [.x]xfonts.c
392 $(CC) $(CFLAGS) /obj=[.x]xfonts.obj [.x]xfonts.c
393 [.x]xm_api.obj : [.x]xm_api.c
394 $(CC) $(CFLAGS) /obj=[.x]xm_api.obj [.x]xm_api.c
395 [.x]xm_dd.obj : [.x]xm_dd.c
396 $(CC) $(CFLAGS)/nowarn /obj=[.x]xm_dd.obj [.x]xm_dd.c
397 [.x]xm_line.obj : [.x]xm_line.c
398 $(CC) $(CFLAGS) /obj=[.x]xm_line.obj [.x]xm_line.c
399 [.x]xm_span.obj : [.x]xm_span.c
400 $(CC) $(CFLAGS) /obj=[.x]xm_span.obj [.x]xm_span.c
401 [.x]xm_tri.obj : [.x]xm_tri.c
402 $(CC) $(CFLAGS) /obj=[.x]xm_tri.obj [.x]xm_tri.c
403 [.osmesa]osmesa.obj : [.osmesa]osmesa.c
404 $(CC) $(CFLAGS) /obj=[.osmesa]osmesa.obj [.osmesa]osmesa.c
405 [.svga]svgamesa.obj : [.svga]svgamesa.c
406 $(CC) $(CFLAGS) /obj=[.svga]svgamesa.obj [.svga]svgamesa.c
407 [.fx]fxapi.obj : [.fx]fxapi.c
408 $(CC) $(CFLAGS) /obj=[.fx]fxapi.obj [.fx]fxapi.c
409 [.fx]fxdd.obj : [.fx]fxdd.c
410 $(CC) $(CFLAGS) /obj=[.fx]fxdd.obj [.fx]fxdd.c
411 [.fx]fxddtex.obj : [.fx]fxddtex.c
412 $(CC) $(CFLAGS) /obj=[.fx]fxddtex.obj [.fx]fxddtex.c
413 [.fx]fxddspan.obj : [.fx]fxddspan.c
414 $(CC) $(CFLAGS) /obj=[.fx]fxddspan.obj [.fx]fxddspan.c
415 [.fx]fxsetup.obj : [.fx]fxsetup.c
416 $(CC) $(CFLAGS) /obj=[.fx]fxsetup.obj [.fx]fxsetup.c
417 [.fx]fxtexman.obj : [.fx]fxtexman.c
418 $(CC) $(CFLAGS) /obj=[.fx]fxtexman.obj [.fx]fxtexman.c
419 [.fx]fxtris.obj : [.fx]fxtris.c
420 $(CC) $(CFLAGS) /obj=[.fx]fxtris.obj [.fx]fxtris.c
421 [.fx]fxvb.obj : [.fx]fxvb.c
422 $(CC) $(CFLAGS) /obj=[.fx]fxvb.obj [.fx]fxvb.c
423 [.fx]fxglidew.obj : [.fx]fxglidew.c
424 $(CC) $(CFLAGS) /obj=[.fx]fxglidew.obj [.fx]fxglidew.c
425 [.swrast]s_aaline.obj : [.swrast]s_aaline.c
426 $(CC) $(CFLAGS) /obj=[.swrast]s_aaline.obj [.swrast]s_aaline.c
427 [.swrast]s_aatriangle.obj : [.swrast]s_aatriangle.c
428 $(CC) $(CFLAGS) /obj=[.swrast]s_aatriangle.obj [.swrast]s_aatriangle.c
429 [.swrast]s_accum.obj : [.swrast]s_accum.c
430 $(CC) $(CFLAGS) /obj=[.swrast]s_accum.obj [.swrast]s_accum.c
431 [.swrast]s_alpha.obj : [.swrast]s_alpha.c
432 $(CC) $(CFLAGS) /obj=[.swrast]s_alpha.obj [.swrast]s_alpha.c
433 [.swrast]s_alphabuf.obj : [.swrast]s_alphabuf.c
434 $(CC) $(CFLAGS) /obj=[.swrast]s_alphabuf.obj [.swrast]s_alphabuf.c
435 [.swrast]s_bitmap.obj : [.swrast]s_bitmap.c
436 $(CC) $(CFLAGS) /obj=[.swrast]s_bitmap.obj [.swrast]s_bitmap.c
437 [.swrast]s_blend.obj : [.swrast]s_blend.c
438 $(CC) $(CFLAGS) /obj=[.swrast]s_blend.obj [.swrast]s_blend.c
439 [.swrast]s_buffers.obj : [.swrast]s_buffers.c
440 $(CC) $(CFLAGS) /obj=[.swrast]s_buffers.obj [.swrast]s_buffers.c
441 [.swrast]s_copypix.obj : [.swrast]s_copypix.c
442 $(CC) $(CFLAGS) /obj=[.swrast]s_copypix.obj [.swrast]s_copypix.c
443 [.swrast]s_context.obj : [.swrast]s_context.c
444 $(CC) $(CFLAGS) /obj=[.swrast]s_context.obj [.swrast]s_context.c
445 [.swrast]s_depth.obj : [.swrast]s_depth.c
446 $(CC) $(CFLAGS) /obj=[.swrast]s_depth.obj [.swrast]s_depth.c
447 [.swrast]s_drawpix.obj : [.swrast]s_drawpix.c
448 $(CC) $(CFLAGS) /obj=[.swrast]s_drawpix.obj [.swrast]s_drawpix.c
449 [.swrast]s_feedback.obj : [.swrast]s_feedback.c
450 $(CC) $(CFLAGS) /obj=[.swrast]s_feedback.obj [.swrast]s_feedback.c
451 [.swrast]s_fog.obj : [.swrast]s_fog.c
452 $(CC) $(CFLAGS) /obj=[.swrast]s_fog.obj [.swrast]s_fog.c
453 [.swrast]s_histogram.obj : [.swrast]s_histogram.c
454 $(CC) $(CFLAGS) /obj=[.swrast]s_histogram.obj [.swrast]s_histogram.c
455 [.swrast]s_lines.obj : [.swrast]s_lines.c
456 $(CC) $(CFLAGS) /obj=[.swrast]s_lines.obj [.swrast]s_lines.c
457 [.swrast]s_logic.obj : [.swrast]s_logic.c
458 $(CC) $(CFLAGS) /obj=[.swrast]s_logic.obj [.swrast]s_logic.c
459 [.swrast]s_masking.obj : [.swrast]s_masking.c
460 $(CC) $(CFLAGS) /obj=[.swrast]s_masking.obj [.swrast]s_masking.c
461 [.swrast]s_pb.obj : [.swrast]s_pb.c
462 $(CC) $(CFLAGS) /obj=[.swrast]s_pb.obj [.swrast]s_pb.c
463 [.swrast]s_pixeltex.obj : [.swrast]s_pixeltex.c
464 $(CC) $(CFLAGS) /obj=[.swrast]s_pixeltex.obj [.swrast]s_pixeltex.c
465 [.swrast]s_points.obj : [.swrast]s_points.c
466 $(CC) $(CFLAGS) /obj=[.swrast]s_points.obj [.swrast]s_points.c
467 [.swrast]s_quads.obj : [.swrast]s_quads.c
468 $(CC) $(CFLAGS) /obj=[.swrast]s_quads.obj [.swrast]s_quads.c
469 [.swrast]s_readpix.obj : [.swrast]s_readpix.c
470 $(CC) $(CFLAGS) /obj=[.swrast]s_readpix.obj [.swrast]s_readpix.c
471 [.swrast]s_scissor.obj : [.swrast]s_scissor.c
472 $(CC) $(CFLAGS) /obj=[.swrast]s_scissor.obj [.swrast]s_scissor.c
473 [.swrast]s_span.obj : [.swrast]s_span.c
474 $(CC) $(CFLAGS) /obj=[.swrast]s_span.obj [.swrast]s_span.c
475 [.swrast]s_stencil.obj : [.swrast]s_stencil.c
476 $(CC) $(CFLAGS) /obj=[.swrast]s_stencil.obj [.swrast]s_stencil.c
477 [.swrast]s_texture.obj : [.swrast]s_texture.c
478 $(CC) $(CFLAGS) /obj=[.swrast]s_texture.obj [.swrast]s_texture.c
479 [.swrast]s_triangle.obj : [.swrast]s_triangle.c
480 $(CC) $(CFLAGS) /obj=[.swrast]s_triangle.obj [.swrast]s_triangle.c
481 [.swrast]s_zoom.obj : [.swrast]s_zoom.c
482 $(CC) $(CFLAGS) /obj=[.swrast]s_zoom.obj [.swrast]s_zoom.c
483 [.swrast_setup]ss_context.obj : [.swrast_setup]ss_context.c
484 $(CC) $(CFLAGS) /obj=[.swrast_setup]ss_context.obj [.swrast_setup]ss_context.c
485 [.swrast_setup]ss_interp.obj : [.swrast_setup]ss_interp.c
486 $(CC) $(CFLAGS) /obj=[.swrast_setup]ss_interp.obj [.swrast_setup]ss_interp.c
487 [.swrast_setup]ss_triangle.obj : [.swrast_setup]ss_triangle.c
488 $(CC) $(CFLAGS) /obj=[.swrast_setup]ss_triangle.obj [.swrast_setup]ss_triangle.c
489 [.swrast_setup]ss_vb.obj : [.swrast_setup]ss_vb.c
490 $(CC) $(CFLAGS) /obj=[.swrast_setup]ss_vb.obj [.swrast_setup]ss_vb.c
491 [.tnl]t_array_api.obj : [.tnl]t_array_api.c
492 $(CC) $(CFLAGS) /obj=[.tnl]t_array_api.obj [.tnl]t_array_api.c
493 [.tnl]t_array_import.obj : [.tnl]t_array_import.c
494 $(CC) $(CFLAGS) /obj=[.tnl]t_array_import.obj [.tnl]t_array_import.c
495 [.tnl]t_context.obj : [.tnl]t_context.c
496 $(CC) $(CFLAGS) /obj=[.tnl]t_context.obj [.tnl]t_context.c
497 [.tnl]t_eval_api.obj : [.tnl]t_eval_api.c
498 $(CC) $(CFLAGS) /obj=[.tnl]t_eval_api.obj [.tnl]t_eval_api.c
499 [.tnl]t_imm_alloc.obj : [.tnl]t_imm_alloc.c
500 $(CC) $(CFLAGS) /obj=[.tnl]t_imm_alloc.obj [.tnl]t_imm_alloc.c
501 [.tnl]t_imm_api.obj : [.tnl]t_imm_api.c
502 $(CC) $(CFLAGS) /obj=[.tnl]t_imm_api.obj [.tnl]t_imm_api.c
503 [.tnl]t_imm_debug.obj : [.tnl]t_imm_debug.c
504 $(CC) $(CFLAGS) /obj=[.tnl]t_imm_debug.obj [.tnl]t_imm_debug.c
505 [.tnl]t_imm_dlist.obj : [.tnl]t_imm_dlist.c
506 $(CC) $(CFLAGS) /obj=[.tnl]t_imm_dlist.obj [.tnl]t_imm_dlist.c
507 [.tnl]t_imm_elt.obj : [.tnl]t_imm_elt.c
508 $(CC) $(CFLAGS) /obj=[.tnl]t_imm_elt.obj [.tnl]t_imm_elt.c
509 [.tnl]t_imm_eval.obj : [.tnl]t_imm_eval.c
510 $(CC) $(CFLAGS) /obj=[.tnl]t_imm_eval.obj [.tnl]t_imm_eval.c
511 [.tnl]t_imm_exec.obj : [.tnl]t_imm_exec.c
512 $(CC) $(CFLAGS) /obj=[.tnl]t_imm_exec.obj [.tnl]t_imm_exec.c
513 [.tnl]t_imm_fixup.obj : [.tnl]t_imm_fixup.c
514 $(CC) $(CFLAGS) /obj=[.tnl]t_imm_fixup.obj [.tnl]t_imm_fixup.c
515 [.tnl]t_pipeline.obj : [.tnl]t_pipeline.c
516 $(CC) $(CFLAGS) /obj=[.tnl]t_pipeline.obj [.tnl]t_pipeline.c
517 [.tnl]t_vb_fog.obj : [.tnl]t_vb_fog.c
518 $(CC) $(CFLAGS) /obj=[.tnl]t_vb_fog.obj [.tnl]t_vb_fog.c
519 [.tnl]t_vb_light.obj : [.tnl]t_vb_light.c
520 $(CC) $(CFLAGS) /obj=[.tnl]t_vb_light.obj [.tnl]t_vb_light.c
521 [.tnl]t_vb_material.obj : [.tnl]t_vb_material.c
522 $(CC) $(CFLAGS) /obj=[.tnl]t_vb_material.obj [.tnl]t_vb_material.c
523 [.tnl]t_vb_normals.obj : [.tnl]t_vb_normals.c
524 $(CC) $(CFLAGS) /obj=[.tnl]t_vb_normals.obj [.tnl]t_vb_normals.c
525 [.tnl]t_vb_points.obj : [.tnl]t_vb_points.c
526 $(CC) $(CFLAGS) /obj=[.tnl]t_vb_points.obj [.tnl]t_vb_points.c
527 [.tnl]t_vb_render.obj : [.tnl]t_vb_render.c
528 $(CC) $(CFLAGS) /obj=[.tnl]t_vb_render.obj [.tnl]t_vb_render.c
529 [.tnl]t_vb_texgen.obj : [.tnl]t_vb_texgen.c
530 $(CC) $(CFLAGS) /obj=[.tnl]t_vb_texgen.obj [.tnl]t_vb_texgen.c
531 [.tnl]t_vb_texmat.obj : [.tnl]t_vb_texmat.c
532 $(CC) $(CFLAGS) /obj=[.tnl]t_vb_texmat.obj [.tnl]t_vb_texmat.c
533 [.tnl]t_vb_vertex.obj : [.tnl]t_vb_vertex.c
534 $(CC) $(CFLAGS) /obj=[.tnl]t_vb_vertex.obj [.tnl]t_vb_vertex.c
535 [.math]m_debug_xform.obj : [.math]m_debug_xform.c
536 $(CC) $(CFLAGS) /obj=[.math]m_debug_xform.obj [.math]m_debug_xform.c
537 [.math]m_debug_norm.obj : [.math]m_debug_norm.c
538 $(CC) $(CFLAGS) /obj=[.math]m_debug_norm.obj [.math]m_debug_norm.c
539 [.math]m_debug_vertex.obj : [.math]m_debug_vertex.c
540 $(CC) $(CFLAGS) /obj=[.math]m_debug_vertex.obj [.math]m_debug_vertex.c
541 [.math]m_eval.obj : [.math]m_eval.c
542 $(CC) $(CFLAGS) /obj=[.math]m_eval.obj [.math]m_eval.c
543 [.math]m_matrix.obj : [.math]m_matrix.c
544 $(CC) $(CFLAGS) /obj=[.math]m_matrix.obj [.math]m_matrix.c
545 [.math]m_translate.obj : [.math]m_translate.c
546 $(CC) $(CFLAGS) /obj=[.math]m_translate.obj [.math]m_translate.c
547 [.math]m_vector.obj : [.math]m_vector.c
548 $(CC) $(CFLAGS) /obj=[.math]m_vector.obj [.math]m_vector.c
549 [.math]m_vertices.obj : [.math]m_vertices.c
550 $(CC) $(CFLAGS) /obj=[.math]m_vertices.obj [.math]m_vertices.c
551 [.math]m_xform.obj : [.math]m_xform.c
552 $(CC) $(CFLAGS) /obj=[.math]m_xform.obj [.math]m_xform.c
553 [.array_cache]ac_context.obj : [.array_cache]ac_context.c
554 $(CC) $(CFLAGS) /obj=[.array_cache]ac_context.obj \
555 [.array_cache]ac_context.c
556 [.array_cache]ac_import.obj : [.array_cache]ac_import.c
557 $(CC) $(CFLAGS) /obj=[.array_cache]ac_import.obj \
558 [.array_cache]ac_import.c