aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/compiler/android16/Makefile.PhysXVehicle.mk
blob: 0f36a483257ce5c5759c4844336b594cfd28f217 (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
# Makefile generated by XPJ for ANDROID16
-include Makefile.custom
ProjectName = PhysXVehicle
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleComponents.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleDrive.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleDrive4W.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleDriveNW.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleDriveTank.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleMetaData.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleNoDrive.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleSDK.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleSerialization.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleTireFriction.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleUpdate.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PxVehicleWheels.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/VehicleUtilControl.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/VehicleUtilSetup.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/VehicleUtilTelemetry.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp
PhysXVehicle_cppfiles   += ./../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp

PhysXVehicle_cpp_debug_dep    = $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXVehicle_cppfiles)))))
PhysXVehicle_cc_debug_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PhysXVehicle_ccfiles)))))
PhysXVehicle_c_debug_dep      = $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXVehicle_cfiles)))))
PhysXVehicle_debug_dep      = $(PhysXVehicle_cpp_debug_dep) $(PhysXVehicle_cc_debug_dep) $(PhysXVehicle_c_debug_dep)
-include $(PhysXVehicle_debug_dep)
PhysXVehicle_cpp_checked_dep    = $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXVehicle_cppfiles)))))
PhysXVehicle_cc_checked_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PhysXVehicle_ccfiles)))))
PhysXVehicle_c_checked_dep      = $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXVehicle_cfiles)))))
PhysXVehicle_checked_dep      = $(PhysXVehicle_cpp_checked_dep) $(PhysXVehicle_cc_checked_dep) $(PhysXVehicle_c_checked_dep)
-include $(PhysXVehicle_checked_dep)
PhysXVehicle_cpp_profile_dep    = $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXVehicle_cppfiles)))))
PhysXVehicle_cc_profile_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PhysXVehicle_ccfiles)))))
PhysXVehicle_c_profile_dep      = $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXVehicle_cfiles)))))
PhysXVehicle_profile_dep      = $(PhysXVehicle_cpp_profile_dep) $(PhysXVehicle_cc_profile_dep) $(PhysXVehicle_c_profile_dep)
-include $(PhysXVehicle_profile_dep)
PhysXVehicle_cpp_release_dep    = $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXVehicle_cppfiles)))))
PhysXVehicle_cc_release_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PhysXVehicle_ccfiles)))))
PhysXVehicle_c_release_dep      = $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXVehicle_cfiles)))))
PhysXVehicle_release_dep      = $(PhysXVehicle_cpp_release_dep) $(PhysXVehicle_cc_release_dep) $(PhysXVehicle_c_release_dep)
-include $(PhysXVehicle_release_dep)
PhysXVehicle_debug_hpaths    := 
PhysXVehicle_debug_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
PhysXVehicle_debug_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
PhysXVehicle_debug_hpaths    += ./../../Common/include
PhysXVehicle_debug_hpaths    += ./../../../../PxShared/include
PhysXVehicle_debug_hpaths    += ./../../../../PxShared/src/foundation/include
PhysXVehicle_debug_hpaths    += ./../../../../PxShared/src/fastxml/include
PhysXVehicle_debug_hpaths    += ./../../../../PxShared/src/pvd/include
PhysXVehicle_debug_hpaths    += ./../../../Include/vehicle
PhysXVehicle_debug_hpaths    += ./../../../Include/common
PhysXVehicle_debug_hpaths    += ./../../../Include/geometry
PhysXVehicle_debug_hpaths    += ./../../../Include/extensions
PhysXVehicle_debug_hpaths    += ./../../../Include/cloth
PhysXVehicle_debug_hpaths    += ./../../../Include
PhysXVehicle_debug_hpaths    += ./../../../Include/pvd
PhysXVehicle_debug_hpaths    += ./../../../Include/physxprofilesdk
PhysXVehicle_debug_hpaths    += ./../../Common/src
PhysXVehicle_debug_hpaths    += ./../../PhysXVehicle/src
PhysXVehicle_debug_hpaths    += ./../../PhysXMetaData/extensions/include
PhysXVehicle_debug_hpaths    += ./../../PhysXExtensions/src/serialization/Xml
PhysXVehicle_debug_hpaths    += ./../../PhysXMetaData/core/include
PhysXVehicle_debug_hpaths    += ./../../PhysXVehicle/src/PhysXMetaData/include
PhysXVehicle_debug_hpaths    += ./../../PvdSDK/src
PhysXVehicle_debug_lpaths    := 
PhysXVehicle_debug_defines   := $(PhysXVehicle_custom_defines)
PhysXVehicle_debug_defines   += ANDROID
PhysXVehicle_debug_defines   += GLES2
PhysXVehicle_debug_defines   += __STDC_LIMIT_MACROS
PhysXVehicle_debug_defines   += __ARM_ARCH_5__
PhysXVehicle_debug_defines   += __ARM_ARCH_5T__
PhysXVehicle_debug_defines   += __ARM_ARCH_5E__
PhysXVehicle_debug_defines   += __ARM_ARCH_5TE__
PhysXVehicle_debug_defines   += PX_PHYSX_STATIC_LIB
PhysXVehicle_debug_defines   += _DEBUG
PhysXVehicle_debug_defines   += PX_DEBUG=1
PhysXVehicle_debug_defines   += PX_CHECKED=1
PhysXVehicle_debug_defines   += PX_SUPPORT_PVD=1
PhysXVehicle_debug_defines   += PX_NVTX=1
PhysXVehicle_debug_libraries := 
PhysXVehicle_debug_common_cflags	:= $(PhysXVehicle_custom_cflags)
PhysXVehicle_debug_common_cflags    += -MMD
PhysXVehicle_debug_common_cflags    += $(addprefix -D, $(PhysXVehicle_debug_defines))
PhysXVehicle_debug_common_cflags    += $(addprefix -I, $(PhysXVehicle_debug_hpaths))
PhysXVehicle_debug_common_cflags  += -Werror
PhysXVehicle_debug_common_cflags  += -fpic -fno-exceptions
PhysXVehicle_debug_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysXVehicle_debug_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
PhysXVehicle_debug_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
PhysXVehicle_debug_common_cflags  += -Wno-maybe-uninitialized -Wno-unused-variable
PhysXVehicle_debug_common_cflags  += -Wno-variadic-macros
PhysXVehicle_debug_common_cflags  += -g3 -gdwarf-2
PhysXVehicle_debug_cflags	:= $(PhysXVehicle_debug_common_cflags)
PhysXVehicle_debug_cflags  += -std=c99
PhysXVehicle_debug_cppflags	:= $(PhysXVehicle_debug_common_cflags)
PhysXVehicle_debug_cppflags  += -fno-rtti
PhysXVehicle_debug_cppflags  += -Wno-invalid-offsetof
PhysXVehicle_debug_lflags    := $(PhysXVehicle_custom_lflags)
PhysXVehicle_debug_lflags    += $(addprefix -L, $(PhysXVehicle_debug_lpaths))
PhysXVehicle_debug_lflags    += -Wl,--start-group $(addprefix -l, $(PhysXVehicle_debug_libraries)) -Wl,--end-group
PhysXVehicle_debug_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysXVehicle_debug_objsdir  = $(OBJS_DIR)/PhysXVehicle_debug
PhysXVehicle_debug_cpp_o    = $(addprefix $(PhysXVehicle_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles)))))
PhysXVehicle_debug_cc_o    = $(addprefix $(PhysXVehicle_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles)))))
PhysXVehicle_debug_c_o      = $(addprefix $(PhysXVehicle_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXVehicle_cfiles)))))
PhysXVehicle_debug_obj      = $(PhysXVehicle_debug_cpp_o) $(PhysXVehicle_debug_cc_o) $(PhysXVehicle_debug_c_o)
PhysXVehicle_debug_bin      := ./../../../Lib/android16/libPhysX3VehicleDEBUG.a

