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
|
# Makefile generated by XPJ for ANDROID16
-include Makefile.custom
ProjectName = SnippetContactReport
SnippetContactReport_cppfiles += ./../../SnippetCommon/ClassicMain.cpp
SnippetContactReport_cppfiles += ./../../SnippetContactReport/SnippetContactReport.cpp
SnippetContactReport_cppfiles += ./../../SnippetContactReport/SnippetContactReportRender.cpp
SnippetContactReport_cpp_debug_dep = $(addprefix $(DEPSDIR)/SnippetContactReport/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetContactReport_cppfiles)))))
SnippetContactReport_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(SnippetContactReport_ccfiles)))))
SnippetContactReport_c_debug_dep = $(addprefix $(DEPSDIR)/SnippetContactReport/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetContactReport_cfiles)))))
SnippetContactReport_debug_dep = $(SnippetContactReport_cpp_debug_dep) $(SnippetContactReport_cc_debug_dep) $(SnippetContactReport_c_debug_dep)
-include $(SnippetContactReport_debug_dep)
SnippetContactReport_cpp_checked_dep = $(addprefix $(DEPSDIR)/SnippetContactReport/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetContactReport_cppfiles)))))
SnippetContactReport_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(SnippetContactReport_ccfiles)))))
SnippetContactReport_c_checked_dep = $(addprefix $(DEPSDIR)/SnippetContactReport/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetContactReport_cfiles)))))
SnippetContactReport_checked_dep = $(SnippetContactReport_cpp_checked_dep) $(SnippetContactReport_cc_checked_dep) $(SnippetContactReport_c_checked_dep)
-include $(SnippetContactReport_checked_dep)
SnippetContactReport_cpp_profile_dep = $(addprefix $(DEPSDIR)/SnippetContactReport/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetContactReport_cppfiles)))))
SnippetContactReport_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(SnippetContactReport_ccfiles)))))
SnippetContactReport_c_profile_dep = $(addprefix $(DEPSDIR)/SnippetContactReport/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetContactReport_cfiles)))))
SnippetContactReport_profile_dep = $(SnippetContactReport_cpp_profile_dep) $(SnippetContactReport_cc_profile_dep) $(SnippetContactReport_c_profile_dep)
-include $(SnippetContactReport_profile_dep)
SnippetContactReport_cpp_release_dep = $(addprefix $(DEPSDIR)/SnippetContactReport/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetContactReport_cppfiles)))))
SnippetContactReport_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(SnippetContactReport_ccfiles)))))
SnippetContactReport_c_release_dep = $(addprefix $(DEPSDIR)/SnippetContactReport/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetContactReport_cfiles)))))
SnippetContactReport_release_dep = $(SnippetContactReport_cpp_release_dep) $(SnippetContactReport_cc_release_dep) $(SnippetContactReport_c_release_dep)
-include $(SnippetContactReport_release_dep)
SnippetContactReport_debug_hpaths :=
SnippetContactReport_debug_hpaths += ./../../../Include
SnippetContactReport_debug_hpaths += ./../../../../PxShared/include
SnippetContactReport_debug_hpaths += ./../../../../PxShared/src/foundation/include
SnippetContactReport_debug_hpaths += ./../../../../PxShared/src/fastxml/include
SnippetContactReport_debug_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetContactReport_debug_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetContactReport_debug_lpaths :=
SnippetContactReport_debug_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetContactReport_debug_lpaths += ./../../../Lib/android16
SnippetContactReport_debug_lpaths += ./../../lib/android16
SnippetContactReport_debug_lpaths += ./../../../../PxShared/lib/android16
SnippetContactReport_debug_lpaths += ./../../lib/android16
SnippetContactReport_debug_defines := $(SnippetContactReport_custom_defines)
SnippetContactReport_debug_defines += ANDROID
SnippetContactReport_debug_defines += GLES2
SnippetContactReport_debug_defines += __STDC_LIMIT_MACROS
SnippetContactReport_debug_defines += __ARM_ARCH_5__
SnippetContactReport_debug_defines += __ARM_ARCH_5T__
SnippetContactReport_debug_defines += __ARM_ARCH_5E__
SnippetContactReport_debug_defines += __ARM_ARCH_5TE__
SnippetContactReport_debug_defines += _DEBUG
SnippetContactReport_debug_defines += PX_DEBUG=1
SnippetContactReport_debug_defines += PX_CHECKED=1
SnippetContactReport_debug_defines += PX_SUPPORT_PVD=1
SnippetContactReport_debug_defines += PX_NVTX=1
SnippetContactReport_debug_defines += PHYSX_PROFILE_SDK
SnippetContactReport_debug_libraries :=
SnippetContactReport_debug_libraries += SnippetUtilsDEBUG
SnippetContactReport_debug_libraries += log
SnippetContactReport_debug_libraries += gnustl_static
SnippetContactReport_debug_libraries += supc++
SnippetContactReport_debug_libraries += m
SnippetContactReport_debug_libraries += c
SnippetContactReport_debug_libraries += nvToolsExt
SnippetContactReport_debug_libraries += PhysX3CommonDEBUG
SnippetContactReport_debug_libraries += PhysX3DEBUG
SnippetContactReport_debug_libraries += PhysX3VehicleDEBUG
SnippetContactReport_debug_libraries += PhysX3CookingDEBUG
SnippetContactReport_debug_libraries += PhysX3ExtensionsDEBUG
SnippetContactReport_debug_libraries += PhysX3CharacterKinematicDEBUG
SnippetContactReport_debug_libraries += SnippetUtilsDEBUG
SnippetContactReport_debug_libraries += PxFoundationDEBUG
SnippetContactReport_debug_libraries += PsFastXmlDEBUG
SnippetContactReport_debug_libraries += PxPvdSDKDEBUG
SnippetContactReport_debug_common_cflags := $(SnippetContactReport_custom_cflags)
SnippetContactReport_debug_common_cflags += -MMD
SnippetContactReport_debug_common_cflags += $(addprefix -D, $(SnippetContactReport_debug_defines))
SnippetContactReport_debug_common_cflags += $(addprefix -I, $(SnippetContactReport_debug_hpaths))
SnippetContactReport_debug_common_cflags += -Werror
SnippetContactReport_debug_common_cflags += -fpic -fno-exceptions
SnippetContactReport_debug_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetContactReport_debug_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetContactReport_debug_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetContactReport_debug_common_cflags += -Wno-maybe-uninitialized
SnippetContactReport_debug_common_cflags += -Wno-pedantic
SnippetContactReport_debug_common_cflags += -fPIE
SnippetContactReport_debug_common_cflags += -g3 -gdwarf-2
SnippetContactReport_debug_cflags := $(SnippetContactReport_debug_common_cflags)
SnippetContactReport_debug_cppflags := $(SnippetContactReport_debug_common_cflags)
SnippetContactReport_debug_cppflags += -fno-rtti
SnippetContactReport_debug_lflags := $(SnippetContactReport_custom_lflags)
SnippetContactReport_debug_lflags += $(addprefix -L, $(SnippetContactReport_debug_lpaths))
SnippetContactReport_debug_lflags += -Wl,--start-group $(addprefix -l, $(SnippetContactReport_debug_libraries)) -Wl,--end-group
SnippetContactReport_debug_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetContactReport_debug_lflags += -Wl,--no-undefined
SnippetContactReport_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
SnippetContactReport_debug_lflags += -pie
SnippetContactReport_debug_objsdir = $(OBJS_DIR)/SnippetContactReport_debug
SnippetContactReport_debug_cpp_o = $(addprefix $(SnippetContactReport_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetContactReport_cppfiles)))))
SnippetContactReport_debug_cc_o = $(addprefix $(SnippetContactReport_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetContactReport_ccfiles)))))
SnippetContactReport_debug_c_o = $(addprefix $(SnippetContactReport_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetContactReport_cfiles)))))
SnippetContactReport_debug_obj = $(SnippetContactReport_debug_cpp_o) $(SnippetContactReport_debug_cc_o) $(SnippetContactReport_debug_c_o)
SnippetContactReport_debug_bin := ./../../../Bin/android16/SnippetContactReportDEBUG
clean_SnippetContactReport_debug:
@$(ECHO) clean SnippetContactReport debug
@$(RMDIR) $(SnippetContactReport_debug_objsdir)
@$(RMDIR) $(SnippetContactReport_debug_bin)
@$(RMDIR) $(DEPSDIR)/SnippetContactReport/debug
build_SnippetContactReport_debug: postbuild_SnippetContactReport_debug
postbuild_SnippetContactReport_debug: mainbuild_SnippetContactReport_debug
mainbuild_SnippetContactReport_debug: prebuild_SnippetContactReport_debug $(SnippetContactReport_debug_bin)
prebuild_SnippetContactReport_debug:
$(SnippetContactReport_debug_bin): $(SnippetContactReport_debug_obj) build_SnippetUtils_debug
mkdir -p `dirname ./../../../Bin/android16/SnippetContactReportDEBUG`
$(CCLD) $(SnippetContactReport_debug_obj) $(SnippetContactReport_debug_lflags) -o $(SnippetContactReport_debug_bin)
$(ECHO) building $@ complete!
SnippetContactReport_debug_DEPDIR = $(dir $(@))/$(*F)
$(SnippetContactReport_debug_cpp_o): $(SnippetContactReport_debug_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetContactReport_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetContactReport/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_cppfiles))))))
cp $(SnippetContactReport_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetContactReport/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetContactReport/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_cppfiles))))).P; \
rm -f $(SnippetContactReport_debug_DEPDIR).d
$(SnippetContactReport_debug_cc_o): $(SnippetContactReport_debug_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetContactReport_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_ccfiles))))))
cp $(SnippetContactReport_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_ccfiles))))).debug.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_ccfiles))))).debug.P; \
rm -f $(SnippetContactReport_debug_DEPDIR).d
$(SnippetContactReport_debug_c_o): $(SnippetContactReport_debug_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(SnippetContactReport_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetContactReport/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_cfiles))))))
cp $(SnippetContactReport_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetContactReport/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetContactReport/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_debug_objsdir),, $@))), $(SnippetContactReport_cfiles))))).P; \
rm -f $(SnippetContactReport_debug_DEPDIR).d
SnippetContactReport_checked_hpaths :=
SnippetContactReport_checked_hpaths += ./../../../Include
SnippetContactReport_checked_hpaths += ./../../../../PxShared/include
SnippetContactReport_checked_hpaths += ./../../../../PxShared/src/foundation/include
SnippetContactReport_checked_hpaths += ./../../../../PxShared/src/fastxml/include
SnippetContactReport_checked_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetContactReport_checked_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetContactReport_checked_lpaths :=
SnippetContactReport_checked_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetContactReport_checked_lpaths += ./../../../Lib/android16
SnippetContactReport_checked_lpaths += ./../../lib/android16
SnippetContactReport_checked_lpaths += ./../../../../PxShared/lib/android16
SnippetContactReport_checked_lpaths += ./../../lib/android16
SnippetContactReport_checked_defines := $(SnippetContactReport_custom_defines)
SnippetContactReport_checked_defines += ANDROID
SnippetContactReport_checked_defines += GLES2
SnippetContactReport_checked_defines += __STDC_LIMIT_MACROS
SnippetContactReport_checked_defines += __ARM_ARCH_5__
SnippetContactReport_checked_defines += __ARM_ARCH_5T__
SnippetContactReport_checked_defines += __ARM_ARCH_5E__
SnippetContactReport_checked_defines += __ARM_ARCH_5TE__
SnippetContactReport_checked_defines += NDEBUG
SnippetContactReport_checked_defines += PX_CHECKED=1
SnippetContactReport_checked_defines += PX_SUPPORT_PVD=1
SnippetContactReport_checked_defines += PX_NVTX=1
SnippetContactReport_checked_defines += PHYSX_PROFILE_SDK
SnippetContactReport_checked_libraries :=
SnippetContactReport_checked_libraries += SnippetUtilsCHECKED
SnippetContactReport_checked_libraries += log
SnippetContactReport_checked_libraries += gnustl_static
SnippetContactReport_checked_libraries += supc++
SnippetContactReport_checked_libraries += m
SnippetContactReport_checked_libraries += c
SnippetContactReport_checked_libraries += nvToolsExt
SnippetContactReport_checked_libraries += PhysX3CommonCHECKED
SnippetContactReport_checked_libraries += PhysX3CHECKED
SnippetContactReport_checked_libraries += PhysX3VehicleCHECKED
SnippetContactReport_checked_libraries += PhysX3CookingCHECKED
SnippetContactReport_checked_libraries += PhysX3ExtensionsCHECKED
SnippetContactReport_checked_libraries += PhysX3CharacterKinematicCHECKED
SnippetContactReport_checked_libraries += SnippetUtilsCHECKED
SnippetContactReport_checked_libraries += PxFoundationCHECKED
SnippetContactReport_checked_libraries += PsFastXmlCHECKED
SnippetContactReport_checked_libraries += PxPvdSDKCHECKED
SnippetContactReport_checked_common_cflags := $(SnippetContactReport_custom_cflags)
SnippetContactReport_checked_common_cflags += -MMD
SnippetContactReport_checked_common_cflags += $(addprefix -D, $(SnippetContactReport_checked_defines))
SnippetContactReport_checked_common_cflags += $(addprefix -I, $(SnippetContactReport_checked_hpaths))
SnippetContactReport_checked_common_cflags += -Werror
SnippetContactReport_checked_common_cflags += -fpic -fno-exceptions
SnippetContactReport_checked_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetContactReport_checked_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetContactReport_checked_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetContactReport_checked_common_cflags += -Wno-maybe-uninitialized
SnippetContactReport_checked_common_cflags += -Wno-pedantic
SnippetContactReport_checked_common_cflags += -fPIE
SnippetContactReport_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
SnippetContactReport_checked_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
SnippetContactReport_checked_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
SnippetContactReport_checked_cflags := $(SnippetContactReport_checked_common_cflags)
SnippetContactReport_checked_cppflags := $(SnippetContactReport_checked_common_cflags)
SnippetContactReport_checked_cppflags += -fno-rtti
SnippetContactReport_checked_lflags := $(SnippetContactReport_custom_lflags)
SnippetContactReport_checked_lflags += $(addprefix -L, $(SnippetContactReport_checked_lpaths))
SnippetContactReport_checked_lflags += -Wl,--start-group $(addprefix -l, $(SnippetContactReport_checked_libraries)) -Wl,--end-group
SnippetContactReport_checked_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetContactReport_checked_lflags += -Wl,--no-undefined
SnippetContactReport_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
SnippetContactReport_checked_lflags += -pie
SnippetContactReport_checked_objsdir = $(OBJS_DIR)/SnippetContactReport_checked
SnippetContactReport_checked_cpp_o = $(addprefix $(SnippetContactReport_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetContactReport_cppfiles)))))
SnippetContactReport_checked_cc_o = $(addprefix $(SnippetContactReport_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetContactReport_ccfiles)))))
SnippetContactReport_checked_c_o = $(addprefix $(SnippetContactReport_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetContactReport_cfiles)))))
SnippetContactReport_checked_obj = $(SnippetContactReport_checked_cpp_o) $(SnippetContactReport_checked_cc_o) $(SnippetContactReport_checked_c_o)
SnippetContactReport_checked_bin := ./../../../Bin/android16/SnippetContactReportCHECKED
clean_SnippetContactReport_checked:
@$(ECHO) clean SnippetContactReport checked
@$(RMDIR) $(SnippetContactReport_checked_objsdir)
@$(RMDIR) $(SnippetContactReport_checked_bin)
@$(RMDIR) $(DEPSDIR)/SnippetContactReport/checked
build_SnippetContactReport_checked: postbuild_SnippetContactReport_checked
postbuild_SnippetContactReport_checked: mainbuild_SnippetContactReport_checked
mainbuild_SnippetContactReport_checked: prebuild_SnippetContactReport_checked $(SnippetContactReport_checked_bin)
prebuild_SnippetContactReport_checked:
$(SnippetContactReport_checked_bin): $(SnippetContactReport_checked_obj) build_SnippetUtils_checked
mkdir -p `dirname ./../../../Bin/android16/SnippetContactReportCHECKED`
$(CCLD) $(SnippetContactReport_checked_obj) $(SnippetContactReport_checked_lflags) -o $(SnippetContactReport_checked_bin)
$(ECHO) building $@ complete!
SnippetContactReport_checked_DEPDIR = $(dir $(@))/$(*F)
$(SnippetContactReport_checked_cpp_o): $(SnippetContactReport_checked_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetContactReport_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetContactReport/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_cppfiles))))))
cp $(SnippetContactReport_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetContactReport/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetContactReport/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_cppfiles))))).P; \
rm -f $(SnippetContactReport_checked_DEPDIR).d
$(SnippetContactReport_checked_cc_o): $(SnippetContactReport_checked_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetContactReport_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_ccfiles))))))
cp $(SnippetContactReport_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_ccfiles))))).checked.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_ccfiles))))).checked.P; \
rm -f $(SnippetContactReport_checked_DEPDIR).d
$(SnippetContactReport_checked_c_o): $(SnippetContactReport_checked_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(SnippetContactReport_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetContactReport/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_cfiles))))))
cp $(SnippetContactReport_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetContactReport/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetContactReport/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_checked_objsdir),, $@))), $(SnippetContactReport_cfiles))))).P; \
rm -f $(SnippetContactReport_checked_DEPDIR).d
SnippetContactReport_profile_hpaths :=
SnippetContactReport_profile_hpaths += ./../../../Include
SnippetContactReport_profile_hpaths += ./../../../../PxShared/include
SnippetContactReport_profile_hpaths += ./../../../../PxShared/src/foundation/include
SnippetContactReport_profile_hpaths += ./../../../../PxShared/src/fastxml/include
SnippetContactReport_profile_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetContactReport_profile_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetContactReport_profile_lpaths :=
SnippetContactReport_profile_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetContactReport_profile_lpaths += ./../../../Lib/android16
SnippetContactReport_profile_lpaths += ./../../lib/android16
SnippetContactReport_profile_lpaths += ./../../../../PxShared/lib/android16
SnippetContactReport_profile_lpaths += ./../../lib/android16
SnippetContactReport_profile_defines := $(SnippetContactReport_custom_defines)
SnippetContactReport_profile_defines += ANDROID
SnippetContactReport_profile_defines += GLES2
SnippetContactReport_profile_defines += __STDC_LIMIT_MACROS
SnippetContactReport_profile_defines += __ARM_ARCH_5__
SnippetContactReport_profile_defines += __ARM_ARCH_5T__
SnippetContactReport_profile_defines += __ARM_ARCH_5E__
SnippetContactReport_profile_defines += __ARM_ARCH_5TE__
SnippetContactReport_profile_defines += NDEBUG
SnippetContactReport_profile_defines += PX_PROFILE=1
SnippetContactReport_profile_defines += PX_SUPPORT_PVD=1
SnippetContactReport_profile_defines += PX_NVTX=1
SnippetContactReport_profile_defines += PHYSX_PROFILE_SDK
SnippetContactReport_profile_libraries :=
SnippetContactReport_profile_libraries += SnippetUtilsPROFILE
SnippetContactReport_profile_libraries += log
SnippetContactReport_profile_libraries += gnustl_static
SnippetContactReport_profile_libraries += supc++
SnippetContactReport_profile_libraries += m
SnippetContactReport_profile_libraries += c
SnippetContactReport_profile_libraries += nvToolsExt
SnippetContactReport_profile_libraries += PhysX3CommonPROFILE
SnippetContactReport_profile_libraries += PhysX3PROFILE
SnippetContactReport_profile_libraries += PhysX3VehiclePROFILE
SnippetContactReport_profile_libraries += PhysX3CookingPROFILE
SnippetContactReport_profile_libraries += PhysX3ExtensionsPROFILE
SnippetContactReport_profile_libraries += PhysX3CharacterKinematicPROFILE
SnippetContactReport_profile_libraries += SnippetUtilsPROFILE
SnippetContactReport_profile_libraries += PxFoundationPROFILE
SnippetContactReport_profile_libraries += PsFastXmlPROFILE
SnippetContactReport_profile_libraries += PxPvdSDKPROFILE
SnippetContactReport_profile_common_cflags := $(SnippetContactReport_custom_cflags)
SnippetContactReport_profile_common_cflags += -MMD
SnippetContactReport_profile_common_cflags += $(addprefix -D, $(SnippetContactReport_profile_defines))
SnippetContactReport_profile_common_cflags += $(addprefix -I, $(SnippetContactReport_profile_hpaths))
SnippetContactReport_profile_common_cflags += -Werror
SnippetContactReport_profile_common_cflags += -fpic -fno-exceptions
SnippetContactReport_profile_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetContactReport_profile_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetContactReport_profile_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetContactReport_profile_common_cflags += -Wno-maybe-uninitialized
SnippetContactReport_profile_common_cflags += -Wno-pedantic
SnippetContactReport_profile_common_cflags += -fPIE
SnippetContactReport_profile_common_cflags += -O3 -fno-strict-aliasing
SnippetContactReport_profile_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
SnippetContactReport_profile_common_cflags += -fno-omit-frame-pointer -funswitch-loops -finline-limit=300
SnippetContactReport_profile_cflags := $(SnippetContactReport_profile_common_cflags)
SnippetContactReport_profile_cppflags := $(SnippetContactReport_profile_common_cflags)
SnippetContactReport_profile_cppflags += -fno-rtti
SnippetContactReport_profile_lflags := $(SnippetContactReport_custom_lflags)
SnippetContactReport_profile_lflags += $(addprefix -L, $(SnippetContactReport_profile_lpaths))
SnippetContactReport_profile_lflags += -Wl,--start-group $(addprefix -l, $(SnippetContactReport_profile_libraries)) -Wl,--end-group
SnippetContactReport_profile_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetContactReport_profile_lflags += -Wl,--no-undefined
SnippetContactReport_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
SnippetContactReport_profile_lflags += -pie
SnippetContactReport_profile_objsdir = $(OBJS_DIR)/SnippetContactReport_profile
SnippetContactReport_profile_cpp_o = $(addprefix $(SnippetContactReport_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetContactReport_cppfiles)))))
SnippetContactReport_profile_cc_o = $(addprefix $(SnippetContactReport_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetContactReport_ccfiles)))))
SnippetContactReport_profile_c_o = $(addprefix $(SnippetContactReport_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetContactReport_cfiles)))))
SnippetContactReport_profile_obj = $(SnippetContactReport_profile_cpp_o) $(SnippetContactReport_profile_cc_o) $(SnippetContactReport_profile_c_o)
SnippetContactReport_profile_bin := ./../../../Bin/android16/SnippetContactReportPROFILE
clean_SnippetContactReport_profile:
@$(ECHO) clean SnippetContactReport profile
@$(RMDIR) $(SnippetContactReport_profile_objsdir)
@$(RMDIR) $(SnippetContactReport_profile_bin)
@$(RMDIR) $(DEPSDIR)/SnippetContactReport/profile
build_SnippetContactReport_profile: postbuild_SnippetContactReport_profile
postbuild_SnippetContactReport_profile: mainbuild_SnippetContactReport_profile
mainbuild_SnippetContactReport_profile: prebuild_SnippetContactReport_profile $(SnippetContactReport_profile_bin)
prebuild_SnippetContactReport_profile:
$(SnippetContactReport_profile_bin): $(SnippetContactReport_profile_obj) build_SnippetUtils_profile
mkdir -p `dirname ./../../../Bin/android16/SnippetContactReportPROFILE`
$(CCLD) $(SnippetContactReport_profile_obj) $(SnippetContactReport_profile_lflags) -o $(SnippetContactReport_profile_bin)
$(ECHO) building $@ complete!
SnippetContactReport_profile_DEPDIR = $(dir $(@))/$(*F)
$(SnippetContactReport_profile_cpp_o): $(SnippetContactReport_profile_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetContactReport_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetContactReport/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_cppfiles))))))
cp $(SnippetContactReport_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetContactReport/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetContactReport/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_cppfiles))))).P; \
rm -f $(SnippetContactReport_profile_DEPDIR).d
$(SnippetContactReport_profile_cc_o): $(SnippetContactReport_profile_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetContactReport_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_ccfiles))))))
cp $(SnippetContactReport_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_ccfiles))))).profile.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_ccfiles))))).profile.P; \
rm -f $(SnippetContactReport_profile_DEPDIR).d
$(SnippetContactReport_profile_c_o): $(SnippetContactReport_profile_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(SnippetContactReport_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetContactReport/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_cfiles))))))
cp $(SnippetContactReport_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetContactReport/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetContactReport/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_profile_objsdir),, $@))), $(SnippetContactReport_cfiles))))).P; \
rm -f $(SnippetContactReport_profile_DEPDIR).d
SnippetContactReport_release_hpaths :=
SnippetContactReport_release_hpaths += ./../../../Include
SnippetContactReport_release_hpaths += ./../../../../PxShared/include
SnippetContactReport_release_hpaths += ./../../../../PxShared/src/foundation/include
SnippetContactReport_release_hpaths += ./../../../../PxShared/src/fastxml/include
SnippetContactReport_release_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetContactReport_release_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetContactReport_release_lpaths :=
SnippetContactReport_release_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetContactReport_release_lpaths += ./../../../Lib/android16
SnippetContactReport_release_lpaths += ./../../lib/android16
SnippetContactReport_release_lpaths += ./../../../../PxShared/lib/android16
SnippetContactReport_release_lpaths += ./../../lib/android16
SnippetContactReport_release_defines := $(SnippetContactReport_custom_defines)
SnippetContactReport_release_defines += ANDROID
SnippetContactReport_release_defines += GLES2
SnippetContactReport_release_defines += __STDC_LIMIT_MACROS
SnippetContactReport_release_defines += __ARM_ARCH_5__
SnippetContactReport_release_defines += __ARM_ARCH_5T__
SnippetContactReport_release_defines += __ARM_ARCH_5E__
SnippetContactReport_release_defines += __ARM_ARCH_5TE__
SnippetContactReport_release_defines += NDEBUG
SnippetContactReport_release_defines += PX_SUPPORT_PVD=0
SnippetContactReport_release_defines += PHYSX_PROFILE_SDK
SnippetContactReport_release_libraries :=
SnippetContactReport_release_libraries += SnippetUtils
SnippetContactReport_release_libraries += log
SnippetContactReport_release_libraries += gnustl_static
SnippetContactReport_release_libraries += supc++
SnippetContactReport_release_libraries += m
SnippetContactReport_release_libraries += c
SnippetContactReport_release_libraries += nvToolsExt
SnippetContactReport_release_libraries += PhysX3Common
SnippetContactReport_release_libraries += PhysX3
SnippetContactReport_release_libraries += PhysX3Vehicle
SnippetContactReport_release_libraries += PhysX3Cooking
SnippetContactReport_release_libraries += PhysX3Extensions
SnippetContactReport_release_libraries += PhysX3CharacterKinematic
SnippetContactReport_release_libraries += SnippetUtils
SnippetContactReport_release_libraries += PxFoundation
SnippetContactReport_release_libraries += PsFastXml
SnippetContactReport_release_libraries += PxPvdSDK
SnippetContactReport_release_common_cflags := $(SnippetContactReport_custom_cflags)
SnippetContactReport_release_common_cflags += -MMD
SnippetContactReport_release_common_cflags += $(addprefix -D, $(SnippetContactReport_release_defines))
SnippetContactReport_release_common_cflags += $(addprefix -I, $(SnippetContactReport_release_hpaths))
SnippetContactReport_release_common_cflags += -Werror
SnippetContactReport_release_common_cflags += -fpic -fno-exceptions
SnippetContactReport_release_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetContactReport_release_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetContactReport_release_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetContactReport_release_common_cflags += -Wno-maybe-uninitialized
SnippetContactReport_release_common_cflags += -Wno-pedantic
SnippetContactReport_release_common_cflags += -fPIE
SnippetContactReport_release_common_cflags += -O3 -fno-strict-aliasing
SnippetContactReport_release_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
SnippetContactReport_release_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
SnippetContactReport_release_cflags := $(SnippetContactReport_release_common_cflags)
SnippetContactReport_release_cppflags := $(SnippetContactReport_release_common_cflags)
SnippetContactReport_release_cppflags += -fno-rtti
SnippetContactReport_release_lflags := $(SnippetContactReport_custom_lflags)
SnippetContactReport_release_lflags += $(addprefix -L, $(SnippetContactReport_release_lpaths))
SnippetContactReport_release_lflags += -Wl,--start-group $(addprefix -l, $(SnippetContactReport_release_libraries)) -Wl,--end-group
SnippetContactReport_release_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetContactReport_release_lflags += -Wl,--no-undefined
SnippetContactReport_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
SnippetContactReport_release_lflags += -pie
SnippetContactReport_release_objsdir = $(OBJS_DIR)/SnippetContactReport_release
SnippetContactReport_release_cpp_o = $(addprefix $(SnippetContactReport_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetContactReport_cppfiles)))))
SnippetContactReport_release_cc_o = $(addprefix $(SnippetContactReport_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetContactReport_ccfiles)))))
SnippetContactReport_release_c_o = $(addprefix $(SnippetContactReport_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetContactReport_cfiles)))))
SnippetContactReport_release_obj = $(SnippetContactReport_release_cpp_o) $(SnippetContactReport_release_cc_o) $(SnippetContactReport_release_c_o)
SnippetContactReport_release_bin := ./../../../Bin/android16/SnippetContactReport
clean_SnippetContactReport_release:
@$(ECHO) clean SnippetContactReport release
@$(RMDIR) $(SnippetContactReport_release_objsdir)
@$(RMDIR) $(SnippetContactReport_release_bin)
@$(RMDIR) $(DEPSDIR)/SnippetContactReport/release
build_SnippetContactReport_release: postbuild_SnippetContactReport_release
postbuild_SnippetContactReport_release: mainbuild_SnippetContactReport_release
mainbuild_SnippetContactReport_release: prebuild_SnippetContactReport_release $(SnippetContactReport_release_bin)
prebuild_SnippetContactReport_release:
$(SnippetContactReport_release_bin): $(SnippetContactReport_release_obj) build_SnippetUtils_release
mkdir -p `dirname ./../../../Bin/android16/SnippetContactReport`
$(CCLD) $(SnippetContactReport_release_obj) $(SnippetContactReport_release_lflags) -o $(SnippetContactReport_release_bin)
$(ECHO) building $@ complete!
SnippetContactReport_release_DEPDIR = $(dir $(@))/$(*F)
$(SnippetContactReport_release_cpp_o): $(SnippetContactReport_release_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetContactReport_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetContactReport/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_cppfiles))))))
cp $(SnippetContactReport_release_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetContactReport/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetContactReport/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_cppfiles))))).P; \
rm -f $(SnippetContactReport_release_DEPDIR).d
$(SnippetContactReport_release_cc_o): $(SnippetContactReport_release_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(SnippetContactReport_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_ccfiles))))))
cp $(SnippetContactReport_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_ccfiles))))).release.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_ccfiles))))).release.P; \
rm -f $(SnippetContactReport_release_DEPDIR).d
$(SnippetContactReport_release_c_o): $(SnippetContactReport_release_objsdir)/%.o:
$(ECHO) SnippetContactReport: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(SnippetContactReport_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetContactReport/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_cfiles))))))
cp $(SnippetContactReport_release_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetContactReport/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetContactReport_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetContactReport/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetContactReport_release_objsdir),, $@))), $(SnippetContactReport_cfiles))))).P; \
rm -f $(SnippetContactReport_release_DEPDIR).d
clean_SnippetContactReport: clean_SnippetContactReport_debug clean_SnippetContactReport_checked clean_SnippetContactReport_profile clean_SnippetContactReport_release
rm -rf $(DEPSDIR)
export VERBOSE
ifndef VERBOSE
.SILENT:
endif
|