aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Snippets/compiler/android16/Makefile.SnippetCustomJoint.mk
blob: 34749c4458d0193f05240769329199fc5204328c (plain) (blame)
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
# Makefile generated by XPJ for ANDROID16
-include Makefile.custom
ProjectName = SnippetCustomJoint
SnippetCustomJoint_cppfiles   += ./../../SnippetCommon/ClassicMain.cpp
SnippetCustomJoint_cppfiles   += ./../../SnippetCustomJoint/PulleyJoint.cpp
SnippetCustomJoint_cppfiles   += ./../../SnippetCustomJoint/SnippetCustomJoint.cpp
SnippetCustomJoint_cppfiles   += ./../../SnippetCustomJoint/SnippetCustomJointRender.cpp

SnippetCustomJoint_cpp_debug_dep    = $(addprefix $(DEPSDIR)/SnippetCustomJoint/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetCustomJoint_cppfiles)))))
SnippetCustomJoint_cc_debug_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(SnippetCustomJoint_ccfiles)))))
SnippetCustomJoint_c_debug_dep      = $(addprefix $(DEPSDIR)/SnippetCustomJoint/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetCustomJoint_cfiles)))))
SnippetCustomJoint_debug_dep      = $(SnippetCustomJoint_cpp_debug_dep) $(SnippetCustomJoint_cc_debug_dep) $(SnippetCustomJoint_c_debug_dep)
-include $(SnippetCustomJoint_debug_dep)
SnippetCustomJoint_cpp_checked_dep    = $(addprefix $(DEPSDIR)/SnippetCustomJoint/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetCustomJoint_cppfiles)))))
SnippetCustomJoint_cc_checked_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(SnippetCustomJoint_ccfiles)))))
SnippetCustomJoint_c_checked_dep      = $(addprefix $(DEPSDIR)/SnippetCustomJoint/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetCustomJoint_cfiles)))))
SnippetCustomJoint_checked_dep      = $(SnippetCustomJoint_cpp_checked_dep) $(SnippetCustomJoint_cc_checked_dep) $(SnippetCustomJoint_c_checked_dep)
-include $(SnippetCustomJoint_checked_dep)
SnippetCustomJoint_cpp_profile_dep    = $(addprefix $(DEPSDIR)/SnippetCustomJoint/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetCustomJoint_cppfiles)))))
SnippetCustomJoint_cc_profile_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(SnippetCustomJoint_ccfiles)))))
SnippetCustomJoint_c_profile_dep      = $(addprefix $(DEPSDIR)/SnippetCustomJoint/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetCustomJoint_cfiles)))))
SnippetCustomJoint_profile_dep      = $(SnippetCustomJoint_cpp_profile_dep) $(SnippetCustomJoint_cc_profile_dep) $(SnippetCustomJoint_c_profile_dep)
-include $(SnippetCustomJoint_profile_dep)
SnippetCustomJoint_cpp_release_dep    = $(addprefix $(DEPSDIR)/SnippetCustomJoint/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetCustomJoint_cppfiles)))))
SnippetCustomJoint_cc_release_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(SnippetCustomJoint_ccfiles)))))
SnippetCustomJoint_c_release_dep      = $(addprefix $(DEPSDIR)/SnippetCustomJoint/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetCustomJoint_cfiles)))))
SnippetCustomJoint_release_dep      = $(SnippetCustomJoint_cpp_release_dep) $(SnippetCustomJoint_cc_release_dep) $(SnippetCustomJoint_c_release_dep)
-include $(SnippetCustomJoint_release_dep)
SnippetCustomJoint_debug_hpaths    := 
SnippetCustomJoint_debug_hpaths    += ./../../../Include
SnippetCustomJoint_debug_hpaths    += ./../../../../PxShared/include
SnippetCustomJoint_debug_hpaths    += ./../../../../PxShared/src/foundation/include
SnippetCustomJoint_debug_hpaths    += ./../../../../PxShared/src/fastxml/include
SnippetCustomJoint_debug_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetCustomJoint_debug_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetCustomJoint_debug_lpaths    := 
SnippetCustomJoint_debug_lpaths    += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetCustomJoint_debug_lpaths    += ./../../../Lib/android16
SnippetCustomJoint_debug_lpaths    += ./../../lib/android16
SnippetCustomJoint_debug_lpaths    += ./../../../../PxShared/lib/android16
SnippetCustomJoint_debug_lpaths    += ./../../lib/android16
SnippetCustomJoint_debug_defines   := $(SnippetCustomJoint_custom_defines)
SnippetCustomJoint_debug_defines   += ANDROID
SnippetCustomJoint_debug_defines   += GLES2
SnippetCustomJoint_debug_defines   += __STDC_LIMIT_MACROS
SnippetCustomJoint_debug_defines   += __ARM_ARCH_5__
SnippetCustomJoint_debug_defines   += __ARM_ARCH_5T__
SnippetCustomJoint_debug_defines   += __ARM_ARCH_5E__
SnippetCustomJoint_debug_defines   += __ARM_ARCH_5TE__
SnippetCustomJoint_debug_defines   += _DEBUG
SnippetCustomJoint_debug_defines   += PX_DEBUG=1
SnippetCustomJoint_debug_defines   += PX_CHECKED=1
SnippetCustomJoint_debug_defines   += PX_SUPPORT_PVD=1
SnippetCustomJoint_debug_defines   += PX_NVTX=1
SnippetCustomJoint_debug_defines   += PHYSX_PROFILE_SDK
SnippetCustomJoint_debug_libraries := 
SnippetCustomJoint_debug_libraries += SnippetUtilsDEBUG
SnippetCustomJoint_debug_libraries += log
SnippetCustomJoint_debug_libraries += gnustl_static
SnippetCustomJoint_debug_libraries += supc++
SnippetCustomJoint_debug_libraries += m
SnippetCustomJoint_debug_libraries += c
SnippetCustomJoint_debug_libraries += nvToolsExt
SnippetCustomJoint_debug_libraries += PhysX3CommonDEBUG
SnippetCustomJoint_debug_libraries += PhysX3DEBUG
SnippetCustomJoint_debug_libraries += PhysX3VehicleDEBUG
SnippetCustomJoint_debug_libraries += PhysX3CookingDEBUG
SnippetCustomJoint_debug_libraries += PhysX3ExtensionsDEBUG
SnippetCustomJoint_debug_libraries += PhysX3CharacterKinematicDEBUG
SnippetCustomJoint_debug_libraries += SnippetUtilsDEBUG
SnippetCustomJoint_debug_libraries += PxFoundationDEBUG
SnippetCustomJoint_debug_libraries += PsFastXmlDEBUG
SnippetCustomJoint_debug_libraries += PxPvdSDKDEBUG
SnippetCustomJoint_debug_common_cflags	:= $(SnippetCustomJoint_custom_cflags)
SnippetCustomJoint_debug_common_cflags    += -MMD
SnippetCustomJoint_debug_common_cflags    += $(addprefix -D, $(SnippetCustomJoint_debug_defines))
SnippetCustomJoint_debug_common_cflags    += $(addprefix -I, $(SnippetCustomJoint_debug_hpaths))
SnippetCustomJoint_debug_common_cflags  += -Werror
SnippetCustomJoint_debug_common_cflags  += -fpic -fno-exceptions
SnippetCustomJoint_debug_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCustomJoint_debug_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetCustomJoint_debug_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetCustomJoint_debug_common_cflags  += -Wno-maybe-uninitialized
SnippetCustomJoint_debug_common_cflags  += -Wno-pedantic
SnippetCustomJoint_debug_common_cflags  += -fPIE
SnippetCustomJoint_debug_common_cflags  += -g3 -gdwarf-2
SnippetCustomJoint_debug_cflags	:= $(SnippetCustomJoint_debug_common_cflags)
SnippetCustomJoint_debug_cppflags	:= $(SnippetCustomJoint_debug_common_cflags)
SnippetCustomJoint_debug_cppflags  += -fno-rtti
SnippetCustomJoint_debug_lflags    := $(SnippetCustomJoint_custom_lflags)
SnippetCustomJoint_debug_lflags    += $(addprefix -L, $(SnippetCustomJoint_debug_lpaths))
SnippetCustomJoint_debug_lflags    += -Wl,--start-group $(addprefix -l, $(SnippetCustomJoint_debug_libraries)) -Wl,--end-group
SnippetCustomJoint_debug_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCustomJoint_debug_lflags  += -Wl,--no-undefined
SnippetCustomJoint_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
SnippetCustomJoint_debug_lflags  += -pie
SnippetCustomJoint_debug_objsdir  = $(OBJS_DIR)/SnippetCustomJoint_debug
SnippetCustomJoint_debug_cpp_o    = $(addprefix $(SnippetCustomJoint_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetCustomJoint_cppfiles)))))
SnippetCustomJoint_debug_cc_o    = $(addprefix $(SnippetCustomJoint_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetCustomJoint_ccfiles)))))
SnippetCustomJoint_debug_c_o      = $(addprefix $(SnippetCustomJoint_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetCustomJoint_cfiles)))))
SnippetCustomJoint_debug_obj      = $(SnippetCustomJoint_debug_cpp_o) $(SnippetCustomJoint_debug_cc_o) $(SnippetCustomJoint_debug_c_o)
SnippetCustomJoint_debug_bin      := ./../../../Bin/android16/SnippetCustomJointDEBUG