clean_PhysXVehicle_debug: 
	@$(ECHO) clean PhysXVehicle debug
	@$(RMDIR) $(PhysXVehicle_debug_objsdir)
	@$(RMDIR) $(PhysXVehicle_debug_bin)
	@$(RMDIR) $(DEPSDIR)/PhysXVehicle/debug

build_PhysXVehicle_debug: postbuild_PhysXVehicle_debug
postbuild_PhysXVehicle_debug: mainbuild_PhysXVehicle_debug
mainbuild_PhysXVehicle_debug: prebuild_PhysXVehicle_debug $(PhysXVehicle_debug_bin)
prebuild_PhysXVehicle_debug:

$(PhysXVehicle_debug_bin): $(PhysXVehicle_debug_obj) 
	mkdir -p `dirname ./../../../Lib/android16/libPhysX3VehicleDEBUG.a`
	@$(AR) rcs $(PhysXVehicle_debug_bin) $(PhysXVehicle_debug_obj)
	$(ECHO) building $@ complete!

PhysXVehicle_debug_DEPDIR = $(dir $(@))/$(*F)
$(PhysXVehicle_debug_cpp_o): $(PhysXVehicle_debug_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PhysXVehicle_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cppfiles))))))
	cp $(PhysXVehicle_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \
	  rm -f $(PhysXVehicle_debug_DEPDIR).d

$(PhysXVehicle_debug_cc_o): $(PhysXVehicle_debug_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PhysXVehicle_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_ccfiles))))))
	cp $(PhysXVehicle_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).debug.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).debug.P; \
	  rm -f $(PhysXVehicle_debug_DEPDIR).d

