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