clean_SnippetCustomJoint_debug: 
	@$(ECHO) clean SnippetCustomJoint debug
	@$(RMDIR) $(SnippetCustomJoint_debug_objsdir)
	@$(RMDIR) $(SnippetCustomJoint_debug_bin)
	@$(RMDIR) $(DEPSDIR)/SnippetCustomJoint/debug

build_SnippetCustomJoint_debug: postbuild_SnippetCustomJoint_debug
postbuild_SnippetCustomJoint_debug: mainbuild_SnippetCustomJoint_debug
mainbuild_SnippetCustomJoint_debug: prebuild_SnippetCustomJoint_debug $(SnippetCustomJoint_debug_bin)
prebuild_SnippetCustomJoint_debug:

$(SnippetCustomJoint_debug_bin): $(SnippetCustomJoint_debug_obj) build_SnippetUtils_debug 
	mkdir -p `dirname ./../../../Bin/android16/SnippetCustomJointDEBUG`
	$(CCLD) $(SnippetCustomJoint_debug_obj) $(SnippetCustomJoint_debug_lflags) -o $(SnippetCustomJoint_debug_bin) 
	$(ECHO) building $@ complete!

SnippetCustomJoint_debug_DEPDIR = $(dir $(@))/$(*F)
$(SnippetCustomJoint_debug_cpp_o): $(SnippetCustomJoint_debug_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetCustomJoint_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCustomJoint/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))))
	cp $(SnippetCustomJoint_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCustomJoint/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCustomJoint/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))).P; \
	  rm -f $(SnippetCustomJoint_debug_DEPDIR).d

