aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Snippets/compiler/android16/Makefile.SnippetVehicleScale.mk
blob: 6475a94b452e9998b2d42db2b689eaff3325752c (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
525
526
527
528
529
530
# Makefile generated by XPJ for ANDROID16
-include Makefile.custom
ProjectName = SnippetVehicleScale
SnippetVehicleScale_cppfiles   += ./../../SnippetCommon/ClassicMain.cpp
SnippetVehicleScale_cppfiles   += ./../../SnippetVehicleScale/SnippetVehicleScale.cpp
SnippetVehicleScale_cppfiles   += ./../../SnippetVehicleScale/SnippetVehicleScaleRender.cpp
SnippetVehicleScale_cppfiles   += ./../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp
SnippetVehicleScale_cppfiles   += ./../../SnippetVehicleCommon/SnippetVehicleCreate.cpp
SnippetVehicleScale_cppfiles   += ./../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp
SnippetVehicleScale_cppfiles   += ./../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp
SnippetVehicleScale_cppfiles   += ./../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp
SnippetVehicleScale_cppfiles   += ./../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp
SnippetVehicleScale_cppfiles   += ./../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp

SnippetVehicleScale_cpp_debug_dep    = $(addprefix $(DEPSDIR)/SnippetVehicleScale/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetVehicleScale_cppfiles)))))
SnippetVehicleScale_cc_debug_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(SnippetVehicleScale_ccfiles)))))
SnippetVehicleScale_c_debug_dep      = $(addprefix $(DEPSDIR)/SnippetVehicleScale/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetVehicleScale_cfiles)))))
SnippetVehicleScale_debug_dep      = $(SnippetVehicleScale_cpp_debug_dep) $(SnippetVehicleScale_cc_debug_dep) $(SnippetVehicleScale_c_debug_dep)
-include $(SnippetVehicleScale_debug_dep)
SnippetVehicleScale_cpp_checked_dep    = $(addprefix $(DEPSDIR)/SnippetVehicleScale/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetVehicleScale_cppfiles)))))
SnippetVehicleScale_cc_checked_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(SnippetVehicleScale_ccfiles)))))
SnippetVehicleScale_c_checked_dep      = $(addprefix $(DEPSDIR)/SnippetVehicleScale/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetVehicleScale_cfiles)))))
SnippetVehicleScale_checked_dep      = $(SnippetVehicleScale_cpp_checked_dep) $(SnippetVehicleScale_cc_checked_dep) $(SnippetVehicleScale_c_checked_dep)
-include $(SnippetVehicleScale_checked_dep)
SnippetVehicleScale_cpp_profile_dep    = $(addprefix $(DEPSDIR)/SnippetVehicleScale/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetVehicleScale_cppfiles)))))
SnippetVehicleScale_cc_profile_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(SnippetVehicleScale_ccfiles)))))
SnippetVehicleScale_c_profile_dep      = $(addprefix $(DEPSDIR)/SnippetVehicleScale/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetVehicleScale_cfiles)))))
SnippetVehicleScale_profile_dep      = $(SnippetVehicleScale_cpp_profile_dep) $(SnippetVehicleScale_cc_profile_dep) $(SnippetVehicleScale_c_profile_dep)
-include $(SnippetVehicleScale_profile_dep)
SnippetVehicleScale_cpp_release_dep    = $(addprefix $(DEPSDIR)/SnippetVehicleScale/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetVehicleScale_cppfiles)))))
SnippetVehicleScale_cc_release_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(SnippetVehicleScale_ccfiles)))))
SnippetVehicleScale_c_release_dep      = $(addprefix $(DEPSDIR)/SnippetVehicleScale/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetVehicleScale_cfiles)))))
SnippetVehicleScale_release_dep      = $(SnippetVehicleScale_cpp_release_dep) $(SnippetVehicleScale_cc_release_dep) $(SnippetVehicleScale_c_release_dep)
-include $(SnippetVehicleScale_release_dep)
SnippetVehicleScale_debug_hpaths    := 
SnippetVehicleScale_debug_hpaths    += ./../../../Include
SnippetVehicleScale_debug_hpaths    += ./../../../../PxShared/include
SnippetVehicleScale_debug_hpaths    += ./../../../../PxShared/src/foundation/include
SnippetVehicleScale_debug_hpaths    += ./../../../../PxShared/src/fastxml/include
SnippetVehicleScale_debug_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetVehicleScale_debug_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetVehicleScale_debug_lpaths    := 
SnippetVehicleScale_debug_lpaths    += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetVehicleScale_debug_lpaths    += ./../../../Lib/android16
SnippetVehicleScale_debug_lpaths    += ./../../lib/android16
SnippetVehicleScale_debug_lpaths    += ./../../../../PxShared/lib/android16
SnippetVehicleScale_debug_lpaths    += ./../../lib/android16
SnippetVehicleScale_debug_defines   := $(SnippetVehicleScale_custom_defines)
SnippetVehicleScale_debug_defines   += ANDROID
SnippetVehicleScale_debug_defines   += GLES2
SnippetVehicleScale_debug_defines   += __STDC_LIMIT_MACROS
SnippetVehicleScale_debug_defines   += __ARM_ARCH_5__
SnippetVehicleScale_debug_defines   += __ARM_ARCH_5T__
SnippetVehicleScale_debug_defines   += __ARM_ARCH_5E__
SnippetVehicleScale_debug_defines   += __ARM_ARCH_5TE__
SnippetVehicleScale_debug_defines   += _DEBUG
SnippetVehicleScale_debug_defines   += PX_DEBUG=1
SnippetVehicleScale_debug_defines   += PX_CHECKED=1
SnippetVehicleScale_debug_defines   += PX_SUPPORT_PVD=1
SnippetVehicleScale_debug_defines   += PX_NVTX=1
SnippetVehicleScale_debug_defines   += PHYSX_PROFILE_SDK
SnippetVehicleScale_debug_libraries := 
SnippetVehicleScale_debug_libraries += SnippetUtilsDEBUG
SnippetVehicleScale_debug_libraries += log
SnippetVehicleScale_debug_libraries += gnustl_static
SnippetVehicleScale_debug_libraries += supc++
SnippetVehicleScale_debug_libraries += m
SnippetVehicleScale_debug_libraries += c
SnippetVehicleScale_debug_libraries += nvToolsExt
SnippetVehicleScale_debug_libraries += PhysX3CommonDEBUG
SnippetVehicleScale_debug_libraries += PhysX3DEBUG
SnippetVehicleScale_debug_libraries += PhysX3VehicleDEBUG
SnippetVehicleScale_debug_libraries += PhysX3CookingDEBUG
SnippetVehicleScale_debug_libraries += PhysX3ExtensionsDEBUG
SnippetVehicleScale_debug_libraries += PhysX3CharacterKinematicDEBUG
SnippetVehicleScale_debug_libraries += SnippetUtilsDEBUG
SnippetVehicleScale_debug_libraries += PxFoundationDEBUG
SnippetVehicleScale_debug_libraries += PsFastXmlDEBUG
SnippetVehicleScale_debug_libraries += PxPvdSDKDEBUG
SnippetVehicleScale_debug_common_cflags	:= $(SnippetVehicleScale_custom_cflags)
SnippetVehicleScale_debug_common_cflags    += -MMD
SnippetVehicleScale_debug_common_cflags    += $(addprefix -D, $(SnippetVehicleScale_debug_defines))
SnippetVehicleScale_debug_common_cflags    += $(addprefix -I, $(SnippetVehicleScale_debug_hpaths))
SnippetVehicleScale_debug_common_cflags  += -Werror
SnippetVehicleScale_debug_common_cflags  += -fpic -fno-exceptions
SnippetVehicleScale_debug_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetVehicleScale_debug_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetVehicleScale_debug_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetVehicleScale_debug_common_cflags  += -Wno-maybe-uninitialized
SnippetVehicleScale_debug_common_cflags  += -Wno-pedantic
SnippetVehicleScale_debug_common_cflags  += -fPIE
SnippetVehicleScale_debug_common_cflags  += -g3 -gdwarf-2
SnippetVehicleScale_debug_cflags	:= $(SnippetVehicleScale_debug_common_cflags)
SnippetVehicleScale_debug_cppflags	:= $(SnippetVehicleScale_debug_common_cflags)
SnippetVehicleScale_debug_cppflags  += -fno-rtti
SnippetVehicleScale_debug_lflags    := $(SnippetVehicleScale_custom_lflags)
SnippetVehicleScale_debug_lflags    += $(addprefix -L, $(SnippetVehicleScale_debug_lpaths))
SnippetVehicleScale_debug_lflags    += -Wl,--start-group $(addprefix -l, $(SnippetVehicleScale_debug_libraries)) -Wl,--end-group
SnippetVehicleScale_debug_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetVehicleScale_debug_lflags  += -Wl,--no-undefined
SnippetVehicleScale_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
SnippetVehicleScale_debug_lflags  += -pie
SnippetVehicleScale_debug_objsdir  = $(OBJS_DIR)/SnippetVehicleScale_debug
SnippetVehicleScale_debug_cpp_o    = $(addprefix $(SnippetVehicleScale_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetVehicleScale_cppfiles)))))
SnippetVehicleScale_debug_cc_o    = $(addprefix $(SnippetVehicleScale_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetVehicleScale_ccfiles)))))
SnippetVehicleScale_debug_c_o      = $(addprefix $(SnippetVehicleScale_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetVehicleScale_cfiles)))))
SnippetVehicleScale_debug_obj      = $(SnippetVehicleScale_debug_cpp_o) $(SnippetVehicleScale_debug_cc_o) $(SnippetVehicleScale_debug_c_o)
SnippetVehicleScale_debug_bin      := ./../../../Bin/android16/SnippetVehicleScaleDEBUG

