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