$(SnippetCustomJoint_debug_cc_o): $(SnippetCustomJoint_debug_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetCustomJoint_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))))
	cp $(SnippetCustomJoint_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))).debug.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))).debug.P; \
	  rm -f $(SnippetCustomJoint_debug_DEPDIR).d

$(SnippetCustomJoint_debug_c_o): $(SnippetCustomJoint_debug_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(SnippetCustomJoint_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCustomJoint/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))))
	cp $(SnippetCustomJoint_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCustomJoint/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCustomJoint/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_debug_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))).P; \
	  rm -f $(SnippetCustomJoint_debug_DEPDIR).d

SnippetCustomJoint_checked_hpaths    := 
SnippetCustomJoint_checked_hpaths    += ./../../../Include
SnippetCustomJoint_checked_hpaths    += ./../../../../PxShared/include
SnippetCustomJoint_checked_hpaths    += ./../../../../PxShared/src/foundation/include
SnippetCustomJoint_checked_hpaths    += ./../../../../PxShared/src/fastxml/include
SnippetCustomJoint_checked_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetCustomJoint_checked_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetCustomJoint_checked_lpaths    := 
SnippetCustomJoint_checked_lpaths    += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetCustomJoint_checked_lpaths    += ./../../../Lib/android16
SnippetCustomJoint_checked_lpaths    += ./../../lib/android16
SnippetCustomJoint_checked_lpaths    += ./../../../../PxShared/lib/android16
SnippetCustomJoint_checked_lpaths    += ./../../lib/android16
SnippetCustomJoint_checked_defines   := $(SnippetCustomJoint_custom_defines)
SnippetCustomJoint_checked_defines   += ANDROID
SnippetCustomJoint_checked_defines   += GLES2
SnippetCustomJoint_checked_defines   += __STDC_LIMIT_MACROS
SnippetCustomJoint_checked_defines   += __ARM_ARCH_5__
SnippetCustomJoint_checked_defines   += __ARM_ARCH_5T__
SnippetCustomJoint_checked_defines   += __ARM_ARCH_5E__
SnippetCustomJoint_checked_defines   += __ARM_ARCH_5TE__
SnippetCustomJoint_checked_defines   += NDEBUG
SnippetCustomJoint_checked_defines   += PX_CHECKED=1
SnippetCustomJoint_checked_defines   += PX_SUPPORT_PVD=1
SnippetCustomJoint_checked_defines   += PX_NVTX=1
SnippetCustomJoint_checked_defines   += PHYSX_PROFILE_SDK
SnippetCustomJoint_checked_libraries := 
SnippetCustomJoint_checked_libraries += SnippetUtilsCHECKED
SnippetCustomJoint_checked_libraries += log
SnippetCustomJoint_checked_libraries += gnustl_static
SnippetCustomJoint_checked_libraries += supc++
SnippetCustomJoint_checked_libraries += m
SnippetCustomJoint_checked_libraries += c
SnippetCustomJoint_checked_libraries += nvToolsExt
SnippetCustomJoint_checked_libraries += PhysX3CommonCHECKED
SnippetCustomJoint_checked_libraries += PhysX3CHECKED
SnippetCustomJoint_checked_libraries += PhysX3VehicleCHECKED
SnippetCustomJoint_checked_libraries += PhysX3CookingCHECKED
SnippetCustomJoint_checked_libraries += PhysX3ExtensionsCHECKED
SnippetCustomJoint_checked_libraries += PhysX3CharacterKinematicCHECKED
SnippetCustomJoint_checked_libraries += SnippetUtilsCHECKED
SnippetCustomJoint_checked_libraries += PxFoundationCHECKED
SnippetCustomJoint_checked_libraries += PsFastXmlCHECKED
SnippetCustomJoint_checked_libraries += PxPvdSDKCHECKED
SnippetCustomJoint_checked_common_cflags	:= $(SnippetCustomJoint_custom_cflags)
SnippetCustomJoint_checked_common_cflags    += -MMD
SnippetCustomJoint_checked_common_cflags    += $(addprefix -D, $(SnippetCustomJoint_checked_defines))
SnippetCustomJoint_checked_common_cflags    += $(addprefix -I, $(SnippetCustomJoint_checked_hpaths))
SnippetCustomJoint_checked_common_cflags  += -Werror
SnippetCustomJoint_checked_common_cflags  += -fpic -fno-exceptions
SnippetCustomJoint_checked_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCustomJoint_checked_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetCustomJoint_checked_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetCustomJoint_checked_common_cflags  += -Wno-maybe-uninitialized
SnippetCustomJoint_checked_common_cflags  += -Wno-pedantic
SnippetCustomJoint_checked_common_cflags  += -fPIE
SnippetCustomJoint_checked_common_cflags  += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
SnippetCustomJoint_checked_common_cflags  += -ffunction-sections -funwind-tables -fstack-protector
SnippetCustomJoint_checked_common_cflags  += -fomit-frame-pointer -funswitch-loops -finline-limit=300
SnippetCustomJoint_checked_cflags	:= $(SnippetCustomJoint_checked_common_cflags)
SnippetCustomJoint_checked_cppflags	:= $(SnippetCustomJoint_checked_common_cflags)
SnippetCustomJoint_checked_cppflags  += -fno-rtti
SnippetCustomJoint_checked_lflags    := $(SnippetCustomJoint_custom_lflags)
SnippetCustomJoint_checked_lflags    += $(addprefix -L, $(SnippetCustomJoint_checked_lpaths))
SnippetCustomJoint_checked_lflags    += -Wl,--start-group $(addprefix -l, $(SnippetCustomJoint_checked_libraries)) -Wl,--end-group
SnippetCustomJoint_checked_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCustomJoint_checked_lflags  += -Wl,--no-undefined
SnippetCustomJoint_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
SnippetCustomJoint_checked_lflags  += -pie
SnippetCustomJoint_checked_objsdir  = $(OBJS_DIR)/SnippetCustomJoint_checked
SnippetCustomJoint_checked_cpp_o    = $(addprefix $(SnippetCustomJoint_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetCustomJoint_cppfiles)))))
SnippetCustomJoint_checked_cc_o    = $(addprefix $(SnippetCustomJoint_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetCustomJoint_ccfiles)))))
SnippetCustomJoint_checked_c_o      = $(addprefix $(SnippetCustomJoint_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetCustomJoint_cfiles)))))
SnippetCustomJoint_checked_obj      = $(SnippetCustomJoint_checked_cpp_o) $(SnippetCustomJoint_checked_cc_o) $(SnippetCustomJoint_checked_c_o)
SnippetCustomJoint_checked_bin      := ./../../../Bin/android16/SnippetCustomJointCHECKED

