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
687
688
689
690
691
692
693
694
695
|
# Makefile generated by XPJ for android16
-include Makefile.custom
ProjectName = APEX_Clothing
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingActorData.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingActorImpl.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingActorTasks.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingAssetAuthoringImpl.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingAssetData.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingAssetImpl.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingCollisionImpl.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingCooking.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingPhysicalMeshImpl.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingRenderProxyImpl.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingScene.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/CookingAbstract.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ModuleClothingHelpers.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/ModuleClothingImpl.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/SimdMath.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/SimulationAbstract.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingActorParam.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingAssetParameters.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingCookedParam.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingCookedPhysX3Param.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingDebugRenderParams.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingGraphicalLodParameters.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingMaterialLibraryParameters.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingModuleParameters.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingPhysicalMeshParameters.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingPreviewParam.cpp
APEX_Clothing_cppfiles += ./../../module/common/src/ModuleProfileCommon.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/Cooking.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/ExtClothFabricCooker.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/ExtClothGeodesicTetherCooker.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/ExtClothMeshQuadifier.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/ExtClothSimpleTetherCooker.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/Simulation.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/Allocator.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/Factory.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/PhaseConfig.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/SwCloth.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/SwClothData.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/SwCollision.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/SwFabric.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/SwFactory.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/SwInterCollision.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/SwSelfCollision.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/SwSolver.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/SwSolverKernel.cpp
APEX_Clothing_cppfiles += ./../../module/clothing/embedded/LowLevelCloth/src/TripletScheduler.cpp
APEX_Clothing_cpp_debug_dep = $(addprefix $(DEPSDIR)/APEX_Clothing/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(APEX_Clothing_cppfiles)))))
APEX_Clothing_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(APEX_Clothing_ccfiles)))))
APEX_Clothing_c_debug_dep = $(addprefix $(DEPSDIR)/APEX_Clothing/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(APEX_Clothing_cfiles)))))
APEX_Clothing_debug_dep = $(APEX_Clothing_cpp_debug_dep) $(APEX_Clothing_cc_debug_dep) $(APEX_Clothing_c_debug_dep)
-include $(APEX_Clothing_debug_dep)
APEX_Clothing_cpp_release_dep = $(addprefix $(DEPSDIR)/APEX_Clothing/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(APEX_Clothing_cppfiles)))))
APEX_Clothing_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(APEX_Clothing_ccfiles)))))
APEX_Clothing_c_release_dep = $(addprefix $(DEPSDIR)/APEX_Clothing/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(APEX_Clothing_cfiles)))))
APEX_Clothing_release_dep = $(APEX_Clothing_cpp_release_dep) $(APEX_Clothing_cc_release_dep) $(APEX_Clothing_c_release_dep)
-include $(APEX_Clothing_release_dep)
APEX_Clothing_cpp_profile_dep = $(addprefix $(DEPSDIR)/APEX_Clothing/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(APEX_Clothing_cppfiles)))))
APEX_Clothing_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(APEX_Clothing_ccfiles)))))
APEX_Clothing_c_profile_dep = $(addprefix $(DEPSDIR)/APEX_Clothing/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(APEX_Clothing_cfiles)))))
APEX_Clothing_profile_dep = $(APEX_Clothing_cpp_profile_dep) $(APEX_Clothing_cc_profile_dep) $(APEX_Clothing_c_profile_dep)
-include $(APEX_Clothing_profile_dep)
APEX_Clothing_cpp_checked_dep = $(addprefix $(DEPSDIR)/APEX_Clothing/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(APEX_Clothing_cppfiles)))))
APEX_Clothing_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(APEX_Clothing_ccfiles)))))
APEX_Clothing_c_checked_dep = $(addprefix $(DEPSDIR)/APEX_Clothing/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(APEX_Clothing_cfiles)))))
APEX_Clothing_checked_dep = $(APEX_Clothing_cpp_checked_dep) $(APEX_Clothing_cc_checked_dep) $(APEX_Clothing_c_checked_dep)
-include $(APEX_Clothing_checked_dep)
APEX_Clothing_debug_hpaths :=
APEX_Clothing_debug_hpaths += ./../../include
APEX_Clothing_debug_hpaths += ./../../include/PhysX3
APEX_Clothing_debug_hpaths += ./../../../Externals/nvToolsExt/1/include
APEX_Clothing_debug_hpaths += $(STLROOT)/include
APEX_Clothing_debug_hpaths += $(STLROOT)/libs/$(STL_ABI)/include
APEX_Clothing_debug_hpaths += ./../../../PxShared/include
APEX_Clothing_debug_hpaths += ./../../../PxShared/include/filebuf
APEX_Clothing_debug_hpaths += ./../../../PxShared/include/foundation
APEX_Clothing_debug_hpaths += ./../../../PxShared/include/task
APEX_Clothing_debug_hpaths += ./../../../PxShared/include/cudamanager
APEX_Clothing_debug_hpaths += ./../../../PxShared/include/pvd
APEX_Clothing_debug_hpaths += ./../../../PxShared/src/foundation/include
APEX_Clothing_debug_hpaths += ./../../../PxShared/src/filebuf/include
APEX_Clothing_debug_hpaths += ./../../../PxShared/src/fastxml/include
APEX_Clothing_debug_hpaths += ./../../../PxShared/src/pvd/include
APEX_Clothing_debug_hpaths += ./../../shared/general/shared
APEX_Clothing_debug_hpaths += ./../../public
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include/common
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include/cooking
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include/extensions
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include/geometry
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include/gpu
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include/deformable
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include/particles
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Include/vehicle
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
APEX_Clothing_debug_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
APEX_Clothing_debug_hpaths += ./../../shared/general/RenderDebug/public
APEX_Clothing_debug_hpaths += ./../../shared/general/shared/inparser/include
APEX_Clothing_debug_hpaths += ./../../common/include
APEX_Clothing_debug_hpaths += ./../../common/include/autogen
APEX_Clothing_debug_hpaths += ./../../common/include/android
APEX_Clothing_debug_hpaths += ./../../shared/internal/include
APEX_Clothing_debug_hpaths += ./../../module/common/include
APEX_Clothing_debug_hpaths += ./../../NvParameterized/include
APEX_Clothing_debug_hpaths += ./../../include
APEX_Clothing_debug_hpaths += ./../../include/PhysX3
APEX_Clothing_debug_hpaths += ./../../common/include/linux
APEX_Clothing_debug_hpaths += ./../../include/clothing
APEX_Clothing_debug_hpaths += ./../../module/clothing/include
APEX_Clothing_debug_hpaths += ./../../module/clothing/include/autogen
APEX_Clothing_debug_hpaths += ./../../module/clothing/include/unix
APEX_Clothing_debug_hpaths += ./../../module/clothing/embedded/LowLevelCloth/include
APEX_Clothing_debug_hpaths += ./../../module/clothing/embedded/LowLevelCloth/src
APEX_Clothing_debug_hpaths += ./../../module/clothing/embedded
APEX_Clothing_debug_hpaths += ./../../module/clothing/src/simd
APEX_Clothing_debug_hpaths += ./../../../PxShared/src/pvd/src
APEX_Clothing_debug_lpaths :=
APEX_Clothing_debug_lpaths += ./../../../PxShared/lib/makeandroid16
APEX_Clothing_debug_lpaths += ./../../../PhysX_3.4/Lib/android16
APEX_Clothing_debug_lpaths += ./../../../PxShared/lib/android16
APEX_Clothing_debug_lpaths += ./../../NvParameterized/lib/android16
APEX_Clothing_debug_defines := $(APEX_Clothing_custom_defines)
APEX_Clothing_debug_defines += ANDROID
APEX_Clothing_debug_defines += GLES2
APEX_Clothing_debug_defines += __STDC_LIMIT_MACROS
APEX_Clothing_debug_defines += __ARM_ARCH_5__
APEX_Clothing_debug_defines += __ARM_ARCH_5T__
APEX_Clothing_debug_defines += __ARM_ARCH_5E__
APEX_Clothing_debug_defines += __ARM_ARCH_5TE__
APEX_Clothing_debug_defines += PX_PHYSX_STATIC_LIB
APEX_Clothing_debug_defines += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
APEX_Clothing_debug_defines += ENABLE_TEST=0
APEX_Clothing_debug_defines += cloth=cloth_embedded
APEX_Clothing_debug_defines += _DEBUG
APEX_Clothing_debug_defines += PX_DEBUG
APEX_Clothing_debug_defines += PX_CHECKED
APEX_Clothing_debug_defines += PX_PROFILE
APEX_Clothing_debug_defines += PX_SUPPORT_VISUAL_DEBUGGER
APEX_Clothing_debug_defines += PHYSX_PROFILE_SDK
APEX_Clothing_debug_defines += PX_NVTX=1
APEX_Clothing_debug_libraries :=
APEX_Clothing_debug_libraries += PxFoundationDEBUG
APEX_Clothing_debug_libraries += PsFastXmlDEBUG
APEX_Clothing_debug_libraries += NvParameterizedDEBUG
APEX_Clothing_debug_libraries += PxPvdSDKDEBUG
APEX_Clothing_debug_libraries += PhysX3CommonDEBUG
APEX_Clothing_debug_common_cflags := $(APEX_Clothing_custom_cflags)
APEX_Clothing_debug_common_cflags += $(addprefix -D, $(APEX_Clothing_debug_defines))
APEX_Clothing_debug_common_cflags += $(addprefix -I, $(APEX_Clothing_debug_hpaths))
APEX_Clothing_debug_common_cflags += -march=armv7-a -mfpu=neon -O3 -fpic -ftree-vectorizer-verbose=0 -fno-exceptions -fno-rtti
APEX_Clothing_debug_common_cflags += -ffast-math -fno-strict-aliasing
APEX_Clothing_debug_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
APEX_Clothing_debug_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
APEX_Clothing_debug_common_cflags += -Werror -Wall -Wextra
APEX_Clothing_debug_common_cflags += -Wno-invalid-offsetof -Wno-unknown-pragmas -Wno-psabi -Wno-unused-parameter -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-local-typedefs
APEX_Clothing_debug_common_cflags += -Wno-missing-braces -Wno-reorder -Wno-maybe-uninitialized
APEX_Clothing_debug_common_cflags += -isysroot $(PLATFORM_DIR)/arch-arm
APEX_Clothing_debug_common_cflags += -mfloat-abi=softfp
APEX_Clothing_debug_common_cflags += -O0 -g3 -gdwarf-2
APEX_Clothing_debug_cflags := $(APEX_Clothing_debug_common_cflags)
APEX_Clothing_debug_cppflags := $(APEX_Clothing_debug_common_cflags)
APEX_Clothing_debug_lflags := $(APEX_Clothing_custom_lflags)
APEX_Clothing_debug_lflags += $(addprefix -L, $(APEX_Clothing_debug_lpaths))
APEX_Clothing_debug_lflags += -Wl,--start-group $(addprefix -l, $(APEX_Clothing_debug_libraries)) -Wl,--end-group
APEX_Clothing_debug_lflags += --sysroot=$(PLATFORM_DIR)/arch-arm
APEX_Clothing_debug_objsdir = $(OBJS_DIR)/APEX_Clothing_debug
APEX_Clothing_debug_cpp_o = $(addprefix $(APEX_Clothing_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(APEX_Clothing_cppfiles)))))
APEX_Clothing_debug_cc_o = $(addprefix $(APEX_Clothing_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(APEX_Clothing_ccfiles)))))
APEX_Clothing_debug_c_o = $(addprefix $(APEX_Clothing_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(APEX_Clothing_cfiles)))))
APEX_Clothing_debug_obj = $(APEX_Clothing_debug_cpp_o) $(APEX_Clothing_debug_cc_o) $(APEX_Clothing_debug_c_o)
APEX_Clothing_debug_bin := ./../../lib/android16/libAPEX_ClothingDEBUG.a
clean_APEX_Clothing_debug:
@$(ECHO) clean APEX_Clothing debug
@$(RMDIR) $(APEX_Clothing_debug_objsdir)
@$(RMDIR) $(APEX_Clothing_debug_bin)
@$(RMDIR) $(DEPSDIR)/APEX_Clothing/debug
build_APEX_Clothing_debug: postbuild_APEX_Clothing_debug
postbuild_APEX_Clothing_debug: mainbuild_APEX_Clothing_debug
mainbuild_APEX_Clothing_debug: prebuild_APEX_Clothing_debug $(APEX_Clothing_debug_bin)
prebuild_APEX_Clothing_debug:
$(APEX_Clothing_debug_bin): $(PsFastXml_debug_obj) $(NvParameterized_debug_obj) $(PxPvdSDK_debug_obj) $(APEX_Clothing_debug_obj) build_PxFoundation_debug build_PsFastXml_debug build_NvParameterized_debug build_PxPvdSDK_debug
mkdir -p `dirname ./../../lib/android16/libAPEX_ClothingDEBUG.a`
@$(AR) rcs $(APEX_Clothing_debug_bin) $(PsFastXml_debug_obj) $(NvParameterized_debug_obj) $(PxPvdSDK_debug_obj) $(APEX_Clothing_debug_obj)
$(ECHO) building $@ complete!
APEX_Clothing_debug_DEPDIR = $(dir $(@))/$(*F)
$(APEX_Clothing_debug_cpp_o): $(APEX_Clothing_debug_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(APEX_Clothing_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Clothing/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cppfiles))))))
$(CXX_NOCACHE) -MM -MT '$@' $(APEX_Clothing_debug_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cppfiles))
cp $(APEX_Clothing_debug_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Clothing/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Clothing/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cppfiles))))).P; \
rm -f $(APEX_Clothing_debug_DEPDIR).d
$(APEX_Clothing_debug_cc_o): $(APEX_Clothing_debug_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(APEX_Clothing_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_ccfiles))))))
$(CXX_NOCACHE) -MM -MT '$@' $(APEX_Clothing_debug_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_ccfiles))
cp $(APEX_Clothing_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_ccfiles))))).debug.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_ccfiles))))).debug.P; \
rm -f $(APEX_Clothing_debug_DEPDIR).d
$(APEX_Clothing_debug_c_o): $(APEX_Clothing_debug_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(APEX_Clothing_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Clothing/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cfiles))))))
$(CC_NOCACHE) -MM -MT '$@' $(APEX_Clothing_debug_cflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cfiles))
cp $(APEX_Clothing_debug_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Clothing/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Clothing/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_debug_objsdir),, $@))), $(APEX_Clothing_cfiles))))).P; \
rm -f $(APEX_Clothing_debug_DEPDIR).d
APEX_Clothing_release_hpaths :=
APEX_Clothing_release_hpaths += ./../../include
APEX_Clothing_release_hpaths += ./../../include/PhysX3
APEX_Clothing_release_hpaths += ./../../../Externals/nvToolsExt/1/include
APEX_Clothing_release_hpaths += $(STLROOT)/include
APEX_Clothing_release_hpaths += $(STLROOT)/libs/$(STL_ABI)/include
APEX_Clothing_release_hpaths += ./../../../PxShared/include
APEX_Clothing_release_hpaths += ./../../../PxShared/include/filebuf
APEX_Clothing_release_hpaths += ./../../../PxShared/include/foundation
APEX_Clothing_release_hpaths += ./../../../PxShared/include/task
APEX_Clothing_release_hpaths += ./../../../PxShared/include/cudamanager
APEX_Clothing_release_hpaths += ./../../../PxShared/include/pvd
APEX_Clothing_release_hpaths += ./../../../PxShared/src/foundation/include
APEX_Clothing_release_hpaths += ./../../../PxShared/src/filebuf/include
APEX_Clothing_release_hpaths += ./../../../PxShared/src/fastxml/include
APEX_Clothing_release_hpaths += ./../../../PxShared/src/pvd/include
APEX_Clothing_release_hpaths += ./../../shared/general/shared
APEX_Clothing_release_hpaths += ./../../public
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include/common
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include/cooking
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include/extensions
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include/geometry
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include/gpu
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include/deformable
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include/particles
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Include/vehicle
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
APEX_Clothing_release_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
APEX_Clothing_release_hpaths += ./../../shared/general/RenderDebug/public
APEX_Clothing_release_hpaths += ./../../shared/general/shared/inparser/include
APEX_Clothing_release_hpaths += ./../../common/include
APEX_Clothing_release_hpaths += ./../../common/include/autogen
APEX_Clothing_release_hpaths += ./../../common/include/android
APEX_Clothing_release_hpaths += ./../../shared/internal/include
APEX_Clothing_release_hpaths += ./../../module/common/include
APEX_Clothing_release_hpaths += ./../../NvParameterized/include
APEX_Clothing_release_hpaths += ./../../include
APEX_Clothing_release_hpaths += ./../../include/PhysX3
APEX_Clothing_release_hpaths += ./../../common/include/linux
APEX_Clothing_release_hpaths += ./../../include/clothing
APEX_Clothing_release_hpaths += ./../../module/clothing/include
APEX_Clothing_release_hpaths += ./../../module/clothing/include/autogen
APEX_Clothing_release_hpaths += ./../../module/clothing/include/unix
APEX_Clothing_release_hpaths += ./../../module/clothing/embedded/LowLevelCloth/include
APEX_Clothing_release_hpaths += ./../../module/clothing/embedded/LowLevelCloth/src
APEX_Clothing_release_hpaths += ./../../module/clothing/embedded
APEX_Clothing_release_hpaths += ./../../module/clothing/src/simd
APEX_Clothing_release_hpaths += ./../../../PxShared/src/pvd/src
APEX_Clothing_release_lpaths :=
APEX_Clothing_release_lpaths += ./../../../PxShared/lib/makeandroid16
APEX_Clothing_release_lpaths += ./../../../PhysX_3.4/Lib/android16
APEX_Clothing_release_lpaths += ./../../../PxShared/lib/android16
APEX_Clothing_release_lpaths += ./../../NvParameterized/lib/android16
APEX_Clothing_release_defines := $(APEX_Clothing_custom_defines)
APEX_Clothing_release_defines += ANDROID
APEX_Clothing_release_defines += GLES2
APEX_Clothing_release_defines += __STDC_LIMIT_MACROS
APEX_Clothing_release_defines += __ARM_ARCH_5__
APEX_Clothing_release_defines += __ARM_ARCH_5T__
APEX_Clothing_release_defines += __ARM_ARCH_5E__
APEX_Clothing_release_defines += __ARM_ARCH_5TE__
APEX_Clothing_release_defines += PX_PHYSX_STATIC_LIB
APEX_Clothing_release_defines += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
APEX_Clothing_release_defines += ENABLE_TEST=0
APEX_Clothing_release_defines += cloth=cloth_embedded
APEX_Clothing_release_defines += NDEBUG
APEX_Clothing_release_defines += APEX_SHIPPING
APEX_Clothing_release_libraries :=
APEX_Clothing_release_libraries += PxFoundation
APEX_Clothing_release_libraries += PsFastXml
APEX_Clothing_release_libraries += NvParameterized
APEX_Clothing_release_libraries += PxPvdSDK
APEX_Clothing_release_libraries += PhysX3Common
APEX_Clothing_release_common_cflags := $(APEX_Clothing_custom_cflags)
APEX_Clothing_release_common_cflags += $(addprefix -D, $(APEX_Clothing_release_defines))
APEX_Clothing_release_common_cflags += $(addprefix -I, $(APEX_Clothing_release_hpaths))
APEX_Clothing_release_common_cflags += -march=armv7-a -mfpu=neon -O3 -fpic -ftree-vectorizer-verbose=0 -fno-exceptions -fno-rtti
APEX_Clothing_release_common_cflags += -ffast-math -fno-strict-aliasing
APEX_Clothing_release_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
APEX_Clothing_release_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
APEX_Clothing_release_common_cflags += -Werror -Wall -Wextra
APEX_Clothing_release_common_cflags += -Wno-invalid-offsetof -Wno-unknown-pragmas -Wno-psabi -Wno-unused-parameter -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-local-typedefs
APEX_Clothing_release_common_cflags += -Wno-missing-braces -Wno-reorder -Wno-maybe-uninitialized
APEX_Clothing_release_common_cflags += -isysroot $(PLATFORM_DIR)/arch-arm
APEX_Clothing_release_common_cflags += -mfloat-abi=softfp
APEX_Clothing_release_cflags := $(APEX_Clothing_release_common_cflags)
APEX_Clothing_release_cppflags := $(APEX_Clothing_release_common_cflags)
APEX_Clothing_release_lflags := $(APEX_Clothing_custom_lflags)
APEX_Clothing_release_lflags += $(addprefix -L, $(APEX_Clothing_release_lpaths))
APEX_Clothing_release_lflags += -Wl,--start-group $(addprefix -l, $(APEX_Clothing_release_libraries)) -Wl,--end-group
APEX_Clothing_release_lflags += --sysroot=$(PLATFORM_DIR)/arch-arm
APEX_Clothing_release_objsdir = $(OBJS_DIR)/APEX_Clothing_release
APEX_Clothing_release_cpp_o = $(addprefix $(APEX_Clothing_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(APEX_Clothing_cppfiles)))))
APEX_Clothing_release_cc_o = $(addprefix $(APEX_Clothing_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(APEX_Clothing_ccfiles)))))
APEX_Clothing_release_c_o = $(addprefix $(APEX_Clothing_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(APEX_Clothing_cfiles)))))
APEX_Clothing_release_obj = $(APEX_Clothing_release_cpp_o) $(APEX_Clothing_release_cc_o) $(APEX_Clothing_release_c_o)
APEX_Clothing_release_bin := ./../../lib/android16/libAPEX_Clothing.a
clean_APEX_Clothing_release:
@$(ECHO) clean APEX_Clothing release
@$(RMDIR) $(APEX_Clothing_release_objsdir)
@$(RMDIR) $(APEX_Clothing_release_bin)
@$(RMDIR) $(DEPSDIR)/APEX_Clothing/release
build_APEX_Clothing_release: postbuild_APEX_Clothing_release
postbuild_APEX_Clothing_release: mainbuild_APEX_Clothing_release
mainbuild_APEX_Clothing_release: prebuild_APEX_Clothing_release $(APEX_Clothing_release_bin)
prebuild_APEX_Clothing_release:
$(APEX_Clothing_release_bin): $(PsFastXml_release_obj) $(NvParameterized_release_obj) $(PxPvdSDK_release_obj) $(APEX_Clothing_release_obj) build_PxFoundation_release build_PsFastXml_release build_NvParameterized_release build_PxPvdSDK_release
mkdir -p `dirname ./../../lib/android16/libAPEX_Clothing.a`
@$(AR) rcs $(APEX_Clothing_release_bin) $(PsFastXml_release_obj) $(NvParameterized_release_obj) $(PxPvdSDK_release_obj) $(APEX_Clothing_release_obj)
$(ECHO) building $@ complete!
APEX_Clothing_release_DEPDIR = $(dir $(@))/$(*F)
$(APEX_Clothing_release_cpp_o): $(APEX_Clothing_release_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(APEX_Clothing_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Clothing/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cppfiles))))))
$(CXX_NOCACHE) -MM -MT '$@' $(APEX_Clothing_release_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cppfiles))
cp $(APEX_Clothing_release_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Clothing/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Clothing/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cppfiles))))).P; \
rm -f $(APEX_Clothing_release_DEPDIR).d
$(APEX_Clothing_release_cc_o): $(APEX_Clothing_release_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(APEX_Clothing_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_ccfiles))))))
$(CXX_NOCACHE) -MM -MT '$@' $(APEX_Clothing_release_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_ccfiles))
cp $(APEX_Clothing_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_ccfiles))))).release.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_ccfiles))))).release.P; \
rm -f $(APEX_Clothing_release_DEPDIR).d
$(APEX_Clothing_release_c_o): $(APEX_Clothing_release_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(APEX_Clothing_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Clothing/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cfiles))))))
$(CC_NOCACHE) -MM -MT '$@' $(APEX_Clothing_release_cflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cfiles))
cp $(APEX_Clothing_release_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Clothing/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Clothing/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_release_objsdir),, $@))), $(APEX_Clothing_cfiles))))).P; \
rm -f $(APEX_Clothing_release_DEPDIR).d
APEX_Clothing_profile_hpaths :=
APEX_Clothing_profile_hpaths += ./../../include
APEX_Clothing_profile_hpaths += ./../../include/PhysX3
APEX_Clothing_profile_hpaths += ./../../../Externals/nvToolsExt/1/include
APEX_Clothing_profile_hpaths += $(STLROOT)/include
APEX_Clothing_profile_hpaths += $(STLROOT)/libs/$(STL_ABI)/include
APEX_Clothing_profile_hpaths += ./../../../PxShared/include
APEX_Clothing_profile_hpaths += ./../../../PxShared/include/filebuf
APEX_Clothing_profile_hpaths += ./../../../PxShared/include/foundation
APEX_Clothing_profile_hpaths += ./../../../PxShared/include/task
APEX_Clothing_profile_hpaths += ./../../../PxShared/include/cudamanager
APEX_Clothing_profile_hpaths += ./../../../PxShared/include/pvd
APEX_Clothing_profile_hpaths += ./../../../PxShared/src/foundation/include
APEX_Clothing_profile_hpaths += ./../../../PxShared/src/filebuf/include
APEX_Clothing_profile_hpaths += ./../../../PxShared/src/fastxml/include
APEX_Clothing_profile_hpaths += ./../../../PxShared/src/pvd/include
APEX_Clothing_profile_hpaths += ./../../shared/general/shared
APEX_Clothing_profile_hpaths += ./../../public
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include/common
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include/cooking
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include/extensions
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include/geometry
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include/gpu
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include/deformable
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include/particles
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Include/vehicle
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
APEX_Clothing_profile_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
APEX_Clothing_profile_hpaths += ./../../shared/general/RenderDebug/public
APEX_Clothing_profile_hpaths += ./../../shared/general/shared/inparser/include
APEX_Clothing_profile_hpaths += ./../../common/include
APEX_Clothing_profile_hpaths += ./../../common/include/autogen
APEX_Clothing_profile_hpaths += ./../../common/include/android
APEX_Clothing_profile_hpaths += ./../../shared/internal/include
APEX_Clothing_profile_hpaths += ./../../module/common/include
APEX_Clothing_profile_hpaths += ./../../NvParameterized/include
APEX_Clothing_profile_hpaths += ./../../include
APEX_Clothing_profile_hpaths += ./../../include/PhysX3
APEX_Clothing_profile_hpaths += ./../../common/include/linux
APEX_Clothing_profile_hpaths += ./../../include/clothing
APEX_Clothing_profile_hpaths += ./../../module/clothing/include
APEX_Clothing_profile_hpaths += ./../../module/clothing/include/autogen
APEX_Clothing_profile_hpaths += ./../../module/clothing/include/unix
APEX_Clothing_profile_hpaths += ./../../module/clothing/embedded/LowLevelCloth/include
APEX_Clothing_profile_hpaths += ./../../module/clothing/embedded/LowLevelCloth/src
APEX_Clothing_profile_hpaths += ./../../module/clothing/embedded
APEX_Clothing_profile_hpaths += ./../../module/clothing/src/simd
APEX_Clothing_profile_hpaths += ./../../../PxShared/src/pvd/src
APEX_Clothing_profile_lpaths :=
APEX_Clothing_profile_lpaths += ./../../../PxShared/lib/makeandroid16
APEX_Clothing_profile_lpaths += ./../../../PhysX_3.4/Lib/android16
APEX_Clothing_profile_lpaths += ./../../../PxShared/lib/android16
APEX_Clothing_profile_lpaths += ./../../NvParameterized/lib/android16
APEX_Clothing_profile_defines := $(APEX_Clothing_custom_defines)
APEX_Clothing_profile_defines += ANDROID
APEX_Clothing_profile_defines += GLES2
APEX_Clothing_profile_defines += __STDC_LIMIT_MACROS
APEX_Clothing_profile_defines += __ARM_ARCH_5__
APEX_Clothing_profile_defines += __ARM_ARCH_5T__
APEX_Clothing_profile_defines += __ARM_ARCH_5E__
APEX_Clothing_profile_defines += __ARM_ARCH_5TE__
APEX_Clothing_profile_defines += PX_PHYSX_STATIC_LIB
APEX_Clothing_profile_defines += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
APEX_Clothing_profile_defines += ENABLE_TEST=0
APEX_Clothing_profile_defines += cloth=cloth_embedded
APEX_Clothing_profile_defines += NDEBUG
APEX_Clothing_profile_defines += PX_PROFILE
APEX_Clothing_profile_defines += PHYSX_PROFILE_SDK
APEX_Clothing_profile_defines += PX_SUPPORT_VISUAL_DEBUGGER
APEX_Clothing_profile_defines += PX_NVTX=1
APEX_Clothing_profile_libraries :=
APEX_Clothing_profile_libraries += PxFoundationPROFILE
APEX_Clothing_profile_libraries += PsFastXmlPROFILE
APEX_Clothing_profile_libraries += NvParameterizedPROFILE
APEX_Clothing_profile_libraries += PxPvdSDKPROFILE
APEX_Clothing_profile_libraries += PhysX3CommonPROFILE
APEX_Clothing_profile_common_cflags := $(APEX_Clothing_custom_cflags)
APEX_Clothing_profile_common_cflags += $(addprefix -D, $(APEX_Clothing_profile_defines))
APEX_Clothing_profile_common_cflags += $(addprefix -I, $(APEX_Clothing_profile_hpaths))
APEX_Clothing_profile_common_cflags += -march=armv7-a -mfpu=neon -O3 -fpic -ftree-vectorizer-verbose=0 -fno-exceptions -fno-rtti
APEX_Clothing_profile_common_cflags += -ffast-math -fno-strict-aliasing
APEX_Clothing_profile_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
APEX_Clothing_profile_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
APEX_Clothing_profile_common_cflags += -Werror -Wall -Wextra
APEX_Clothing_profile_common_cflags += -Wno-invalid-offsetof -Wno-unknown-pragmas -Wno-psabi -Wno-unused-parameter -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-local-typedefs
APEX_Clothing_profile_common_cflags += -Wno-missing-braces -Wno-reorder -Wno-maybe-uninitialized
APEX_Clothing_profile_common_cflags += -isysroot $(PLATFORM_DIR)/arch-arm
APEX_Clothing_profile_common_cflags += -mfloat-abi=softfp
APEX_Clothing_profile_cflags := $(APEX_Clothing_profile_common_cflags)
APEX_Clothing_profile_cppflags := $(APEX_Clothing_profile_common_cflags)
APEX_Clothing_profile_lflags := $(APEX_Clothing_custom_lflags)
APEX_Clothing_profile_lflags += $(addprefix -L, $(APEX_Clothing_profile_lpaths))
APEX_Clothing_profile_lflags += -Wl,--start-group $(addprefix -l, $(APEX_Clothing_profile_libraries)) -Wl,--end-group
APEX_Clothing_profile_lflags += --sysroot=$(PLATFORM_DIR)/arch-arm
APEX_Clothing_profile_objsdir = $(OBJS_DIR)/APEX_Clothing_profile
APEX_Clothing_profile_cpp_o = $(addprefix $(APEX_Clothing_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(APEX_Clothing_cppfiles)))))
APEX_Clothing_profile_cc_o = $(addprefix $(APEX_Clothing_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(APEX_Clothing_ccfiles)))))
APEX_Clothing_profile_c_o = $(addprefix $(APEX_Clothing_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(APEX_Clothing_cfiles)))))
APEX_Clothing_profile_obj = $(APEX_Clothing_profile_cpp_o) $(APEX_Clothing_profile_cc_o) $(APEX_Clothing_profile_c_o)
APEX_Clothing_profile_bin := ./../../lib/android16/libAPEX_ClothingPROFILE.a
clean_APEX_Clothing_profile:
@$(ECHO) clean APEX_Clothing profile
@$(RMDIR) $(APEX_Clothing_profile_objsdir)
@$(RMDIR) $(APEX_Clothing_profile_bin)
@$(RMDIR) $(DEPSDIR)/APEX_Clothing/profile
build_APEX_Clothing_profile: postbuild_APEX_Clothing_profile
postbuild_APEX_Clothing_profile: mainbuild_APEX_Clothing_profile
mainbuild_APEX_Clothing_profile: prebuild_APEX_Clothing_profile $(APEX_Clothing_profile_bin)
prebuild_APEX_Clothing_profile:
$(APEX_Clothing_profile_bin): $(PsFastXml_profile_obj) $(NvParameterized_profile_obj) $(PxPvdSDK_profile_obj) $(APEX_Clothing_profile_obj) build_PxFoundation_profile build_PsFastXml_profile build_NvParameterized_profile build_PxPvdSDK_profile
mkdir -p `dirname ./../../lib/android16/libAPEX_ClothingPROFILE.a`
@$(AR) rcs $(APEX_Clothing_profile_bin) $(PsFastXml_profile_obj) $(NvParameterized_profile_obj) $(PxPvdSDK_profile_obj) $(APEX_Clothing_profile_obj)
$(ECHO) building $@ complete!
APEX_Clothing_profile_DEPDIR = $(dir $(@))/$(*F)
$(APEX_Clothing_profile_cpp_o): $(APEX_Clothing_profile_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(APEX_Clothing_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Clothing/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cppfiles))))))
$(CXX_NOCACHE) -MM -MT '$@' $(APEX_Clothing_profile_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cppfiles))
cp $(APEX_Clothing_profile_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Clothing/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Clothing/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cppfiles))))).P; \
rm -f $(APEX_Clothing_profile_DEPDIR).d
$(APEX_Clothing_profile_cc_o): $(APEX_Clothing_profile_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(APEX_Clothing_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_ccfiles))))))
$(CXX_NOCACHE) -MM -MT '$@' $(APEX_Clothing_profile_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_ccfiles))
cp $(APEX_Clothing_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_ccfiles))))).profile.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_ccfiles))))).profile.P; \
rm -f $(APEX_Clothing_profile_DEPDIR).d
$(APEX_Clothing_profile_c_o): $(APEX_Clothing_profile_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(APEX_Clothing_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Clothing/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cfiles))))))
$(CC_NOCACHE) -MM -MT '$@' $(APEX_Clothing_profile_cflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cfiles))
cp $(APEX_Clothing_profile_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Clothing/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Clothing/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_profile_objsdir),, $@))), $(APEX_Clothing_cfiles))))).P; \
rm -f $(APEX_Clothing_profile_DEPDIR).d
APEX_Clothing_checked_hpaths :=
APEX_Clothing_checked_hpaths += ./../../include
APEX_Clothing_checked_hpaths += ./../../include/PhysX3
APEX_Clothing_checked_hpaths += ./../../../Externals/nvToolsExt/1/include
APEX_Clothing_checked_hpaths += $(STLROOT)/include
APEX_Clothing_checked_hpaths += $(STLROOT)/libs/$(STL_ABI)/include
APEX_Clothing_checked_hpaths += ./../../../PxShared/include
APEX_Clothing_checked_hpaths += ./../../../PxShared/include/filebuf
APEX_Clothing_checked_hpaths += ./../../../PxShared/include/foundation
APEX_Clothing_checked_hpaths += ./../../../PxShared/include/task
APEX_Clothing_checked_hpaths += ./../../../PxShared/include/cudamanager
APEX_Clothing_checked_hpaths += ./../../../PxShared/include/pvd
APEX_Clothing_checked_hpaths += ./../../../PxShared/src/foundation/include
APEX_Clothing_checked_hpaths += ./../../../PxShared/src/filebuf/include
APEX_Clothing_checked_hpaths += ./../../../PxShared/src/fastxml/include
APEX_Clothing_checked_hpaths += ./../../../PxShared/src/pvd/include
APEX_Clothing_checked_hpaths += ./../../shared/general/shared
APEX_Clothing_checked_hpaths += ./../../public
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include/common
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include/cooking
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include/extensions
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include/geometry
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include/gpu
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include/deformable
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include/particles
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Include/vehicle
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
APEX_Clothing_checked_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
APEX_Clothing_checked_hpaths += ./../../shared/general/RenderDebug/public
APEX_Clothing_checked_hpaths += ./../../shared/general/shared/inparser/include
APEX_Clothing_checked_hpaths += ./../../common/include
APEX_Clothing_checked_hpaths += ./../../common/include/autogen
APEX_Clothing_checked_hpaths += ./../../common/include/android
APEX_Clothing_checked_hpaths += ./../../shared/internal/include
APEX_Clothing_checked_hpaths += ./../../module/common/include
APEX_Clothing_checked_hpaths += ./../../NvParameterized/include
APEX_Clothing_checked_hpaths += ./../../include
APEX_Clothing_checked_hpaths += ./../../include/PhysX3
APEX_Clothing_checked_hpaths += ./../../common/include/linux
APEX_Clothing_checked_hpaths += ./../../include/clothing
APEX_Clothing_checked_hpaths += ./../../module/clothing/include
APEX_Clothing_checked_hpaths += ./../../module/clothing/include/autogen
APEX_Clothing_checked_hpaths += ./../../module/clothing/include/unix
APEX_Clothing_checked_hpaths += ./../../module/clothing/embedded/LowLevelCloth/include
APEX_Clothing_checked_hpaths += ./../../module/clothing/embedded/LowLevelCloth/src
APEX_Clothing_checked_hpaths += ./../../module/clothing/embedded
APEX_Clothing_checked_hpaths += ./../../module/clothing/src/simd
APEX_Clothing_checked_hpaths += ./../../../PxShared/src/pvd/src
APEX_Clothing_checked_lpaths :=
APEX_Clothing_checked_lpaths += ./../../../PxShared/lib/makeandroid16
APEX_Clothing_checked_lpaths += ./../../../PhysX_3.4/Lib/android16
APEX_Clothing_checked_lpaths += ./../../../PxShared/lib/android16
APEX_Clothing_checked_lpaths += ./../../NvParameterized/lib/android16
APEX_Clothing_checked_defines := $(APEX_Clothing_custom_defines)
APEX_Clothing_checked_defines += ANDROID
APEX_Clothing_checked_defines += GLES2
APEX_Clothing_checked_defines += __STDC_LIMIT_MACROS
APEX_Clothing_checked_defines += __ARM_ARCH_5__
APEX_Clothing_checked_defines += __ARM_ARCH_5T__
APEX_Clothing_checked_defines += __ARM_ARCH_5E__
APEX_Clothing_checked_defines += __ARM_ARCH_5TE__
APEX_Clothing_checked_defines += PX_PHYSX_STATIC_LIB
APEX_Clothing_checked_defines += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
APEX_Clothing_checked_defines += ENABLE_TEST=0
APEX_Clothing_checked_defines += cloth=cloth_embedded
APEX_Clothing_checked_defines += NDEBUG
APEX_Clothing_checked_defines += PX_CHECKED
APEX_Clothing_checked_defines += PHYSX_PROFILE_SDK
APEX_Clothing_checked_defines += PX_SUPPORT_VISUAL_DEBUGGER
APEX_Clothing_checked_defines += PX_ENABLE_CHECKED_ASSERTS
APEX_Clothing_checked_defines += PX_NVTX=1
APEX_Clothing_checked_libraries :=
APEX_Clothing_checked_libraries += PxFoundationCHECKED
APEX_Clothing_checked_libraries += PsFastXmlCHECKED
APEX_Clothing_checked_libraries += NvParameterizedCHECKED
APEX_Clothing_checked_libraries += PxPvdSDKCHECKED
APEX_Clothing_checked_libraries += PhysX3CommonCHECKED
APEX_Clothing_checked_common_cflags := $(APEX_Clothing_custom_cflags)
APEX_Clothing_checked_common_cflags += $(addprefix -D, $(APEX_Clothing_checked_defines))
APEX_Clothing_checked_common_cflags += $(addprefix -I, $(APEX_Clothing_checked_hpaths))
APEX_Clothing_checked_common_cflags += -march=armv7-a -mfpu=neon -O3 -fpic -ftree-vectorizer-verbose=0 -fno-exceptions -fno-rtti
APEX_Clothing_checked_common_cflags += -ffast-math -fno-strict-aliasing
APEX_Clothing_checked_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
APEX_Clothing_checked_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
APEX_Clothing_checked_common_cflags += -Werror -Wall -Wextra
APEX_Clothing_checked_common_cflags += -Wno-invalid-offsetof -Wno-unknown-pragmas -Wno-psabi -Wno-unused-parameter -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-local-typedefs
APEX_Clothing_checked_common_cflags += -Wno-missing-braces -Wno-reorder -Wno-maybe-uninitialized
APEX_Clothing_checked_common_cflags += -isysroot $(PLATFORM_DIR)/arch-arm
APEX_Clothing_checked_common_cflags += -mfloat-abi=softfp
APEX_Clothing_checked_common_cflags += -g3 -gdwarf-2
APEX_Clothing_checked_cflags := $(APEX_Clothing_checked_common_cflags)
APEX_Clothing_checked_cppflags := $(APEX_Clothing_checked_common_cflags)
APEX_Clothing_checked_lflags := $(APEX_Clothing_custom_lflags)
APEX_Clothing_checked_lflags += $(addprefix -L, $(APEX_Clothing_checked_lpaths))
APEX_Clothing_checked_lflags += -Wl,--start-group $(addprefix -l, $(APEX_Clothing_checked_libraries)) -Wl,--end-group
APEX_Clothing_checked_lflags += --sysroot=$(PLATFORM_DIR)/arch-arm
APEX_Clothing_checked_objsdir = $(OBJS_DIR)/APEX_Clothing_checked
APEX_Clothing_checked_cpp_o = $(addprefix $(APEX_Clothing_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(APEX_Clothing_cppfiles)))))
APEX_Clothing_checked_cc_o = $(addprefix $(APEX_Clothing_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(APEX_Clothing_ccfiles)))))
APEX_Clothing_checked_c_o = $(addprefix $(APEX_Clothing_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(APEX_Clothing_cfiles)))))
APEX_Clothing_checked_obj = $(APEX_Clothing_checked_cpp_o) $(APEX_Clothing_checked_cc_o) $(APEX_Clothing_checked_c_o)
APEX_Clothing_checked_bin := ./../../lib/android16/libAPEX_ClothingCHECKED.a
clean_APEX_Clothing_checked:
@$(ECHO) clean APEX_Clothing checked
@$(RMDIR) $(APEX_Clothing_checked_objsdir)
@$(RMDIR) $(APEX_Clothing_checked_bin)
@$(RMDIR) $(DEPSDIR)/APEX_Clothing/checked
build_APEX_Clothing_checked: postbuild_APEX_Clothing_checked
postbuild_APEX_Clothing_checked: mainbuild_APEX_Clothing_checked
mainbuild_APEX_Clothing_checked: prebuild_APEX_Clothing_checked $(APEX_Clothing_checked_bin)
prebuild_APEX_Clothing_checked:
$(APEX_Clothing_checked_bin): $(PsFastXml_checked_obj) $(NvParameterized_checked_obj) $(PxPvdSDK_checked_obj) $(APEX_Clothing_checked_obj) build_PxFoundation_checked build_PsFastXml_checked build_NvParameterized_checked build_PxPvdSDK_checked
mkdir -p `dirname ./../../lib/android16/libAPEX_ClothingCHECKED.a`
@$(AR) rcs $(APEX_Clothing_checked_bin) $(PsFastXml_checked_obj) $(NvParameterized_checked_obj) $(PxPvdSDK_checked_obj) $(APEX_Clothing_checked_obj)
$(ECHO) building $@ complete!
APEX_Clothing_checked_DEPDIR = $(dir $(@))/$(*F)
$(APEX_Clothing_checked_cpp_o): $(APEX_Clothing_checked_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(APEX_Clothing_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Clothing/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cppfiles))))))
$(CXX_NOCACHE) -MM -MT '$@' $(APEX_Clothing_checked_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cppfiles))
cp $(APEX_Clothing_checked_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Clothing/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Clothing/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cppfiles))))).P; \
rm -f $(APEX_Clothing_checked_DEPDIR).d
$(APEX_Clothing_checked_cc_o): $(APEX_Clothing_checked_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(APEX_Clothing_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_ccfiles))))))
$(CXX_NOCACHE) -MM -MT '$@' $(APEX_Clothing_checked_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_ccfiles))
cp $(APEX_Clothing_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_ccfiles))))).checked.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_ccfiles))))).checked.P; \
rm -f $(APEX_Clothing_checked_DEPDIR).d
$(APEX_Clothing_checked_c_o): $(APEX_Clothing_checked_objsdir)/%.o:
$(ECHO) APEX_Clothing: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(APEX_Clothing_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Clothing/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cfiles))))))
$(CC_NOCACHE) -MM -MT '$@' $(APEX_Clothing_checked_cflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cfiles))
cp $(APEX_Clothing_checked_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Clothing/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Clothing_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Clothing/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Clothing_checked_objsdir),, $@))), $(APEX_Clothing_cfiles))))).P; \
rm -f $(APEX_Clothing_checked_DEPDIR).d
clean_APEX_Clothing: clean_APEX_Clothing_debug clean_APEX_Clothing_release clean_APEX_Clothing_profile clean_APEX_Clothing_checked
rm -rf $(DEPSDIR)
export VERBOSE
ifndef VERBOSE
.SILENT:
endif
|