clean_SnippetVehicleScale_debug: 
	@$(ECHO) clean SnippetVehicleScale debug
	@$(RMDIR) $(SnippetVehicleScale_debug_objsdir)
	@$(RMDIR) $(SnippetVehicleScale_debug_bin)
	@$(RMDIR) $(DEPSDIR)/SnippetVehicleScale/debug

build_SnippetVehicleScale_debug: postbuild_SnippetVehicleScale_debug
postbuild_SnippetVehicleScale_debug: mainbuild_SnippetVehicleScale_debug
mainbuild_SnippetVehicleScale_debug: prebuild_SnippetVehicleScale_debug $(SnippetVehicleScale_debug_bin)
prebuild_SnippetVehicleScale_debug:

$(SnippetVehicleScale_debug_bin): $(SnippetVehicleScale_debug_obj) build_SnippetUtils_debug 
	mkdir -p `dirname ./../../../Bin/android16/SnippetVehicleScaleDEBUG`
	$(CCLD) $(SnippetVehicleScale_debug_obj) $(SnippetVehicleScale_debug_lflags) -o $(SnippetVehicleScale_debug_bin) 
	$(ECHO) building $@ complete!

SnippetVehicleScale_debug_DEPDIR = $(dir $(@))/$(*F)
$(SnippetVehicleScale_debug_cpp_o): $(SnippetVehicleScale_debug_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetVehicleScale_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetVehicleScale/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))))
	cp $(SnippetVehicleScale_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetVehicleScale/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetVehicleScale/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))).P; \
	  rm -f $(SnippetVehicleScale_debug_DEPDIR).d