clean_SnippetCustomJoint_checked: 
	@$(ECHO) clean SnippetCustomJoint checked
	@$(RMDIR) $(SnippetCustomJoint_checked_objsdir)
	@$(RMDIR) $(SnippetCustomJoint_checked_bin)
	@$(RMDIR) $(DEPSDIR)/SnippetCustomJoint/checked

build_SnippetCustomJoint_checked: postbuild_SnippetCustomJoint_checked
postbuild_SnippetCustomJoint_checked: mainbuild_SnippetCustomJoint_checked
mainbuild_SnippetCustomJoint_checked: prebuild_SnippetCustomJoint_checked $(SnippetCustomJoint_checked_bin)
prebuild_SnippetCustomJoint_checked:

$(SnippetCustomJoint_checked_bin): $(SnippetCustomJoint_checked_obj) build_SnippetUtils_checked 
	mkdir -p `dirname ./../../../Bin/android16/SnippetCustomJointCHECKED`
	$(CCLD) $(SnippetCustomJoint_checked_obj) $(SnippetCustomJoint_checked_lflags) -o $(SnippetCustomJoint_checked_bin) 
	$(ECHO) building $@ complete!

SnippetCustomJoint_checked_DEPDIR = $(dir $(@))/$(*F)
$(SnippetCustomJoint_checked_cpp_o): $(SnippetCustomJoint_checked_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetCustomJoint_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCustomJoint/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))))
	cp $(SnippetCustomJoint_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCustomJoint/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCustomJoint/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))).P; \
	  rm -f $(SnippetCustomJoint_checked_DEPDIR).d

