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