$(SnippetVehicleScale_debug_cc_o): $(SnippetVehicleScale_debug_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetVehicleScale_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))))
	cp $(SnippetVehicleScale_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))).debug.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))).debug.P; \
	  rm -f $(SnippetVehicleScale_debug_DEPDIR).d

$(SnippetVehicleScale_debug_c_o): $(SnippetVehicleScale_debug_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(SnippetVehicleScale_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetVehicleScale/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))))
	cp $(SnippetVehicleScale_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetVehicleScale/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetVehicleScale/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_debug_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))).P; \
	  rm -f $(SnippetVehicleScale_debug_DEPDIR).d

SnippetVehicleScale_checked_hpaths    := 
SnippetVehicleScale_checked_hpaths    += ./../../../Include
SnippetVehicleScale_checked_hpaths    += ./../../../../PxShared/include
SnippetVehicleScale_checked_hpaths    += ./../../../../PxShared/src/foundation/include
SnippetVehicleScale_checked_hpaths    += ./../../../../PxShared/src/fastxml/include
SnippetVehicleScale_checked_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetVehicleScale_checked_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetVehicleScale_checked_lpaths    := 
SnippetVehicleScale_checked_lpaths    += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetVehicleScale_checked_lpaths    += ./../../../Lib/android16
SnippetVehicleScale_checked_lpaths    += ./../../lib/android16
SnippetVehicleScale_checked_lpaths    += ./../../../../PxShared/lib/android16
SnippetVehicleScale_checked_lpaths    += ./../../lib/android16
SnippetVehicleScale_checked_defines   := $(SnippetVehicleScale_custom_defines)
SnippetVehicleScale_checked_defines   += ANDROID
SnippetVehicleScale_checked_defines   += GLES2
SnippetVehicleScale_checked_defines   += __STDC_LIMIT_MACROS
SnippetVehicleScale_checked_defines   += __ARM_ARCH_5__
SnippetVehicleScale_checked_defines   += __ARM_ARCH_5T__
SnippetVehicleScale_checked_defines   += __ARM_ARCH_5E__
SnippetVehicleScale_checked_defines   += __ARM_ARCH_5TE__
SnippetVehicleScale_checked_defines   += NDEBUG
SnippetVehicleScale_checked_defines   += PX_CHECKED=1
SnippetVehicleScale_checked_defines   += PX_SUPPORT_PVD=1
SnippetVehicleScale_checked_defines   += PX_NVTX=1
SnippetVehicleScale_checked_defines   += PHYSX_PROFILE_SDK
SnippetVehicleScale_checked_libraries := 
SnippetVehicleScale_checked_libraries += SnippetUtilsCHECKED
SnippetVehicleScale_checked_libraries += log
SnippetVehicleScale_checked_libraries += gnustl_static
SnippetVehicleScale_checked_libraries += supc++
SnippetVehicleScale_checked_libraries += m
SnippetVehicleScale_checked_libraries += c
SnippetVehicleScale_checked_libraries += nvToolsExt
SnippetVehicleScale_checked_libraries += PhysX3CommonCHECKED
SnippetVehicleScale_checked_libraries += PhysX3CHECKED
SnippetVehicleScale_checked_libraries += PhysX3VehicleCHECKED
SnippetVehicleScale_checked_libraries += PhysX3CookingCHECKED
SnippetVehicleScale_checked_libraries += PhysX3ExtensionsCHECKED
SnippetVehicleScale_checked_libraries += PhysX3CharacterKinematicCHECKED
SnippetVehicleScale_checked_libraries += SnippetUtilsCHECKED
SnippetVehicleScale_checked_libraries += PxFoundationCHECKED
SnippetVehicleScale_checked_libraries += PsFastXmlCHECKED
SnippetVehicleScale_checked_libraries += PxPvdSDKCHECKED
SnippetVehicleScale_checked_common_cflags	:= $(SnippetVehicleScale_custom_cflags)
SnippetVehicleScale_checked_common_cflags    += -MMD
SnippetVehicleScale_checked_common_cflags    += $(addprefix -D, $(SnippetVehicleScale_checked_defines))
SnippetVehicleScale_checked_common_cflags    += $(addprefix -I, $(SnippetVehicleScale_checked_hpaths))
SnippetVehicleScale_checked_common_cflags  += -Werror
SnippetVehicleScale_checked_common_cflags  += -fpic -fno-exceptions
SnippetVehicleScale_checked_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetVehicleScale_checked_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetVehicleScale_checked_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetVehicleScale_checked_common_cflags  += -Wno-maybe-uninitialized
SnippetVehicleScale_checked_common_cflags  += -Wno-pedantic
SnippetVehicleScale_checked_common_cflags  += -fPIE
SnippetVehicleScale_checked_common_cflags  += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
SnippetVehicleScale_checked_common_cflags  += -ffunction-sections -funwind-tables -fstack-protector
SnippetVehicleScale_checked_common_cflags  += -fomit-frame-pointer -funswitch-loops -finline-limit=300
SnippetVehicleScale_checked_cflags	:= $(SnippetVehicleScale_checked_common_cflags)
SnippetVehicleScale_checked_cppflags	:= $(SnippetVehicleScale_checked_common_cflags)
SnippetVehicleScale_checked_cppflags  += -fno-rtti
SnippetVehicleScale_checked_lflags    := $(SnippetVehicleScale_custom_lflags)
SnippetVehicleScale_checked_lflags    += $(addprefix -L, $(SnippetVehicleScale_checked_lpaths))
SnippetVehicleScale_checked_lflags    += -Wl,--start-group $(addprefix -l, $(SnippetVehicleScale_checked_libraries)) -Wl,--end-group
SnippetVehicleScale_checked_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetVehicleScale_checked_lflags  += -Wl,--no-undefined
SnippetVehicleScale_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
SnippetVehicleScale_checked_lflags  += -pie
SnippetVehicleScale_checked_objsdir  = $(OBJS_DIR)/SnippetVehicleScale_checked
SnippetVehicleScale_checked_cpp_o    = $(addprefix $(SnippetVehicleScale_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetVehicleScale_cppfiles)))))
SnippetVehicleScale_checked_cc_o    = $(addprefix $(SnippetVehicleScale_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetVehicleScale_ccfiles)))))
SnippetVehicleScale_checked_c_o      = $(addprefix $(SnippetVehicleScale_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetVehicleScale_cfiles)))))
SnippetVehicleScale_checked_obj      = $(SnippetVehicleScale_checked_cpp_o) $(SnippetVehicleScale_checked_cc_o) $(SnippetVehicleScale_checked_c_o)
SnippetVehicleScale_checked_bin      := ./../../../Bin/android16/SnippetVehicleScaleCHECKED

