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
273 lines (248 loc) · 8.79 KB
/
Sources.pp
File metadata and controls
273 lines (248 loc) · 8.79 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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
#define LOCAL_LIBS p3pandabase
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#begin lib_target
#define TARGET p3express
#define USE_PACKAGES zlib openssl tar
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx $[TARGET]_ext_composite.cxx
#define SOURCES \
buffer.I buffer.h \
ca_bundle_data_src.c \
checksumHashGenerator.I checksumHashGenerator.h circBuffer.I \
circBuffer.h \
compress_string.h \
config_express.h \
copy_stream.h \
datagram.I datagram.h datagramGenerator.I \
datagramGenerator.h \
datagramIterator.I datagramIterator.h datagramSink.I datagramSink.h \
dcast.T dcast.h \
encrypt_string.h \
error_utils.h \
export_dtool.h \
fileReference.h fileReference.I \
hashGeneratorBase.I hashGeneratorBase.h \
hashVal.I hashVal.h \
indirectLess.I indirectLess.h \
memoryInfo.I memoryInfo.h \
memoryUsage.I memoryUsage.h \
memoryUsagePointerCounts.I memoryUsagePointerCounts.h \
memoryUsagePointers.I memoryUsagePointers.h \
memoryUsagePointers_ext.h \
multifile.I multifile.h \
namable.I \
namable.h \
nodePointerTo.h nodePointerTo.I \
nodePointerToBase.h nodePointerToBase.I \
nodeReferenceCount.h nodeReferenceCount.I \
openSSLWrapper.h openSSLWrapper.I \
ordered_vector.h ordered_vector.I ordered_vector.T \
pStatCollectorForwardBase.h \
password_hash.h \
patchfile.I patchfile.h \
pointerTo.I pointerTo.h \
pointerToArray.I pointerToArray.h \
pointerToArrayBase.I pointerToArrayBase.h \
pointerToBase.I pointerToBase.h \
pointerToVoid.I pointerToVoid.h \
profileTimer.I profileTimer.h \
pta_int.h \
pta_uchar.h pta_double.h pta_float.h \
pta_stdfloat.h \
ramfile.I ramfile.h ramfile_ext.h \
referenceCount.I referenceCount.h \
subStream.I subStream.h subStreamBuf.h \
subfileInfo.h subfileInfo.I \
streamReader_ext.h \
temporaryFile.h temporaryFile.I \
threadSafePointerTo.I threadSafePointerTo.h \
threadSafePointerToBase.I threadSafePointerToBase.h \
trueClock.I trueClock.h \
typedReferenceCount.I typedReferenceCount.h typedef.h \
vector_uchar.h vector_double.h vector_float.h \
vector_stdfloat.h \
virtualFile.I virtualFileList.I virtualFileList.h virtualFileMount.h \
virtualFileComposite.h virtualFileComposite.I virtualFile.h \
virtualFileMount.I virtualFileMountMultifile.h \
virtualFileMountMultifile.I \
virtualFileMountRamdisk.h virtualFileMountRamdisk.I \
virtualFileMountSystem.h virtualFileMountSystem.I \
virtualFileSimple.h virtualFileSimple.I \
virtualFileSystem.h virtualFileSystem.I \
virtualFileSystem_ext.h \
weakPointerCallback.I weakPointerCallback.h \
weakPointerTo.I weakPointerTo.h \
weakPointerToBase.I weakPointerToBase.h \
weakPointerToVoid.I weakPointerToVoid.h \
weakReferenceList.I weakReferenceList.h \
windowsRegistry.h \
zStream.I zStream.h zStreamBuf.h
#define INCLUDED_SOURCES \
buffer.cxx checksumHashGenerator.cxx \
compress_string.cxx \
config_express.cxx \
copy_stream.cxx \
datagram.cxx datagramGenerator.cxx \
datagramIterator.cxx \
datagramSink.cxx dcast.cxx \
encrypt_string.cxx \
error_utils.cxx \
fileReference.cxx \
hashGeneratorBase.cxx hashVal.cxx \
memoryInfo.cxx memoryUsage.cxx memoryUsagePointerCounts.cxx \
memoryUsagePointers_ext.cxx \
memoryUsagePointers.cxx multifile.cxx \
namable.cxx \
nodePointerTo.cxx \
nodePointerToBase.cxx \
nodeReferenceCount.cxx \
openSSLWrapper.cxx \
ordered_vector.cxx \
pStatCollectorForwardBase.cxx \
password_hash.cxx \
patchfile.cxx \
pointerTo.cxx \
pointerToArray.cxx \
pointerToBase.cxx \
pointerToVoid.cxx \
profileTimer.cxx \
pta_int.cxx \
pta_uchar.cxx pta_double.cxx pta_float.cxx \
ramfile_ext.cxx \
ramfile.cxx \
referenceCount.cxx \
streamReader_ext.cxx \
subStream.cxx subStreamBuf.cxx \
subfileInfo.cxx \
temporaryFile.cxx \
threadSafePointerTo.cxx \
threadSafePointerToBase.cxx \
trueClock.cxx \
typedReferenceCount.cxx \
vector_uchar.cxx vector_double.cxx vector_float.cxx \
virtualFileComposite.cxx virtualFile.cxx virtualFileList.cxx \
virtualFileMount.cxx \
virtualFileMountMultifile.cxx \
virtualFileMountRamdisk.cxx \
virtualFileMountSystem.cxx \
virtualFileSimple.cxx virtualFileSystem.cxx \
virtualFileSystem_ext.cxx \
weakPointerCallback.cxx \
weakPointerTo.cxx \
weakPointerToBase.cxx \
weakPointerToVoid.cxx \
weakReferenceList.cxx \
windowsRegistry.cxx \
zStream.cxx zStreamBuf.cxx
#define INSTALL_HEADERS \
buffer.I buffer.h \
ca_bundle_data_src.c \
checksumHashGenerator.I checksumHashGenerator.h circBuffer.I \
circBuffer.h \
compress_string.h \
config_express.h \
copy_stream.h \
datagram.I datagram.h datagramGenerator.I \
datagramGenerator.h \
datagramIterator.I datagramIterator.h datagramSink.I datagramSink.h \
dcast.T dcast.h \
encrypt_string.h \
error_utils.h \
fileReference.h fileReference.I \
hashGeneratorBase.I hashGeneratorBase.h \
hashVal.I hashVal.h \
indirectLess.I indirectLess.h \
memoryInfo.I memoryInfo.h \
memoryUsage.I memoryUsage.h \
memoryUsagePointerCounts.I memoryUsagePointerCounts.h \
memoryUsagePointers.I memoryUsagePointers.h \
multifile.I multifile.h \
namable.I \
namable.h \
nodePointerTo.h nodePointerTo.I \
nodePointerToBase.h nodePointerToBase.I \
nodeReferenceCount.h nodeReferenceCount.I \
openSSLWrapper.h openSSLWrapper.I \
ordered_vector.h ordered_vector.I ordered_vector.T \
pStatCollectorForwardBase.h \
password_hash.h \
patchfile.I patchfile.h \
pointerTo.I pointerTo.h \
pointerToArray.I pointerToArray.h \
pointerToArrayBase.I pointerToArrayBase.h \
pointerToBase.I pointerToBase.h \
pointerToVoid.I pointerToVoid.h \
profileTimer.I profileTimer.h \
pta_int.h \
pta_uchar.h pta_double.h pta_float.h \
pta_stdfloat.h \
ramfile.I ramfile.h \
referenceCount.I referenceCount.h \
subStream.I subStream.h subStreamBuf.h \
subfileInfo.h subfileInfo.I \
temporaryFile.h temporaryFile.I \
threadSafePointerTo.I threadSafePointerTo.h \
threadSafePointerToBase.I threadSafePointerToBase.h \
trueClock.I trueClock.h \
typedReferenceCount.I typedReferenceCount.h typedef.h \
vector_uchar.h vector_double.h vector_float.h \
vector_stdfloat.h \
virtualFile.I virtualFileList.I virtualFileList.h virtualFileMount.h \
virtualFileComposite.h virtualFileComposite.I virtualFile.h \
virtualFileMount.I virtualFileMountMultifile.h \
virtualFileMountMultifile.I \
virtualFileMountRamdisk.h virtualFileMountRamdisk.I \
virtualFileMountSystem.h virtualFileMountSystem.I \
virtualFileSimple.h virtualFileSimple.I \
virtualFileSystem.h virtualFileSystem.I \
weakPointerCallback.I weakPointerCallback.h \
weakPointerTo.I weakPointerTo.h \
weakPointerToBase.I weakPointerToBase.h \
weakPointerToVoid.I weakPointerToVoid.h \
weakReferenceList.I weakReferenceList.h \
windowsRegistry.h \
zStream.I zStream.h zStreamBuf.h
#define IGATESCAN all
#define WIN_SYS_LIBS \
advapi32 ws2_32 $[WIN_SYS_LIBS]
// These libraries and frameworks are used by dtoolutil; we redefine
// them here so they get into the panda build system.
#if $[ne $[PLATFORM], FreeBSD]
#define UNIX_SYS_LIBS dl
#endif
#define WIN_SYS_LIBS shell32 $[WIN_SYS_LIBS]
#define OSX_SYS_FRAMEWORKS Foundation $[if $[not $[BUILD_IPHONE]],AppKit]
#end lib_target
#begin test_bin_target
// Not really a "test" program; this program is used to regenerate
// ca_bundle_data_src.c.
#define TARGET make_ca_bundle
#define LOCAL_LIBS $[LOCAL_LIBS] p3express
#define OTHER_LIBS p3dtoolutil:c p3dtool:m p3pystub
#define SOURCES \
make_ca_bundle.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_types
#define LOCAL_LIBS $[LOCAL_LIBS] p3express
#define OTHER_LIBS p3dtoolutil:c p3dtool:m p3prc:c p3dtoolconfig:m p3pystub
#define SOURCES \
test_types.cxx
#end test_bin_target
#begin test_bin_target
#define TARGET test_ordered_vector
#define SOURCES \
test_ordered_vector.cxx
#define LOCAL_LIBS $[LOCAL_LIBS] p3putil
#define OTHER_LIBS p3dtoolutil:c p3dtool:m p3prc:c p3dtoolconfig:m p3pystub
#end test_bin_target
#if $[HAVE_ZLIB]
#begin test_bin_target
#define TARGET test_zstream
#define USE_PACKAGES zlib
#define LOCAL_LIBS $[LOCAL_LIBS] p3express
#define OTHER_LIBS p3dtoolutil:c p3dtool:m p3prc:c p3dtoolconfig:m p3pystub
#define SOURCES \
test_zstream.cxx
#end test_bin_target
#endif