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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
|
# Makefile generated by XPJ for LINUX64
-include Makefile.custom
ProjectName = PhysXCommon
PhysXCommon_cppfiles += ./../../Common/src/CmBoxPruning.cpp
PhysXCommon_cppfiles += ./../../Common/src/CmCollection.cpp
PhysXCommon_cppfiles += ./../../Common/src/CmMathUtils.cpp
PhysXCommon_cppfiles += ./../../Common/src/CmPtrTable.cpp
PhysXCommon_cppfiles += ./../../Common/src/CmRadixSort.cpp
PhysXCommon_cppfiles += ./../../Common/src/CmRadixSortBuffered.cpp
PhysXCommon_cppfiles += ./../../Common/src/CmRenderOutput.cpp
PhysXCommon_cppfiles += ./../../Common/src/CmVisualization.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuBounds.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuCCTSweepTests.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuGeometryQuery.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuGeometryUnion.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuInternal.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuMTD.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuMeshFactory.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuMetaData.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuOverlapTests.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuRaycastTests.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuSerialize.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuSweepMTD.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuSweepSharedTests.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/GuSweepTests.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactBoxBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactCapsuleBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactConvexConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactConvexMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactPlaneBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactPlaneConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactSphereBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactSphereCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactSphereMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactSpherePlane.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactSphereSphere.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuFeatureCode.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/common/GuBarycentricCoordinates.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/common/GuSeparatingAxes.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuBigConvexData.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuConvexHelper.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuConvexMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuConvexSupportTable.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuHillClimbing.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuShapeConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/distance/GuDistancePointBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/distance/GuDistancePointTriangle.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepBoxBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/gjk/GuEPA.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/gjk/GuGJKSimplex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/gjk/GuGJKTest.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV32.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV32Build.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4Build.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_AABBSweep.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_BoxOverlap.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_CapsuleSweep.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_CapsuleSweepAA.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_OBBSweep.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_Raycast.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_SphereOverlap.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_SphereSweep.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuMeshQuery.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuMidphaseBV4.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuMidphaseRTree.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuRTree.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuRTreeQueries.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuSweepsMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuTriangleMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/hf/GuHeightField.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/hf/GuHeightFieldUtil.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/hf/GuOverlapTestsHF.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/hf/GuSweepsHF.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp
PhysXCommon_cppfiles += ./../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp
PhysXCommon_cpp_release_dep = $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCommon_cppfiles)))))
PhysXCommon_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PhysXCommon_ccfiles)))))
PhysXCommon_c_release_dep = $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCommon_cfiles)))))
PhysXCommon_release_dep = $(PhysXCommon_cpp_release_dep) $(PhysXCommon_cc_release_dep) $(PhysXCommon_c_release_dep)
-include $(PhysXCommon_release_dep)
PhysXCommon_cpp_debug_dep = $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCommon_cppfiles)))))
PhysXCommon_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PhysXCommon_ccfiles)))))
PhysXCommon_c_debug_dep = $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCommon_cfiles)))))
PhysXCommon_debug_dep = $(PhysXCommon_cpp_debug_dep) $(PhysXCommon_cc_debug_dep) $(PhysXCommon_c_debug_dep)
-include $(PhysXCommon_debug_dep)
PhysXCommon_cpp_checked_dep = $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCommon_cppfiles)))))
PhysXCommon_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PhysXCommon_ccfiles)))))
PhysXCommon_c_checked_dep = $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCommon_cfiles)))))
PhysXCommon_checked_dep = $(PhysXCommon_cpp_checked_dep) $(PhysXCommon_cc_checked_dep) $(PhysXCommon_c_checked_dep)
-include $(PhysXCommon_checked_dep)
PhysXCommon_cpp_profile_dep = $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCommon_cppfiles)))))
PhysXCommon_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PhysXCommon_ccfiles)))))
PhysXCommon_c_profile_dep = $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCommon_cfiles)))))
PhysXCommon_profile_dep = $(PhysXCommon_cpp_profile_dep) $(PhysXCommon_cc_profile_dep) $(PhysXCommon_c_profile_dep)
-include $(PhysXCommon_profile_dep)
PhysXCommon_release_hpaths :=
PhysXCommon_release_hpaths += ./../../Common/include
PhysXCommon_release_hpaths += ./../../../../PxShared/include
PhysXCommon_release_hpaths += ./../../../../PxShared/src/foundation/include
PhysXCommon_release_hpaths += ./../../../../PxShared/src/fastxml/include
PhysXCommon_release_hpaths += ./../../../../PxShared/src/pvd/include
PhysXCommon_release_hpaths += ./../../../Include/common
PhysXCommon_release_hpaths += ./../../../Include
PhysXCommon_release_hpaths += ./../../Common/src
PhysXCommon_release_hpaths += ./../../Common/src/unix
PhysXCommon_release_hpaths += ./../../PhysXProfile/include
PhysXCommon_release_hpaths += ./../../PhysXProfile/src
PhysXCommon_release_hpaths += ./../../PhysXGpu/include
PhysXCommon_release_hpaths += ./../../../Include/geometry
PhysXCommon_release_hpaths += ./../../GeomUtils/headers
PhysXCommon_release_hpaths += ./../../GeomUtils/src
PhysXCommon_release_hpaths += ./../../GeomUtils/src/contact
PhysXCommon_release_hpaths += ./../../GeomUtils/src/common
PhysXCommon_release_hpaths += ./../../GeomUtils/src/convex
PhysXCommon_release_hpaths += ./../../GeomUtils/src/distance
PhysXCommon_release_hpaths += ./../../GeomUtils/src/sweep
PhysXCommon_release_hpaths += ./../../GeomUtils/src/gjk
PhysXCommon_release_hpaths += ./../../GeomUtils/src/intersection
PhysXCommon_release_hpaths += ./../../GeomUtils/src/mesh
PhysXCommon_release_hpaths += ./../../GeomUtils/src/hf
PhysXCommon_release_hpaths += ./../../GeomUtils/src/pcm
PhysXCommon_release_hpaths += ./../../GeomUtils/src/ccd
PhysXCommon_release_hpaths += ./../../../Include/GeomUtils
PhysXCommon_release_lpaths :=
PhysXCommon_release_lpaths += ./../../../../PxShared/bin/linux64
PhysXCommon_release_defines := $(PhysXCommon_custom_defines)
PhysXCommon_release_defines += PX_FOUNDATION_DLL=1
PhysXCommon_release_defines += PX_PHYSX_COMMON_EXPORTS
PhysXCommon_release_defines += NDEBUG
PhysXCommon_release_defines += PX_SUPPORT_PVD=0
PhysXCommon_release_libraries :=
PhysXCommon_release_libraries += PxFoundation_x64
PhysXCommon_release_common_cflags := $(PhysXCommon_custom_cflags)
PhysXCommon_release_common_cflags += -MMD
PhysXCommon_release_common_cflags += $(addprefix -D, $(PhysXCommon_release_defines))
PhysXCommon_release_common_cflags += $(addprefix -I, $(PhysXCommon_release_hpaths))
PhysXCommon_release_common_cflags += -m64
PhysXCommon_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXCommon_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PhysXCommon_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXCommon_release_common_cflags += -Wno-missing-field-initializers
PhysXCommon_release_common_cflags += -O3 -fno-strict-aliasing
PhysXCommon_release_cflags := $(PhysXCommon_release_common_cflags)
PhysXCommon_release_cppflags := $(PhysXCommon_release_common_cflags)
PhysXCommon_release_lflags := $(PhysXCommon_custom_lflags)
PhysXCommon_release_lflags += $(addprefix -L, $(PhysXCommon_release_lpaths))
PhysXCommon_release_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCommon_release_libraries)) -Wl,--end-group
PhysXCommon_release_lflags += -lrt
PhysXCommon_release_lflags += -m64
PhysXCommon_release_objsdir = $(OBJS_DIR)/PhysXCommon_release
PhysXCommon_release_cpp_o = $(addprefix $(PhysXCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles)))))
PhysXCommon_release_cc_o = $(addprefix $(PhysXCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles)))))
PhysXCommon_release_c_o = $(addprefix $(PhysXCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCommon_cfiles)))))
PhysXCommon_release_obj = $(PhysXCommon_release_cpp_o) $(PhysXCommon_release_cc_o) $(PhysXCommon_release_c_o)
PhysXCommon_release_bin := ./../../../Bin/linux64/libPhysX3Common_x64.so
clean_PhysXCommon_release:
@$(ECHO) clean PhysXCommon release
@$(RMDIR) $(PhysXCommon_release_objsdir)
@$(RMDIR) $(PhysXCommon_release_bin)
@$(RMDIR) $(DEPSDIR)/PhysXCommon/release
build_PhysXCommon_release: postbuild_PhysXCommon_release
postbuild_PhysXCommon_release: mainbuild_PhysXCommon_release
mainbuild_PhysXCommon_release: prebuild_PhysXCommon_release $(PhysXCommon_release_bin)
prebuild_PhysXCommon_release:
$(PhysXCommon_release_bin): $(PhysXCommon_release_obj) build_PxFoundation_release
mkdir -p `dirname ./../../../Bin/linux64/libPhysX3Common_x64.so`
$(CXX) -shared $(PhysXCommon_release_obj) $(PhysXCommon_release_lflags) -lc -o $@
$(ECHO) building $@ complete!
PhysXCommon_release_DEPDIR = $(dir $(@))/$(*F)
$(PhysXCommon_release_cpp_o): $(PhysXCommon_release_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCommon_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cppfiles))))))
cp $(PhysXCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \
rm -f $(PhysXCommon_release_DEPDIR).d
$(PhysXCommon_release_cc_o): $(PhysXCommon_release_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCommon_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_ccfiles))))))
cp $(PhysXCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_ccfiles))))).release.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_ccfiles))))).release.P; \
rm -f $(PhysXCommon_release_DEPDIR).d
$(PhysXCommon_release_c_o): $(PhysXCommon_release_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysXCommon_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cfiles))))))
cp $(PhysXCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \
rm -f $(PhysXCommon_release_DEPDIR).d
PhysXCommon_debug_hpaths :=
PhysXCommon_debug_hpaths += ./../../Common/include
PhysXCommon_debug_hpaths += ./../../../../PxShared/include
PhysXCommon_debug_hpaths += ./../../../../PxShared/src/foundation/include
PhysXCommon_debug_hpaths += ./../../../../PxShared/src/fastxml/include
PhysXCommon_debug_hpaths += ./../../../../PxShared/src/pvd/include
PhysXCommon_debug_hpaths += ./../../../Include/common
PhysXCommon_debug_hpaths += ./../../../Include
PhysXCommon_debug_hpaths += ./../../Common/src
PhysXCommon_debug_hpaths += ./../../Common/src/unix
PhysXCommon_debug_hpaths += ./../../PhysXProfile/include
PhysXCommon_debug_hpaths += ./../../PhysXProfile/src
PhysXCommon_debug_hpaths += ./../../PhysXGpu/include
PhysXCommon_debug_hpaths += ./../../../Include/geometry
PhysXCommon_debug_hpaths += ./../../GeomUtils/headers
PhysXCommon_debug_hpaths += ./../../GeomUtils/src
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/contact
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/common
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/convex
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/distance
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/sweep
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/gjk
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/intersection
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/mesh
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/hf
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/pcm
PhysXCommon_debug_hpaths += ./../../GeomUtils/src/ccd
PhysXCommon_debug_hpaths += ./../../../Include/GeomUtils
PhysXCommon_debug_lpaths :=
PhysXCommon_debug_lpaths += ./../../../../PxShared/bin/linux64
PhysXCommon_debug_defines := $(PhysXCommon_custom_defines)
PhysXCommon_debug_defines += PX_FOUNDATION_DLL=1
PhysXCommon_debug_defines += PX_PHYSX_COMMON_EXPORTS
PhysXCommon_debug_defines += _DEBUG
PhysXCommon_debug_defines += PX_DEBUG=1
PhysXCommon_debug_defines += PX_CHECKED=1
PhysXCommon_debug_defines += PX_SUPPORT_PVD=1
PhysXCommon_debug_libraries :=
PhysXCommon_debug_libraries += PxFoundationDEBUG_x64
PhysXCommon_debug_common_cflags := $(PhysXCommon_custom_cflags)
PhysXCommon_debug_common_cflags += -MMD
PhysXCommon_debug_common_cflags += $(addprefix -D, $(PhysXCommon_debug_defines))
PhysXCommon_debug_common_cflags += $(addprefix -I, $(PhysXCommon_debug_hpaths))
PhysXCommon_debug_common_cflags += -m64
PhysXCommon_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXCommon_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PhysXCommon_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXCommon_debug_common_cflags += -Wno-missing-field-initializers
PhysXCommon_debug_common_cflags += -g3 -gdwarf-2
PhysXCommon_debug_cflags := $(PhysXCommon_debug_common_cflags)
PhysXCommon_debug_cppflags := $(PhysXCommon_debug_common_cflags)
PhysXCommon_debug_lflags := $(PhysXCommon_custom_lflags)
PhysXCommon_debug_lflags += $(addprefix -L, $(PhysXCommon_debug_lpaths))
PhysXCommon_debug_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCommon_debug_libraries)) -Wl,--end-group
PhysXCommon_debug_lflags += -lrt
PhysXCommon_debug_lflags += -m64
PhysXCommon_debug_objsdir = $(OBJS_DIR)/PhysXCommon_debug
PhysXCommon_debug_cpp_o = $(addprefix $(PhysXCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles)))))
PhysXCommon_debug_cc_o = $(addprefix $(PhysXCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles)))))
PhysXCommon_debug_c_o = $(addprefix $(PhysXCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCommon_cfiles)))))
PhysXCommon_debug_obj = $(PhysXCommon_debug_cpp_o) $(PhysXCommon_debug_cc_o) $(PhysXCommon_debug_c_o)
PhysXCommon_debug_bin := ./../../../Bin/linux64/libPhysX3CommonDEBUG_x64.so
clean_PhysXCommon_debug:
@$(ECHO) clean PhysXCommon debug
@$(RMDIR) $(PhysXCommon_debug_objsdir)
@$(RMDIR) $(PhysXCommon_debug_bin)
@$(RMDIR) $(DEPSDIR)/PhysXCommon/debug
build_PhysXCommon_debug: postbuild_PhysXCommon_debug
postbuild_PhysXCommon_debug: mainbuild_PhysXCommon_debug
mainbuild_PhysXCommon_debug: prebuild_PhysXCommon_debug $(PhysXCommon_debug_bin)
prebuild_PhysXCommon_debug:
$(PhysXCommon_debug_bin): $(PhysXCommon_debug_obj) build_PxFoundation_debug
mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CommonDEBUG_x64.so`
$(CXX) -shared $(PhysXCommon_debug_obj) $(PhysXCommon_debug_lflags) -lc -o $@
$(ECHO) building $@ complete!
PhysXCommon_debug_DEPDIR = $(dir $(@))/$(*F)
$(PhysXCommon_debug_cpp_o): $(PhysXCommon_debug_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCommon_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cppfiles))))))
cp $(PhysXCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \
rm -f $(PhysXCommon_debug_DEPDIR).d
$(PhysXCommon_debug_cc_o): $(PhysXCommon_debug_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCommon_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_ccfiles))))))
cp $(PhysXCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_ccfiles))))).debug.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_ccfiles))))).debug.P; \
rm -f $(PhysXCommon_debug_DEPDIR).d
$(PhysXCommon_debug_c_o): $(PhysXCommon_debug_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysXCommon_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cfiles))))))
cp $(PhysXCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \
rm -f $(PhysXCommon_debug_DEPDIR).d
PhysXCommon_checked_hpaths :=
PhysXCommon_checked_hpaths += ./../../Common/include
PhysXCommon_checked_hpaths += ./../../../../PxShared/include
PhysXCommon_checked_hpaths += ./../../../../PxShared/src/foundation/include
PhysXCommon_checked_hpaths += ./../../../../PxShared/src/fastxml/include
PhysXCommon_checked_hpaths += ./../../../../PxShared/src/pvd/include
PhysXCommon_checked_hpaths += ./../../../Include/common
PhysXCommon_checked_hpaths += ./../../../Include
PhysXCommon_checked_hpaths += ./../../Common/src
PhysXCommon_checked_hpaths += ./../../Common/src/unix
PhysXCommon_checked_hpaths += ./../../PhysXProfile/include
PhysXCommon_checked_hpaths += ./../../PhysXProfile/src
PhysXCommon_checked_hpaths += ./../../PhysXGpu/include
PhysXCommon_checked_hpaths += ./../../../Include/geometry
PhysXCommon_checked_hpaths += ./../../GeomUtils/headers
PhysXCommon_checked_hpaths += ./../../GeomUtils/src
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/contact
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/common
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/convex
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/distance
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/sweep
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/gjk
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/intersection
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/mesh
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/hf
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/pcm
PhysXCommon_checked_hpaths += ./../../GeomUtils/src/ccd
PhysXCommon_checked_hpaths += ./../../../Include/GeomUtils
PhysXCommon_checked_lpaths :=
PhysXCommon_checked_lpaths += ./../../../../PxShared/bin/linux64
PhysXCommon_checked_defines := $(PhysXCommon_custom_defines)
PhysXCommon_checked_defines += PX_FOUNDATION_DLL=1
PhysXCommon_checked_defines += PX_PHYSX_COMMON_EXPORTS
PhysXCommon_checked_defines += NDEBUG
PhysXCommon_checked_defines += PX_CHECKED=1
PhysXCommon_checked_defines += PX_SUPPORT_PVD=1
PhysXCommon_checked_libraries :=
PhysXCommon_checked_libraries += PxFoundationCHECKED_x64
PhysXCommon_checked_common_cflags := $(PhysXCommon_custom_cflags)
PhysXCommon_checked_common_cflags += -MMD
PhysXCommon_checked_common_cflags += $(addprefix -D, $(PhysXCommon_checked_defines))
PhysXCommon_checked_common_cflags += $(addprefix -I, $(PhysXCommon_checked_hpaths))
PhysXCommon_checked_common_cflags += -m64
PhysXCommon_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXCommon_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PhysXCommon_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXCommon_checked_common_cflags += -Wno-missing-field-initializers
PhysXCommon_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXCommon_checked_cflags := $(PhysXCommon_checked_common_cflags)
PhysXCommon_checked_cppflags := $(PhysXCommon_checked_common_cflags)
PhysXCommon_checked_lflags := $(PhysXCommon_custom_lflags)
PhysXCommon_checked_lflags += $(addprefix -L, $(PhysXCommon_checked_lpaths))
PhysXCommon_checked_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCommon_checked_libraries)) -Wl,--end-group
PhysXCommon_checked_lflags += -lrt
PhysXCommon_checked_lflags += -m64
PhysXCommon_checked_objsdir = $(OBJS_DIR)/PhysXCommon_checked
PhysXCommon_checked_cpp_o = $(addprefix $(PhysXCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles)))))
PhysXCommon_checked_cc_o = $(addprefix $(PhysXCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles)))))
PhysXCommon_checked_c_o = $(addprefix $(PhysXCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCommon_cfiles)))))
PhysXCommon_checked_obj = $(PhysXCommon_checked_cpp_o) $(PhysXCommon_checked_cc_o) $(PhysXCommon_checked_c_o)
PhysXCommon_checked_bin := ./../../../Bin/linux64/libPhysX3CommonCHECKED_x64.so
clean_PhysXCommon_checked:
@$(ECHO) clean PhysXCommon checked
@$(RMDIR) $(PhysXCommon_checked_objsdir)
@$(RMDIR) $(PhysXCommon_checked_bin)
@$(RMDIR) $(DEPSDIR)/PhysXCommon/checked
build_PhysXCommon_checked: postbuild_PhysXCommon_checked
postbuild_PhysXCommon_checked: mainbuild_PhysXCommon_checked
mainbuild_PhysXCommon_checked: prebuild_PhysXCommon_checked $(PhysXCommon_checked_bin)
prebuild_PhysXCommon_checked:
$(PhysXCommon_checked_bin): $(PhysXCommon_checked_obj) build_PxFoundation_checked
mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CommonCHECKED_x64.so`
$(CXX) -shared $(PhysXCommon_checked_obj) $(PhysXCommon_checked_lflags) -lc -o $@
$(ECHO) building $@ complete!
PhysXCommon_checked_DEPDIR = $(dir $(@))/$(*F)
$(PhysXCommon_checked_cpp_o): $(PhysXCommon_checked_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCommon_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cppfiles))))))
cp $(PhysXCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \
rm -f $(PhysXCommon_checked_DEPDIR).d
$(PhysXCommon_checked_cc_o): $(PhysXCommon_checked_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCommon_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_ccfiles))))))
cp $(PhysXCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_ccfiles))))).checked.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_ccfiles))))).checked.P; \
rm -f $(PhysXCommon_checked_DEPDIR).d
$(PhysXCommon_checked_c_o): $(PhysXCommon_checked_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysXCommon_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cfiles))))))
cp $(PhysXCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \
rm -f $(PhysXCommon_checked_DEPDIR).d
PhysXCommon_profile_hpaths :=
PhysXCommon_profile_hpaths += ./../../Common/include
PhysXCommon_profile_hpaths += ./../../../../PxShared/include
PhysXCommon_profile_hpaths += ./../../../../PxShared/src/foundation/include
PhysXCommon_profile_hpaths += ./../../../../PxShared/src/fastxml/include
PhysXCommon_profile_hpaths += ./../../../../PxShared/src/pvd/include
PhysXCommon_profile_hpaths += ./../../../Include/common
PhysXCommon_profile_hpaths += ./../../../Include
PhysXCommon_profile_hpaths += ./../../Common/src
PhysXCommon_profile_hpaths += ./../../Common/src/unix
PhysXCommon_profile_hpaths += ./../../PhysXProfile/include
PhysXCommon_profile_hpaths += ./../../PhysXProfile/src
PhysXCommon_profile_hpaths += ./../../PhysXGpu/include
PhysXCommon_profile_hpaths += ./../../../Include/geometry
PhysXCommon_profile_hpaths += ./../../GeomUtils/headers
PhysXCommon_profile_hpaths += ./../../GeomUtils/src
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/contact
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/common
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/convex
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/distance
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/sweep
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/gjk
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/intersection
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/mesh
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/hf
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/pcm
PhysXCommon_profile_hpaths += ./../../GeomUtils/src/ccd
PhysXCommon_profile_hpaths += ./../../../Include/GeomUtils
PhysXCommon_profile_lpaths :=
PhysXCommon_profile_lpaths += ./../../../../PxShared/bin/linux64
PhysXCommon_profile_defines := $(PhysXCommon_custom_defines)
PhysXCommon_profile_defines += PX_FOUNDATION_DLL=1
PhysXCommon_profile_defines += PX_PHYSX_COMMON_EXPORTS
PhysXCommon_profile_defines += NDEBUG
PhysXCommon_profile_defines += PX_PROFILE=1
PhysXCommon_profile_defines += PX_SUPPORT_PVD=1
PhysXCommon_profile_libraries :=
PhysXCommon_profile_libraries += PxFoundationPROFILE_x64
PhysXCommon_profile_common_cflags := $(PhysXCommon_custom_cflags)
PhysXCommon_profile_common_cflags += -MMD
PhysXCommon_profile_common_cflags += $(addprefix -D, $(PhysXCommon_profile_defines))
PhysXCommon_profile_common_cflags += $(addprefix -I, $(PhysXCommon_profile_hpaths))
PhysXCommon_profile_common_cflags += -m64
PhysXCommon_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXCommon_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PhysXCommon_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXCommon_profile_common_cflags += -Wno-missing-field-initializers
PhysXCommon_profile_common_cflags += -O3 -fno-strict-aliasing
PhysXCommon_profile_cflags := $(PhysXCommon_profile_common_cflags)
PhysXCommon_profile_cppflags := $(PhysXCommon_profile_common_cflags)
PhysXCommon_profile_lflags := $(PhysXCommon_custom_lflags)
PhysXCommon_profile_lflags += $(addprefix -L, $(PhysXCommon_profile_lpaths))
PhysXCommon_profile_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCommon_profile_libraries)) -Wl,--end-group
PhysXCommon_profile_lflags += -lrt
PhysXCommon_profile_lflags += -m64
PhysXCommon_profile_objsdir = $(OBJS_DIR)/PhysXCommon_profile
PhysXCommon_profile_cpp_o = $(addprefix $(PhysXCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles)))))
PhysXCommon_profile_cc_o = $(addprefix $(PhysXCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles)))))
PhysXCommon_profile_c_o = $(addprefix $(PhysXCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCommon_cfiles)))))
PhysXCommon_profile_obj = $(PhysXCommon_profile_cpp_o) $(PhysXCommon_profile_cc_o) $(PhysXCommon_profile_c_o)
PhysXCommon_profile_bin := ./../../../Bin/linux64/libPhysX3CommonPROFILE_x64.so
clean_PhysXCommon_profile:
@$(ECHO) clean PhysXCommon profile
@$(RMDIR) $(PhysXCommon_profile_objsdir)
@$(RMDIR) $(PhysXCommon_profile_bin)
@$(RMDIR) $(DEPSDIR)/PhysXCommon/profile
build_PhysXCommon_profile: postbuild_PhysXCommon_profile
postbuild_PhysXCommon_profile: mainbuild_PhysXCommon_profile
mainbuild_PhysXCommon_profile: prebuild_PhysXCommon_profile $(PhysXCommon_profile_bin)
prebuild_PhysXCommon_profile:
$(PhysXCommon_profile_bin): $(PhysXCommon_profile_obj) build_PxFoundation_profile
mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CommonPROFILE_x64.so`
$(CXX) -shared $(PhysXCommon_profile_obj) $(PhysXCommon_profile_lflags) -lc -o $@
$(ECHO) building $@ complete!
PhysXCommon_profile_DEPDIR = $(dir $(@))/$(*F)
$(PhysXCommon_profile_cpp_o): $(PhysXCommon_profile_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCommon_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cppfiles))))))
cp $(PhysXCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \
rm -f $(PhysXCommon_profile_DEPDIR).d
$(PhysXCommon_profile_cc_o): $(PhysXCommon_profile_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCommon_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_ccfiles))))))
cp $(PhysXCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_ccfiles))))).profile.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_ccfiles))))).profile.P; \
rm -f $(PhysXCommon_profile_DEPDIR).d
$(PhysXCommon_profile_c_o): $(PhysXCommon_profile_objsdir)/%.o:
$(ECHO) PhysXCommon: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysXCommon_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cfiles))))))
cp $(PhysXCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \
rm -f $(PhysXCommon_profile_DEPDIR).d
clean_PhysXCommon: clean_PhysXCommon_release clean_PhysXCommon_debug clean_PhysXCommon_checked clean_PhysXCommon_profile
rm -rf $(DEPSDIR)
export VERBOSE
ifndef VERBOSE
.SILENT:
endif
|