$(PhysXVehicle_debug_c_o): $(PhysXVehicle_debug_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(PhysXVehicle_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cfiles))))))
	cp $(PhysXVehicle_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \
	  rm -f $(PhysXVehicle_debug_DEPDIR).d

PhysXVehicle_checked_hpaths    := 
PhysXVehicle_checked_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
PhysXVehicle_checked_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
PhysXVehicle_checked_hpaths    += ./../../Common/include
PhysXVehicle_checked_hpaths    += ./../../../../PxShared/include
PhysXVehicle_checked_hpaths    += ./../../../../PxShared/src/foundation/include
PhysXVehicle_checked_hpaths    += ./../../../../PxShared/src/fastxml/include
PhysXVehicle_checked_hpaths    += ./../../../../PxShared/src/pvd/include
PhysXVehicle_checked_hpaths    += ./../../../Include/vehicle
PhysXVehicle_checked_hpaths    += ./../../../Include/common
PhysXVehicle_checked_hpaths    += ./../../../Include/geometry
PhysXVehicle_checked_hpaths    += ./../../../Include/extensions
PhysXVehicle_checked_hpaths    += ./../../../Include/cloth
PhysXVehicle_checked_hpaths    += ./../../../Include
PhysXVehicle_checked_hpaths    += ./../../../Include/pvd
PhysXVehicle_checked_hpaths    += ./../../../Include/physxprofilesdk
PhysXVehicle_checked_hpaths    += ./../../Common/src
PhysXVehicle_checked_hpaths    += ./../../PhysXVehicle/src
PhysXVehicle_checked_hpaths    += ./../../PhysXMetaData/extensions/include
PhysXVehicle_checked_hpaths    += ./../../PhysXExtensions/src/serialization/Xml
PhysXVehicle_checked_hpaths    += ./../../PhysXMetaData/core/include
PhysXVehicle_checked_hpaths    += ./../../PhysXVehicle/src/PhysXMetaData/include
PhysXVehicle_checked_hpaths    += ./../../PvdSDK/src
PhysXVehicle_checked_lpaths    := 
PhysXVehicle_checked_defines   := $(PhysXVehicle_custom_defines)
PhysXVehicle_checked_defines   += ANDROID
PhysXVehicle_checked_defines   += GLES2
PhysXVehicle_checked_defines   += __STDC_LIMIT_MACROS
PhysXVehicle_checked_defines   += __ARM_ARCH_5__
PhysXVehicle_checked_defines   += __ARM_ARCH_5T__
PhysXVehicle_checked_defines   += __ARM_ARCH_5E__
PhysXVehicle_checked_defines   += __ARM_ARCH_5TE__
PhysXVehicle_checked_defines   += PX_PHYSX_STATIC_LIB
PhysXVehicle_checked_defines   += NDEBUG
PhysXVehicle_checked_defines   += PX_CHECKED=1
PhysXVehicle_checked_defines   += PX_SUPPORT_PVD=1
PhysXVehicle_checked_defines   += PX_NVTX=1
PhysXVehicle_checked_libraries := 
PhysXVehicle_checked_common_cflags	:= $(PhysXVehicle_custom_cflags)
PhysXVehicle_checked_common_cflags    += -MMD
PhysXVehicle_checked_common_cflags    += $(addprefix -D, $(PhysXVehicle_checked_defines))
PhysXVehicle_checked_common_cflags    += $(addprefix -I, $(PhysXVehicle_checked_hpaths))
PhysXVehicle_checked_common_cflags  += -Werror
PhysXVehicle_checked_common_cflags  += -fpic -fno-exceptions
PhysXVehicle_checked_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysXVehicle_checked_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
PhysXVehicle_checked_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
PhysXVehicle_checked_common_cflags  += -Wno-maybe-uninitialized -Wno-unused-variable
PhysXVehicle_checked_common_cflags  += -Wno-variadic-macros
PhysXVehicle_checked_common_cflags  += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXVehicle_checked_common_cflags  += -ffunction-sections -funwind-tables -fstack-protector
PhysXVehicle_checked_common_cflags  += -fomit-frame-pointer -funswitch-loops -finline-limit=300
PhysXVehicle_checked_cflags	:= $(PhysXVehicle_checked_common_cflags)
PhysXVehicle_checked_cflags  += -std=c99
PhysXVehicle_checked_cppflags	:= $(PhysXVehicle_checked_common_cflags)
PhysXVehicle_checked_cppflags  += -fno-rtti
PhysXVehicle_checked_cppflags  += -Wno-invalid-offsetof
PhysXVehicle_checked_lflags    := $(PhysXVehicle_custom_lflags)
PhysXVehicle_checked_lflags    += $(addprefix -L, $(PhysXVehicle_checked_lpaths))
PhysXVehicle_checked_lflags    += -Wl,--start-group $(addprefix -l, $(PhysXVehicle_checked_libraries)) -Wl,--end-group
PhysXVehicle_checked_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysXVehicle_checked_objsdir  = $(OBJS_DIR)/PhysXVehicle_checked
PhysXVehicle_checked_cpp_o    = $(addprefix $(PhysXVehicle_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles)))))
PhysXVehicle_checked_cc_o    = $(addprefix $(PhysXVehicle_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles)))))
PhysXVehicle_checked_c_o      = $(addprefix $(PhysXVehicle_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXVehicle_cfiles)))))
PhysXVehicle_checked_obj      = $(PhysXVehicle_checked_cpp_o) $(PhysXVehicle_checked_cc_o) $(PhysXVehicle_checked_c_o)
PhysXVehicle_checked_bin      := ./../../../Lib/android16/libPhysX3VehicleCHECKED.a

