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
249 lines (222 loc) · 7.71 KB
/
Sources.pp
File metadata and controls
249 lines (222 loc) · 7.71 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
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#define LOCAL_LIBS p3pipeline p3linmath p3express p3pandabase
#define USE_PACKAGES zlib
#begin lib_target
#define TARGET p3putil
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
#define SOURCES \
animInterface.h animInterface.I \
autoTextureScale.h \
bam.h \
bamCache.h bamCache.I \
bamCacheIndex.h bamCacheIndex.I \
bamCacheRecord.h bamCacheRecord.I \
bamEnums.h \
bamReader.I bamReader.N bamReader.h bamReaderParam.I \
bamReaderParam.h \
bamWriter.I bamWriter.h \
bitArray.I bitArray.h \
bitMask.I bitMask.h \
buttonHandle.I buttonHandle.h \
buttonMap.I buttonMap.h \
buttonRegistry.I buttonRegistry.h \
cachedTypedWritableReferenceCount.h cachedTypedWritableReferenceCount.I \
callbackData.h callbackData.I \
callbackObject.h callbackObject.I \
callbackObject_ext.h callbackObject_ext.I \
clockObject.h clockObject.I \
colorSpace.h collideMask.h \
copyOnWriteObject.h copyOnWriteObject.I \
copyOnWritePointer.h copyOnWritePointer.I \
compareTo.I compareTo.h \
config_util.N config_util.h configurable.h \
cPointerCallbackObject.h cPointerCallbackObject.I \
datagramInputFile.I datagramInputFile.h \
datagramOutputFile.I datagramOutputFile.h \
doubleBitMask.I doubleBitMask.h \
drawMask.h \
factory.I factory.h \
factoryBase.I factoryBase.h \
factoryParam.I factoryParam.h factoryParams.I \
factoryParams.h \
firstOfPairCompare.I firstOfPairCompare.h \
firstOfPairLess.I firstOfPairLess.h \
globalPointerRegistry.I globalPointerRegistry.h \
indirectCompareNames.I indirectCompareNames.h \
indirectCompareSort.I indirectCompareSort.h \
indirectCompareTo.I indirectCompareTo.h \
ioPtaDatagramFloat.h ioPtaDatagramInt.h \
ioPtaDatagramShort.h keyboardButton.h \
linkedListNode.I linkedListNode.h \
load_prc_file.h \
loaderOptions.I loaderOptions.h \
modifierButtons.I modifierButtons.h mouseButton.h \
mouseData.I mouseData.h nameUniquifier.I nameUniquifier.h \
nodeCachedReferenceCount.h nodeCachedReferenceCount.I \
paramValue.I paramValue.h \
pbitops.I pbitops.h \
portalMask.h \
pta_ushort.h \
pythonCallbackObject.cxx \
pythonCallbackObject.h pythonCallbackObject.I \
simpleHashMap.I simpleHashMap.h \
sparseArray.I sparseArray.h \
timedCycle.I timedCycle.h typedWritable.I \
typedWritable.h typedWritable_ext.h typedWritable_ext.cxx \
typedWritableReferenceCount.I \
typedWritableReferenceCount.h updateSeq.I updateSeq.h \
uniqueIdAllocator.h \
vector_typedWritable.h \
vector_ushort.h vector_writable.h \
writableConfigurable.h \
writableParam.I writableParam.h
#define INCLUDED_SOURCES \
animInterface.cxx \
autoTextureScale.cxx \
bamCache.cxx \
bamCacheIndex.cxx \
bamCacheRecord.cxx \
bamEnums.cxx \
bamReader.cxx bamReaderParam.cxx \
bamWriter.cxx \
bitArray.cxx \
bitMask.cxx \
buttonHandle.cxx buttonMap.cxx buttonRegistry.cxx \
cachedTypedWritableReferenceCount.cxx \
callbackData.cxx \
callbackObject.cxx \
clockObject.cxx \
colorSpace.cxx \
config_util.cxx configurable.cxx \
copyOnWriteObject.cxx \
copyOnWritePointer.cxx \
cPointerCallbackObject.cxx \
datagramInputFile.cxx datagramOutputFile.cxx \
doubleBitMask.cxx \
factoryBase.cxx \
factoryParam.cxx factoryParams.cxx \
globalPointerRegistry.cxx \
ioPtaDatagramFloat.cxx \
ioPtaDatagramInt.cxx ioPtaDatagramShort.cxx \
keyboardButton.cxx \
linkedListNode.cxx \
load_prc_file.cxx \
loaderOptions.cxx \
modifierButtons.cxx mouseButton.cxx mouseData.cxx \
nameUniquifier.cxx \
nodeCachedReferenceCount.cxx \
paramValue.cxx \
pbitops.cxx \
pta_ushort.cxx \
simpleHashMap.cxx \
sparseArray.cxx \
timedCycle.cxx typedWritable.cxx \
typedWritableReferenceCount.cxx updateSeq.cxx \
uniqueIdAllocator.cxx \
vector_typedWritable.cxx \
vector_ushort.cxx vector_writable.cxx \
writableConfigurable.cxx writableParam.cxx
#define INSTALL_HEADERS \
animInterface.h animInterface.I \
autoTextureScale.h \
bam.h \
bamCache.h bamCache.I \
bamCacheIndex.h bamCacheIndex.I \
bamCacheRecord.h bamCacheRecord.I \
bamEnums.h \
bamReader.I bamReader.h bamReaderParam.I bamReaderParam.h \
bamWriter.I bamWriter.h \
bitArray.I bitArray.h \
bitMask.I bitMask.h \
buttonHandle.I buttonHandle.h \
buttonMap.I buttonMap.h \
buttonRegistry.I buttonRegistry.h \
cachedTypedWritableReferenceCount.h cachedTypedWritableReferenceCount.I \
callbackData.h callbackData.I \
callbackObject.h callbackObject.I \
callbackObject_ext.h callbackObject_ext.I \
clockObject.h clockObject.I \
colorSpace.h collideMask.h \
copyOnWriteObject.h copyOnWriteObject.I \
copyOnWritePointer.h copyOnWritePointer.I \
compareTo.I compareTo.h \
config_util.h configurable.h \
cPointerCallbackObject.h cPointerCallbackObject.I \
datagramInputFile.I datagramInputFile.h \
datagramOutputFile.I datagramOutputFile.h \
doubleBitMask.I doubleBitMask.h \
drawMask.h \
factory.I factory.h \
factoryBase.I factoryBase.h factoryParam.I factoryParam.h \
factoryParams.I factoryParams.h \
firstOfPairCompare.I firstOfPairCompare.h \
firstOfPairLess.I firstOfPairLess.h \
globalPointerRegistry.I globalPointerRegistry.h \
indirectCompareNames.I indirectCompareNames.h \
indirectCompareSort.I indirectCompareSort.h \
indirectCompareTo.I indirectCompareTo.h \
ioPtaDatagramFloat.h ioPtaDatagramInt.h \
ioPtaDatagramShort.h iterator_types.h keyboardButton.h \
linkedListNode.I linkedListNode.h \
load_prc_file.h \
loaderOptions.I loaderOptions.h \
modifierButtons.I \
modifierButtons.h mouseButton.h mouseData.I mouseData.h \
nameUniquifier.I nameUniquifier.h \
nodeCachedReferenceCount.h nodeCachedReferenceCount.I \
paramValue.I paramValue.h \
pbitops.I pbitops.h \
portalMask.h \
pta_ushort.h \
pythonCallbackObject.h pythonCallbackObject.I \
simpleHashMap.I simpleHashMap.h \
sparseArray.I sparseArray.h \
timedCycle.I timedCycle.h typedWritable.I \
typedWritable.h typedWritable_ext.h typedWritableReferenceCount.I \
typedWritableReferenceCount.h updateSeq.I updateSeq.h \
uniqueIdAllocator.h \
vector_typedWritable.h \
vector_ushort.h vector_writable.h \
writableConfigurable.h writableParam.I \
writableParam.h
#define IGATESCAN all
#end lib_target
#begin test_bin_target
#define TARGET test_bamRead
#define LOCAL_LIBS \
p3putil p3pgraph
#define SOURCES \
test_bam.cxx test_bam.h test_bamRead.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_bamWrite
#define LOCAL_LIBS \
p3putil p3pgraph
#define SOURCES \
test_bam.cxx test_bam.h test_bamWrite.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_filename
#define SOURCES \
test_filename.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_uniqueIdAllocator
#define SOURCES \
uniqueIdAllocator.cxx test_uniqueIdAllocator.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_glob
#define SOURCES \
test_glob.cxx
#define LOCAL_LIBS $[LOCAL_LIBS] p3putil
#define OTHER_LIBS $[OTHER_LIBS] p3pystub
#end test_bin_target
#begin test_bin_target
#define TARGET test_linestream
#define SOURCES \
test_linestream.cxx
#define LOCAL_LIBS $[LOCAL_LIBS] p3putil
#define OTHER_LIBS $[OTHER_LIBS] p3pystub
#end test_bin_target