$(SnippetCustomJoint_checked_cc_o): $(SnippetCustomJoint_checked_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetCustomJoint_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))))
	cp $(SnippetCustomJoint_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))).checked.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))).checked.P; \
	  rm -f $(SnippetCustomJoint_checked_DEPDIR).d

$(SnippetCustomJoint_checked_c_o): $(SnippetCustomJoint_checked_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(SnippetCustomJoint_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCustomJoint/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))))
	cp $(SnippetCustomJoint_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCustomJoint/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCustomJoint/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_checked_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))).P; \
	  rm -f $(SnippetCustomJoint_checked_DEPDIR).d

SnippetCustomJoint_profile_hpaths    := 
SnippetCustomJoint_profile_hpaths    += ./../../../Include
SnippetCustomJoint_profile_hpaths    += ./../../../../PxShared/include
SnippetCustomJoint_profile_hpaths    += ./../../../../PxShared/src/foundation/include
SnippetCustomJoint_profile_hpaths    += ./../../../../PxShared/src/fastxml/include
SnippetCustomJoint_profile_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetCustomJoint_profile_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetCustomJoint_profile_lpaths    := 
SnippetCustomJoint_profile_lpaths    += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetCustomJoint_profile_lpaths    += ./../../../Lib/android16
SnippetCustomJoint_profile_lpaths    += ./../../lib/android16
SnippetCustomJoint_profile_lpaths    += ./../../../../PxShared/lib/android16
SnippetCustomJoint_profile_lpaths    += ./../../lib/android16
SnippetCustomJoint_profile_defines   := $(SnippetCustomJoint_custom_defines)
SnippetCustomJoint_profile_defines   += ANDROID
SnippetCustomJoint_profile_defines   += GLES2
SnippetCustomJoint_profile_defines   += __STDC_LIMIT_MACROS
SnippetCustomJoint_profile_defines   += __ARM_ARCH_5__
SnippetCustomJoint_profile_defines   += __ARM_ARCH_5T__
SnippetCustomJoint_profile_defines   += __ARM_ARCH_5E__
SnippetCustomJoint_profile_defines   += __ARM_ARCH_5TE__
SnippetCustomJoint_profile_defines   += NDEBUG
SnippetCustomJoint_profile_defines   += PX_PROFILE=1
SnippetCustomJoint_profile_defines   += PX_SUPPORT_PVD=1
SnippetCustomJoint_profile_defines   += PX_NVTX=1
SnippetCustomJoint_profile_defines   += PHYSX_PROFILE_SDK
SnippetCustomJoint_profile_libraries := 
SnippetCustomJoint_profile_libraries += SnippetUtilsPROFILE
SnippetCustomJoint_profile_libraries += log
SnippetCustomJoint_profile_libraries += gnustl_static
SnippetCustomJoint_profile_libraries += supc++
SnippetCustomJoint_profile_libraries += m
SnippetCustomJoint_profile_libraries += c
SnippetCustomJoint_profile_libraries += nvToolsExt
SnippetCustomJoint_profile_libraries += PhysX3CommonPROFILE
SnippetCustomJoint_profile_libraries += PhysX3PROFILE
SnippetCustomJoint_profile_libraries += PhysX3VehiclePROFILE
SnippetCustomJoint_profile_libraries += PhysX3CookingPROFILE
SnippetCustomJoint_profile_libraries += PhysX3ExtensionsPROFILE
SnippetCustomJoint_profile_libraries += PhysX3CharacterKinematicPROFILE
SnippetCustomJoint_profile_libraries += SnippetUtilsPROFILE
SnippetCustomJoint_profile_libraries += PxFoundationPROFILE
SnippetCustomJoint_profile_libraries += PsFastXmlPROFILE
SnippetCustomJoint_profile_libraries += PxPvdSDKPROFILE
SnippetCustomJoint_profile_common_cflags	:= $(SnippetCustomJoint_custom_cflags)
SnippetCustomJoint_profile_common_cflags    += -MMD
SnippetCustomJoint_profile_common_cflags    += $(addprefix -D, $(SnippetCustomJoint_profile_defines))
SnippetCustomJoint_profile_common_cflags    += $(addprefix -I, $(SnippetCustomJoint_profile_hpaths))
SnippetCustomJoint_profile_common_cflags  += -Werror
SnippetCustomJoint_profile_common_cflags  += -fpic -fno-exceptions
SnippetCustomJoint_profile_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCustomJoint_profile_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetCustomJoint_profile_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetCustomJoint_profile_common_cflags  += -Wno-maybe-uninitialized
SnippetCustomJoint_profile_common_cflags  += -Wno-pedantic
SnippetCustomJoint_profile_common_cflags  += -fPIE
SnippetCustomJoint_profile_common_cflags  += -O3 -fno-strict-aliasing
SnippetCustomJoint_profile_common_cflags  += -ffunction-sections -funwind-tables -fstack-protector
SnippetCustomJoint_profile_common_cflags  += -fno-omit-frame-pointer -funswitch-loops -finline-limit=300
SnippetCustomJoint_profile_cflags	:= $(SnippetCustomJoint_profile_common_cflags)
SnippetCustomJoint_profile_cppflags	:= $(SnippetCustomJoint_profile_common_cflags)
SnippetCustomJoint_profile_cppflags  += -fno-rtti
SnippetCustomJoint_profile_lflags    := $(SnippetCustomJoint_custom_lflags)
SnippetCustomJoint_profile_lflags    += $(addprefix -L, $(SnippetCustomJoint_profile_lpaths))
SnippetCustomJoint_profile_lflags    += -Wl,--start-group $(addprefix -l, $(SnippetCustomJoint_profile_libraries)) -Wl,--end-group
SnippetCustomJoint_profile_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCustomJoint_profile_lflags  += -Wl,--no-undefined
SnippetCustomJoint_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
SnippetCustomJoint_profile_lflags  += -pie
SnippetCustomJoint_profile_objsdir  = $(OBJS_DIR)/SnippetCustomJoint_profile
SnippetCustomJoint_profile_cpp_o    = $(addprefix $(SnippetCustomJoint_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetCustomJoint_cppfiles)))))
SnippetCustomJoint_profile_cc_o    = $(addprefix $(SnippetCustomJoint_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetCustomJoint_ccfiles)))))
SnippetCustomJoint_profile_c_o      = $(addprefix $(SnippetCustomJoint_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetCustomJoint_cfiles)))))
SnippetCustomJoint_profile_obj      = $(SnippetCustomJoint_profile_cpp_o) $(SnippetCustomJoint_profile_cc_o) $(SnippetCustomJoint_profile_c_o)
SnippetCustomJoint_profile_bin      := ./../../../Bin/android16/SnippetCustomJointPROFILE