clean_PhysXVehicle_checked: 
	@$(ECHO) clean PhysXVehicle checked
	@$(RMDIR) $(PhysXVehicle_checked_objsdir)
	@$(RMDIR) $(PhysXVehicle_checked_bin)
	@$(RMDIR) $(DEPSDIR)/PhysXVehicle/checked

build_PhysXVehicle_checked: postbuild_PhysXVehicle_checked
postbuild_PhysXVehicle_checked: mainbuild_PhysXVehicle_checked
mainbuild_PhysXVehicle_checked: prebuild_PhysXVehicle_checked $(PhysXVehicle_checked_bin)
prebuild_PhysXVehicle_checked:

$(PhysXVehicle_checked_bin): $(PhysXVehicle_checked_obj) 
	mkdir -p `dirname ./../../../Lib/android16/libPhysX3VehicleCHECKED.a`
	@$(AR) rcs $(PhysXVehicle_checked_bin) $(PhysXVehicle_checked_obj)
	$(ECHO) building $@ complete!

PhysXVehicle_checked_DEPDIR = $(dir $(@))/$(*F)
$(PhysXVehicle_checked_cpp_o): $(PhysXVehicle_checked_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PhysXVehicle_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cppfiles))))))
	cp $(PhysXVehicle_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \
	  rm -f $(PhysXVehicle_checked_DEPDIR).d

$(PhysXVehicle_checked_cc_o): $(PhysXVehicle_checked_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PhysXVehicle_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_ccfiles))))))
	cp $(PhysXVehicle_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).checked.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).checked.P; \
	  rm -f $(PhysXVehicle_checked_DEPDIR).d

