aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/GL/mesa/tnl/Imakefile.inc
blob: 3a124c1954a43b48c4a49128615eea33403189d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
XCOMM $XFree86: xc/lib/GL/mesa/src/tnl/Imakefile.inc,v 1.1tsi Exp $

MESATNLBUILDDIR = MesaTnlBuildDir

  MESA_TNL_SRCS = $(MESATNLBUILDDIR)t_array_api.c \
		  $(MESATNLBUILDDIR)t_array_import.c \
		  $(MESATNLBUILDDIR)t_context.c \
		  $(MESATNLBUILDDIR)t_pipeline.c \
		  $(MESATNLBUILDDIR)t_save_api.c \
		  $(MESATNLBUILDDIR)t_save_loopback.c \
		  $(MESATNLBUILDDIR)t_save_playback.c \
                  $(MESATNLBUILDDIR)t_vb_arbprogram.c \
                  $(MESATNLBUILDDIR)t_vb_arbprogram_sse.c \
		  $(MESATNLBUILDDIR)t_vb_fog.c \
		  $(MESATNLBUILDDIR)t_vb_cull.c \
		  $(MESATNLBUILDDIR)t_vb_light.c \
		  $(MESATNLBUILDDIR)t_vb_normals.c \
		  $(MESATNLBUILDDIR)t_vb_points.c \
		  $(MESATNLBUILDDIR)t_vb_program.c \
		  $(MESATNLBUILDDIR)t_vb_render.c \
		  $(MESATNLBUILDDIR)t_vb_texgen.c \
		  $(MESATNLBUILDDIR)t_vb_texmat.c \
		  $(MESATNLBUILDDIR)t_vb_vertex.c \
		  $(MESATNLBUILDDIR)t_vertex.c \
                  $(MESATNLBUILDDIR)t_vertex_generic.c \
                  $(MESATNLBUILDDIR)t_vertex_sse.c \
                  $(MESATNLBUILDDIR)t_vp_build.c \
		  $(MESATNLBUILDDIR)t_vtx_api.c \
		  $(MESATNLBUILDDIR)t_vtx_eval.c \
		  $(MESATNLBUILDDIR)t_vtx_exec.c \
		  $(MESATNLBUILDDIR)t_vtx_generic.c

#if defined(i386Architecture) && MesaUseX86Asm
  MESA_TNL_SRCS += MesaTnlAsmSrcs $(MESATNLBUILDDIR)t_vtx_x86.c \
		  $(MESATNLBUILDDIR)t_vtx_x86_gcc.S
#endif