clean_SnippetVehicleScale_checked: 
	@$(ECHO) clean SnippetVehicleScale checked
	@$(RMDIR) $(SnippetVehicleScale_checked_objsdir)
	@$(RMDIR) $(SnippetVehicleScale_checked_bin)
	@$(RMDIR) $(DEPSDIR)/SnippetVehicleScale/checked

build_SnippetVehicleScale_checked: postbuild_SnippetVehicleScale_checked
postbuild_SnippetVehicleScale_checked: mainbuild_SnippetVehicleScale_checked
mainbuild_SnippetVehicleScale_checked: prebuild_SnippetVehicleScale_checked $(SnippetVehicleScale_checked_bin)
prebuild_SnippetVehicleScale_checked:

$(SnippetVehicleScale_checked_bin): $(SnippetVehicleScale_checked_obj) build_SnippetUtils_checked 
	mkdir -p `dirname ./../../../Bin/android16/SnippetVehicleScaleCHECKED`
	$(CCLD) $(SnippetVehicleScale_checked_obj) $(SnippetVehicleScale_checked_lflags) -o $(SnippetVehicleScale_checked_bin) 
	$(ECHO) building $@ complete!

SnippetVehicleScale_checked_DEPDIR = $(dir $(@))/$(*F)
$(SnippetVehicleScale_checked_cpp_o): $(SnippetVehicleScale_checked_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetVehicleScale_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetVehicleScale/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))))
	cp $(SnippetVehicleScale_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetVehicleScale/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetVehicleScale/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))).P; \
	  rm -f $(SnippetVehicleScale_checked_DEPDIR).d