$(PhysXVehicle_checked_c_o): $(PhysXVehicle_checked_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(PhysXVehicle_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cfiles))))))
	cp $(PhysXVehicle_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \
	  rm -f $(PhysXVehicle_checked_DEPDIR).d

PhysXVehicle_profile_hpaths    := 
PhysXVehicle_profile_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
PhysXVehicle_profile_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
PhysXVehicle_profile_hpaths    += ./../../Common/include
PhysXVehicle_profile_hpaths    += ./../../../../PxShared/include
PhysXVehicle_profile_hpaths    += ./../../../../PxShared/src/foundation/include
PhysXVehicle_profile_hpaths    += ./../../../../PxShared/src/fastxml/include
PhysXVehicle_profile_hpaths    += ./../../../../PxShared/src/pvd/include
PhysXVehicle_profile_hpaths    += ./../../../Include/vehicle
PhysXVehicle_profile_hpaths    += ./../../../Include/common
PhysXVehicle_profile_hpaths    += ./../../../Include/geometry
PhysXVehicle_profile_hpaths    += ./../../../Include/extensions
PhysXVehicle_profile_hpaths    += ./../../../Include/cloth
PhysXVehicle_profile_hpaths    += ./../../../Include
PhysXVehicle_profile_hpaths    += ./../../../Include/pvd
PhysXVehicle_profile_hpaths    += ./../../../Include/physxprofilesdk
PhysXVehicle_profile_hpaths    += ./../../Common/src
PhysXVehicle_profile_hpaths    += ./../../PhysXVehicle/src
PhysXVehicle_profile_hpaths    += ./../../PhysXMetaData/extensions/include
PhysXVehicle_profile_hpaths    += ./../../PhysXExtensions/src/serialization/Xml
PhysXVehicle_profile_hpaths    += ./../../PhysXMetaData/core/include
PhysXVehicle_profile_hpaths    += ./../../PhysXVehicle/src/PhysXMetaData/include
PhysXVehicle_profile_hpaths    += ./../../PvdSDK/src
PhysXVehicle_profile_lpaths    := 
PhysXVehicle_profile_defines   := $(PhysXVehicle_custom_defines)
PhysXVehicle_profile_defines   += ANDROID
PhysXVehicle_profile_defines   += GLES2
PhysXVehicle_profile_defines   += __STDC_LIMIT_MACROS
PhysXVehicle_profile_defines   += __ARM_ARCH_5__
PhysXVehicle_profile_defines   += __ARM_ARCH_5T__
PhysXVehicle_profile_defines   += __ARM_ARCH_5E__
PhysXVehicle_profile_defines   += __ARM_ARCH_5TE__
PhysXVehicle_profile_defines   += PX_PHYSX_STATIC_LIB
PhysXVehicle_profile_defines   += NDEBUG
PhysXVehicle_profile_defines   += PX_PROFILE=1
PhysXVehicle_profile_defines   += PX_SUPPORT_PVD=1
PhysXVehicle_profile_defines   += PX_NVTX=1
PhysXVehicle_profile_libraries := 
PhysXVehicle_profile_common_cflags	:= $(PhysXVehicle_custom_cflags)
PhysXVehicle_profile_common_cflags    += -MMD
PhysXVehicle_profile_common_cflags    += $(addprefix -D, $(PhysXVehicle_profile_defines))
PhysXVehicle_profile_common_cflags    += $(addprefix -I, $(PhysXVehicle_profile_hpaths))
PhysXVehicle_profile_common_cflags  += -Werror
PhysXVehicle_profile_common_cflags  += -fpic -fno-exceptions
PhysXVehicle_profile_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysXVehicle_profile_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
PhysXVehicle_profile_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
PhysXVehicle_profile_common_cflags  += -Wno-maybe-uninitialized -Wno-unused-variable
PhysXVehicle_profile_common_cflags  += -Wno-variadic-macros
PhysXVehicle_profile_common_cflags  += -O3 -fno-strict-aliasing
PhysXVehicle_profile_common_cflags  += -ffunction-sections -funwind-tables -fstack-protector
PhysXVehicle_profile_common_cflags  += -fno-omit-frame-pointer -funswitch-loops -finline-limit=300
PhysXVehicle_profile_cflags	:= $(PhysXVehicle_profile_common_cflags)
PhysXVehicle_profile_cflags  += -std=c99
PhysXVehicle_profile_cppflags	:= $(PhysXVehicle_profile_common_cflags)
PhysXVehicle_profile_cppflags  += -fno-rtti
PhysXVehicle_profile_cppflags  += -Wno-invalid-offsetof
PhysXVehicle_profile_lflags    := $(PhysXVehicle_custom_lflags)
PhysXVehicle_profile_lflags    += $(addprefix -L, $(PhysXVehicle_profile_lpaths))
PhysXVehicle_profile_lflags    += -Wl,--start-group $(addprefix -l, $(PhysXVehicle_profile_libraries)) -Wl,--end-group
PhysXVehicle_profile_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysXVehicle_profile_objsdir  = $(OBJS_DIR)/PhysXVehicle_profile
PhysXVehicle_profile_cpp_o    = $(addprefix $(PhysXVehicle_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles)))))
PhysXVehicle_profile_cc_o    = $(addprefix $(PhysXVehicle_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles)))))
PhysXVehicle_profile_c_o      = $(addprefix $(PhysXVehicle_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXVehicle_cfiles)))))
PhysXVehicle_profile_obj      = $(PhysXVehicle_profile_cpp_o) $(PhysXVehicle_profile_cc_o) $(PhysXVehicle_profile_c_o)
PhysXVehicle_profile_bin      := ./../../../Lib/android16/libPhysX3VehiclePROFILE.a