#ifdef NeedToLinkMesaSrc
LinkSourceFile(t_array_api.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_array_api.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_array_import.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_array_import.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_context.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_context.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(tnl.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_pipeline.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_pipeline.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_save_api.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_save_api.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_save_loopback.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_save_playback.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_arbprogram.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_arbprogram.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_arbprogram_sse.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_cliptmp.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_fog.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_cull.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_light.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_lighttmp.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_normals.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_points.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_program.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_render.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_rendertmp.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_texgen.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_texmat.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vb_vertex.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vertex.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vertex.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vertex_generic.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vertex_sse.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vp_build.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vp_build.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vtx_api.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vtx_api.h, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vtx_eval.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vtx_exec.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vtx_generic.c, $(MESASRCDIR)/src/mesa/tnl)
#if defined(i386Architecture) && MesaUseX86Asm
LinkSourceFile(t_vtx_x86.c, $(MESASRCDIR)/src/mesa/tnl)
LinkSourceFile(t_vtx_x86_gcc.S, $(MESASRCDIR)/src/mesa/tnl)
#endif
#endif

  MESA_TNL_OBJS = $(MESATNLBUILDDIR)t_array_api.o \
                  $(MESATNLBUILDDIR)t_array_import.o \
                  $(MESATNLBUILDDIR)t_context.o \
                  $(MESATNLBUILDDIR)t_pipeline.o \
                  $(MESATNLBUILDDIR)t_save_api.o \
                  $(MESATNLBUILDDIR)t_save_loopback.o \
                  $(MESATNLBUILDDIR)t_save_playback.o \
                  $(MESATNLBUILDDIR)t_vb_arbprogram.o \
                  $(MESATNLBUILDDIR)t_vb_arbprogram_sse.o \
                  $(MESATNLBUILDDIR)t_vb_fog.o \
                  $(MESATNLBUILDDIR)t_vb_cull.o \
                  $(MESATNLBUILDDIR)t_vb_light.o \
                  $(MESATNLBUILDDIR)t_vb_normals.o \
                  $(MESATNLBUILDDIR)t_vb_points.o \
                  $(MESATNLBUILDDIR)t_vb_program.o \
                  $(MESATNLBUILDDIR)t_vb_render.o \
                  $(MESATNLBUILDDIR)t_vb_texgen.o \
                  $(MESATNLBUILDDIR)t_vb_texmat.o \
                  $(MESATNLBUILDDIR)t_vb_vertex.o \
                  $(MESATNLBUILDDIR)t_vertex.o \
                  $(MESATNLBUILDDIR)t_vertex_generic.o \
                  $(MESATNLBUILDDIR)t_vertex_sse.o \
                  $(MESATNLBUILDDIR)t_vp_build.o \
                  $(MESATNLBUILDDIR)t_vtx_api.o \
                  $(MESATNLBUILDDIR)t_vtx_eval.o \
                  $(MESATNLBUILDDIR)t_vtx_exec.o \
                  $(MESATNLBUILDDIR)t_vtx_generic.o

#if defined(i386Architecture) && MesaUseX86Asm
  MESA_TNL_OBJS += $(MESATNLBUILDDIR)t_vtx_x86.o \
		  $(MESATNLBUILDDIR)t_vtx_x86_gcc.o
#endif

#if defined(DoSharedLib) && DoSharedLib
 MESA_TNL_UOBJS = $(MESATNLBUILDDIR)unshared/t_array_api.o \
		  $(MESATNLBUILDDIR)unshared/t_array_import.o \
		  $(MESATNLBUILDDIR)unshared/t_context.o \
		  $(MESATNLBUILDDIR)unshared/t_pipeline.o \
		  $(MESATNLBUILDDIR)unshared/t_save_api.o \
		  $(MESATNLBUILDDIR)unshared/t_save_loopback.o \
		  $(MESATNLBUILDDIR)unshared/t_save_playback.o \
                  $(MESATNLBUILDDIR)unshared/t_vb_arbprogram.o \
                  $(MESATNLBUILDDIR)unshared/t_vb_arbprogram_sse.o \
		  $(MESATNLBUILDDIR)unshared/t_vb_fog.o \
		  $(MESATNLBUILDDIR)unshared/t_vb_cull.o \
		  $(MESATNLBUILDDIR)unshared/t_vb_light.o \
		  $(MESATNLBUILDDIR)unshared/t_vb_normals.o \
		  $(MESATNLBUILDDIR)unshared/t_vb_points.o \
		  $(MESATNLBUILDDIR)unshared/t_vb_program.o \
		  $(MESATNLBUILDDIR)unshared/t_vb_render.o \
		  $(MESATNLBUILDDIR)unshared/t_vb_texgen.o \
		  $(MESATNLBUILDDIR)unshared/t_vb_texmat.o \
		  $(MESATNLBUILDDIR)unshared/t_vb_vertex.o \
		  $(MESATNLBUILDDIR)unshared/t_vertex.o \
                  $(MESATNLBUILDDIR)unshared/t_vertex_generic.o \
                  $(MESATNLBUILDDIR)unshared/t_vertex_sse.o \
                  $(MESATNLBUILDDIR)unshared/t_vp_build.o \
		  $(MESATNLBUILDDIR)unshared/t_vtx_api.o \
		  $(MESATNLBUILDDIR)unshared/t_vtx_eval.o \
		  $(MESATNLBUILDDIR)unshared/t_vtx_exec.o \
		  $(MESATNLBUILDDIR)unshared/t_vtx_generic.o

#if defined(i386Architecture) && MesaUseX86Asm
 MESA_TNL_UOBJS += $(MESATNLBUILDDIR)unshared/t_vtx_x86.o \
		  $(MESATNLBUILDDIR)t_vtx_x86_gcc.o
#endif

#else
 MESA_TNL_UOBJS = $(MESA_TNL_OBJS)
#endif

 MESA_TNL_DOBJS = $(MESATNLBUILDDIR)debugger/t_array_api.o \
		  $(MESATNLBUILDDIR)debugger/t_array_import.o \
		  $(MESATNLBUILDDIR)debugger/t_context.o \
		  $(MESATNLBUILDDIR)debugger/t_pipeline.o \
		  $(MESATNLBUILDDIR)debugger/t_save_api.o \
		  $(MESATNLBUILDDIR)debugger/t_save_loopback.o \
		  $(MESATNLBUILDDIR)debugger/t_save_playback.o \
                  $(MESATNLBUILDDIR)debugger/t_vb_arbprogram.o \
                  $(MESATNLBUILDDIR)debugger/t_vb_arbprogram_sse.o \
		  $(MESATNLBUILDDIR)debugger/t_vb_fog.o \
		  $(MESATNLBUILDDIR)debugger/t_vb_cull.o \
		  $(MESATNLBUILDDIR)debugger/t_vb_light.o \
		  $(MESATNLBUILDDIR)debugger/t_vb_normals.o \
		  $(MESATNLBUILDDIR)debugger/t_vb_points.o \
		  $(MESATNLBUILDDIR)debugger/t_vb_program.o \
		  $(MESATNLBUILDDIR)debugger/t_vb_render.o \
		  $(MESATNLBUILDDIR)debugger/t_vb_texgen.o \
		  $(MESATNLBUILDDIR)debugger/t_vb_texmat.o \
		  $(MESATNLBUILDDIR)debugger/t_vb_vertex.o \
		  $(MESATNLBUILDDIR)debugger/t_vertex.o \
                  $(MESATNLBUILDDIR)debugger/t_vertex_generic.o \
                  $(MESATNLBUILDDIR)debugger/t_vertex_sse.o \
                  $(MESATNLBUILDDIR)debugger/t_vp_build.o \
		  $(MESATNLBUILDDIR)debugger/t_vtx_api.o \
		  $(MESATNLBUILDDIR)debugger/t_vtx_eval.o \
		  $(MESATNLBUILDDIR)debugger/t_vtx_exec.o \
		  $(MESATNLBUILDDIR)debugger/t_vtx_generic.o

#if defined(i386Architecture) && MesaUseX86Asm
 MESA_TNL_DOBJS += $(MESATNLBUILDDIR)debugger/t_vtx_x86.o \
		  $(MESATNLBUILDDIR)debugger/t_vtx_x86_gcc.o
#endif

 MESA_TNL_POBJS = $(MESATNLBUILDDIR)profiled/t_array_api.o \
		  $(MESATNLBUILDDIR)profiled/t_array_import.o \
		  $(MESATNLBUILDDIR)profiled/t_context.o \
		  $(MESATNLBUILDDIR)profiled/t_pipeline.o \
		  $(MESATNLBUILDDIR)profiled/t_save_api.o \
		  $(MESATNLBUILDDIR)profiled/t_save_loopback.o \
		  $(MESATNLBUILDDIR)profiled/t_save_playback.o \
                  $(MESATNLBUILDDIR)profiled/t_vb_arbprogram.o \
                  $(MESATNLBUILDDIR)profiled/t_vb_arbprogram_sse.o \
		  $(MESATNLBUILDDIR)profiled/t_vb_fog.o \
		  $(MESATNLBUILDDIR)profiled/t_vb_cull.o \
		  $(MESATNLBUILDDIR)profiled/t_vb_light.o \
		  $(MESATNLBUILDDIR)profiled/t_vb_normals.o \
		  $(MESATNLBUILDDIR)profiled/t_vb_points.o \
		  $(MESATNLBUILDDIR)profiled/t_vb_program.o \
		  $(MESATNLBUILDDIR)profiled/t_vb_render.o \
		  $(MESATNLBUILDDIR)profiled/t_vb_texgen.o \
		  $(MESATNLBUILDDIR)profiled/t_vb_texmat.o \
		  $(MESATNLBUILDDIR)profiled/t_vb_vertex.o \
		  $(MESATNLBUILDDIR)profiled/t_vertex.o \
                  $(MESATNLBUILDDIR)profiled/t_vertex_generic.o \
                  $(MESATNLBUILDDIR)profiled/t_vertex_sse.o \
                  $(MESATNLBUILDDIR)profiled/t_vp_build.o \
		  $(MESATNLBUILDDIR)profiled/t_vtx_api.o \
		  $(MESATNLBUILDDIR)profiled/t_vtx_eval.o \
		  $(MESATNLBUILDDIR)profiled/t_vtx_exec.o \
		  $(MESATNLBUILDDIR)profiled/t_vtx_generic.o

#if defined(i386Architecture) && MesaUseX86Asm
 MESA_TNL_POBJS += $(MESATNLBUILDDIR)profiled/t_vtx_x86.o \
		  $(MESATNLBUILDDIR)profiled/t_vtx_x86_gcc.o
#endif