$(SnippetVehicleScale_checked_cc_o): $(SnippetVehicleScale_checked_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetVehicleScale_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))))
	cp $(SnippetVehicleScale_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))).checked.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))).checked.P; \
	  rm -f $(SnippetVehicleScale_checked_DEPDIR).d

$(SnippetVehicleScale_checked_c_o): $(SnippetVehicleScale_checked_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(SnippetVehicleScale_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetVehicleScale/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))))
	cp $(SnippetVehicleScale_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetVehicleScale/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetVehicleScale/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_checked_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))).P; \
	  rm -f $(SnippetVehicleScale_checked_DEPDIR).d

SnippetVehicleScale_profile_hpaths    := 
SnippetVehicleScale_profile_hpaths    += ./../../../Include
SnippetVehicleScale_profile_hpaths    += ./../../../../PxShared/include
SnippetVehicleScale_profile_hpaths    += ./../../../../PxShared/src/foundation/include
SnippetVehicleScale_profile_hpaths    += ./../../../../PxShared/src/fastxml/include
SnippetVehicleScale_profile_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetVehicleScale_profile_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetVehicleScale_profile_lpaths    := 
SnippetVehicleScale_profile_lpaths    += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetVehicleScale_profile_lpaths    += ./../../../Lib/android16
SnippetVehicleScale_profile_lpaths    += ./../../lib/android16
SnippetVehicleScale_profile_lpaths    += ./../../../../PxShared/lib/android16
SnippetVehicleScale_profile_lpaths    += ./../../lib/android16
SnippetVehicleScale_profile_defines   := $(SnippetVehicleScale_custom_defines)
SnippetVehicleScale_profile_defines   += ANDROID
SnippetVehicleScale_profile_defines   += GLES2
SnippetVehicleScale_profile_defines   += __STDC_LIMIT_MACROS
SnippetVehicleScale_profile_defines   += __ARM_ARCH_5__
SnippetVehicleScale_profile_defines   += __ARM_ARCH_5T__
SnippetVehicleScale_profile_defines   += __ARM_ARCH_5E__
SnippetVehicleScale_profile_defines   += __ARM_ARCH_5TE__
SnippetVehicleScale_profile_defines   += NDEBUG
SnippetVehicleScale_profile_defines   += PX_PROFILE=1
SnippetVehicleScale_profile_defines   += PX_SUPPORT_PVD=1
SnippetVehicleScale_profile_defines   += PX_NVTX=1
SnippetVehicleScale_profile_defines   += PHYSX_PROFILE_SDK
SnippetVehicleScale_profile_libraries := 
SnippetVehicleScale_profile_libraries += SnippetUtilsPROFILE
SnippetVehicleScale_profile_libraries += log
SnippetVehicleScale_profile_libraries += gnustl_static
SnippetVehicleScale_profile_libraries += supc++
SnippetVehicleScale_profile_libraries += m
SnippetVehicleScale_profile_libraries += c
SnippetVehicleScale_profile_libraries += nvToolsExt
SnippetVehicleScale_profile_libraries += PhysX3CommonPROFILE
SnippetVehicleScale_profile_libraries += PhysX3PROFILE
SnippetVehicleScale_profile_libraries += PhysX3VehiclePROFILE
SnippetVehicleScale_profile_libraries += PhysX3CookingPROFILE
SnippetVehicleScale_profile_libraries += PhysX3ExtensionsPROFILE
SnippetVehicleScale_profile_libraries += PhysX3CharacterKinematicPROFILE
SnippetVehicleScale_profile_libraries += SnippetUtilsPROFILE
SnippetVehicleScale_profile_libraries += PxFoundationPROFILE
SnippetVehicleScale_profile_libraries += PsFastXmlPROFILE
SnippetVehicleScale_profile_libraries += PxPvdSDKPROFILE
SnippetVehicleScale_profile_common_cflags	:= $(SnippetVehicleScale_custom_cflags)
SnippetVehicleScale_profile_common_cflags    += -MMD
SnippetVehicleScale_profile_common_cflags    += $(addprefix -D, $(SnippetVehicleScale_profile_defines))
SnippetVehicleScale_profile_common_cflags    += $(addprefix -I, $(SnippetVehicleScale_profile_hpaths))
SnippetVehicleScale_profile_common_cflags  += -Werror
SnippetVehicleScale_profile_common_cflags  += -fpic -fno-exceptions
SnippetVehicleScale_profile_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetVehicleScale_profile_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetVehicleScale_profile_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetVehicleScale_profile_common_cflags  += -Wno-maybe-uninitialized
SnippetVehicleScale_profile_common_cflags  += -Wno-pedantic
SnippetVehicleScale_profile_common_cflags  += -fPIE
SnippetVehicleScale_profile_common_cflags  += -O3 -fno-strict-aliasing
SnippetVehicleScale_profile_common_cflags  += -ffunction-sections -funwind-tables -fstack-protector
SnippetVehicleScale_profile_common_cflags  += -fno-omit-frame-pointer -funswitch-loops -finline-limit=300
SnippetVehicleScale_profile_cflags	:= $(SnippetVehicleScale_profile_common_cflags)
SnippetVehicleScale_profile_cppflags	:= $(SnippetVehicleScale_profile_common_cflags)
SnippetVehicleScale_profile_cppflags  += -fno-rtti
SnippetVehicleScale_profile_lflags    := $(SnippetVehicleScale_custom_lflags)
SnippetVehicleScale_profile_lflags    += $(addprefix -L, $(SnippetVehicleScale_profile_lpaths))
SnippetVehicleScale_profile_lflags    += -Wl,--start-group $(addprefix -l, $(SnippetVehicleScale_profile_libraries)) -Wl,--end-group
SnippetVehicleScale_profile_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetVehicleScale_profile_lflags  += -Wl,--no-undefined
SnippetVehicleScale_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
SnippetVehicleScale_profile_lflags  += -pie
SnippetVehicleScale_profile_objsdir  = $(OBJS_DIR)/SnippetVehicleScale_profile
SnippetVehicleScale_profile_cpp_o    = $(addprefix $(SnippetVehicleScale_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetVehicleScale_cppfiles)))))
SnippetVehicleScale_profile_cc_o    = $(addprefix $(SnippetVehicleScale_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetVehicleScale_ccfiles)))))
SnippetVehicleScale_profile_c_o      = $(addprefix $(SnippetVehicleScale_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetVehicleScale_cfiles)))))
SnippetVehicleScale_profile_obj      = $(SnippetVehicleScale_profile_cpp_o) $(SnippetVehicleScale_profile_cc_o) $(SnippetVehicleScale_profile_c_o)
SnippetVehicleScale_profile_bin      := ./../../../Bin/android16/SnippetVehicleScalePROFILE