clean_PhysXVehicle_profile: 
	@$(ECHO) clean PhysXVehicle profile
	@$(RMDIR) $(PhysXVehicle_profile_objsdir)
	@$(RMDIR) $(PhysXVehicle_profile_bin)
	@$(RMDIR) $(DEPSDIR)/PhysXVehicle/profile

build_PhysXVehicle_profile: postbuild_PhysXVehicle_profile
postbuild_PhysXVehicle_profile: mainbuild_PhysXVehicle_profile
mainbuild_PhysXVehicle_profile: prebuild_PhysXVehicle_profile $(PhysXVehicle_profile_bin)
prebuild_PhysXVehicle_profile:

$(PhysXVehicle_profile_bin): $(PhysXVehicle_profile_obj) 
	mkdir -p `dirname ./../../../Lib/android16/libPhysX3VehiclePROFILE.a`
	@$(AR) rcs $(PhysXVehicle_profile_bin) $(PhysXVehicle_profile_obj)
	$(ECHO) building $@ complete!

PhysXVehicle_profile_DEPDIR = $(dir $(@))/$(*F)
$(PhysXVehicle_profile_cpp_o): $(PhysXVehicle_profile_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PhysXVehicle_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cppfiles))))))
	cp $(PhysXVehicle_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \
	  rm -f $(PhysXVehicle_profile_DEPDIR).d

$(PhysXVehicle_profile_cc_o): $(PhysXVehicle_profile_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PhysXVehicle_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_ccfiles))))))
	cp $(PhysXVehicle_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).profile.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).profile.P; \
	  rm -f $(PhysXVehicle_profile_DEPDIR).d

