forked from panda3d/panda3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSources.pp
More file actions
255 lines (243 loc) · 8.12 KB
/
Sources.pp
File metadata and controls
255 lines (243 loc) · 8.12 KB
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
//#define OSX_SYS_LIBS mx
#define USE_PACKAGES zlib cg squish
#begin lib_target
#define TARGET p3gobj
#define LOCAL_LIBS \
p3pstatclient p3event p3linmath p3mathutil p3pnmimage p3gsgbase p3putil
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx \
$[TARGET]_ext_composite.cxx
#define SOURCES \
adaptiveLru.I adaptiveLru.h \
animateVerticesRequest.I animateVerticesRequest.h \
bufferContext.I bufferContext.h \
bufferContextChain.I bufferContextChain.h \
bufferResidencyTracker.I bufferResidencyTracker.h \
config_gobj.h \
geom.h geom.I \
geomContext.I geomContext.h \
geomEnums.h \
geomMunger.h geomMunger.I \
geomPrimitive.h geomPrimitive.I \
geomPatches.h \
geomTriangles.h \
geomTristrips.h \
geomTrifans.h \
geomLines.h \
geomLinestrips.h \
geomPoints.h \
geomVertexArrayData.h geomVertexArrayData.I \
geomVertexArrayData_ext.h \
geomVertexArrayFormat.h geomVertexArrayFormat.I \
geomCacheEntry.h geomCacheEntry.I \
geomCacheManager.h geomCacheManager.I \
geomVertexAnimationSpec.h geomVertexAnimationSpec.I \
geomVertexData.h geomVertexData.I \
geomVertexColumn.h geomVertexColumn.I \
geomVertexFormat.h geomVertexFormat.I \
geomVertexReader.h geomVertexReader.I \
geomVertexRewriter.h geomVertexRewriter.I \
geomVertexWriter.h geomVertexWriter.I \
indexBufferContext.I indexBufferContext.h \
internalName.I internalName.h \
internalName_ext.h \
lens.h lens.I \
material.I material.h materialPool.I materialPool.h \
matrixLens.I matrixLens.h \
occlusionQueryContext.I occlusionQueryContext.h \
orthographicLens.I orthographicLens.h perspectiveLens.I \
paramTexture.I paramTexture.h \
perspectiveLens.h \
preparedGraphicsObjects.I preparedGraphicsObjects.h \
queryContext.I queryContext.h \
samplerState.I samplerState.h \
savedContext.I savedContext.h \
shader.I shader.h \
shaderContext.h shaderContext.I \
simpleAllocator.h simpleAllocator.I \
simpleLru.h simpleLru.I \
sliderTable.I sliderTable.h \
texture.I texture.h \
textureCollection.I textureCollection.h \
textureCollection_ext.h \
textureContext.I textureContext.h \
texturePeeker.I texturePeeker.h \
texturePool.I texturePool.h \
texturePoolFilter.I texturePoolFilter.h \
textureReloadRequest.I textureReloadRequest.h \
textureStage.I textureStage.h \
textureStagePool.I textureStagePool.h \
timerQueryContext.I timerQueryContext.h \
transformBlend.I transformBlend.h \
transformBlendTable.I transformBlendTable.h \
transformTable.I transformTable.h \
userVertexSlider.I userVertexSlider.h \
userVertexTransform.I userVertexTransform.h \
vertexBufferContext.I vertexBufferContext.h \
vertexDataBlock.I vertexDataBlock.h \
vertexDataBook.I vertexDataBook.h \
vertexDataBuffer.I vertexDataBuffer.h \
vertexDataPage.I vertexDataPage.h \
vertexDataSaveFile.I vertexDataSaveFile.h \
vertexSlider.I vertexSlider.h \
vertexTransform.I vertexTransform.h \
videoTexture.I videoTexture.h
#define INCLUDED_SOURCES \
adaptiveLru.cxx \
animateVerticesRequest.cxx \
bufferContext.cxx \
bufferContextChain.cxx \
bufferResidencyTracker.cxx \
config_gobj.cxx \
geomContext.cxx \
geom.cxx \
geomEnums.cxx \
geomMunger.cxx \
geomPrimitive.cxx \
geomPatches.cxx \
geomTriangles.cxx \
geomTristrips.cxx \
geomTrifans.cxx \
geomLines.cxx \
geomLinestrips.cxx \
geomPoints.cxx \
geomVertexArrayData.cxx \
geomVertexArrayData_ext.cxx \
geomVertexArrayFormat.cxx \
geomCacheEntry.cxx \
geomCacheManager.cxx \
geomVertexAnimationSpec.cxx \
geomVertexData.cxx \
geomVertexColumn.cxx \
geomVertexFormat.cxx \
geomVertexReader.cxx \
geomVertexRewriter.cxx \
geomVertexWriter.cxx \
indexBufferContext.cxx \
material.cxx \
internalName.cxx \
internalName_ext.cxx \
lens.cxx \
materialPool.cxx matrixLens.cxx \
occlusionQueryContext.cxx \
orthographicLens.cxx \
paramTexture.cxx \
perspectiveLens.cxx \
preparedGraphicsObjects.cxx \
queryContext.cxx \
samplerState.cxx \
savedContext.cxx \
shader.cxx \
shaderContext.cxx \
simpleAllocator.cxx \
simpleLru.cxx \
sliderTable.cxx \
texture.cxx \
textureCollection.cxx \
textureCollection_ext.cxx \
textureContext.cxx \
texturePeeker.cxx \
texturePool.cxx \
texturePoolFilter.cxx \
textureReloadRequest.cxx \
textureStage.cxx \
textureStagePool.cxx \
timerQueryContext.cxx \
transformBlend.cxx \
transformBlendTable.cxx \
transformTable.cxx \
userVertexSlider.cxx \
userVertexTransform.cxx \
vertexBufferContext.cxx \
vertexDataBlock.cxx \
vertexDataBook.cxx \
vertexDataBuffer.cxx \
vertexDataPage.cxx \
vertexDataSaveFile.cxx \
vertexSlider.cxx \
vertexTransform.cxx \
videoTexture.cxx
#define INSTALL_HEADERS \
adaptiveLru.I adaptiveLru.h \
animateVerticesRequest.I animateVerticesRequest.h \
bufferContext.I bufferContext.h \
bufferContextChain.I bufferContextChain.h \
bufferResidencyTracker.I bufferResidencyTracker.h \
config_gobj.h \
geom.I geom.h \
textureContext.I textureContext.h \
geom.h geom.I \
geomContext.I geomContext.h \
geomEnums.h \
geomMunger.h geomMunger.I \
geomPrimitive.h geomPrimitive.I \
geomPatches.h \
geomTriangles.h \
geomTristrips.h \
geomTrifans.h \
geomLines.h \
geomLinestrips.h \
geomPoints.h \
geomVertexArrayData.h geomVertexArrayData.I \
geomVertexArrayFormat.h geomVertexArrayFormat.I \
geomCacheEntry.h geomCacheEntry.I \
geomCacheManager.h geomCacheManager.I \
geomVertexAnimationSpec.h geomVertexAnimationSpec.I \
geomVertexData.h geomVertexData.I \
geomVertexColumn.h geomVertexColumn.I \
geomVertexFormat.h geomVertexFormat.I \
geomVertexReader.h geomVertexReader.I \
geomVertexRewriter.h geomVertexRewriter.I \
geomVertexWriter.h geomVertexWriter.I \
indexBufferContext.I indexBufferContext.h \
internalName.I internalName.h \
lens.h lens.I \
material.I material.h \
materialPool.I materialPool.h matrixLens.I matrixLens.h \
occlusionQueryContext.I occlusionQueryContext.h \
orthographicLens.I orthographicLens.h \
paramTexture.I paramTexture.h \
perspectiveLens.I perspectiveLens.h \
preparedGraphicsObjects.I preparedGraphicsObjects.h \
queryContext.I queryContext.h \
samplerState.I samplerState.h \
savedContext.I savedContext.h \
shader.I shader.h \
shaderContext.h shaderContext.I \
simpleAllocator.h simpleAllocator.I \
simpleLru.h simpleLru.I \
sliderTable.I sliderTable.h \
texture.I texture.h \
textureCollection.I textureCollection.h \
textureContext.I textureContext.h \
texturePeeker.I texturePeeker.h \
texturePool.I texturePool.h \
texturePoolFilter.I texturePoolFilter.h \
textureReloadRequest.I textureReloadRequest.h \
textureStage.I textureStage.h \
textureStagePool.I textureStagePool.h \
timerQueryContext.I timerQueryContext.h \
transformBlend.I transformBlend.h \
transformBlendTable.I transformBlendTable.h \
transformTable.I transformTable.h \
userVertexSlider.I userVertexSlider.h \
userVertexTransform.I userVertexTransform.h \
vertexBufferContext.I vertexBufferContext.h \
vertexDataBlock.I vertexDataBlock.h \
vertexDataBook.I vertexDataBook.h \
vertexDataBuffer.I vertexDataBuffer.h \
vertexDataPage.I vertexDataPage.h \
vertexDataSaveFile.I vertexDataSaveFile.h \
vertexSlider.I vertexSlider.h \
vertexTransform.I vertexTransform.h \
videoTexture.I videoTexture.h
#define IGATESCAN all
#end lib_target
#begin test_bin_target
#define TARGET test_gobj
#define LOCAL_LIBS \
p3gobj p3putil
#define SOURCES \
test_gobj.cxx
#end test_bin_target