clean_SnippetCustomJoint_profile: 
	@$(ECHO) clean SnippetCustomJoint profile
	@$(RMDIR) $(SnippetCustomJoint_profile_objsdir)
	@$(RMDIR) $(SnippetCustomJoint_profile_bin)
	@$(RMDIR) $(DEPSDIR)/SnippetCustomJoint/profile

build_SnippetCustomJoint_profile: postbuild_SnippetCustomJoint_profile
postbuild_SnippetCustomJoint_profile: mainbuild_SnippetCustomJoint_profile
mainbuild_SnippetCustomJoint_profile: prebuild_SnippetCustomJoint_profile $(SnippetCustomJoint_profile_bin)
prebuild_SnippetCustomJoint_profile:

$(SnippetCustomJoint_profile_bin): $(SnippetCustomJoint_profile_obj) build_SnippetUtils_profile 
	mkdir -p `dirname ./../../../Bin/android16/SnippetCustomJointPROFILE`
	$(CCLD) $(SnippetCustomJoint_profile_obj) $(SnippetCustomJoint_profile_lflags) -o $(SnippetCustomJoint_profile_bin) 
	$(ECHO) building $@ complete!

SnippetCustomJoint_profile_DEPDIR = $(dir $(@))/$(*F)
$(SnippetCustomJoint_profile_cpp_o): $(SnippetCustomJoint_profile_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetCustomJoint_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCustomJoint/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))))
	cp $(SnippetCustomJoint_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCustomJoint/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCustomJoint/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))).P; \
	  rm -f $(SnippetCustomJoint_profile_DEPDIR).d