$(PhysXVehicle_profile_c_o): $(PhysXVehicle_profile_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(PhysXVehicle_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cfiles))))))
	cp $(PhysXVehicle_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \
	  rm -f $(PhysXVehicle_profile_DEPDIR).d

PhysXVehicle_release_hpaths    := 
PhysXVehicle_release_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
PhysXVehicle_release_hpaths    += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
PhysXVehicle_release_hpaths    += ./../../Common/include
PhysXVehicle_release_hpaths    += ./../../../../PxShared/include
PhysXVehicle_release_hpaths    += ./../../../../PxShared/src/foundation/include
PhysXVehicle_release_hpaths    += ./../../../../PxShared/src/fastxml/include
PhysXVehicle_release_hpaths    += ./../../../../PxShared/src/pvd/include
PhysXVehicle_release_hpaths    += ./../../../Include/vehicle
PhysXVehicle_release_hpaths    += ./../../../Include/common
PhysXVehicle_release_hpaths    += ./../../../Include/geometry
PhysXVehicle_release_hpaths    += ./../../../Include/extensions
PhysXVehicle_release_hpaths    += ./../../../Include/cloth
PhysXVehicle_release_hpaths    += ./../../../Include
PhysXVehicle_release_hpaths    += ./../../../Include/pvd
PhysXVehicle_release_hpaths    += ./../../../Include/physxprofilesdk
PhysXVehicle_release_hpaths    += ./../../Common/src
PhysXVehicle_release_hpaths    += ./../../PhysXVehicle/src
PhysXVehicle_release_hpaths    += ./../../PhysXMetaData/extensions/include
PhysXVehicle_release_hpaths    += ./../../PhysXExtensions/src/serialization/Xml
PhysXVehicle_release_hpaths    += ./../../PhysXMetaData/core/include
PhysXVehicle_release_hpaths    += ./../../PhysXVehicle/src/PhysXMetaData/include
PhysXVehicle_release_hpaths    += ./../../PvdSDK/src
PhysXVehicle_release_lpaths    := 
PhysXVehicle_release_defines   := $(PhysXVehicle_custom_defines)
PhysXVehicle_release_defines   += ANDROID
PhysXVehicle_release_defines   += GLES2
PhysXVehicle_release_defines   += __STDC_LIMIT_MACROS
PhysXVehicle_release_defines   += __ARM_ARCH_5__
PhysXVehicle_release_defines   += __ARM_ARCH_5T__
PhysXVehicle_release_defines   += __ARM_ARCH_5E__
PhysXVehicle_release_defines   += __ARM_ARCH_5TE__
PhysXVehicle_release_defines   += PX_PHYSX_STATIC_LIB
PhysXVehicle_release_defines   += NDEBUG
PhysXVehicle_release_defines   += PX_SUPPORT_PVD=0
PhysXVehicle_release_libraries := 
PhysXVehicle_release_common_cflags	:= $(PhysXVehicle_custom_cflags)
PhysXVehicle_release_common_cflags    += -MMD
PhysXVehicle_release_common_cflags    += $(addprefix -D, $(PhysXVehicle_release_defines))
PhysXVehicle_release_common_cflags    += $(addprefix -I, $(PhysXVehicle_release_hpaths))
PhysXVehicle_release_common_cflags  += -Werror
PhysXVehicle_release_common_cflags  += -fpic -fno-exceptions
PhysXVehicle_release_common_cflags  += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysXVehicle_release_common_cflags  += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
PhysXVehicle_release_common_cflags  += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
PhysXVehicle_release_common_cflags  += -Wno-maybe-uninitialized -Wno-unused-variable
PhysXVehicle_release_common_cflags  += -Wno-variadic-macros
PhysXVehicle_release_common_cflags  += -O3 -fno-strict-aliasing
PhysXVehicle_release_common_cflags  += -ffunction-sections -funwind-tables -fstack-protector
PhysXVehicle_release_common_cflags  += -fomit-frame-pointer -funswitch-loops -finline-limit=300
PhysXVehicle_release_cflags	:= $(PhysXVehicle_release_common_cflags)
PhysXVehicle_release_cflags  += -std=c99
PhysXVehicle_release_cppflags	:= $(PhysXVehicle_release_common_cflags)
PhysXVehicle_release_cppflags  += -fno-rtti
PhysXVehicle_release_cppflags  += -Wno-invalid-offsetof
PhysXVehicle_release_lflags    := $(PhysXVehicle_custom_lflags)
PhysXVehicle_release_lflags    += $(addprefix -L, $(PhysXVehicle_release_lpaths))
PhysXVehicle_release_lflags    += -Wl,--start-group $(addprefix -l, $(PhysXVehicle_release_libraries)) -Wl,--end-group
PhysXVehicle_release_lflags  += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
PhysXVehicle_release_objsdir  = $(OBJS_DIR)/PhysXVehicle_release
PhysXVehicle_release_cpp_o    = $(addprefix $(PhysXVehicle_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles)))))
PhysXVehicle_release_cc_o    = $(addprefix $(PhysXVehicle_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles)))))
PhysXVehicle_release_c_o      = $(addprefix $(PhysXVehicle_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXVehicle_cfiles)))))
PhysXVehicle_release_obj      = $(PhysXVehicle_release_cpp_o) $(PhysXVehicle_release_cc_o) $(PhysXVehicle_release_c_o)
PhysXVehicle_release_bin      := ./../../../Lib/android16/libPhysX3Vehicle.a