clean_SnippetVehicleScale_profile: 
	@$(ECHO) clean SnippetVehicleScale profile
	@$(RMDIR) $(SnippetVehicleScale_profile_objsdir)
	@$(RMDIR) $(SnippetVehicleScale_profile_bin)
	@$(RMDIR) $(DEPSDIR)/SnippetVehicleScale/profile

build_SnippetVehicleScale_profile: postbuild_SnippetVehicleScale_profile
postbuild_SnippetVehicleScale_profile: mainbuild_SnippetVehicleScale_profile
mainbuild_SnippetVehicleScale_profile: prebuild_SnippetVehicleScale_profile $(SnippetVehicleScale_profile_bin)
prebuild_SnippetVehicleScale_profile:

$(SnippetVehicleScale_profile_bin): $(SnippetVehicleScale_profile_obj) build_SnippetUtils_profile 
	mkdir -p `dirname ./../../../Bin/android16/SnippetVehicleScalePROFILE`
	$(CCLD) $(SnippetVehicleScale_profile_obj) $(SnippetVehicleScale_profile_lflags) -o $(SnippetVehicleScale_profile_bin) 
	$(ECHO) building $@ complete!

SnippetVehicleScale_profile_DEPDIR = $(dir $(@))/$(*F)
$(SnippetVehicleScale_profile_cpp_o): $(SnippetVehicleScale_profile_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetVehicleScale_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetVehicleScale/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))))
	cp $(SnippetVehicleScale_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetVehicleScale/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetVehicleScale/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))).P; \
	  rm -f $(SnippetVehicleScale_profile_DEPDIR).d

