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
|
# Makefile generated by XPJ for LINUX32
-include Makefile.custom
ProjectName = PhysXCharacterKinematic
PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctBoxController.cpp
PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctCapsuleController.cpp
PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctCharacterController.cpp
PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp
PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp
PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctController.cpp
PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctObstacleContext.cpp
PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctSweptBox.cpp
PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp
PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctSweptVolume.cpp
PhysXCharacterKinematic_cpp_debug_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCharacterKinematic_cppfiles)))))
PhysXCharacterKinematic_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PhysXCharacterKinematic_ccfiles)))))
PhysXCharacterKinematic_c_debug_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCharacterKinematic_cfiles)))))
PhysXCharacterKinematic_debug_dep = $(PhysXCharacterKinematic_cpp_debug_dep) $(PhysXCharacterKinematic_cc_debug_dep) $(PhysXCharacterKinematic_c_debug_dep)
-include $(PhysXCharacterKinematic_debug_dep)
PhysXCharacterKinematic_cpp_checked_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCharacterKinematic_cppfiles)))))
PhysXCharacterKinematic_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PhysXCharacterKinematic_ccfiles)))))
PhysXCharacterKinematic_c_checked_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCharacterKinematic_cfiles)))))
PhysXCharacterKinematic_checked_dep = $(PhysXCharacterKinematic_cpp_checked_dep) $(PhysXCharacterKinematic_cc_checked_dep) $(PhysXCharacterKinematic_c_checked_dep)
-include $(PhysXCharacterKinematic_checked_dep)
PhysXCharacterKinematic_cpp_profile_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCharacterKinematic_cppfiles)))))
PhysXCharacterKinematic_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PhysXCharacterKinematic_ccfiles)))))
PhysXCharacterKinematic_c_profile_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCharacterKinematic_cfiles)))))
PhysXCharacterKinematic_profile_dep = $(PhysXCharacterKinematic_cpp_profile_dep) $(PhysXCharacterKinematic_cc_profile_dep) $(PhysXCharacterKinematic_c_profile_dep)
-include $(PhysXCharacterKinematic_profile_dep)
PhysXCharacterKinematic_cpp_release_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCharacterKinematic_cppfiles)))))
PhysXCharacterKinematic_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PhysXCharacterKinematic_ccfiles)))))
PhysXCharacterKinematic_c_release_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCharacterKinematic_cfiles)))))
PhysXCharacterKinematic_release_dep = $(PhysXCharacterKinematic_cpp_release_dep) $(PhysXCharacterKinematic_cc_release_dep) $(PhysXCharacterKinematic_c_release_dep)
-include $(PhysXCharacterKinematic_release_dep)
PhysXCharacterKinematic_debug_hpaths :=
PhysXCharacterKinematic_debug_hpaths += ./../../Common/include
PhysXCharacterKinematic_debug_hpaths += ./../../../../PxShared/include
PhysXCharacterKinematic_debug_hpaths += ./../../../../PxShared/src/foundation/include
PhysXCharacterKinematic_debug_hpaths += ./../../../../PxShared/src/fastxml/include
PhysXCharacterKinematic_debug_hpaths += ./../../../../PxShared/src/pvd/include
PhysXCharacterKinematic_debug_hpaths += ./../../../Include/characterkinematic
PhysXCharacterKinematic_debug_hpaths += ./../../../Include/common
PhysXCharacterKinematic_debug_hpaths += ./../../../Include/geometry
PhysXCharacterKinematic_debug_hpaths += ./../../../Include/extensions
PhysXCharacterKinematic_debug_hpaths += ./../../../Include
PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/headers
PhysXCharacterKinematic_debug_hpaths += ./../../Common/src
PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/contact
PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/common
PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/convex
PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/distance
PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/gjk
PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/intersection
PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/mesh
PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/hf
PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/pcm
PhysXCharacterKinematic_debug_lpaths :=
PhysXCharacterKinematic_debug_lpaths += ./../../../Bin/linux32
PhysXCharacterKinematic_debug_lpaths += ./../../../Lib/linux32
PhysXCharacterKinematic_debug_lpaths += ./../../../../PxShared/bin/linux32
PhysXCharacterKinematic_debug_defines := $(PhysXCharacterKinematic_custom_defines)
PhysXCharacterKinematic_debug_defines += PX_PHYSX_CHARACTER_EXPORTS
PhysXCharacterKinematic_debug_defines += PX_PHYSX_CORE_EXPORTS
PhysXCharacterKinematic_debug_defines += PX_FOUNDATION_DLL=1
PhysXCharacterKinematic_debug_defines += _DEBUG
PhysXCharacterKinematic_debug_defines += PX_DEBUG=1
PhysXCharacterKinematic_debug_defines += PX_CHECKED=1
PhysXCharacterKinematic_debug_defines += PX_SUPPORT_PVD=1
PhysXCharacterKinematic_debug_libraries :=
PhysXCharacterKinematic_debug_libraries += PhysX3CommonDEBUG_x86
PhysXCharacterKinematic_debug_libraries += PhysX3ExtensionsDEBUG
PhysXCharacterKinematic_debug_libraries += PxFoundationDEBUG_x86
PhysXCharacterKinematic_debug_common_cflags := $(PhysXCharacterKinematic_custom_cflags)
PhysXCharacterKinematic_debug_common_cflags += -MMD
PhysXCharacterKinematic_debug_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_debug_defines))
PhysXCharacterKinematic_debug_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_debug_hpaths))
PhysXCharacterKinematic_debug_common_cflags += -m32
PhysXCharacterKinematic_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXCharacterKinematic_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PhysXCharacterKinematic_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXCharacterKinematic_debug_common_cflags += -Wno-missing-field-initializers
PhysXCharacterKinematic_debug_common_cflags += -g3 -gdwarf-2
PhysXCharacterKinematic_debug_cflags := $(PhysXCharacterKinematic_debug_common_cflags)
PhysXCharacterKinematic_debug_cppflags := $(PhysXCharacterKinematic_debug_common_cflags)
PhysXCharacterKinematic_debug_lflags := $(PhysXCharacterKinematic_custom_lflags)
PhysXCharacterKinematic_debug_lflags += $(addprefix -L, $(PhysXCharacterKinematic_debug_lpaths))
PhysXCharacterKinematic_debug_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCharacterKinematic_debug_libraries)) -Wl,--end-group
PhysXCharacterKinematic_debug_lflags += -lrt
PhysXCharacterKinematic_debug_lflags += -m32
PhysXCharacterKinematic_debug_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_debug
PhysXCharacterKinematic_debug_cpp_o = $(addprefix $(PhysXCharacterKinematic_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles)))))
PhysXCharacterKinematic_debug_cc_o = $(addprefix $(PhysXCharacterKinematic_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles)))))
PhysXCharacterKinematic_debug_c_o = $(addprefix $(PhysXCharacterKinematic_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCharacterKinematic_cfiles)))))
PhysXCharacterKinematic_debug_obj = $(PhysXCharacterKinematic_debug_cpp_o) $(PhysXCharacterKinematic_debug_cc_o) $(PhysXCharacterKinematic_debug_c_o)
PhysXCharacterKinematic_debug_bin := ./../../../Bin/linux32/libPhysX3CharacterKinematicDEBUG_x86.so
clean_PhysXCharacterKinematic_debug:
@$(ECHO) clean PhysXCharacterKinematic debug
@$(RMDIR) $(PhysXCharacterKinematic_debug_objsdir)
@$(RMDIR) $(PhysXCharacterKinematic_debug_bin)
@$(RMDIR) $(DEPSDIR)/PhysXCharacterKinematic/debug
build_PhysXCharacterKinematic_debug: postbuild_PhysXCharacterKinematic_debug
postbuild_PhysXCharacterKinematic_debug: mainbuild_PhysXCharacterKinematic_debug
mainbuild_PhysXCharacterKinematic_debug: prebuild_PhysXCharacterKinematic_debug $(PhysXCharacterKinematic_debug_bin)
prebuild_PhysXCharacterKinematic_debug:
$(PhysXCharacterKinematic_debug_bin): $(PhysXCharacterKinematic_debug_obj) build_PhysXCommon_debug build_PhysXExtensions_debug build_PxFoundation_debug
mkdir -p `dirname ./../../../Bin/linux32/libPhysX3CharacterKinematicDEBUG_x86.so`
$(CXX) -shared $(PhysXCharacterKinematic_debug_obj) $(PhysXCharacterKinematic_debug_lflags) -lc -o $@
$(ECHO) building $@ complete!
PhysXCharacterKinematic_debug_DEPDIR = $(dir $(@))/$(*F)
$(PhysXCharacterKinematic_debug_cpp_o): $(PhysXCharacterKinematic_debug_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCharacterKinematic_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))))
cp $(PhysXCharacterKinematic_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \
rm -f $(PhysXCharacterKinematic_debug_DEPDIR).d
$(PhysXCharacterKinematic_debug_cc_o): $(PhysXCharacterKinematic_debug_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCharacterKinematic_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))))
cp $(PhysXCharacterKinematic_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).debug.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).debug.P; \
rm -f $(PhysXCharacterKinematic_debug_DEPDIR).d
$(PhysXCharacterKinematic_debug_c_o): $(PhysXCharacterKinematic_debug_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysXCharacterKinematic_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))))
cp $(PhysXCharacterKinematic_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \
rm -f $(PhysXCharacterKinematic_debug_DEPDIR).d
PhysXCharacterKinematic_checked_hpaths :=
PhysXCharacterKinematic_checked_hpaths += ./../../Common/include
PhysXCharacterKinematic_checked_hpaths += ./../../../../PxShared/include
PhysXCharacterKinematic_checked_hpaths += ./../../../../PxShared/src/foundation/include
PhysXCharacterKinematic_checked_hpaths += ./../../../../PxShared/src/fastxml/include
PhysXCharacterKinematic_checked_hpaths += ./../../../../PxShared/src/pvd/include
PhysXCharacterKinematic_checked_hpaths += ./../../../Include/characterkinematic
PhysXCharacterKinematic_checked_hpaths += ./../../../Include/common
PhysXCharacterKinematic_checked_hpaths += ./../../../Include/geometry
PhysXCharacterKinematic_checked_hpaths += ./../../../Include/extensions
PhysXCharacterKinematic_checked_hpaths += ./../../../Include
PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/headers
PhysXCharacterKinematic_checked_hpaths += ./../../Common/src
PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/contact
PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/common
PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/convex
PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/distance
PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/gjk
PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/intersection
PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/mesh
PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/hf
PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/pcm
PhysXCharacterKinematic_checked_lpaths :=
PhysXCharacterKinematic_checked_lpaths += ./../../../Bin/linux32
PhysXCharacterKinematic_checked_lpaths += ./../../../Lib/linux32
PhysXCharacterKinematic_checked_lpaths += ./../../../../PxShared/bin/linux32
PhysXCharacterKinematic_checked_defines := $(PhysXCharacterKinematic_custom_defines)
PhysXCharacterKinematic_checked_defines += PX_PHYSX_CHARACTER_EXPORTS
PhysXCharacterKinematic_checked_defines += PX_PHYSX_CORE_EXPORTS
PhysXCharacterKinematic_checked_defines += PX_FOUNDATION_DLL=1
PhysXCharacterKinematic_checked_defines += NDEBUG
PhysXCharacterKinematic_checked_defines += PX_CHECKED=1
PhysXCharacterKinematic_checked_defines += PX_SUPPORT_PVD=1
PhysXCharacterKinematic_checked_libraries :=
PhysXCharacterKinematic_checked_libraries += PhysX3CommonCHECKED_x86
PhysXCharacterKinematic_checked_libraries += PhysX3ExtensionsCHECKED
PhysXCharacterKinematic_checked_libraries += PxFoundationCHECKED_x86
PhysXCharacterKinematic_checked_common_cflags := $(PhysXCharacterKinematic_custom_cflags)
PhysXCharacterKinematic_checked_common_cflags += -MMD
PhysXCharacterKinematic_checked_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_checked_defines))
PhysXCharacterKinematic_checked_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_checked_hpaths))
PhysXCharacterKinematic_checked_common_cflags += -m32
PhysXCharacterKinematic_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXCharacterKinematic_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PhysXCharacterKinematic_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXCharacterKinematic_checked_common_cflags += -Wno-missing-field-initializers
PhysXCharacterKinematic_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PhysXCharacterKinematic_checked_cflags := $(PhysXCharacterKinematic_checked_common_cflags)
PhysXCharacterKinematic_checked_cppflags := $(PhysXCharacterKinematic_checked_common_cflags)
PhysXCharacterKinematic_checked_lflags := $(PhysXCharacterKinematic_custom_lflags)
PhysXCharacterKinematic_checked_lflags += $(addprefix -L, $(PhysXCharacterKinematic_checked_lpaths))
PhysXCharacterKinematic_checked_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCharacterKinematic_checked_libraries)) -Wl,--end-group
PhysXCharacterKinematic_checked_lflags += -lrt
PhysXCharacterKinematic_checked_lflags += -m32
PhysXCharacterKinematic_checked_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_checked
PhysXCharacterKinematic_checked_cpp_o = $(addprefix $(PhysXCharacterKinematic_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles)))))
PhysXCharacterKinematic_checked_cc_o = $(addprefix $(PhysXCharacterKinematic_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles)))))
PhysXCharacterKinematic_checked_c_o = $(addprefix $(PhysXCharacterKinematic_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCharacterKinematic_cfiles)))))
PhysXCharacterKinematic_checked_obj = $(PhysXCharacterKinematic_checked_cpp_o) $(PhysXCharacterKinematic_checked_cc_o) $(PhysXCharacterKinematic_checked_c_o)
PhysXCharacterKinematic_checked_bin := ./../../../Bin/linux32/libPhysX3CharacterKinematicCHECKED_x86.so
clean_PhysXCharacterKinematic_checked:
@$(ECHO) clean PhysXCharacterKinematic checked
@$(RMDIR) $(PhysXCharacterKinematic_checked_objsdir)
@$(RMDIR) $(PhysXCharacterKinematic_checked_bin)
@$(RMDIR) $(DEPSDIR)/PhysXCharacterKinematic/checked
build_PhysXCharacterKinematic_checked: postbuild_PhysXCharacterKinematic_checked
postbuild_PhysXCharacterKinematic_checked: mainbuild_PhysXCharacterKinematic_checked
mainbuild_PhysXCharacterKinematic_checked: prebuild_PhysXCharacterKinematic_checked $(PhysXCharacterKinematic_checked_bin)
prebuild_PhysXCharacterKinematic_checked:
$(PhysXCharacterKinematic_checked_bin): $(PhysXCharacterKinematic_checked_obj) build_PhysXCommon_checked build_PhysXExtensions_checked build_PxFoundation_checked
mkdir -p `dirname ./../../../Bin/linux32/libPhysX3CharacterKinematicCHECKED_x86.so`
$(CXX) -shared $(PhysXCharacterKinematic_checked_obj) $(PhysXCharacterKinematic_checked_lflags) -lc -o $@
$(ECHO) building $@ complete!
PhysXCharacterKinematic_checked_DEPDIR = $(dir $(@))/$(*F)
$(PhysXCharacterKinematic_checked_cpp_o): $(PhysXCharacterKinematic_checked_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCharacterKinematic_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))))
cp $(PhysXCharacterKinematic_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \
rm -f $(PhysXCharacterKinematic_checked_DEPDIR).d
$(PhysXCharacterKinematic_checked_cc_o): $(PhysXCharacterKinematic_checked_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCharacterKinematic_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))))
cp $(PhysXCharacterKinematic_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).checked.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).checked.P; \
rm -f $(PhysXCharacterKinematic_checked_DEPDIR).d
$(PhysXCharacterKinematic_checked_c_o): $(PhysXCharacterKinematic_checked_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysXCharacterKinematic_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))))
cp $(PhysXCharacterKinematic_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \
rm -f $(PhysXCharacterKinematic_checked_DEPDIR).d
PhysXCharacterKinematic_profile_hpaths :=
PhysXCharacterKinematic_profile_hpaths += ./../../Common/include
PhysXCharacterKinematic_profile_hpaths += ./../../../../PxShared/include
PhysXCharacterKinematic_profile_hpaths += ./../../../../PxShared/src/foundation/include
PhysXCharacterKinematic_profile_hpaths += ./../../../../PxShared/src/fastxml/include
PhysXCharacterKinematic_profile_hpaths += ./../../../../PxShared/src/pvd/include
PhysXCharacterKinematic_profile_hpaths += ./../../../Include/characterkinematic
PhysXCharacterKinematic_profile_hpaths += ./../../../Include/common
PhysXCharacterKinematic_profile_hpaths += ./../../../Include/geometry
PhysXCharacterKinematic_profile_hpaths += ./../../../Include/extensions
PhysXCharacterKinematic_profile_hpaths += ./../../../Include
PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/headers
PhysXCharacterKinematic_profile_hpaths += ./../../Common/src
PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/contact
PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/common
PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/convex
PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/distance
PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/gjk
PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/intersection
PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/mesh
PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/hf
PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/pcm
PhysXCharacterKinematic_profile_lpaths :=
PhysXCharacterKinematic_profile_lpaths += ./../../../Bin/linux32
PhysXCharacterKinematic_profile_lpaths += ./../../../Lib/linux32
PhysXCharacterKinematic_profile_lpaths += ./../../../../PxShared/bin/linux32
PhysXCharacterKinematic_profile_defines := $(PhysXCharacterKinematic_custom_defines)
PhysXCharacterKinematic_profile_defines += PX_PHYSX_CHARACTER_EXPORTS
PhysXCharacterKinematic_profile_defines += PX_PHYSX_CORE_EXPORTS
PhysXCharacterKinematic_profile_defines += PX_FOUNDATION_DLL=1
PhysXCharacterKinematic_profile_defines += NDEBUG
PhysXCharacterKinematic_profile_defines += PX_PROFILE=1
PhysXCharacterKinematic_profile_defines += PX_SUPPORT_PVD=1
PhysXCharacterKinematic_profile_libraries :=
PhysXCharacterKinematic_profile_libraries += PhysX3CommonPROFILE_x86
PhysXCharacterKinematic_profile_libraries += PhysX3ExtensionsPROFILE
PhysXCharacterKinematic_profile_libraries += PxFoundationPROFILE_x86
PhysXCharacterKinematic_profile_common_cflags := $(PhysXCharacterKinematic_custom_cflags)
PhysXCharacterKinematic_profile_common_cflags += -MMD
PhysXCharacterKinematic_profile_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_profile_defines))
PhysXCharacterKinematic_profile_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_profile_hpaths))
PhysXCharacterKinematic_profile_common_cflags += -m32
PhysXCharacterKinematic_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXCharacterKinematic_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PhysXCharacterKinematic_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXCharacterKinematic_profile_common_cflags += -Wno-missing-field-initializers
PhysXCharacterKinematic_profile_common_cflags += -O3 -fno-strict-aliasing
PhysXCharacterKinematic_profile_cflags := $(PhysXCharacterKinematic_profile_common_cflags)
PhysXCharacterKinematic_profile_cppflags := $(PhysXCharacterKinematic_profile_common_cflags)
PhysXCharacterKinematic_profile_lflags := $(PhysXCharacterKinematic_custom_lflags)
PhysXCharacterKinematic_profile_lflags += $(addprefix -L, $(PhysXCharacterKinematic_profile_lpaths))
PhysXCharacterKinematic_profile_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCharacterKinematic_profile_libraries)) -Wl,--end-group
PhysXCharacterKinematic_profile_lflags += -lrt
PhysXCharacterKinematic_profile_lflags += -m32
PhysXCharacterKinematic_profile_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_profile
PhysXCharacterKinematic_profile_cpp_o = $(addprefix $(PhysXCharacterKinematic_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles)))))
PhysXCharacterKinematic_profile_cc_o = $(addprefix $(PhysXCharacterKinematic_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles)))))
PhysXCharacterKinematic_profile_c_o = $(addprefix $(PhysXCharacterKinematic_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCharacterKinematic_cfiles)))))
PhysXCharacterKinematic_profile_obj = $(PhysXCharacterKinematic_profile_cpp_o) $(PhysXCharacterKinematic_profile_cc_o) $(PhysXCharacterKinematic_profile_c_o)
PhysXCharacterKinematic_profile_bin := ./../../../Bin/linux32/libPhysX3CharacterKinematicPROFILE_x86.so
clean_PhysXCharacterKinematic_profile:
@$(ECHO) clean PhysXCharacterKinematic profile
@$(RMDIR) $(PhysXCharacterKinematic_profile_objsdir)
@$(RMDIR) $(PhysXCharacterKinematic_profile_bin)
@$(RMDIR) $(DEPSDIR)/PhysXCharacterKinematic/profile
build_PhysXCharacterKinematic_profile: postbuild_PhysXCharacterKinematic_profile
postbuild_PhysXCharacterKinematic_profile: mainbuild_PhysXCharacterKinematic_profile
mainbuild_PhysXCharacterKinematic_profile: prebuild_PhysXCharacterKinematic_profile $(PhysXCharacterKinematic_profile_bin)
prebuild_PhysXCharacterKinematic_profile:
$(PhysXCharacterKinematic_profile_bin): $(PhysXCharacterKinematic_profile_obj) build_PhysXCommon_profile build_PhysXExtensions_profile build_PxFoundation_profile
mkdir -p `dirname ./../../../Bin/linux32/libPhysX3CharacterKinematicPROFILE_x86.so`
$(CXX) -shared $(PhysXCharacterKinematic_profile_obj) $(PhysXCharacterKinematic_profile_lflags) -lc -o $@
$(ECHO) building $@ complete!
PhysXCharacterKinematic_profile_DEPDIR = $(dir $(@))/$(*F)
$(PhysXCharacterKinematic_profile_cpp_o): $(PhysXCharacterKinematic_profile_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCharacterKinematic_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))))
cp $(PhysXCharacterKinematic_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \
rm -f $(PhysXCharacterKinematic_profile_DEPDIR).d
$(PhysXCharacterKinematic_profile_cc_o): $(PhysXCharacterKinematic_profile_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCharacterKinematic_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))))
cp $(PhysXCharacterKinematic_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).profile.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).profile.P; \
rm -f $(PhysXCharacterKinematic_profile_DEPDIR).d
$(PhysXCharacterKinematic_profile_c_o): $(PhysXCharacterKinematic_profile_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysXCharacterKinematic_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))))
cp $(PhysXCharacterKinematic_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \
rm -f $(PhysXCharacterKinematic_profile_DEPDIR).d
PhysXCharacterKinematic_release_hpaths :=
PhysXCharacterKinematic_release_hpaths += ./../../Common/include
PhysXCharacterKinematic_release_hpaths += ./../../../../PxShared/include
PhysXCharacterKinematic_release_hpaths += ./../../../../PxShared/src/foundation/include
PhysXCharacterKinematic_release_hpaths += ./../../../../PxShared/src/fastxml/include
PhysXCharacterKinematic_release_hpaths += ./../../../../PxShared/src/pvd/include
PhysXCharacterKinematic_release_hpaths += ./../../../Include/characterkinematic
PhysXCharacterKinematic_release_hpaths += ./../../../Include/common
PhysXCharacterKinematic_release_hpaths += ./../../../Include/geometry
PhysXCharacterKinematic_release_hpaths += ./../../../Include/extensions
PhysXCharacterKinematic_release_hpaths += ./../../../Include
PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/headers
PhysXCharacterKinematic_release_hpaths += ./../../Common/src
PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/contact
PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/common
PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/convex
PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/distance
PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/gjk
PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/intersection
PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/mesh
PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/hf
PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/pcm
PhysXCharacterKinematic_release_lpaths :=
PhysXCharacterKinematic_release_lpaths += ./../../../Bin/linux32
PhysXCharacterKinematic_release_lpaths += ./../../../Lib/linux32
PhysXCharacterKinematic_release_lpaths += ./../../../../PxShared/bin/linux32
PhysXCharacterKinematic_release_defines := $(PhysXCharacterKinematic_custom_defines)
PhysXCharacterKinematic_release_defines += PX_PHYSX_CHARACTER_EXPORTS
PhysXCharacterKinematic_release_defines += PX_PHYSX_CORE_EXPORTS
PhysXCharacterKinematic_release_defines += PX_FOUNDATION_DLL=1
PhysXCharacterKinematic_release_defines += NDEBUG
PhysXCharacterKinematic_release_defines += PX_SUPPORT_PVD=0
PhysXCharacterKinematic_release_libraries :=
PhysXCharacterKinematic_release_libraries += PhysX3Common_x86
PhysXCharacterKinematic_release_libraries += PhysX3Extensions
PhysXCharacterKinematic_release_libraries += PxFoundation_x86
PhysXCharacterKinematic_release_common_cflags := $(PhysXCharacterKinematic_custom_cflags)
PhysXCharacterKinematic_release_common_cflags += -MMD
PhysXCharacterKinematic_release_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_release_defines))
PhysXCharacterKinematic_release_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_release_hpaths))
PhysXCharacterKinematic_release_common_cflags += -m32
PhysXCharacterKinematic_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PhysXCharacterKinematic_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PhysXCharacterKinematic_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PhysXCharacterKinematic_release_common_cflags += -Wno-missing-field-initializers
PhysXCharacterKinematic_release_common_cflags += -O3 -fno-strict-aliasing
PhysXCharacterKinematic_release_cflags := $(PhysXCharacterKinematic_release_common_cflags)
PhysXCharacterKinematic_release_cppflags := $(PhysXCharacterKinematic_release_common_cflags)
PhysXCharacterKinematic_release_lflags := $(PhysXCharacterKinematic_custom_lflags)
PhysXCharacterKinematic_release_lflags += $(addprefix -L, $(PhysXCharacterKinematic_release_lpaths))
PhysXCharacterKinematic_release_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCharacterKinematic_release_libraries)) -Wl,--end-group
PhysXCharacterKinematic_release_lflags += -lrt
PhysXCharacterKinematic_release_lflags += -m32
PhysXCharacterKinematic_release_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_release
PhysXCharacterKinematic_release_cpp_o = $(addprefix $(PhysXCharacterKinematic_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles)))))
PhysXCharacterKinematic_release_cc_o = $(addprefix $(PhysXCharacterKinematic_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles)))))
PhysXCharacterKinematic_release_c_o = $(addprefix $(PhysXCharacterKinematic_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCharacterKinematic_cfiles)))))
PhysXCharacterKinematic_release_obj = $(PhysXCharacterKinematic_release_cpp_o) $(PhysXCharacterKinematic_release_cc_o) $(PhysXCharacterKinematic_release_c_o)
PhysXCharacterKinematic_release_bin := ./../../../Bin/linux32/libPhysX3CharacterKinematic_x86.so
clean_PhysXCharacterKinematic_release:
@$(ECHO) clean PhysXCharacterKinematic release
@$(RMDIR) $(PhysXCharacterKinematic_release_objsdir)
@$(RMDIR) $(PhysXCharacterKinematic_release_bin)
@$(RMDIR) $(DEPSDIR)/PhysXCharacterKinematic/release
build_PhysXCharacterKinematic_release: postbuild_PhysXCharacterKinematic_release
postbuild_PhysXCharacterKinematic_release: mainbuild_PhysXCharacterKinematic_release
mainbuild_PhysXCharacterKinematic_release: prebuild_PhysXCharacterKinematic_release $(PhysXCharacterKinematic_release_bin)
prebuild_PhysXCharacterKinematic_release:
$(PhysXCharacterKinematic_release_bin): $(PhysXCharacterKinematic_release_obj) build_PhysXCommon_release build_PhysXExtensions_release build_PxFoundation_release
mkdir -p `dirname ./../../../Bin/linux32/libPhysX3CharacterKinematic_x86.so`
$(CXX) -shared $(PhysXCharacterKinematic_release_obj) $(PhysXCharacterKinematic_release_lflags) -lc -o $@
$(ECHO) building $@ complete!
PhysXCharacterKinematic_release_DEPDIR = $(dir $(@))/$(*F)
$(PhysXCharacterKinematic_release_cpp_o): $(PhysXCharacterKinematic_release_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCharacterKinematic_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))))
cp $(PhysXCharacterKinematic_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \
rm -f $(PhysXCharacterKinematic_release_DEPDIR).d
$(PhysXCharacterKinematic_release_cc_o): $(PhysXCharacterKinematic_release_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(PhysXCharacterKinematic_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))))
cp $(PhysXCharacterKinematic_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).release.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).release.P; \
rm -f $(PhysXCharacterKinematic_release_DEPDIR).d
$(PhysXCharacterKinematic_release_c_o): $(PhysXCharacterKinematic_release_objsdir)/%.o:
$(ECHO) PhysXCharacterKinematic: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(PhysXCharacterKinematic_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))))
cp $(PhysXCharacterKinematic_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \
rm -f $(PhysXCharacterKinematic_release_DEPDIR).d
clean_PhysXCharacterKinematic: clean_PhysXCharacterKinematic_debug clean_PhysXCharacterKinematic_checked clean_PhysXCharacterKinematic_profile clean_PhysXCharacterKinematic_release
rm -rf $(DEPSDIR)
export VERBOSE
ifndef VERBOSE
.SILENT:
endif
|