clean_PhysXVehicle_release: 
	@$(ECHO) clean PhysXVehicle release
	@$(RMDIR) $(PhysXVehicle_release_objsdir)
	@$(RMDIR) $(PhysXVehicle_release_bin)
	@$(RMDIR) $(DEPSDIR)/PhysXVehicle/release

build_PhysXVehicle_release: postbuild_PhysXVehicle_release
postbuild_PhysXVehicle_release: mainbuild_PhysXVehicle_release
mainbuild_PhysXVehicle_release: prebuild_PhysXVehicle_release $(PhysXVehicle_release_bin)
prebuild_PhysXVehicle_release:

$(PhysXVehicle_release_bin): $(PhysXVehicle_release_obj) 
	mkdir -p `dirname ./../../../Lib/android16/libPhysX3Vehicle.a`
	@$(AR) rcs $(PhysXVehicle_release_bin) $(PhysXVehicle_release_obj)
	$(ECHO) building $@ complete!

PhysXVehicle_release_DEPDIR = $(dir $(@))/$(*F)
$(PhysXVehicle_release_cpp_o): $(PhysXVehicle_release_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PhysXVehicle_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cppfiles))))))
	cp $(PhysXVehicle_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \
	  rm -f $(PhysXVehicle_release_DEPDIR).d

$(PhysXVehicle_release_cc_o): $(PhysXVehicle_release_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PhysXVehicle_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_ccfiles))))))
	cp $(PhysXVehicle_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).release.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).release.P; \
	  rm -f $(PhysXVehicle_release_DEPDIR).d

$(PhysXVehicle_release_c_o): $(PhysXVehicle_release_objsdir)/%.o:
	$(ECHO) PhysXVehicle: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(PhysXVehicle_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cfiles))))))
	cp $(PhysXVehicle_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \
	  rm -f $(PhysXVehicle_release_DEPDIR).d

clean_PhysXVehicle:  clean_PhysXVehicle_debug clean_PhysXVehicle_checked clean_PhysXVehicle_profile clean_PhysXVehicle_release
	rm -rf $(DEPSDIR)

export VERBOSE
ifndef VERBOSE
.SILENT:
endif