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