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