$(SnippetCustomJoint_profile_cc_o): $(SnippetCustomJoint_profile_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetCustomJoint_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))))
	cp $(SnippetCustomJoint_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))).profile.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))).profile.P; \
	  rm -f $(SnippetCustomJoint_profile_DEPDIR).d

$(SnippetCustomJoint_profile_c_o): $(SnippetCustomJoint_profile_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(SnippetCustomJoint_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCustomJoint/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))))
	cp $(SnippetCustomJoint_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCustomJoint/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCustomJoint/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_profile_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))).P; \
	  rm -f $(SnippetCustomJoint_profile_DEPDIR).d

SnippetCustomJoint_release_hpaths    := 
SnippetCustomJoint_release_hpaths    += ./../../../Include
SnippetCustomJoint_release_hpaths    += ./../../../../PxShared/include
SnippetCustomJoint_release_hpaths    += ./../../../../PxShared/src/foundation/include
SnippetCustomJoint_release_hpaths    += ./../../../../PxShared/src/fastxml/include
SnippetCustomJoint_release_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetCustomJoint_release_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetCustomJoint_release_lpaths    := 
SnippetCustomJoint_release_lpaths    += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetCustomJoint_release_lpaths    += ./../../../Lib/android16
SnippetCustomJoint_release_lpaths    += ./../../lib/android16
SnippetCustomJoint_release_lpaths    += ./../../../../PxShared/lib/android16
SnippetCustomJoint_release_lpaths    += ./../../lib/android16
SnippetCustomJoint_release_defines   := $(SnippetCustomJoint_custom_defines)
SnippetCustomJoint_release_defines   += ANDROID
SnippetCustomJoint_release_defines   += GLES2
SnippetCustomJoint_release_defines   += __STDC_LIMIT_MACROS
SnippetCustomJoint_release_defines   += __ARM_ARCH_5__
SnippetCustomJoint_release_defines   += __ARM_ARCH_5T__
SnippetCustomJoint_release_defines   += __ARM_ARCH_5E__
SnippetCustomJoint_release_defines   += __ARM_ARCH_5TE__
SnippetCustomJoint_release_defines   += NDEBUG
SnippetCustomJoint_release_defines   += PX_SUPPORT_PVD=0
SnippetCustomJoint_release_defines   += PHYSX_PROFILE_SDK
SnippetCustomJoint_release_libraries := 
SnippetCustomJoint_release_libraries += SnippetUtils
SnippetCustomJoint_release_libraries += log
SnippetCustomJoint_release_libraries += gnustl_static
SnippetCustomJoint_release_libraries += supc++
SnippetCustomJoint_release_libraries += m
SnippetCustomJoint_release_libraries += c
SnippetCustomJoint_release_libraries += nvToolsExt
SnippetCustomJoint_release_libraries += PhysX3Common
SnippetCustomJoint_release_libraries += PhysX3
SnippetCustomJoint_release_libraries += PhysX3Vehicle
SnippetCustomJoint_release_libraries += PhysX3Cooking
SnippetCustomJoint_release_libraries += PhysX3Extensions
SnippetCustomJoint_release_libraries += PhysX3CharacterKinematic
SnippetCustomJoint_release_libraries += SnippetUtils
SnippetCustomJoint_release_libraries += PxFoundation
SnippetCustomJoint_release_libraries += PsFastXml
SnippetCustomJoint_release_libraries += PxPvdSDK
SnippetCustomJoint_release_common_cflags	:= $(SnippetCustomJoint_custom_cflags)
SnippetCustomJoint_release_common_cflags    += -MMD
SnippetCustomJoint_release_common_cflags    += $(addprefix -D, $(SnippetCustomJoint_release_defines))
SnippetCustomJoint_release_common_cflags    += $(addprefix -I, $(SnippetCustomJoint_release_hpaths))
SnippetCustomJoint_release_common_cflags  += -Werror
SnippetCustomJoint_release_common_cflags  += -fpic -fno-exceptions
SnippetCustomJoint_release_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCustomJoint_release_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetCustomJoint_release_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetCustomJoint_release_common_cflags  += -Wno-maybe-uninitialized
SnippetCustomJoint_release_common_cflags  += -Wno-pedantic
SnippetCustomJoint_release_common_cflags  += -fPIE
SnippetCustomJoint_release_common_cflags  += -O3 -fno-strict-aliasing
SnippetCustomJoint_release_common_cflags  += -ffunction-sections -funwind-tables -fstack-protector
SnippetCustomJoint_release_common_cflags  += -fomit-frame-pointer -funswitch-loops -finline-limit=300
SnippetCustomJoint_release_cflags	:= $(SnippetCustomJoint_release_common_cflags)
SnippetCustomJoint_release_cppflags	:= $(SnippetCustomJoint_release_common_cflags)
SnippetCustomJoint_release_cppflags  += -fno-rtti
SnippetCustomJoint_release_lflags    := $(SnippetCustomJoint_custom_lflags)
SnippetCustomJoint_release_lflags    += $(addprefix -L, $(SnippetCustomJoint_release_lpaths))
SnippetCustomJoint_release_lflags    += -Wl,--start-group $(addprefix -l, $(SnippetCustomJoint_release_libraries)) -Wl,--end-group
SnippetCustomJoint_release_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetCustomJoint_release_lflags  += -Wl,--no-undefined
SnippetCustomJoint_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
SnippetCustomJoint_release_lflags  += -pie
SnippetCustomJoint_release_objsdir  = $(OBJS_DIR)/SnippetCustomJoint_release
SnippetCustomJoint_release_cpp_o    = $(addprefix $(SnippetCustomJoint_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetCustomJoint_cppfiles)))))
SnippetCustomJoint_release_cc_o    = $(addprefix $(SnippetCustomJoint_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetCustomJoint_ccfiles)))))
SnippetCustomJoint_release_c_o      = $(addprefix $(SnippetCustomJoint_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetCustomJoint_cfiles)))))
SnippetCustomJoint_release_obj      = $(SnippetCustomJoint_release_cpp_o) $(SnippetCustomJoint_release_cc_o) $(SnippetCustomJoint_release_c_o)
SnippetCustomJoint_release_bin      := ./../../../Bin/android16/SnippetCustomJoint

