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
|
# Makefile generated by XPJ for ANDROID16
-include Makefile.custom
ProjectName = SnippetCloth
SnippetCloth_cppfiles += ./../../SnippetCommon/ClassicMain.cpp
SnippetCloth_cppfiles += ./../../SnippetCloth/SnippetCloth.cpp
SnippetCloth_cpp_debug_dep = $(addprefix $(DEPSDIR)/SnippetCloth/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetCloth_cppfiles)))))
SnippetCloth_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(SnippetCloth_ccfiles)))))
SnippetCloth_c_debug_dep = $(addprefix $(DEPSDIR)/SnippetCloth/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetCloth_cfiles)))))
SnippetCloth_debug_dep = $(SnippetCloth_cpp_debug_dep) $(SnippetCloth_cc_debug_dep) $(SnippetCloth_c_debug_dep)
-include $(SnippetCloth_debug_dep)
SnippetCloth_cpp_checked_dep = $(addprefix $(DEPSDIR)/SnippetCloth/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetCloth_cppfiles)))))
SnippetCloth_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(SnippetCloth_ccfiles)))))
SnippetCloth_c_checked_dep = $(addprefix $(DEPSDIR)/SnippetCloth/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetCloth_cfiles)))))
SnippetCloth_checked_dep = $(SnippetCloth_cpp_checked_dep) $(SnippetCloth_cc_checked_dep) $(SnippetCloth_c_checked_dep)
-include $(SnippetCloth_checked_dep)
SnippetCloth_cpp_profile_dep = $(addprefix $(DEPSDIR)/SnippetCloth/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetCloth_cppfiles)))))
SnippetCloth_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(SnippetCloth_ccfiles)))))
SnippetCloth_c_profile_dep = $(addprefix $(DEPSDIR)/SnippetCloth/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetCloth_cfiles)))))
SnippetCloth_profile_dep = $(SnippetCloth_cpp_profile_dep) $(SnippetCloth_cc_profile_dep) $(SnippetCloth_c_profile_dep)
-include $(SnippetCloth_profile_dep)
SnippetCloth_cpp_release_dep = $(addprefix $(DEPSDIR)/SnippetCloth/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetCloth_cppfiles)))))
SnippetCloth_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(SnippetCloth_ccfiles)))))
SnippetCloth_c_release_dep = $(addprefix $(DEPSDIR)/SnippetCloth/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetCloth_cfiles)))))
SnippetCloth_release_dep = $(SnippetCloth_cpp_release_dep) $(SnippetCloth_cc_release_dep) $(SnippetCloth_c_release_dep)
-include $(SnippetCloth_release_dep)
SnippetCloth_debug_hpaths :=
SnippetCloth_debug_hpaths += ./../../../Include
SnippetCloth_debug_hpaths += ./../../../../PxShared/include
SnippetCloth_debug_hpaths += ./../../../../PxShared/src/foundation/include
SnippetCloth_debug_hpaths += ./../../../../PxShared/src/fastxml/include
SnippetCloth_debug_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetCloth_debug_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetCloth_debug_lpaths :=
SnippetCloth_debug_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetCloth_debug_lpaths += ./../../../Lib/android16
SnippetCloth_debug_lpaths += ./../../lib/android16
SnippetCloth_debug_lpaths += ./../../../../PxShared/lib/android16
SnippetCloth_debug_lpaths += ./../../lib/android16
SnippetCloth_debug_defines := $(SnippetCloth_custom_defines)
SnippetCloth_debug_defines += ANDROID
SnippetCloth_debug_defines += GLES2
SnippetCloth_debug_defines += __STDC_LIMIT_MACROS
SnippetCloth_debug_defines += __ARM_ARCH_5__
SnippetCloth_debug_defines += __ARM_ARCH_5T__
SnippetCloth_debug_defines += __ARM_ARCH_5E__
SnippetCloth_debug_defines += __ARM_ARCH_5TE__
SnippetCloth_debug_defines += _DEBUG
SnippetCloth_debug_defines += PX_DEBUG=1
SnippetCloth_debug_defines += PX_CHECKED=1
SnippetCloth_debug_defines += PX_SUPPORT_PVD=1
SnippetCloth_debug_defines += PX_NVTX=1
SnippetCloth_debug_defines += PHYSX_PROFILE_SDK
SnippetCloth_debug_libraries :=
SnippetCloth_debug_libraries += SnippetUtilsDEBUG
SnippetCloth_debug_libraries += log
SnippetCloth_debug_libraries += gnustl_static
SnippetCloth_debug_libraries += supc++
SnippetCloth_debug_libraries += m
SnippetCloth_debug_libraries += c
SnippetCloth_debug_libraries += nvToolsExt
SnippetCloth_debug_libraries += PhysX3CommonDEBUG
SnippetCloth_debug_libraries += PhysX3DEBUG
SnippetCloth_debug_libraries += PhysX3VehicleDEBUG
SnippetCloth_debug_libraries += PhysX3CookingDEBUG
SnippetCloth_debug_libraries += PhysX3ExtensionsDEBUG
SnippetCloth_debug_libraries += PhysX3CharacterKinematicDEBUG
SnippetCloth_debug_libraries += SnippetUtilsDEBUG
SnippetCloth_debug_libraries += PxFoundationDEBUG
SnippetCloth_debug_libraries += PsFastXmlDEBUG
SnippetCloth_debug_libraries += PxPvdSDKDEBUG
SnippetCloth_debug_common_cflags := $(SnippetCloth_custom_cflags)
SnippetCloth_debug_common_cflags += -MMD
SnippetCloth_debug_common_cflags += $(addprefix -D, $(SnippetCloth_debug_defines))
SnippetCloth_debug_common_cflags += $(addprefix -I, $(SnippetCloth_debug_hpaths))
SnippetCloth_debug_common_cflags += -Werror
SnippetCloth_debug_common_cflags += -fpic -fno-exceptions
SnippetCloth_debug_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCloth_debug_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetCloth_debug_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetCloth_debug_common_cflags += -Wno-maybe-uninitialized
SnippetCloth_debug_common_cflags += -Wno-pedantic
SnippetCloth_debug_common_cflags += -fPIE
SnippetCloth_debug_common_cflags += -g3 -gdwarf-2
SnippetCloth_debug_cflags := $(SnippetCloth_debug_common_cflags)
SnippetCloth_debug_cppflags := $(SnippetCloth_debug_common_cflags)
SnippetCloth_debug_cppflags += -fno-rtti
SnippetCloth_debug_lflags := $(SnippetCloth_custom_lflags)
SnippetCloth_debug_lflags += $(addprefix -L, $(SnippetCloth_debug_lpaths))
SnippetCloth_debug_lflags += -Wl,--start-group $(addprefix -l, $(SnippetCloth_debug_libraries)) -Wl,--end-group
SnippetCloth_debug_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCloth_debug_lflags += -Wl,--no-undefined
SnippetCloth_debug_lflags += -Wl,-z,noexecstack -L../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -Wl,-rpath-link=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm/usr/lib
SnippetCloth_debug_lflags += -pie
SnippetCloth_debug_objsdir = $(OBJS_DIR)/SnippetCloth_debug
SnippetCloth_debug_cpp_o = $(addprefix $(SnippetCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetCloth_cppfiles)))))
SnippetCloth_debug_cc_o = $(addprefix $(SnippetCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetCloth_ccfiles)))))
SnippetCloth_debug_c_o = $(addprefix $(SnippetCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetCloth_cfiles)))))
SnippetCloth_debug_obj = $(SnippetCloth_debug_cpp_o) $(SnippetCloth_debug_cc_o) $(SnippetCloth_debug_c_o)
SnippetCloth_debug_bin := ./../../../Bin/android16/SnippetClothDEBUG
clean_SnippetCloth_debug:
@$(ECHO) clean SnippetCloth debug
@$(RMDIR) $(SnippetCloth_debug_objsdir)
@$(RMDIR) $(SnippetCloth_debug_bin)
@$(RMDIR) $(DEPSDIR)/SnippetCloth/debug
build_SnippetCloth_debug: postbuild_SnippetCloth_debug
postbuild_SnippetCloth_debug: mainbuild_SnippetCloth_debug
mainbuild_SnippetCloth_debug: prebuild_SnippetCloth_debug $(SnippetCloth_debug_bin)
prebuild_SnippetCloth_debug:
$(SnippetCloth_debug_bin): $(SnippetCloth_debug_obj) build_SnippetUtils_debug
mkdir -p `dirname ./../../../Bin/android16/SnippetClothDEBUG`
$(CCLD) $(SnippetCloth_debug_obj) $(SnippetCloth_debug_lflags) -o $(SnippetCloth_debug_bin)
$(ECHO) building $@ complete!
SnippetCloth_debug_DEPDIR = $(dir $(@))/$(*F)
$(SnippetCloth_debug_cpp_o): $(SnippetCloth_debug_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetCloth_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_cppfiles))))))
cp $(SnippetCloth_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_cppfiles))))).P; \
rm -f $(SnippetCloth_debug_DEPDIR).d
$(SnippetCloth_debug_cc_o): $(SnippetCloth_debug_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetCloth_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_ccfiles))))))
cp $(SnippetCloth_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_ccfiles))))).debug.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_ccfiles))))).debug.P; \
rm -f $(SnippetCloth_debug_DEPDIR).d
$(SnippetCloth_debug_c_o): $(SnippetCloth_debug_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(SnippetCloth_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_cfiles))))))
cp $(SnippetCloth_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_debug_objsdir),, $@))), $(SnippetCloth_cfiles))))).P; \
rm -f $(SnippetCloth_debug_DEPDIR).d
SnippetCloth_checked_hpaths :=
SnippetCloth_checked_hpaths += ./../../../Include
SnippetCloth_checked_hpaths += ./../../../../PxShared/include
SnippetCloth_checked_hpaths += ./../../../../PxShared/src/foundation/include
SnippetCloth_checked_hpaths += ./../../../../PxShared/src/fastxml/include
SnippetCloth_checked_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetCloth_checked_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetCloth_checked_lpaths :=
SnippetCloth_checked_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetCloth_checked_lpaths += ./../../../Lib/android16
SnippetCloth_checked_lpaths += ./../../lib/android16
SnippetCloth_checked_lpaths += ./../../../../PxShared/lib/android16
SnippetCloth_checked_lpaths += ./../../lib/android16
SnippetCloth_checked_defines := $(SnippetCloth_custom_defines)
SnippetCloth_checked_defines += ANDROID
SnippetCloth_checked_defines += GLES2
SnippetCloth_checked_defines += __STDC_LIMIT_MACROS
SnippetCloth_checked_defines += __ARM_ARCH_5__
SnippetCloth_checked_defines += __ARM_ARCH_5T__
SnippetCloth_checked_defines += __ARM_ARCH_5E__
SnippetCloth_checked_defines += __ARM_ARCH_5TE__
SnippetCloth_checked_defines += NDEBUG
SnippetCloth_checked_defines += PX_CHECKED=1
SnippetCloth_checked_defines += PX_SUPPORT_PVD=1
SnippetCloth_checked_defines += PX_NVTX=1
SnippetCloth_checked_defines += PHYSX_PROFILE_SDK
SnippetCloth_checked_libraries :=
SnippetCloth_checked_libraries += SnippetUtilsCHECKED
SnippetCloth_checked_libraries += log
SnippetCloth_checked_libraries += gnustl_static
SnippetCloth_checked_libraries += supc++
SnippetCloth_checked_libraries += m
SnippetCloth_checked_libraries += c
SnippetCloth_checked_libraries += nvToolsExt
SnippetCloth_checked_libraries += PhysX3CommonCHECKED
SnippetCloth_checked_libraries += PhysX3CHECKED
SnippetCloth_checked_libraries += PhysX3VehicleCHECKED
SnippetCloth_checked_libraries += PhysX3CookingCHECKED
SnippetCloth_checked_libraries += PhysX3ExtensionsCHECKED
SnippetCloth_checked_libraries += PhysX3CharacterKinematicCHECKED
SnippetCloth_checked_libraries += SnippetUtilsCHECKED
SnippetCloth_checked_libraries += PxFoundationCHECKED
SnippetCloth_checked_libraries += PsFastXmlCHECKED
SnippetCloth_checked_libraries += PxPvdSDKCHECKED
SnippetCloth_checked_common_cflags := $(SnippetCloth_custom_cflags)
SnippetCloth_checked_common_cflags += -MMD
SnippetCloth_checked_common_cflags += $(addprefix -D, $(SnippetCloth_checked_defines))
SnippetCloth_checked_common_cflags += $(addprefix -I, $(SnippetCloth_checked_hpaths))
SnippetCloth_checked_common_cflags += -Werror
SnippetCloth_checked_common_cflags += -fpic -fno-exceptions
SnippetCloth_checked_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCloth_checked_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetCloth_checked_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetCloth_checked_common_cflags += -Wno-maybe-uninitialized
SnippetCloth_checked_common_cflags += -Wno-pedantic
SnippetCloth_checked_common_cflags += -fPIE
SnippetCloth_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
SnippetCloth_checked_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
SnippetCloth_checked_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
SnippetCloth_checked_cflags := $(SnippetCloth_checked_common_cflags)
SnippetCloth_checked_cppflags := $(SnippetCloth_checked_common_cflags)
SnippetCloth_checked_cppflags += -fno-rtti
SnippetCloth_checked_lflags := $(SnippetCloth_custom_lflags)
SnippetCloth_checked_lflags += $(addprefix -L, $(SnippetCloth_checked_lpaths))
SnippetCloth_checked_lflags += -Wl,--start-group $(addprefix -l, $(SnippetCloth_checked_libraries)) -Wl,--end-group
SnippetCloth_checked_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCloth_checked_lflags += -Wl,--no-undefined
SnippetCloth_checked_lflags += -Wl,-z,noexecstack -L../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -Wl,-rpath-link=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm/usr/lib
SnippetCloth_checked_lflags += -pie
SnippetCloth_checked_objsdir = $(OBJS_DIR)/SnippetCloth_checked
SnippetCloth_checked_cpp_o = $(addprefix $(SnippetCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetCloth_cppfiles)))))
SnippetCloth_checked_cc_o = $(addprefix $(SnippetCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetCloth_ccfiles)))))
SnippetCloth_checked_c_o = $(addprefix $(SnippetCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetCloth_cfiles)))))
SnippetCloth_checked_obj = $(SnippetCloth_checked_cpp_o) $(SnippetCloth_checked_cc_o) $(SnippetCloth_checked_c_o)
SnippetCloth_checked_bin := ./../../../Bin/android16/SnippetClothCHECKED
clean_SnippetCloth_checked:
@$(ECHO) clean SnippetCloth checked
@$(RMDIR) $(SnippetCloth_checked_objsdir)
@$(RMDIR) $(SnippetCloth_checked_bin)
@$(RMDIR) $(DEPSDIR)/SnippetCloth/checked
build_SnippetCloth_checked: postbuild_SnippetCloth_checked
postbuild_SnippetCloth_checked: mainbuild_SnippetCloth_checked
mainbuild_SnippetCloth_checked: prebuild_SnippetCloth_checked $(SnippetCloth_checked_bin)
prebuild_SnippetCloth_checked:
$(SnippetCloth_checked_bin): $(SnippetCloth_checked_obj) build_SnippetUtils_checked
mkdir -p `dirname ./../../../Bin/android16/SnippetClothCHECKED`
$(CCLD) $(SnippetCloth_checked_obj) $(SnippetCloth_checked_lflags) -o $(SnippetCloth_checked_bin)
$(ECHO) building $@ complete!
SnippetCloth_checked_DEPDIR = $(dir $(@))/$(*F)
$(SnippetCloth_checked_cpp_o): $(SnippetCloth_checked_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetCloth_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_cppfiles))))))
cp $(SnippetCloth_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_cppfiles))))).P; \
rm -f $(SnippetCloth_checked_DEPDIR).d
$(SnippetCloth_checked_cc_o): $(SnippetCloth_checked_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetCloth_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_ccfiles))))))
cp $(SnippetCloth_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_ccfiles))))).checked.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_ccfiles))))).checked.P; \
rm -f $(SnippetCloth_checked_DEPDIR).d
$(SnippetCloth_checked_c_o): $(SnippetCloth_checked_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(SnippetCloth_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_cfiles))))))
cp $(SnippetCloth_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_checked_objsdir),, $@))), $(SnippetCloth_cfiles))))).P; \
rm -f $(SnippetCloth_checked_DEPDIR).d
SnippetCloth_profile_hpaths :=
SnippetCloth_profile_hpaths += ./../../../Include
SnippetCloth_profile_hpaths += ./../../../../PxShared/include
SnippetCloth_profile_hpaths += ./../../../../PxShared/src/foundation/include
SnippetCloth_profile_hpaths += ./../../../../PxShared/src/fastxml/include
SnippetCloth_profile_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetCloth_profile_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetCloth_profile_lpaths :=
SnippetCloth_profile_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetCloth_profile_lpaths += ./../../../Lib/android16
SnippetCloth_profile_lpaths += ./../../lib/android16
SnippetCloth_profile_lpaths += ./../../../../PxShared/lib/android16
SnippetCloth_profile_lpaths += ./../../lib/android16
SnippetCloth_profile_defines := $(SnippetCloth_custom_defines)
SnippetCloth_profile_defines += ANDROID
SnippetCloth_profile_defines += GLES2
SnippetCloth_profile_defines += __STDC_LIMIT_MACROS
SnippetCloth_profile_defines += __ARM_ARCH_5__
SnippetCloth_profile_defines += __ARM_ARCH_5T__
SnippetCloth_profile_defines += __ARM_ARCH_5E__
SnippetCloth_profile_defines += __ARM_ARCH_5TE__
SnippetCloth_profile_defines += NDEBUG
SnippetCloth_profile_defines += PX_PROFILE=1
SnippetCloth_profile_defines += PX_SUPPORT_PVD=1
SnippetCloth_profile_defines += PX_NVTX=1
SnippetCloth_profile_defines += PHYSX_PROFILE_SDK
SnippetCloth_profile_libraries :=
SnippetCloth_profile_libraries += SnippetUtilsPROFILE
SnippetCloth_profile_libraries += log
SnippetCloth_profile_libraries += gnustl_static
SnippetCloth_profile_libraries += supc++
SnippetCloth_profile_libraries += m
SnippetCloth_profile_libraries += c
SnippetCloth_profile_libraries += nvToolsExt
SnippetCloth_profile_libraries += PhysX3CommonPROFILE
SnippetCloth_profile_libraries += PhysX3PROFILE
SnippetCloth_profile_libraries += PhysX3VehiclePROFILE
SnippetCloth_profile_libraries += PhysX3CookingPROFILE
SnippetCloth_profile_libraries += PhysX3ExtensionsPROFILE
SnippetCloth_profile_libraries += PhysX3CharacterKinematicPROFILE
SnippetCloth_profile_libraries += SnippetUtilsPROFILE
SnippetCloth_profile_libraries += PxFoundationPROFILE
SnippetCloth_profile_libraries += PsFastXmlPROFILE
SnippetCloth_profile_libraries += PxPvdSDKPROFILE
SnippetCloth_profile_common_cflags := $(SnippetCloth_custom_cflags)
SnippetCloth_profile_common_cflags += -MMD
SnippetCloth_profile_common_cflags += $(addprefix -D, $(SnippetCloth_profile_defines))
SnippetCloth_profile_common_cflags += $(addprefix -I, $(SnippetCloth_profile_hpaths))
SnippetCloth_profile_common_cflags += -Werror
SnippetCloth_profile_common_cflags += -fpic -fno-exceptions
SnippetCloth_profile_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCloth_profile_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetCloth_profile_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetCloth_profile_common_cflags += -Wno-maybe-uninitialized
SnippetCloth_profile_common_cflags += -Wno-pedantic
SnippetCloth_profile_common_cflags += -fPIE
SnippetCloth_profile_common_cflags += -O3 -fno-strict-aliasing
SnippetCloth_profile_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
SnippetCloth_profile_common_cflags += -fno-omit-frame-pointer -funswitch-loops -finline-limit=300
SnippetCloth_profile_cflags := $(SnippetCloth_profile_common_cflags)
SnippetCloth_profile_cppflags := $(SnippetCloth_profile_common_cflags)
SnippetCloth_profile_cppflags += -fno-rtti
SnippetCloth_profile_lflags := $(SnippetCloth_custom_lflags)
SnippetCloth_profile_lflags += $(addprefix -L, $(SnippetCloth_profile_lpaths))
SnippetCloth_profile_lflags += -Wl,--start-group $(addprefix -l, $(SnippetCloth_profile_libraries)) -Wl,--end-group
SnippetCloth_profile_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCloth_profile_lflags += -Wl,--no-undefined
SnippetCloth_profile_lflags += -Wl,-z,noexecstack -L../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -Wl,-rpath-link=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm/usr/lib
SnippetCloth_profile_lflags += -pie
SnippetCloth_profile_objsdir = $(OBJS_DIR)/SnippetCloth_profile
SnippetCloth_profile_cpp_o = $(addprefix $(SnippetCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetCloth_cppfiles)))))
SnippetCloth_profile_cc_o = $(addprefix $(SnippetCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetCloth_ccfiles)))))
SnippetCloth_profile_c_o = $(addprefix $(SnippetCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetCloth_cfiles)))))
SnippetCloth_profile_obj = $(SnippetCloth_profile_cpp_o) $(SnippetCloth_profile_cc_o) $(SnippetCloth_profile_c_o)
SnippetCloth_profile_bin := ./../../../Bin/android16/SnippetClothPROFILE
clean_SnippetCloth_profile:
@$(ECHO) clean SnippetCloth profile
@$(RMDIR) $(SnippetCloth_profile_objsdir)
@$(RMDIR) $(SnippetCloth_profile_bin)
@$(RMDIR) $(DEPSDIR)/SnippetCloth/profile
build_SnippetCloth_profile: postbuild_SnippetCloth_profile
postbuild_SnippetCloth_profile: mainbuild_SnippetCloth_profile
mainbuild_SnippetCloth_profile: prebuild_SnippetCloth_profile $(SnippetCloth_profile_bin)
prebuild_SnippetCloth_profile:
$(SnippetCloth_profile_bin): $(SnippetCloth_profile_obj) build_SnippetUtils_profile
mkdir -p `dirname ./../../../Bin/android16/SnippetClothPROFILE`
$(CCLD) $(SnippetCloth_profile_obj) $(SnippetCloth_profile_lflags) -o $(SnippetCloth_profile_bin)
$(ECHO) building $@ complete!
SnippetCloth_profile_DEPDIR = $(dir $(@))/$(*F)
$(SnippetCloth_profile_cpp_o): $(SnippetCloth_profile_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetCloth_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_cppfiles))))))
cp $(SnippetCloth_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_cppfiles))))).P; \
rm -f $(SnippetCloth_profile_DEPDIR).d
$(SnippetCloth_profile_cc_o): $(SnippetCloth_profile_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetCloth_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_ccfiles))))))
cp $(SnippetCloth_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_ccfiles))))).profile.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_ccfiles))))).profile.P; \
rm -f $(SnippetCloth_profile_DEPDIR).d
$(SnippetCloth_profile_c_o): $(SnippetCloth_profile_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(SnippetCloth_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_cfiles))))))
cp $(SnippetCloth_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_profile_objsdir),, $@))), $(SnippetCloth_cfiles))))).P; \
rm -f $(SnippetCloth_profile_DEPDIR).d
SnippetCloth_release_hpaths :=
SnippetCloth_release_hpaths += ./../../../Include
SnippetCloth_release_hpaths += ./../../../../PxShared/include
SnippetCloth_release_hpaths += ./../../../../PxShared/src/foundation/include
SnippetCloth_release_hpaths += ./../../../../PxShared/src/fastxml/include
SnippetCloth_release_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetCloth_release_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetCloth_release_lpaths :=
SnippetCloth_release_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetCloth_release_lpaths += ./../../../Lib/android16
SnippetCloth_release_lpaths += ./../../lib/android16
SnippetCloth_release_lpaths += ./../../../../PxShared/lib/android16
SnippetCloth_release_lpaths += ./../../lib/android16
SnippetCloth_release_defines := $(SnippetCloth_custom_defines)
SnippetCloth_release_defines += ANDROID
SnippetCloth_release_defines += GLES2
SnippetCloth_release_defines += __STDC_LIMIT_MACROS
SnippetCloth_release_defines += __ARM_ARCH_5__
SnippetCloth_release_defines += __ARM_ARCH_5T__
SnippetCloth_release_defines += __ARM_ARCH_5E__
SnippetCloth_release_defines += __ARM_ARCH_5TE__
SnippetCloth_release_defines += NDEBUG
SnippetCloth_release_defines += PX_SUPPORT_PVD=0
SnippetCloth_release_defines += PHYSX_PROFILE_SDK
SnippetCloth_release_libraries :=
SnippetCloth_release_libraries += SnippetUtils
SnippetCloth_release_libraries += log
SnippetCloth_release_libraries += gnustl_static
SnippetCloth_release_libraries += supc++
SnippetCloth_release_libraries += m
SnippetCloth_release_libraries += c
SnippetCloth_release_libraries += nvToolsExt
SnippetCloth_release_libraries += PhysX3Common
SnippetCloth_release_libraries += PhysX3
SnippetCloth_release_libraries += PhysX3Vehicle
SnippetCloth_release_libraries += PhysX3Cooking
SnippetCloth_release_libraries += PhysX3Extensions
SnippetCloth_release_libraries += PhysX3CharacterKinematic
SnippetCloth_release_libraries += SnippetUtils
SnippetCloth_release_libraries += PxFoundation
SnippetCloth_release_libraries += PsFastXml
SnippetCloth_release_libraries += PxPvdSDK
SnippetCloth_release_common_cflags := $(SnippetCloth_custom_cflags)
SnippetCloth_release_common_cflags += -MMD
SnippetCloth_release_common_cflags += $(addprefix -D, $(SnippetCloth_release_defines))
SnippetCloth_release_common_cflags += $(addprefix -I, $(SnippetCloth_release_hpaths))
SnippetCloth_release_common_cflags += -Werror
SnippetCloth_release_common_cflags += -fpic -fno-exceptions
SnippetCloth_release_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCloth_release_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetCloth_release_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetCloth_release_common_cflags += -Wno-maybe-uninitialized
SnippetCloth_release_common_cflags += -Wno-pedantic
SnippetCloth_release_common_cflags += -fPIE
SnippetCloth_release_common_cflags += -O3 -fno-strict-aliasing
SnippetCloth_release_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
SnippetCloth_release_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
SnippetCloth_release_cflags := $(SnippetCloth_release_common_cflags)
SnippetCloth_release_cppflags := $(SnippetCloth_release_common_cflags)
SnippetCloth_release_cppflags += -fno-rtti
SnippetCloth_release_lflags := $(SnippetCloth_custom_lflags)
SnippetCloth_release_lflags += $(addprefix -L, $(SnippetCloth_release_lpaths))
SnippetCloth_release_lflags += -Wl,--start-group $(addprefix -l, $(SnippetCloth_release_libraries)) -Wl,--end-group
SnippetCloth_release_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCloth_release_lflags += -Wl,--no-undefined
SnippetCloth_release_lflags += -Wl,-z,noexecstack -L../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -Wl,-rpath-link=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm/usr/lib
SnippetCloth_release_lflags += -pie
SnippetCloth_release_objsdir = $(OBJS_DIR)/SnippetCloth_release
SnippetCloth_release_cpp_o = $(addprefix $(SnippetCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetCloth_cppfiles)))))
SnippetCloth_release_cc_o = $(addprefix $(SnippetCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetCloth_ccfiles)))))
SnippetCloth_release_c_o = $(addprefix $(SnippetCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetCloth_cfiles)))))
SnippetCloth_release_obj = $(SnippetCloth_release_cpp_o) $(SnippetCloth_release_cc_o) $(SnippetCloth_release_c_o)
SnippetCloth_release_bin := ./../../../Bin/android16/SnippetCloth
clean_SnippetCloth_release:
@$(ECHO) clean SnippetCloth release
@$(RMDIR) $(SnippetCloth_release_objsdir)
@$(RMDIR) $(SnippetCloth_release_bin)
@$(RMDIR) $(DEPSDIR)/SnippetCloth/release
build_SnippetCloth_release: postbuild_SnippetCloth_release
postbuild_SnippetCloth_release: mainbuild_SnippetCloth_release
mainbuild_SnippetCloth_release: prebuild_SnippetCloth_release $(SnippetCloth_release_bin)
prebuild_SnippetCloth_release:
$(SnippetCloth_release_bin): $(SnippetCloth_release_obj) build_SnippetUtils_release
mkdir -p `dirname ./../../../Bin/android16/SnippetCloth`
$(CCLD) $(SnippetCloth_release_obj) $(SnippetCloth_release_lflags) -o $(SnippetCloth_release_bin)
$(ECHO) building $@ complete!
SnippetCloth_release_DEPDIR = $(dir $(@))/$(*F)
$(SnippetCloth_release_cpp_o): $(SnippetCloth_release_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetCloth_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_cppfiles))))))
cp $(SnippetCloth_release_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_cppfiles))))).P; \
rm -f $(SnippetCloth_release_DEPDIR).d
$(SnippetCloth_release_cc_o): $(SnippetCloth_release_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetCloth_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_ccfiles))))))
cp $(SnippetCloth_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_ccfiles))))).release.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_ccfiles))))).release.P; \
rm -f $(SnippetCloth_release_DEPDIR).d
$(SnippetCloth_release_c_o): $(SnippetCloth_release_objsdir)/%.o:
$(ECHO) SnippetCloth: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(SnippetCloth_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_cfiles))))))
cp $(SnippetCloth_release_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCloth_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCloth_release_objsdir),, $@))), $(SnippetCloth_cfiles))))).P; \
rm -f $(SnippetCloth_release_DEPDIR).d
clean_SnippetCloth: clean_SnippetCloth_debug clean_SnippetCloth_checked clean_SnippetCloth_profile clean_SnippetCloth_release
rm -rf $(DEPSDIR)
export VERBOSE
ifndef VERBOSE
.SILENT:
endif
|