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
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
|
# Makefile generated by XPJ for ANDROID16
-include Makefile.custom
ProjectName = PhysX
PhysX_cppfiles += ./../../PhysX/src/NpActor.cpp
PhysX_cppfiles += ./../../PhysX/src/NpAggregate.cpp
PhysX_cppfiles += ./../../PhysX/src/NpArticulation.cpp
PhysX_cppfiles += ./../../PhysX/src/NpArticulationJoint.cpp
PhysX_cppfiles += ./../../PhysX/src/NpArticulationLink.cpp
PhysX_cppfiles += ./../../PhysX/src/NpBatchQuery.cpp
PhysX_cppfiles += ./../../PhysX/src/NpConstraint.cpp
PhysX_cppfiles += ./../../PhysX/src/NpFactory.cpp
PhysX_cppfiles += ./../../PhysX/src/NpMaterial.cpp
PhysX_cppfiles += ./../../PhysX/src/NpMetaData.cpp
PhysX_cppfiles += ./../../PhysX/src/NpPhysics.cpp
PhysX_cppfiles += ./../../PhysX/src/NpPvdSceneQueryCollector.cpp
PhysX_cppfiles += ./../../PhysX/src/NpReadCheck.cpp
PhysX_cppfiles += ./../../PhysX/src/NpRigidDynamic.cpp
PhysX_cppfiles += ./../../PhysX/src/NpRigidStatic.cpp
PhysX_cppfiles += ./../../PhysX/src/NpScene.cpp
PhysX_cppfiles += ./../../PhysX/src/NpSceneQueries.cpp
PhysX_cppfiles += ./../../PhysX/src/NpSerializerAdapter.cpp
PhysX_cppfiles += ./../../PhysX/src/NpShape.cpp
PhysX_cppfiles += ./../../PhysX/src/NpShapeManager.cpp
PhysX_cppfiles += ./../../PhysX/src/NpSpatialIndex.cpp
PhysX_cppfiles += ./../../PhysX/src/NpVolumeCache.cpp
PhysX_cppfiles += ./../../PhysX/src/NpWriteCheck.cpp
PhysX_cppfiles += ./../../PhysX/src/PvdMetaDataPvdBinding.cpp
PhysX_cppfiles += ./../../PhysX/src/PvdPhysicsClient.cpp
PhysX_cppfiles += ./../../PhysX/src/particles/NpParticleFluid.cpp
PhysX_cppfiles += ./../../PhysX/src/particles/NpParticleSystem.cpp
PhysX_cppfiles += ./../../PhysX/src/buffering/ScbActor.cpp
PhysX_cppfiles += ./../../PhysX/src/buffering/ScbAggregate.cpp
PhysX_cppfiles += ./../../PhysX/src/buffering/ScbBase.cpp
PhysX_cppfiles += ./../../PhysX/src/buffering/ScbCloth.cpp
PhysX_cppfiles += ./../../PhysX/src/buffering/ScbMetaData.cpp
PhysX_cppfiles += ./../../PhysX/src/buffering/ScbParticleSystem.cpp
PhysX_cppfiles += ./../../PhysX/src/buffering/ScbScene.cpp
PhysX_cppfiles += ./../../PhysX/src/buffering/ScbScenePvdClient.cpp
PhysX_cppfiles += ./../../PhysX/src/buffering/ScbShape.cpp
PhysX_cppfiles += ./../../PhysX/src/cloth/NpCloth.cpp
PhysX_cppfiles += ./../../PhysX/src/cloth/NpClothFabric.cpp
PhysX_cppfiles += ./../../PhysX/src/cloth/NpClothParticleData.cpp
PhysX_cppfiles += ./../../ImmediateMode/src/NpImmediateMode.cpp
PhysX_cppfiles += ./../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp
PhysX_cppfiles += ./../../PhysXMetaData/core/src/PxMetaDataObjects.cpp
PhysX_cpp_release_dep = $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysX_cppfiles)))))
PhysX_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PhysX_ccfiles)))))
PhysX_c_release_dep = $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysX_cfiles)))))
PhysX_release_dep = $(PhysX_cpp_release_dep) $(PhysX_cc_release_dep) $(PhysX_c_release_dep)
-include $(PhysX_release_dep)
PhysX_cpp_debug_dep = $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysX_cppfiles)))))
PhysX_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PhysX_ccfiles)))))
PhysX_c_debug_dep = $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysX_cfiles)))))
PhysX_debug_dep = $(PhysX_cpp_debug_dep) $(PhysX_cc_debug_dep) $(PhysX_c_debug_dep)
-include $(PhysX_debug_dep)
PhysX_cpp_checked_dep = $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysX_cppfiles)))))
PhysX_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PhysX_ccfiles)))))
PhysX_c_checked_dep = $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysX_cfiles)))))
PhysX_checked_dep = $(PhysX_cpp_checked_dep) $(PhysX_cc_checked_dep) $(PhysX_c_checked_dep)
-include $(PhysX_checked_dep)
PhysX_cpp_profile_dep = $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysX_cppfiles)))))
PhysX_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PhysX_ccfiles)))))
PhysX_c_profile_dep = $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysX_cfiles)))))
PhysX_profile_dep = $(PhysX_cpp_profile_dep) $(PhysX_cc_profile_dep) $(PhysX_c_profile_dep)
-include $(PhysX_profile_dep)
PhysX_release_hpaths :=
PhysX_release_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
PhysX_release_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
PhysX_release_hpaths += ./../../Common/include
PhysX_release_hpaths += ./../../../../PxShared/include
PhysX_release_hpaths += ./../../../../PxShared/src/foundation/include
PhysX_release_hpaths += ./../../../../PxShared/src/fastxml/include
PhysX_release_hpaths += ./../../../../PxShared/src/pvd/include
PhysX_release_hpaths += ./../../../../Externals/nvToolsExt/1/include
PhysX_release_hpaths += ./../../../Include/common
PhysX_release_hpaths += ./../../../Include/geometry
PhysX_release_hpaths += ./../../../Include/GeomUtils
PhysX_release_hpaths += ./../../../Include/pvd
PhysX_release_hpaths += ./../../../Include/particles
PhysX_release_hpaths += ./../../../Include/cloth
PhysX_release_hpaths += ./../../../Include
PhysX_release_hpaths += ./../../Common/src
PhysX_release_hpaths += ./../../GeomUtils/headers
PhysX_release_hpaths += ./../../GeomUtils/src
PhysX_release_hpaths += ./../../GeomUtils/src/contact
PhysX_release_hpaths += ./../../GeomUtils/src/common
PhysX_release_hpaths += ./../../GeomUtils/src/convex
PhysX_release_hpaths += ./../../GeomUtils/src/distance
PhysX_release_hpaths += ./../../GeomUtils/src/sweep
PhysX_release_hpaths += ./../../GeomUtils/src/gjk
PhysX_release_hpaths += ./../../GeomUtils/src/intersection
PhysX_release_hpaths += ./../../GeomUtils/src/mesh
PhysX_release_hpaths += ./../../GeomUtils/src/hf
PhysX_release_hpaths += ./../../GeomUtils/src/pcm
PhysX_release_hpaths += ./../../GeomUtils/src/ccd
PhysX_release_hpaths += ./../../LowLevel/API/include
PhysX_release_hpaths += ./../../LowLevel/software/include
PhysX_release_hpaths += ./../../LowLevel/common/include/pipeline
PhysX_release_hpaths += ./../../LowLevelAABB/include
PhysX_release_hpaths += ./../../LowLevelDynamics/include
PhysX_release_hpaths += ./../../LowLevelDynamics/src
PhysX_release_hpaths += ./../../LowLevelParticles/include
PhysX_release_hpaths += ./../../PhysX/src
PhysX_release_hpaths += ./../../PhysX/src/buffering
PhysX_release_hpaths += ./../../PhysX/src/particles
PhysX_release_hpaths += ./../../PhysX/src/cloth
PhysX_release_hpaths += ./../../SimulationController/include
PhysX_release_hpaths += ./../../SimulationController/src
PhysX_release_hpaths += ./../../SimulationController/src/particles
PhysX_release_hpaths += ./../../PhysXCooking/src
PhysX_release_hpaths += ./../../PhysXCooking/src/mesh
PhysX_release_hpaths += ./../../PhysXCooking/src/convex
PhysX_release_hpaths += ./../../SceneQuery/include
PhysX_release_hpaths += ./../../PhysXMetaData/core/include
PhysX_release_lpaths :=
PhysX_release_lpaths += ./../../../../PxShared/lib/android16
PhysX_release_lpaths += ./../../../Lib/android16
PhysX_release_defines := $(PhysX_custom_defines)
PhysX_release_defines += ANDROID
PhysX_release_defines += GLES2
PhysX_release_defines += __STDC_LIMIT_MACROS
PhysX_release_defines += __ARM_ARCH_5__
PhysX_release_defines += __ARM_ARCH_5T__
PhysX_release_defines += __ARM_ARCH_5E__
PhysX_release_defines += __ARM_ARCH_5TE__
PhysX_release_defines += PX_PHYSX_STATIC_LIB
PhysX_release_defines += NDEBUG
PhysX_release_defines += PX_SUPPORT_PVD=0
PhysX_release_libraries :=
PhysX_release_libraries += PxPvdSDK
PhysX_release_libraries += PxFoundation
PhysX_release_libraries += PhysX3Common
PhysX_release_libraries += LowLevel
PhysX_release_libraries += LowLevelAABB
PhysX_release_libraries += LowLevelDynamics
PhysX_release_libraries += LowLevelCloth
PhysX_release_libraries += LowLevelParticles
PhysX_release_libraries += SceneQuery
PhysX_release_libraries += SimulationController
PhysX_release_libraries += PxTask
PhysX_release_common_cflags := $(PhysX_custom_cflags)
PhysX_release_common_cflags += -MMD
PhysX_release_common_cflags += $(addprefix -D, $(PhysX_release_defines))
PhysX_release_common_cflags += $(addprefix -I, $(PhysX_release_hpaths))
PhysX_release_common_cflags += -Werror
PhysX_release_common_cflags += -fpic -fno-exceptions
PhysX_release_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysX_release_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
PhysX_release_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
PhysX_release_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable
PhysX_release_common_cflags += -Wno-variadic-macros
PhysX_release_common_cflags += -O3 -fno-strict-aliasing
PhysX_release_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
PhysX_release_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
PhysX_release_cflags := $(PhysX_release_common_cflags)
PhysX_release_cflags += -std=c99
PhysX_release_cppflags := $(PhysX_release_common_cflags)
PhysX_release_cppflags += -fno-rtti
PhysX_release_cppflags += -Wno-invalid-offsetof
PhysX_release_lflags := $(PhysX_custom_lflags)
PhysX_release_lflags += $(addprefix -L, $(PhysX_release_lpaths))
PhysX_release_lflags += -Wl,--start-group $(addprefix -l, $(PhysX_release_libraries)) -Wl,--end-group
PhysX_release_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysX_release_objsdir = $(OBJS_DIR)/PhysX_release
PhysX_release_cpp_o = $(addprefix $(PhysX_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles)))))
PhysX_release_cc_o = $(addprefix $(PhysX_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles)))))
PhysX_release_c_o = $(addprefix $(PhysX_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysX_cfiles)))))
PhysX_release_obj = $(PhysX_release_cpp_o) $(PhysX_release_cc_o) $(PhysX_release_c_o)
PhysX_release_bin := ./../../../Lib/android16/libPhysX3.a
clean_PhysX_release:
@$(ECHO) clean PhysX release
@$(RMDIR) $(PhysX_release_objsdir)
@$(RMDIR) $(PhysX_release_bin)
@$(RMDIR) $(DEPSDIR)/PhysX/release
build_PhysX_release: postbuild_PhysX_release
postbuild_PhysX_release: mainbuild_PhysX_release
mainbuild_PhysX_release: prebuild_PhysX_release $(PhysX_release_bin)
prebuild_PhysX_release:
$(PhysX_release_bin): $(PhysXCommon_release_obj) $(LowLevel_release_obj) $(LowLevelAABB_release_obj) $(LowLevelDynamics_release_obj) $(LowLevelCloth_release_obj) $(LowLevelParticles_release_obj) $(SceneQuery_release_obj) $(SimulationController_release_obj) $(PxTask_release_obj) $(PhysX_release_obj) build_PxPvdSDK_release build_PxFoundation_release build_PhysXCommon_release build_LowLevel_release build_LowLevelAABB_release build_LowLevelDynamics_release build_LowLevelCloth_release build_LowLevelParticles_release build_SceneQuery_release build_SimulationController_release build_PxTask_release
mkdir -p `dirname ./../../../Lib/android16/libPhysX3.a`
@$(AR) rcs $(PhysX_release_bin) $(PhysXCommon_release_obj) $(LowLevel_release_obj) $(LowLevelAABB_release_obj) $(LowLevelDynamics_release_obj) $(LowLevelCloth_release_obj) $(LowLevelParticles_release_obj) $(SceneQuery_release_obj) $(SimulationController_release_obj) $(PxTask_release_obj) $(PhysX_release_obj)
$(ECHO) building $@ complete!
PhysX_release_DEPDIR = $(dir $(@))/$(*F)
$(PhysX_release_cpp_o): $(PhysX_release_objsdir)/%.o:
$(ECHO) PhysX: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysX_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cppfiles))))))
cp $(PhysX_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cppfiles))))).P; \
rm -f $(PhysX_release_DEPDIR).d
$(PhysX_release_cc_o): $(PhysX_release_objsdir)/%.o:
$(ECHO) PhysX: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysX_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_ccfiles))))))
cp $(PhysX_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_ccfiles))))).release.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_ccfiles))))).release.P; \
rm -f $(PhysX_release_DEPDIR).d
$(PhysX_release_c_o): $(PhysX_release_objsdir)/%.o:
$(ECHO) PhysX: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysX_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cfiles))))))
cp $(PhysX_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cfiles))))).P; \
rm -f $(PhysX_release_DEPDIR).d
PhysX_debug_hpaths :=
PhysX_debug_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
PhysX_debug_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
PhysX_debug_hpaths += ./../../Common/include
PhysX_debug_hpaths += ./../../../../PxShared/include
PhysX_debug_hpaths += ./../../../../PxShared/src/foundation/include
PhysX_debug_hpaths += ./../../../../PxShared/src/fastxml/include
PhysX_debug_hpaths += ./../../../../PxShared/src/pvd/include
PhysX_debug_hpaths += ./../../../../Externals/nvToolsExt/1/include
PhysX_debug_hpaths += ./../../../Include/common
PhysX_debug_hpaths += ./../../../Include/geometry
PhysX_debug_hpaths += ./../../../Include/GeomUtils
PhysX_debug_hpaths += ./../../../Include/pvd
PhysX_debug_hpaths += ./../../../Include/particles
PhysX_debug_hpaths += ./../../../Include/cloth
PhysX_debug_hpaths += ./../../../Include
PhysX_debug_hpaths += ./../../Common/src
PhysX_debug_hpaths += ./../../GeomUtils/headers
PhysX_debug_hpaths += ./../../GeomUtils/src
PhysX_debug_hpaths += ./../../GeomUtils/src/contact
PhysX_debug_hpaths += ./../../GeomUtils/src/common
PhysX_debug_hpaths += ./../../GeomUtils/src/convex
PhysX_debug_hpaths += ./../../GeomUtils/src/distance
PhysX_debug_hpaths += ./../../GeomUtils/src/sweep
PhysX_debug_hpaths += ./../../GeomUtils/src/gjk
PhysX_debug_hpaths += ./../../GeomUtils/src/intersection
PhysX_debug_hpaths += ./../../GeomUtils/src/mesh
PhysX_debug_hpaths += ./../../GeomUtils/src/hf
PhysX_debug_hpaths += ./../../GeomUtils/src/pcm
PhysX_debug_hpaths += ./../../GeomUtils/src/ccd
PhysX_debug_hpaths += ./../../LowLevel/API/include
PhysX_debug_hpaths += ./../../LowLevel/software/include
PhysX_debug_hpaths += ./../../LowLevel/common/include/pipeline
PhysX_debug_hpaths += ./../../LowLevelAABB/include
PhysX_debug_hpaths += ./../../LowLevelDynamics/include
PhysX_debug_hpaths += ./../../LowLevelDynamics/src
PhysX_debug_hpaths += ./../../LowLevelParticles/include
PhysX_debug_hpaths += ./../../PhysX/src
PhysX_debug_hpaths += ./../../PhysX/src/buffering
PhysX_debug_hpaths += ./../../PhysX/src/particles
PhysX_debug_hpaths += ./../../PhysX/src/cloth
PhysX_debug_hpaths += ./../../SimulationController/include
PhysX_debug_hpaths += ./../../SimulationController/src
PhysX_debug_hpaths += ./../../SimulationController/src/particles
PhysX_debug_hpaths += ./../../PhysXCooking/src
PhysX_debug_hpaths += ./../../PhysXCooking/src/mesh
PhysX_debug_hpaths += ./../../PhysXCooking/src/convex
PhysX_debug_hpaths += ./../../SceneQuery/include
PhysX_debug_hpaths += ./../../PhysXMetaData/core/include
PhysX_debug_lpaths :=
PhysX_debug_lpaths += ./../../../../PxShared/lib/android16
PhysX_debug_lpaths += ./../../../Lib/android16
PhysX_debug_defines := $(PhysX_custom_defines)
PhysX_debug_defines += ANDROID
PhysX_debug_defines += GLES2
PhysX_debug_defines += __STDC_LIMIT_MACROS
PhysX_debug_defines += __ARM_ARCH_5__
PhysX_debug_defines += __ARM_ARCH_5T__
PhysX_debug_defines += __ARM_ARCH_5E__
PhysX_debug_defines += __ARM_ARCH_5TE__
PhysX_debug_defines += PX_PHYSX_STATIC_LIB
PhysX_debug_defines += _DEBUG
PhysX_debug_defines += PX_DEBUG=1
PhysX_debug_defines += PX_CHECKED=1
PhysX_debug_defines += PX_SUPPORT_PVD=1
PhysX_debug_defines += PX_NVTX=1
PhysX_debug_libraries :=
PhysX_debug_libraries += PxPvdSDKDEBUG
PhysX_debug_libraries += PxFoundationDEBUG
PhysX_debug_libraries += PhysX3CommonDEBUG
PhysX_debug_libraries += LowLevelDEBUG
PhysX_debug_libraries += LowLevelAABBDEBUG
PhysX_debug_libraries += LowLevelDynamicsDEBUG
PhysX_debug_libraries += LowLevelClothDEBUG
PhysX_debug_libraries += LowLevelParticlesDEBUG
PhysX_debug_libraries += SceneQueryDEBUG
PhysX_debug_libraries += SimulationControllerDEBUG
PhysX_debug_libraries += PxTaskDEBUG
PhysX_debug_common_cflags := $(PhysX_custom_cflags)
PhysX_debug_common_cflags += -MMD
PhysX_debug_common_cflags += $(addprefix -D, $(PhysX_debug_defines))
PhysX_debug_common_cflags += $(addprefix -I, $(PhysX_debug_hpaths))
PhysX_debug_common_cflags += -Werror
PhysX_debug_common_cflags += -fpic -fno-exceptions
PhysX_debug_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysX_debug_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
PhysX_debug_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
PhysX_debug_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable
PhysX_debug_common_cflags += -Wno-variadic-macros
PhysX_debug_common_cflags += -g3 -gdwarf-2
PhysX_debug_cflags := $(PhysX_debug_common_cflags)
PhysX_debug_cflags += -std=c99
PhysX_debug_cppflags := $(PhysX_debug_common_cflags)
PhysX_debug_cppflags += -fno-rtti
PhysX_debug_cppflags += -Wno-invalid-offsetof
PhysX_debug_lflags := $(PhysX_custom_lflags)
PhysX_debug_lflags += $(addprefix -L, $(PhysX_debug_lpaths))
PhysX_debug_lflags += -Wl,--start-group $(addprefix -l, $(PhysX_debug_libraries)) -Wl,--end-group
PhysX_debug_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysX_debug_objsdir = $(OBJS_DIR)/PhysX_debug
PhysX_debug_cpp_o = $(addprefix $(PhysX_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles)))))
PhysX_debug_cc_o = $(addprefix $(PhysX_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles)))))
PhysX_debug_c_o = $(addprefix $(PhysX_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysX_cfiles)))))
PhysX_debug_obj = $(PhysX_debug_cpp_o) $(PhysX_debug_cc_o) $(PhysX_debug_c_o)
PhysX_debug_bin := ./../../../Lib/android16/libPhysX3DEBUG.a
clean_PhysX_debug:
@$(ECHO) clean PhysX debug
@$(RMDIR) $(PhysX_debug_objsdir)
@$(RMDIR) $(PhysX_debug_bin)
@$(RMDIR) $(DEPSDIR)/PhysX/debug
build_PhysX_debug: postbuild_PhysX_debug
postbuild_PhysX_debug: mainbuild_PhysX_debug
mainbuild_PhysX_debug: prebuild_PhysX_debug $(PhysX_debug_bin)
prebuild_PhysX_debug:
$(PhysX_debug_bin): $(PhysXCommon_debug_obj) $(LowLevel_debug_obj) $(LowLevelAABB_debug_obj) $(LowLevelDynamics_debug_obj) $(LowLevelCloth_debug_obj) $(LowLevelParticles_debug_obj) $(SceneQuery_debug_obj) $(SimulationController_debug_obj) $(PxTask_debug_obj) $(PhysX_debug_obj) build_PxPvdSDK_debug build_PxFoundation_debug build_PhysXCommon_debug build_LowLevel_debug build_LowLevelAABB_debug build_LowLevelDynamics_debug build_LowLevelCloth_debug build_LowLevelParticles_debug build_SceneQuery_debug build_SimulationController_debug build_PxTask_debug
mkdir -p `dirname ./../../../Lib/android16/libPhysX3DEBUG.a`
@$(AR) rcs $(PhysX_debug_bin) $(PhysXCommon_debug_obj) $(LowLevel_debug_obj) $(LowLevelAABB_debug_obj) $(LowLevelDynamics_debug_obj) $(LowLevelCloth_debug_obj) $(LowLevelParticles_debug_obj) $(SceneQuery_debug_obj) $(SimulationController_debug_obj) $(PxTask_debug_obj) $(PhysX_debug_obj)
$(ECHO) building $@ complete!
PhysX_debug_DEPDIR = $(dir $(@))/$(*F)
$(PhysX_debug_cpp_o): $(PhysX_debug_objsdir)/%.o:
$(ECHO) PhysX: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysX_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cppfiles))))))
cp $(PhysX_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cppfiles))))).P; \
rm -f $(PhysX_debug_DEPDIR).d
$(PhysX_debug_cc_o): $(PhysX_debug_objsdir)/%.o:
$(ECHO) PhysX: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysX_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_ccfiles))))))
cp $(PhysX_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_ccfiles))))).debug.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_ccfiles))))).debug.P; \
rm -f $(PhysX_debug_DEPDIR).d
$(PhysX_debug_c_o): $(PhysX_debug_objsdir)/%.o:
$(ECHO) PhysX: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysX_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cfiles))))))
cp $(PhysX_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cfiles))))).P; \
rm -f $(PhysX_debug_DEPDIR).d
PhysX_checked_hpaths :=
PhysX_checked_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
PhysX_checked_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
PhysX_checked_hpaths += ./../../Common/include
PhysX_checked_hpaths += ./../../../../PxShared/include
PhysX_checked_hpaths += ./../../../../PxShared/src/foundation/include
PhysX_checked_hpaths += ./../../../../PxShared/src/fastxml/include
PhysX_checked_hpaths += ./../../../../PxShared/src/pvd/include
PhysX_checked_hpaths += ./../../../../Externals/nvToolsExt/1/include
PhysX_checked_hpaths += ./../../../Include/common
PhysX_checked_hpaths += ./../../../Include/geometry
PhysX_checked_hpaths += ./../../../Include/GeomUtils
PhysX_checked_hpaths += ./../../../Include/pvd
PhysX_checked_hpaths += ./../../../Include/particles
PhysX_checked_hpaths += ./../../../Include/cloth
PhysX_checked_hpaths += ./../../../Include
PhysX_checked_hpaths += ./../../Common/src
PhysX_checked_hpaths += ./../../GeomUtils/headers
PhysX_checked_hpaths += ./../../GeomUtils/src
PhysX_checked_hpaths += ./../../GeomUtils/src/contact
PhysX_checked_hpaths += ./../../GeomUtils/src/common
PhysX_checked_hpaths += ./../../GeomUtils/src/convex
PhysX_checked_hpaths += ./../../GeomUtils/src/distance
PhysX_checked_hpaths += ./../../GeomUtils/src/sweep
PhysX_checked_hpaths += ./../../GeomUtils/src/gjk
PhysX_checked_hpaths += ./../../GeomUtils/src/intersection
PhysX_checked_hpaths += ./../../GeomUtils/src/mesh
PhysX_checked_hpaths += ./../../GeomUtils/src/hf
PhysX_checked_hpaths += ./../../GeomUtils/src/pcm
PhysX_checked_hpaths += ./../../GeomUtils/src/ccd
PhysX_checked_hpaths += ./../../LowLevel/API/include
PhysX_checked_hpaths += ./../../LowLevel/software/include
PhysX_checked_hpaths += ./../../LowLevel/common/include/pipeline
PhysX_checked_hpaths += ./../../LowLevelAABB/include
PhysX_checked_hpaths += ./../../LowLevelDynamics/include
PhysX_checked_hpaths += ./../../LowLevelDynamics/src
PhysX_checked_hpaths += ./../../LowLevelParticles/include
PhysX_checked_hpaths += ./../../PhysX/src
PhysX_checked_hpaths += ./../../PhysX/src/buffering
PhysX_checked_hpaths += ./../../PhysX/src/particles
PhysX_checked_hpaths += ./../../PhysX/src/cloth
PhysX_checked_hpaths += ./../../SimulationController/include
PhysX_checked_hpaths += ./../../SimulationController/src
PhysX_checked_hpaths += ./../../SimulationController/src/particles
PhysX_checked_hpaths += ./../../PhysXCooking/src
PhysX_checked_hpaths += ./../../PhysXCooking/src/mesh
PhysX_checked_hpaths += ./../../PhysXCooking/src/convex
PhysX_checked_hpaths += ./../../SceneQuery/include
PhysX_checked_hpaths += ./../../PhysXMetaData/core/include
PhysX_checked_lpaths :=
PhysX_checked_lpaths += ./../../../../PxShared/lib/android16
PhysX_checked_lpaths += ./../../../Lib/android16
PhysX_checked_defines := $(PhysX_custom_defines)
PhysX_checked_defines += ANDROID
PhysX_checked_defines += GLES2
PhysX_checked_defines += __STDC_LIMIT_MACROS
PhysX_checked_defines += __ARM_ARCH_5__
PhysX_checked_defines += __ARM_ARCH_5T__
PhysX_checked_defines += __ARM_ARCH_5E__
PhysX_checked_defines += __ARM_ARCH_5TE__
PhysX_checked_defines += PX_PHYSX_STATIC_LIB
PhysX_checked_defines += NDEBUG
PhysX_checked_defines += PX_CHECKED=1
PhysX_checked_defines += PX_SUPPORT_PVD=1
PhysX_checked_defines += PX_NVTX=1
PhysX_checked_libraries :=
PhysX_checked_libraries += PxPvdSDKCHECKED
PhysX_checked_libraries += PxFoundationCHECKED
PhysX_checked_libraries += PhysX3CommonCHECKED
PhysX_checked_libraries += LowLevelCHECKED
PhysX_checked_libraries += LowLevelAABBCHECKED
PhysX_checked_libraries += LowLevelDynamicsCHECKED
PhysX_checked_libraries += LowLevelClothCHECKED
PhysX_checked_libraries += LowLevelParticlesCHECKED
PhysX_checked_libraries += SceneQueryCHECKED
PhysX_checked_libraries += SimulationControllerCHECKED
PhysX_checked_libraries += PxTaskCHECKED
PhysX_checked_common_cflags := $(PhysX_custom_cflags)
PhysX_checked_common_cflags += -MMD
PhysX_checked_common_cflags += $(addprefix -D, $(PhysX_checked_defines))
PhysX_checked_common_cflags += $(addprefix -I, $(PhysX_checked_hpaths))
PhysX_checked_common_cflags += -Werror
PhysX_checked_common_cflags += -fpic -fno-exceptions
PhysX_checked_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysX_checked_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
PhysX_checked_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
PhysX_checked_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable
PhysX_checked_common_cflags += -Wno-variadic-macros
PhysX_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysX_checked_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
PhysX_checked_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
PhysX_checked_cflags := $(PhysX_checked_common_cflags)
PhysX_checked_cflags += -std=c99
PhysX_checked_cppflags := $(PhysX_checked_common_cflags)
PhysX_checked_cppflags += -fno-rtti
PhysX_checked_cppflags += -Wno-invalid-offsetof
PhysX_checked_lflags := $(PhysX_custom_lflags)
PhysX_checked_lflags += $(addprefix -L, $(PhysX_checked_lpaths))
PhysX_checked_lflags += -Wl,--start-group $(addprefix -l, $(PhysX_checked_libraries)) -Wl,--end-group
PhysX_checked_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysX_checked_objsdir = $(OBJS_DIR)/PhysX_checked
PhysX_checked_cpp_o = $(addprefix $(PhysX_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles)))))
PhysX_checked_cc_o = $(addprefix $(PhysX_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles)))))
PhysX_checked_c_o = $(addprefix $(PhysX_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysX_cfiles)))))
PhysX_checked_obj = $(PhysX_checked_cpp_o) $(PhysX_checked_cc_o) $(PhysX_checked_c_o)
PhysX_checked_bin := ./../../../Lib/android16/libPhysX3CHECKED.a
clean_PhysX_checked:
@$(ECHO) clean PhysX checked
@$(RMDIR) $(PhysX_checked_objsdir)
@$(RMDIR) $(PhysX_checked_bin)
@$(RMDIR) $(DEPSDIR)/PhysX/checked
build_PhysX_checked: postbuild_PhysX_checked
postbuild_PhysX_checked: mainbuild_PhysX_checked
mainbuild_PhysX_checked: prebuild_PhysX_checked $(PhysX_checked_bin)
prebuild_PhysX_checked:
$(PhysX_checked_bin): $(PhysXCommon_checked_obj) $(LowLevel_checked_obj) $(LowLevelAABB_checked_obj) $(LowLevelDynamics_checked_obj) $(LowLevelCloth_checked_obj) $(LowLevelParticles_checked_obj) $(SceneQuery_checked_obj) $(SimulationController_checked_obj) $(PxTask_checked_obj) $(PhysX_checked_obj) build_PxPvdSDK_checked build_PxFoundation_checked build_PhysXCommon_checked build_LowLevel_checked build_LowLevelAABB_checked build_LowLevelDynamics_checked build_LowLevelCloth_checked build_LowLevelParticles_checked build_SceneQuery_checked build_SimulationController_checked build_PxTask_checked
mkdir -p `dirname ./../../../Lib/android16/libPhysX3CHECKED.a`
@$(AR) rcs $(PhysX_checked_bin) $(PhysXCommon_checked_obj) $(LowLevel_checked_obj) $(LowLevelAABB_checked_obj) $(LowLevelDynamics_checked_obj) $(LowLevelCloth_checked_obj) $(LowLevelParticles_checked_obj) $(SceneQuery_checked_obj) $(SimulationController_checked_obj) $(PxTask_checked_obj) $(PhysX_checked_obj)
$(ECHO) building $@ complete!
PhysX_checked_DEPDIR = $(dir $(@))/$(*F)
$(PhysX_checked_cpp_o): $(PhysX_checked_objsdir)/%.o:
$(ECHO) PhysX: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysX_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cppfiles))))))
cp $(PhysX_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cppfiles))))).P; \
rm -f $(PhysX_checked_DEPDIR).d
$(PhysX_checked_cc_o): $(PhysX_checked_objsdir)/%.o:
$(ECHO) PhysX: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysX_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_ccfiles))))))
cp $(PhysX_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_ccfiles))))).checked.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_ccfiles))))).checked.P; \
rm -f $(PhysX_checked_DEPDIR).d
$(PhysX_checked_c_o): $(PhysX_checked_objsdir)/%.o:
$(ECHO) PhysX: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysX_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cfiles))))))
cp $(PhysX_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cfiles))))).P; \
rm -f $(PhysX_checked_DEPDIR).d
PhysX_profile_hpaths :=
PhysX_profile_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
PhysX_profile_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
PhysX_profile_hpaths += ./../../Common/include
PhysX_profile_hpaths += ./../../../../PxShared/include
PhysX_profile_hpaths += ./../../../../PxShared/src/foundation/include
PhysX_profile_hpaths += ./../../../../PxShared/src/fastxml/include
PhysX_profile_hpaths += ./../../../../PxShared/src/pvd/include
PhysX_profile_hpaths += ./../../../../Externals/nvToolsExt/1/include
PhysX_profile_hpaths += ./../../../Include/common
PhysX_profile_hpaths += ./../../../Include/geometry
PhysX_profile_hpaths += ./../../../Include/GeomUtils
PhysX_profile_hpaths += ./../../../Include/pvd
PhysX_profile_hpaths += ./../../../Include/particles
PhysX_profile_hpaths += ./../../../Include/cloth
PhysX_profile_hpaths += ./../../../Include
PhysX_profile_hpaths += ./../../Common/src
PhysX_profile_hpaths += ./../../GeomUtils/headers
PhysX_profile_hpaths += ./../../GeomUtils/src
PhysX_profile_hpaths += ./../../GeomUtils/src/contact
PhysX_profile_hpaths += ./../../GeomUtils/src/common
PhysX_profile_hpaths += ./../../GeomUtils/src/convex
PhysX_profile_hpaths += ./../../GeomUtils/src/distance
PhysX_profile_hpaths += ./../../GeomUtils/src/sweep
PhysX_profile_hpaths += ./../../GeomUtils/src/gjk
PhysX_profile_hpaths += ./../../GeomUtils/src/intersection
PhysX_profile_hpaths += ./../../GeomUtils/src/mesh
PhysX_profile_hpaths += ./../../GeomUtils/src/hf
PhysX_profile_hpaths += ./../../GeomUtils/src/pcm
PhysX_profile_hpaths += ./../../GeomUtils/src/ccd
PhysX_profile_hpaths += ./../../LowLevel/API/include
PhysX_profile_hpaths += ./../../LowLevel/software/include
PhysX_profile_hpaths += ./../../LowLevel/common/include/pipeline
PhysX_profile_hpaths += ./../../LowLevelAABB/include
PhysX_profile_hpaths += ./../../LowLevelDynamics/include
PhysX_profile_hpaths += ./../../LowLevelDynamics/src
PhysX_profile_hpaths += ./../../LowLevelParticles/include
PhysX_profile_hpaths += ./../../PhysX/src
PhysX_profile_hpaths += ./../../PhysX/src/buffering
PhysX_profile_hpaths += ./../../PhysX/src/particles
PhysX_profile_hpaths += ./../../PhysX/src/cloth
PhysX_profile_hpaths += ./../../SimulationController/include
PhysX_profile_hpaths += ./../../SimulationController/src
PhysX_profile_hpaths += ./../../SimulationController/src/particles
PhysX_profile_hpaths += ./../../PhysXCooking/src
PhysX_profile_hpaths += ./../../PhysXCooking/src/mesh
PhysX_profile_hpaths += ./../../PhysXCooking/src/convex
PhysX_profile_hpaths += ./../../SceneQuery/include
PhysX_profile_hpaths += ./../../PhysXMetaData/core/include
PhysX_profile_lpaths :=
PhysX_profile_lpaths += ./../../../../PxShared/lib/android16
PhysX_profile_lpaths += ./../../../Lib/android16
PhysX_profile_defines := $(PhysX_custom_defines)
PhysX_profile_defines += ANDROID
PhysX_profile_defines += GLES2
PhysX_profile_defines += __STDC_LIMIT_MACROS
PhysX_profile_defines += __ARM_ARCH_5__
PhysX_profile_defines += __ARM_ARCH_5T__
PhysX_profile_defines += __ARM_ARCH_5E__
PhysX_profile_defines += __ARM_ARCH_5TE__
PhysX_profile_defines += PX_PHYSX_STATIC_LIB
PhysX_profile_defines += NDEBUG
PhysX_profile_defines += PX_PROFILE=1
PhysX_profile_defines += PX_SUPPORT_PVD=1
PhysX_profile_defines += PX_NVTX=1
PhysX_profile_libraries :=
PhysX_profile_libraries += PxPvdSDKPROFILE
PhysX_profile_libraries += PxFoundationPROFILE
PhysX_profile_libraries += PhysX3CommonPROFILE
PhysX_profile_libraries += LowLevelPROFILE
PhysX_profile_libraries += LowLevelAABBPROFILE
PhysX_profile_libraries += LowLevelDynamicsPROFILE
PhysX_profile_libraries += LowLevelClothPROFILE
PhysX_profile_libraries += LowLevelParticlesPROFILE
PhysX_profile_libraries += SceneQueryPROFILE
PhysX_profile_libraries += SimulationControllerPROFILE
PhysX_profile_libraries += PxTaskPROFILE
PhysX_profile_common_cflags := $(PhysX_custom_cflags)
PhysX_profile_common_cflags += -MMD
PhysX_profile_common_cflags += $(addprefix -D, $(PhysX_profile_defines))
PhysX_profile_common_cflags += $(addprefix -I, $(PhysX_profile_hpaths))
PhysX_profile_common_cflags += -Werror
PhysX_profile_common_cflags += -fpic -fno-exceptions
PhysX_profile_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysX_profile_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
PhysX_profile_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
PhysX_profile_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable
PhysX_profile_common_cflags += -Wno-variadic-macros
PhysX_profile_common_cflags += -O3 -fno-strict-aliasing
PhysX_profile_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
PhysX_profile_common_cflags += -fno-omit-frame-pointer -funswitch-loops -finline-limit=300
PhysX_profile_cflags := $(PhysX_profile_common_cflags)
PhysX_profile_cflags += -std=c99
PhysX_profile_cppflags := $(PhysX_profile_common_cflags)
PhysX_profile_cppflags += -fno-rtti
PhysX_profile_cppflags += -Wno-invalid-offsetof
PhysX_profile_lflags := $(PhysX_custom_lflags)
PhysX_profile_lflags += $(addprefix -L, $(PhysX_profile_lpaths))
PhysX_profile_lflags += -Wl,--start-group $(addprefix -l, $(PhysX_profile_libraries)) -Wl,--end-group
PhysX_profile_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysX_profile_objsdir = $(OBJS_DIR)/PhysX_profile
PhysX_profile_cpp_o = $(addprefix $(PhysX_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles)))))
PhysX_profile_cc_o = $(addprefix $(PhysX_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles)))))
PhysX_profile_c_o = $(addprefix $(PhysX_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysX_cfiles)))))
PhysX_profile_obj = $(PhysX_profile_cpp_o) $(PhysX_profile_cc_o) $(PhysX_profile_c_o)
PhysX_profile_bin := ./../../../Lib/android16/libPhysX3PROFILE.a
clean_PhysX_profile:
@$(ECHO) clean PhysX profile
@$(RMDIR) $(PhysX_profile_objsdir)
@$(RMDIR) $(PhysX_profile_bin)
@$(RMDIR) $(DEPSDIR)/PhysX/profile
build_PhysX_profile: postbuild_PhysX_profile
postbuild_PhysX_profile: mainbuild_PhysX_profile
mainbuild_PhysX_profile: prebuild_PhysX_profile $(PhysX_profile_bin)
prebuild_PhysX_profile:
$(PhysX_profile_bin): $(PhysXCommon_profile_obj) $(LowLevel_profile_obj) $(LowLevelAABB_profile_obj) $(LowLevelDynamics_profile_obj) $(LowLevelCloth_profile_obj) $(LowLevelParticles_profile_obj) $(SceneQuery_profile_obj) $(SimulationController_profile_obj) $(PxTask_profile_obj) $(PhysX_profile_obj) build_PxPvdSDK_profile build_PxFoundation_profile build_PhysXCommon_profile build_LowLevel_profile build_LowLevelAABB_profile build_LowLevelDynamics_profile build_LowLevelCloth_profile build_LowLevelParticles_profile build_SceneQuery_profile build_SimulationController_profile build_PxTask_profile
mkdir -p `dirname ./../../../Lib/android16/libPhysX3PROFILE.a`
@$(AR) rcs $(PhysX_profile_bin) $(PhysXCommon_profile_obj) $(LowLevel_profile_obj) $(LowLevelAABB_profile_obj) $(LowLevelDynamics_profile_obj) $(LowLevelCloth_profile_obj) $(LowLevelParticles_profile_obj) $(SceneQuery_profile_obj) $(SimulationController_profile_obj) $(PxTask_profile_obj) $(PhysX_profile_obj)
$(ECHO) building $@ complete!
PhysX_profile_DEPDIR = $(dir $(@))/$(*F)
$(PhysX_profile_cpp_o): $(PhysX_profile_objsdir)/%.o:
$(ECHO) PhysX: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysX_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cppfiles))))))
cp $(PhysX_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cppfiles))))).P; \
rm -f $(PhysX_profile_DEPDIR).d
$(PhysX_profile_cc_o): $(PhysX_profile_objsdir)/%.o:
$(ECHO) PhysX: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysX_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_ccfiles))))))
cp $(PhysX_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_ccfiles))))).profile.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_ccfiles))))).profile.P; \
rm -f $(PhysX_profile_DEPDIR).d
$(PhysX_profile_c_o): $(PhysX_profile_objsdir)/%.o:
$(ECHO) PhysX: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysX_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cfiles))))))
cp $(PhysX_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cfiles))))).P; \
rm -f $(PhysX_profile_DEPDIR).d
clean_PhysX: clean_PhysX_release clean_PhysX_debug clean_PhysX_checked clean_PhysX_profile
rm -rf $(DEPSDIR)
export VERBOSE
ifndef VERBOSE
.SILENT:
endif
|