clean_SnippetCustomJoint_release: 
	@$(ECHO) clean SnippetCustomJoint release
	@$(RMDIR) $(SnippetCustomJoint_release_objsdir)
	@$(RMDIR) $(SnippetCustomJoint_release_bin)
	@$(RMDIR) $(DEPSDIR)/SnippetCustomJoint/release

build_SnippetCustomJoint_release: postbuild_SnippetCustomJoint_release
postbuild_SnippetCustomJoint_release: mainbuild_SnippetCustomJoint_release
mainbuild_SnippetCustomJoint_release: prebuild_SnippetCustomJoint_release $(SnippetCustomJoint_release_bin)
prebuild_SnippetCustomJoint_release:

$(SnippetCustomJoint_release_bin): $(SnippetCustomJoint_release_obj) build_SnippetUtils_release 
	mkdir -p `dirname ./../../../Bin/android16/SnippetCustomJoint`
	$(CCLD) $(SnippetCustomJoint_release_obj) $(SnippetCustomJoint_release_lflags) -o $(SnippetCustomJoint_release_bin) 
	$(ECHO) building $@ complete!

SnippetCustomJoint_release_DEPDIR = $(dir $(@))/$(*F)
$(SnippetCustomJoint_release_cpp_o): $(SnippetCustomJoint_release_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetCustomJoint_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCustomJoint/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))))
	cp $(SnippetCustomJoint_release_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCustomJoint/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCustomJoint/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_cppfiles))))).P; \
	  rm -f $(SnippetCustomJoint_release_DEPDIR).d

$(SnippetCustomJoint_release_cc_o): $(SnippetCustomJoint_release_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetCustomJoint_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))))
	cp $(SnippetCustomJoint_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))).release.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_ccfiles))))).release.P; \
	  rm -f $(SnippetCustomJoint_release_DEPDIR).d

$(SnippetCustomJoint_release_c_o): $(SnippetCustomJoint_release_objsdir)/%.o:
	$(ECHO) SnippetCustomJoint: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(SnippetCustomJoint_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetCustomJoint/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))))
	cp $(SnippetCustomJoint_release_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetCustomJoint/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetCustomJoint_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetCustomJoint/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetCustomJoint_release_objsdir),, $@))), $(SnippetCustomJoint_cfiles))))).P; \
	  rm -f $(SnippetCustomJoint_release_DEPDIR).d

clean_SnippetCustomJoint:  clean_SnippetCustomJoint_debug clean_SnippetCustomJoint_checked clean_SnippetCustomJoint_profile clean_SnippetCustomJoint_release
	rm -rf $(DEPSDIR)

export VERBOSE
ifndef VERBOSE
.SILENT:
endif