$(SnippetVehicleScale_profile_cc_o): $(SnippetVehicleScale_profile_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetVehicleScale_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))))
	cp $(SnippetVehicleScale_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))).profile.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))).profile.P; \
	  rm -f $(SnippetVehicleScale_profile_DEPDIR).d

$(SnippetVehicleScale_profile_c_o): $(SnippetVehicleScale_profile_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(SnippetVehicleScale_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetVehicleScale/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))))
	cp $(SnippetVehicleScale_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetVehicleScale/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetVehicleScale/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_profile_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))).P; \
	  rm -f $(SnippetVehicleScale_profile_DEPDIR).d

SnippetVehicleScale_release_hpaths    := 
SnippetVehicleScale_release_hpaths    += ./../../../Include
SnippetVehicleScale_release_hpaths    += ./../../../../PxShared/include
SnippetVehicleScale_release_hpaths    += ./../../../../PxShared/src/foundation/include
SnippetVehicleScale_release_hpaths    += ./../../../../PxShared/src/fastxml/include
SnippetVehicleScale_release_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
SnippetVehicleScale_release_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
SnippetVehicleScale_release_lpaths    := 
SnippetVehicleScale_release_lpaths    += ./../../../../Externals/nvToolsExt/1/lib/armv7
SnippetVehicleScale_release_lpaths    += ./../../../Lib/android16
SnippetVehicleScale_release_lpaths    += ./../../lib/android16
SnippetVehicleScale_release_lpaths    += ./../../../../PxShared/lib/android16
SnippetVehicleScale_release_lpaths    += ./../../lib/android16
SnippetVehicleScale_release_defines   := $(SnippetVehicleScale_custom_defines)
SnippetVehicleScale_release_defines   += ANDROID
SnippetVehicleScale_release_defines   += GLES2
SnippetVehicleScale_release_defines   += __STDC_LIMIT_MACROS
SnippetVehicleScale_release_defines   += __ARM_ARCH_5__
SnippetVehicleScale_release_defines   += __ARM_ARCH_5T__
SnippetVehicleScale_release_defines   += __ARM_ARCH_5E__
SnippetVehicleScale_release_defines   += __ARM_ARCH_5TE__
SnippetVehicleScale_release_defines   += NDEBUG
SnippetVehicleScale_release_defines   += PX_SUPPORT_PVD=0
SnippetVehicleScale_release_defines   += PHYSX_PROFILE_SDK
SnippetVehicleScale_release_libraries := 
SnippetVehicleScale_release_libraries += SnippetUtils
SnippetVehicleScale_release_libraries += log
SnippetVehicleScale_release_libraries += gnustl_static
SnippetVehicleScale_release_libraries += supc++
SnippetVehicleScale_release_libraries += m
SnippetVehicleScale_release_libraries += c
SnippetVehicleScale_release_libraries += nvToolsExt
SnippetVehicleScale_release_libraries += PhysX3Common
SnippetVehicleScale_release_libraries += PhysX3
SnippetVehicleScale_release_libraries += PhysX3Vehicle
SnippetVehicleScale_release_libraries += PhysX3Cooking
SnippetVehicleScale_release_libraries += PhysX3Extensions
SnippetVehicleScale_release_libraries += PhysX3CharacterKinematic
SnippetVehicleScale_release_libraries += SnippetUtils
SnippetVehicleScale_release_libraries += PxFoundation
SnippetVehicleScale_release_libraries += PsFastXml
SnippetVehicleScale_release_libraries += PxPvdSDK
SnippetVehicleScale_release_common_cflags	:= $(SnippetVehicleScale_custom_cflags)
SnippetVehicleScale_release_common_cflags    += -MMD
SnippetVehicleScale_release_common_cflags    += $(addprefix -D, $(SnippetVehicleScale_release_defines))
SnippetVehicleScale_release_common_cflags    += $(addprefix -I, $(SnippetVehicleScale_release_hpaths))
SnippetVehicleScale_release_common_cflags  += -Werror
SnippetVehicleScale_release_common_cflags  += -fpic -fno-exceptions
SnippetVehicleScale_release_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetVehicleScale_release_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
SnippetVehicleScale_release_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
SnippetVehicleScale_release_common_cflags  += -Wno-maybe-uninitialized
SnippetVehicleScale_release_common_cflags  += -Wno-pedantic
SnippetVehicleScale_release_common_cflags  += -fPIE
SnippetVehicleScale_release_common_cflags  += -O3 -fno-strict-aliasing
SnippetVehicleScale_release_common_cflags  += -ffunction-sections -funwind-tables -fstack-protector
SnippetVehicleScale_release_common_cflags  += -fomit-frame-pointer -funswitch-loops -finline-limit=300
SnippetVehicleScale_release_cflags	:= $(SnippetVehicleScale_release_common_cflags)
SnippetVehicleScale_release_cppflags	:= $(SnippetVehicleScale_release_common_cflags)
SnippetVehicleScale_release_cppflags  += -fno-rtti
SnippetVehicleScale_release_lflags    := $(SnippetVehicleScale_custom_lflags)
SnippetVehicleScale_release_lflags    += $(addprefix -L, $(SnippetVehicleScale_release_lpaths))
SnippetVehicleScale_release_lflags    += -Wl,--start-group $(addprefix -l, $(SnippetVehicleScale_release_libraries)) -Wl,--end-group
SnippetVehicleScale_release_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
SnippetVehicleScale_release_lflags  += -Wl,--no-undefined
SnippetVehicleScale_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
SnippetVehicleScale_release_lflags  += -pie
SnippetVehicleScale_release_objsdir  = $(OBJS_DIR)/SnippetVehicleScale_release
SnippetVehicleScale_release_cpp_o    = $(addprefix $(SnippetVehicleScale_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetVehicleScale_cppfiles)))))
SnippetVehicleScale_release_cc_o    = $(addprefix $(SnippetVehicleScale_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetVehicleScale_ccfiles)))))
SnippetVehicleScale_release_c_o      = $(addprefix $(SnippetVehicleScale_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetVehicleScale_cfiles)))))
SnippetVehicleScale_release_obj      = $(SnippetVehicleScale_release_cpp_o) $(SnippetVehicleScale_release_cc_o) $(SnippetVehicleScale_release_c_o)
SnippetVehicleScale_release_bin      := ./../../../Bin/android16/SnippetVehicleScale

clean_SnippetVehicleScale_release: 
	@$(ECHO) clean SnippetVehicleScale release
	@$(RMDIR) $(SnippetVehicleScale_release_objsdir)
	@$(RMDIR) $(SnippetVehicleScale_release_bin)
	@$(RMDIR) $(DEPSDIR)/SnippetVehicleScale/release

build_SnippetVehicleScale_release: postbuild_SnippetVehicleScale_release
postbuild_SnippetVehicleScale_release: mainbuild_SnippetVehicleScale_release
mainbuild_SnippetVehicleScale_release: prebuild_SnippetVehicleScale_release $(SnippetVehicleScale_release_bin)
prebuild_SnippetVehicleScale_release:

$(SnippetVehicleScale_release_bin): $(SnippetVehicleScale_release_obj) build_SnippetUtils_release 
	mkdir -p `dirname ./../../../Bin/android16/SnippetVehicleScale`
	$(CCLD) $(SnippetVehicleScale_release_obj) $(SnippetVehicleScale_release_lflags) -o $(SnippetVehicleScale_release_bin) 
	$(ECHO) building $@ complete!

SnippetVehicleScale_release_DEPDIR = $(dir $(@))/$(*F)
$(SnippetVehicleScale_release_cpp_o): $(SnippetVehicleScale_release_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetVehicleScale_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetVehicleScale/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))))
	cp $(SnippetVehicleScale_release_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetVehicleScale/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetVehicleScale/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_cppfiles))))).P; \
	  rm -f $(SnippetVehicleScale_release_DEPDIR).d

$(SnippetVehicleScale_release_cc_o): $(SnippetVehicleScale_release_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(SnippetVehicleScale_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))))
	cp $(SnippetVehicleScale_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))).release.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_ccfiles))))).release.P; \
	  rm -f $(SnippetVehicleScale_release_DEPDIR).d

$(SnippetVehicleScale_release_c_o): $(SnippetVehicleScale_release_objsdir)/%.o:
	$(ECHO) SnippetVehicleScale: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(SnippetVehicleScale_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetVehicleScale/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))))
	cp $(SnippetVehicleScale_release_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetVehicleScale/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(SnippetVehicleScale_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetVehicleScale/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetVehicleScale_release_objsdir),, $@))), $(SnippetVehicleScale_cfiles))))).P; \
	  rm -f $(SnippetVehicleScale_release_DEPDIR).d

clean_SnippetVehicleScale:  clean_SnippetVehicleScale_debug clean_SnippetVehicleScale_checked clean_SnippetVehicleScale_profile clean_SnippetVehicleScale_release
	rm -rf $(DEPSDIR)

export VERBOSE
ifndef VERBOSE
.SILENT:
endif