aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/compiler/linux32/Makefile.ApexCommon.mk
blob: e1f21bc76f70d4218c1340e80c8c2868e0afb981 (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
531
532
533
534
535
536
537
538
539
# Makefile generated by XPJ for linux32
-include Makefile.custom
ProjectName = ApexCommon
ApexCommon_cppfiles   += ./../../common/src/ApexActor.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexAssetAuthoring.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexAssetTracker.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexCollision.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexContext.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexCudaProfile.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexCudaTest.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexGeneralizedCubeTemplates.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexGeneralizedMarchingCubes.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexIsoMesh.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexMeshContractor.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexMeshHash.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexPreview.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexPvdClient.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexQuadricSimplifier.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexRWLockable.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexResource.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexSDKCachedDataImpl.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexSDKHelpers.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexShape.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexSharedUtils.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexSubdivider.cpp
ApexCommon_cppfiles   += ./../../common/src/ApexTetrahedralizer.cpp
ApexCommon_cppfiles   += ./../../common/src/CurveImpl.cpp
ApexCommon_cppfiles   += ./../../common/src/ModuleBase.cpp
ApexCommon_cppfiles   += ./../../common/src/ModuleUpdateLoader.cpp
ApexCommon_cppfiles   += ./../../common/src/PVDParameterizedHandler.cpp
ApexCommon_cppfiles   += ./../../common/src/ReadCheck.cpp
ApexCommon_cppfiles   += ./../../common/src/Spline.cpp
ApexCommon_cppfiles   += ./../../common/src/WriteCheck.cpp
ApexCommon_cppfiles   += ./../../common/src/variable_oscillator.cpp
ApexCommon_cppfiles   += ./../../common/src/autogen/ConvexHullParameters.cpp
ApexCommon_cppfiles   += ./../../common/src/autogen/DebugColorParams.cpp
ApexCommon_cppfiles   += ./../../common/src/autogen/DebugRenderParams.cpp

ApexCommon_cpp_debug_dep    = $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexCommon_cppfiles)))))
ApexCommon_cc_debug_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(ApexCommon_ccfiles)))))
ApexCommon_c_debug_dep      = $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexCommon_cfiles)))))
ApexCommon_debug_dep      = $(ApexCommon_cpp_debug_dep) $(ApexCommon_cc_debug_dep) $(ApexCommon_c_debug_dep)
-include $(ApexCommon_debug_dep)
ApexCommon_cpp_release_dep    = $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexCommon_cppfiles)))))
ApexCommon_cc_release_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(ApexCommon_ccfiles)))))
ApexCommon_c_release_dep      = $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexCommon_cfiles)))))
ApexCommon_release_dep      = $(ApexCommon_cpp_release_dep) $(ApexCommon_cc_release_dep) $(ApexCommon_c_release_dep)
-include $(ApexCommon_release_dep)
ApexCommon_cpp_profile_dep    = $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexCommon_cppfiles)))))
ApexCommon_cc_profile_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(ApexCommon_ccfiles)))))
ApexCommon_c_profile_dep      = $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexCommon_cfiles)))))
ApexCommon_profile_dep      = $(ApexCommon_cpp_profile_dep) $(ApexCommon_cc_profile_dep) $(ApexCommon_c_profile_dep)
-include $(ApexCommon_profile_dep)
ApexCommon_cpp_checked_dep    = $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexCommon_cppfiles)))))
ApexCommon_cc_checked_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(ApexCommon_ccfiles)))))
ApexCommon_c_checked_dep      = $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexCommon_cfiles)))))
ApexCommon_checked_dep      = $(ApexCommon_cpp_checked_dep) $(ApexCommon_cc_checked_dep) $(ApexCommon_c_checked_dep)
-include $(ApexCommon_checked_dep)
ApexCommon_debug_hpaths    := 
ApexCommon_debug_hpaths    += ./../../../PxShared/include
ApexCommon_debug_hpaths    += ./../../../PxShared/include/filebuf
ApexCommon_debug_hpaths    += ./../../../PxShared/include/foundation
ApexCommon_debug_hpaths    += ./../../../PxShared/include/task
ApexCommon_debug_hpaths    += ./../../../PxShared/include/cudamanager
ApexCommon_debug_hpaths    += ./../../../PxShared/include/pvd
ApexCommon_debug_hpaths    += ./../../../PxShared/src/foundation/include
ApexCommon_debug_hpaths    += ./../../../PxShared/src/filebuf/include
ApexCommon_debug_hpaths    += ./../../../PxShared/src/fastxml/include
ApexCommon_debug_hpaths    += ./../../../PxShared/src/pvd/include
ApexCommon_debug_hpaths    += ./../../shared/general/shared
ApexCommon_debug_hpaths    += ./../../public
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include/common
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include/cooking
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include/extensions
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include/geometry
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include/gpu
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include/deformable
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include/particles
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include/characterkinematic
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include/characterdynamic
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Include/vehicle
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Source/GeomUtils/headers
ApexCommon_debug_hpaths    += ./../../../PhysX_3.4/Source/PhysXGpu/include
ApexCommon_debug_hpaths    += ./../../shared/general/RenderDebug/public
ApexCommon_debug_hpaths    += ./../../shared/general/shared/inparser/include
ApexCommon_debug_hpaths    += ./../../common/include
ApexCommon_debug_hpaths    += ./../../common/include/autogen
ApexCommon_debug_hpaths    += ./../../common/include/linux
ApexCommon_debug_hpaths    += ./../../shared/internal/include
ApexCommon_debug_hpaths    += ./../../module/common/include
ApexCommon_debug_hpaths    += ./../../NvParameterized/include
ApexCommon_debug_hpaths    += ./../../include
ApexCommon_debug_hpaths    += ./../../include/PhysX3
ApexCommon_debug_hpaths    += ./../../framework/include
ApexCommon_debug_hpaths    += ./../../framework/include/autogen
ApexCommon_debug_hpaths    += ./../../include
ApexCommon_debug_hpaths    += ./../../include/PhysX3
ApexCommon_debug_lpaths    := 
ApexCommon_debug_lpaths    += ./../../../PxShared/lib/makelinux32
ApexCommon_debug_lpaths    += ./../../../PhysX_3.4/Lib/makelinux32
ApexCommon_debug_defines   := $(ApexCommon_custom_defines)
ApexCommon_debug_defines   += PX_PHYSX_STATIC_LIB
ApexCommon_debug_defines   += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
ApexCommon_debug_defines   += ENABLE_TEST=0
ApexCommon_debug_defines   += _DEBUG
ApexCommon_debug_defines   += PX_DEBUG
ApexCommon_debug_defines   += PX_CHECKED
ApexCommon_debug_libraries := 
ApexCommon_debug_common_cflags	:= $(ApexCommon_custom_cflags)
ApexCommon_debug_common_cflags    += -MMD
ApexCommon_debug_common_cflags    += $(addprefix -D, $(ApexCommon_debug_defines))
ApexCommon_debug_common_cflags    += $(addprefix -I, $(ApexCommon_debug_hpaths))
ApexCommon_debug_common_cflags  += -m32
ApexCommon_debug_common_cflags  += -m32 -msse2 -mfpmath=sse -malign-double -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
ApexCommon_debug_common_cflags  += -g3 -gdwarf-2
ApexCommon_debug_cflags	:= $(ApexCommon_debug_common_cflags)
ApexCommon_debug_cppflags	:= $(ApexCommon_debug_common_cflags)
ApexCommon_debug_lflags    := $(ApexCommon_custom_lflags)
ApexCommon_debug_lflags    += $(addprefix -L, $(ApexCommon_debug_lpaths))
ApexCommon_debug_lflags    += -Wl,--start-group $(addprefix -l, $(ApexCommon_debug_libraries)) -Wl,--end-group
ApexCommon_debug_lflags  += -lrt -pthread -z muldefs -Wl,-rpath=.
ApexCommon_debug_lflags  += -m32
ApexCommon_debug_objsdir  = $(OBJS_DIR)/ApexCommon_debug
ApexCommon_debug_cpp_o    = $(addprefix $(ApexCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexCommon_cppfiles)))))
ApexCommon_debug_cc_o    = $(addprefix $(ApexCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexCommon_ccfiles)))))
ApexCommon_debug_c_o      = $(addprefix $(ApexCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexCommon_cfiles)))))
ApexCommon_debug_obj      = $(ApexCommon_debug_cpp_o) $(ApexCommon_debug_cc_o) $(ApexCommon_debug_c_o)
ApexCommon_debug_bin      := ./../../lib/linux32/libApexCommonDEBUG.a

clean_ApexCommon_debug: 
	@$(ECHO) clean ApexCommon debug
	@$(RMDIR) $(ApexCommon_debug_objsdir)
	@$(RMDIR) $(ApexCommon_debug_bin)
	@$(RMDIR) $(DEPSDIR)/ApexCommon/debug

build_ApexCommon_debug: postbuild_ApexCommon_debug
postbuild_ApexCommon_debug: mainbuild_ApexCommon_debug
mainbuild_ApexCommon_debug: prebuild_ApexCommon_debug $(ApexCommon_debug_bin)
prebuild_ApexCommon_debug:

$(ApexCommon_debug_bin): $(ApexCommon_debug_obj) 
	mkdir -p `dirname ./../../lib/linux32/libApexCommonDEBUG.a`
	@$(AR) rcs $(ApexCommon_debug_bin) $(ApexCommon_debug_obj)
	$(ECHO) building $@ complete!

ApexCommon_debug_DEPDIR = $(dir $(@))/$(*F)
$(ApexCommon_debug_cpp_o): $(ApexCommon_debug_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(ApexCommon_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cppfiles))))))
	cp $(ApexCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
	  rm -f $(ApexCommon_debug_DEPDIR).d

$(ApexCommon_debug_cc_o): $(ApexCommon_debug_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(ApexCommon_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_ccfiles))))))
	cp $(ApexCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_ccfiles))))).debug.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_ccfiles))))).debug.P; \
	  rm -f $(ApexCommon_debug_DEPDIR).d

$(ApexCommon_debug_c_o): $(ApexCommon_debug_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(ApexCommon_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cfiles))))))
	cp $(ApexCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
	  rm -f $(ApexCommon_debug_DEPDIR).d

ApexCommon_release_hpaths    := 
ApexCommon_release_hpaths    += ./../../../PxShared/include
ApexCommon_release_hpaths    += ./../../../PxShared/include/filebuf
ApexCommon_release_hpaths    += ./../../../PxShared/include/foundation
ApexCommon_release_hpaths    += ./../../../PxShared/include/task
ApexCommon_release_hpaths    += ./../../../PxShared/include/cudamanager
ApexCommon_release_hpaths    += ./../../../PxShared/include/pvd
ApexCommon_release_hpaths    += ./../../../PxShared/src/foundation/include
ApexCommon_release_hpaths    += ./../../../PxShared/src/filebuf/include
ApexCommon_release_hpaths    += ./../../../PxShared/src/fastxml/include
ApexCommon_release_hpaths    += ./../../../PxShared/src/pvd/include
ApexCommon_release_hpaths    += ./../../shared/general/shared
ApexCommon_release_hpaths    += ./../../public
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include/common
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include/cooking
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include/extensions
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include/geometry
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include/gpu
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include/deformable
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include/particles
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include/characterkinematic
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include/characterdynamic
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Include/vehicle
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Source/GeomUtils/headers
ApexCommon_release_hpaths    += ./../../../PhysX_3.4/Source/PhysXGpu/include
ApexCommon_release_hpaths    += ./../../shared/general/RenderDebug/public
ApexCommon_release_hpaths    += ./../../shared/general/shared/inparser/include
ApexCommon_release_hpaths    += ./../../common/include
ApexCommon_release_hpaths    += ./../../common/include/autogen
ApexCommon_release_hpaths    += ./../../common/include/linux
ApexCommon_release_hpaths    += ./../../shared/internal/include
ApexCommon_release_hpaths    += ./../../module/common/include
ApexCommon_release_hpaths    += ./../../NvParameterized/include
ApexCommon_release_hpaths    += ./../../include
ApexCommon_release_hpaths    += ./../../include/PhysX3
ApexCommon_release_hpaths    += ./../../framework/include
ApexCommon_release_hpaths    += ./../../framework/include/autogen
ApexCommon_release_hpaths    += ./../../include
ApexCommon_release_hpaths    += ./../../include/PhysX3
ApexCommon_release_lpaths    := 
ApexCommon_release_lpaths    += ./../../../PxShared/lib/makelinux32
ApexCommon_release_lpaths    += ./../../../PhysX_3.4/Lib/makelinux32
ApexCommon_release_defines   := $(ApexCommon_custom_defines)
ApexCommon_release_defines   += PX_PHYSX_STATIC_LIB
ApexCommon_release_defines   += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
ApexCommon_release_defines   += ENABLE_TEST=0
ApexCommon_release_defines   += NDEBUG
ApexCommon_release_defines   += APEX_SHIPPING
ApexCommon_release_libraries := 
ApexCommon_release_common_cflags	:= $(ApexCommon_custom_cflags)
ApexCommon_release_common_cflags    += -MMD
ApexCommon_release_common_cflags    += $(addprefix -D, $(ApexCommon_release_defines))
ApexCommon_release_common_cflags    += $(addprefix -I, $(ApexCommon_release_hpaths))
ApexCommon_release_common_cflags  += -m32
ApexCommon_release_common_cflags  += -m32 -msse2 -mfpmath=sse -malign-double -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
ApexCommon_release_common_cflags  += -O3 -fno-strict-aliasing
ApexCommon_release_cflags	:= $(ApexCommon_release_common_cflags)
ApexCommon_release_cppflags	:= $(ApexCommon_release_common_cflags)
ApexCommon_release_lflags    := $(ApexCommon_custom_lflags)
ApexCommon_release_lflags    += $(addprefix -L, $(ApexCommon_release_lpaths))
ApexCommon_release_lflags    += -Wl,--start-group $(addprefix -l, $(ApexCommon_release_libraries)) -Wl,--end-group
ApexCommon_release_lflags  += -lrt -pthread -z muldefs -Wl,-rpath=.
ApexCommon_release_lflags  += -m32
ApexCommon_release_objsdir  = $(OBJS_DIR)/ApexCommon_release
ApexCommon_release_cpp_o    = $(addprefix $(ApexCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexCommon_cppfiles)))))
ApexCommon_release_cc_o    = $(addprefix $(ApexCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexCommon_ccfiles)))))
ApexCommon_release_c_o      = $(addprefix $(ApexCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexCommon_cfiles)))))
ApexCommon_release_obj      = $(ApexCommon_release_cpp_o) $(ApexCommon_release_cc_o) $(ApexCommon_release_c_o)
ApexCommon_release_bin      := ./../../lib/linux32/libApexCommon.a

clean_ApexCommon_release: 
	@$(ECHO) clean ApexCommon release
	@$(RMDIR) $(ApexCommon_release_objsdir)
	@$(RMDIR) $(ApexCommon_release_bin)
	@$(RMDIR) $(DEPSDIR)/ApexCommon/release

build_ApexCommon_release: postbuild_ApexCommon_release
postbuild_ApexCommon_release: mainbuild_ApexCommon_release
mainbuild_ApexCommon_release: prebuild_ApexCommon_release $(ApexCommon_release_bin)
prebuild_ApexCommon_release:

$(ApexCommon_release_bin): $(ApexCommon_release_obj) 
	mkdir -p `dirname ./../../lib/linux32/libApexCommon.a`
	@$(AR) rcs $(ApexCommon_release_bin) $(ApexCommon_release_obj)
	$(ECHO) building $@ complete!

ApexCommon_release_DEPDIR = $(dir $(@))/$(*F)
$(ApexCommon_release_cpp_o): $(ApexCommon_release_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(ApexCommon_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cppfiles))))))
	cp $(ApexCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
	  rm -f $(ApexCommon_release_DEPDIR).d

$(ApexCommon_release_cc_o): $(ApexCommon_release_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(ApexCommon_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_ccfiles))))))
	cp $(ApexCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_ccfiles))))).release.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_ccfiles))))).release.P; \
	  rm -f $(ApexCommon_release_DEPDIR).d

$(ApexCommon_release_c_o): $(ApexCommon_release_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(ApexCommon_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cfiles))))))
	cp $(ApexCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
	  rm -f $(ApexCommon_release_DEPDIR).d

ApexCommon_profile_hpaths    := 
ApexCommon_profile_hpaths    += ./../../../PxShared/include
ApexCommon_profile_hpaths    += ./../../../PxShared/include/filebuf
ApexCommon_profile_hpaths    += ./../../../PxShared/include/foundation
ApexCommon_profile_hpaths    += ./../../../PxShared/include/task
ApexCommon_profile_hpaths    += ./../../../PxShared/include/cudamanager
ApexCommon_profile_hpaths    += ./../../../PxShared/include/pvd
ApexCommon_profile_hpaths    += ./../../../PxShared/src/foundation/include
ApexCommon_profile_hpaths    += ./../../../PxShared/src/filebuf/include
ApexCommon_profile_hpaths    += ./../../../PxShared/src/fastxml/include
ApexCommon_profile_hpaths    += ./../../../PxShared/src/pvd/include
ApexCommon_profile_hpaths    += ./../../shared/general/shared
ApexCommon_profile_hpaths    += ./../../public
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include/common
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include/cooking
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include/extensions
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include/geometry
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include/gpu
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include/deformable
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include/particles
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include/characterkinematic
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include/characterdynamic
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Include/vehicle
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Source/GeomUtils/headers
ApexCommon_profile_hpaths    += ./../../../PhysX_3.4/Source/PhysXGpu/include
ApexCommon_profile_hpaths    += ./../../shared/general/RenderDebug/public
ApexCommon_profile_hpaths    += ./../../shared/general/shared/inparser/include
ApexCommon_profile_hpaths    += ./../../common/include
ApexCommon_profile_hpaths    += ./../../common/include/autogen
ApexCommon_profile_hpaths    += ./../../common/include/linux
ApexCommon_profile_hpaths    += ./../../shared/internal/include
ApexCommon_profile_hpaths    += ./../../module/common/include
ApexCommon_profile_hpaths    += ./../../NvParameterized/include
ApexCommon_profile_hpaths    += ./../../include
ApexCommon_profile_hpaths    += ./../../include/PhysX3
ApexCommon_profile_hpaths    += ./../../framework/include
ApexCommon_profile_hpaths    += ./../../framework/include/autogen
ApexCommon_profile_hpaths    += ./../../include
ApexCommon_profile_hpaths    += ./../../include/PhysX3
ApexCommon_profile_lpaths    := 
ApexCommon_profile_lpaths    += ./../../../PxShared/lib/makelinux32
ApexCommon_profile_lpaths    += ./../../../PhysX_3.4/Lib/makelinux32
ApexCommon_profile_defines   := $(ApexCommon_custom_defines)
ApexCommon_profile_defines   += PX_PHYSX_STATIC_LIB
ApexCommon_profile_defines   += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
ApexCommon_profile_defines   += ENABLE_TEST=0
ApexCommon_profile_defines   += NDEBUG
ApexCommon_profile_defines   += PX_PROFILE
ApexCommon_profile_libraries := 
ApexCommon_profile_common_cflags	:= $(ApexCommon_custom_cflags)
ApexCommon_profile_common_cflags    += -MMD
ApexCommon_profile_common_cflags    += $(addprefix -D, $(ApexCommon_profile_defines))
ApexCommon_profile_common_cflags    += $(addprefix -I, $(ApexCommon_profile_hpaths))
ApexCommon_profile_common_cflags  += -m32
ApexCommon_profile_common_cflags  += -m32 -msse2 -mfpmath=sse -malign-double -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
ApexCommon_profile_common_cflags  += -O3 -fno-strict-aliasing
ApexCommon_profile_cflags	:= $(ApexCommon_profile_common_cflags)
ApexCommon_profile_cppflags	:= $(ApexCommon_profile_common_cflags)
ApexCommon_profile_lflags    := $(ApexCommon_custom_lflags)
ApexCommon_profile_lflags    += $(addprefix -L, $(ApexCommon_profile_lpaths))
ApexCommon_profile_lflags    += -Wl,--start-group $(addprefix -l, $(ApexCommon_profile_libraries)) -Wl,--end-group
ApexCommon_profile_lflags  += -lrt -pthread -z muldefs -Wl,-rpath=.
ApexCommon_profile_lflags  += -m32
ApexCommon_profile_objsdir  = $(OBJS_DIR)/ApexCommon_profile
ApexCommon_profile_cpp_o    = $(addprefix $(ApexCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexCommon_cppfiles)))))
ApexCommon_profile_cc_o    = $(addprefix $(ApexCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexCommon_ccfiles)))))
ApexCommon_profile_c_o      = $(addprefix $(ApexCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexCommon_cfiles)))))
ApexCommon_profile_obj      = $(ApexCommon_profile_cpp_o) $(ApexCommon_profile_cc_o) $(ApexCommon_profile_c_o)
ApexCommon_profile_bin      := ./../../lib/linux32/libApexCommonPROFILE.a

clean_ApexCommon_profile: 
	@$(ECHO) clean ApexCommon profile
	@$(RMDIR) $(ApexCommon_profile_objsdir)
	@$(RMDIR) $(ApexCommon_profile_bin)
	@$(RMDIR) $(DEPSDIR)/ApexCommon/profile

build_ApexCommon_profile: postbuild_ApexCommon_profile
postbuild_ApexCommon_profile: mainbuild_ApexCommon_profile
mainbuild_ApexCommon_profile: prebuild_ApexCommon_profile $(ApexCommon_profile_bin)
prebuild_ApexCommon_profile:

$(ApexCommon_profile_bin): $(ApexCommon_profile_obj) 
	mkdir -p `dirname ./../../lib/linux32/libApexCommonPROFILE.a`
	@$(AR) rcs $(ApexCommon_profile_bin) $(ApexCommon_profile_obj)
	$(ECHO) building $@ complete!

ApexCommon_profile_DEPDIR = $(dir $(@))/$(*F)
$(ApexCommon_profile_cpp_o): $(ApexCommon_profile_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(ApexCommon_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cppfiles))))))
	cp $(ApexCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
	  rm -f $(ApexCommon_profile_DEPDIR).d

$(ApexCommon_profile_cc_o): $(ApexCommon_profile_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(ApexCommon_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_ccfiles))))))
	cp $(ApexCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_ccfiles))))).profile.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_ccfiles))))).profile.P; \
	  rm -f $(ApexCommon_profile_DEPDIR).d

$(ApexCommon_profile_c_o): $(ApexCommon_profile_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(ApexCommon_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cfiles))))))
	cp $(ApexCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
	  rm -f $(ApexCommon_profile_DEPDIR).d

ApexCommon_checked_hpaths    := 
ApexCommon_checked_hpaths    += ./../../../PxShared/include
ApexCommon_checked_hpaths    += ./../../../PxShared/include/filebuf
ApexCommon_checked_hpaths    += ./../../../PxShared/include/foundation
ApexCommon_checked_hpaths    += ./../../../PxShared/include/task
ApexCommon_checked_hpaths    += ./../../../PxShared/include/cudamanager
ApexCommon_checked_hpaths    += ./../../../PxShared/include/pvd
ApexCommon_checked_hpaths    += ./../../../PxShared/src/foundation/include
ApexCommon_checked_hpaths    += ./../../../PxShared/src/filebuf/include
ApexCommon_checked_hpaths    += ./../../../PxShared/src/fastxml/include
ApexCommon_checked_hpaths    += ./../../../PxShared/src/pvd/include
ApexCommon_checked_hpaths    += ./../../shared/general/shared
ApexCommon_checked_hpaths    += ./../../public
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include/common
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include/cooking
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include/extensions
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include/geometry
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include/gpu
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include/deformable
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include/particles
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include/characterkinematic
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include/characterdynamic
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Include/vehicle
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Source/GeomUtils/headers
ApexCommon_checked_hpaths    += ./../../../PhysX_3.4/Source/PhysXGpu/include
ApexCommon_checked_hpaths    += ./../../shared/general/RenderDebug/public
ApexCommon_checked_hpaths    += ./../../shared/general/shared/inparser/include
ApexCommon_checked_hpaths    += ./../../common/include
ApexCommon_checked_hpaths    += ./../../common/include/autogen
ApexCommon_checked_hpaths    += ./../../common/include/linux
ApexCommon_checked_hpaths    += ./../../shared/internal/include
ApexCommon_checked_hpaths    += ./../../module/common/include
ApexCommon_checked_hpaths    += ./../../NvParameterized/include
ApexCommon_checked_hpaths    += ./../../include
ApexCommon_checked_hpaths    += ./../../include/PhysX3
ApexCommon_checked_hpaths    += ./../../framework/include
ApexCommon_checked_hpaths    += ./../../framework/include/autogen
ApexCommon_checked_hpaths    += ./../../include
ApexCommon_checked_hpaths    += ./../../include/PhysX3
ApexCommon_checked_lpaths    := 
ApexCommon_checked_lpaths    += ./../../../PxShared/lib/makelinux32
ApexCommon_checked_lpaths    += ./../../../PhysX_3.4/Lib/makelinux32
ApexCommon_checked_defines   := $(ApexCommon_custom_defines)
ApexCommon_checked_defines   += PX_PHYSX_STATIC_LIB
ApexCommon_checked_defines   += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
ApexCommon_checked_defines   += ENABLE_TEST=0
ApexCommon_checked_defines   += NDEBUG
ApexCommon_checked_defines   += PX_CHECKED
ApexCommon_checked_defines   += PX_ENABLE_CHECKED_ASSERTS
ApexCommon_checked_libraries := 
ApexCommon_checked_common_cflags	:= $(ApexCommon_custom_cflags)
ApexCommon_checked_common_cflags    += -MMD
ApexCommon_checked_common_cflags    += $(addprefix -D, $(ApexCommon_checked_defines))
ApexCommon_checked_common_cflags    += $(addprefix -I, $(ApexCommon_checked_hpaths))
ApexCommon_checked_common_cflags  += -m32
ApexCommon_checked_common_cflags  += -m32 -msse2 -mfpmath=sse -malign-double -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
ApexCommon_checked_common_cflags  += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
ApexCommon_checked_cflags	:= $(ApexCommon_checked_common_cflags)
ApexCommon_checked_cppflags	:= $(ApexCommon_checked_common_cflags)
ApexCommon_checked_lflags    := $(ApexCommon_custom_lflags)
ApexCommon_checked_lflags    += $(addprefix -L, $(ApexCommon_checked_lpaths))
ApexCommon_checked_lflags    += -Wl,--start-group $(addprefix -l, $(ApexCommon_checked_libraries)) -Wl,--end-group
ApexCommon_checked_lflags  += -lrt -pthread -z muldefs -Wl,-rpath=.
ApexCommon_checked_lflags  += -m32
ApexCommon_checked_objsdir  = $(OBJS_DIR)/ApexCommon_checked
ApexCommon_checked_cpp_o    = $(addprefix $(ApexCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexCommon_cppfiles)))))
ApexCommon_checked_cc_o    = $(addprefix $(ApexCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexCommon_ccfiles)))))
ApexCommon_checked_c_o      = $(addprefix $(ApexCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexCommon_cfiles)))))
ApexCommon_checked_obj      = $(ApexCommon_checked_cpp_o) $(ApexCommon_checked_cc_o) $(ApexCommon_checked_c_o)
ApexCommon_checked_bin      := ./../../lib/linux32/libApexCommonCHECKED.a

clean_ApexCommon_checked: 
	@$(ECHO) clean ApexCommon checked
	@$(RMDIR) $(ApexCommon_checked_objsdir)
	@$(RMDIR) $(ApexCommon_checked_bin)
	@$(RMDIR) $(DEPSDIR)/ApexCommon/checked

build_ApexCommon_checked: postbuild_ApexCommon_checked
postbuild_ApexCommon_checked: mainbuild_ApexCommon_checked
mainbuild_ApexCommon_checked: prebuild_ApexCommon_checked $(ApexCommon_checked_bin)
prebuild_ApexCommon_checked:

$(ApexCommon_checked_bin): $(ApexCommon_checked_obj) 
	mkdir -p `dirname ./../../lib/linux32/libApexCommonCHECKED.a`
	@$(AR) rcs $(ApexCommon_checked_bin) $(ApexCommon_checked_obj)
	$(ECHO) building $@ complete!

ApexCommon_checked_DEPDIR = $(dir $(@))/$(*F)
$(ApexCommon_checked_cpp_o): $(ApexCommon_checked_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(ApexCommon_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cppfiles))))))
	cp $(ApexCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
	  rm -f $(ApexCommon_checked_DEPDIR).d

$(ApexCommon_checked_cc_o): $(ApexCommon_checked_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(ApexCommon_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_ccfiles))))))
	cp $(ApexCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_ccfiles))))).checked.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_ccfiles))))).checked.P; \
	  rm -f $(ApexCommon_checked_DEPDIR).d

$(ApexCommon_checked_c_o): $(ApexCommon_checked_objsdir)/%.o:
	$(ECHO) ApexCommon: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(ApexCommon_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cfiles))))))
	cp $(ApexCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
	  rm -f $(ApexCommon_checked_DEPDIR).d

clean_ApexCommon:  clean_ApexCommon_debug clean_ApexCommon_release clean_ApexCommon_profile clean_ApexCommon_checked
	rm -rf $(DEPSDIR)

export VERBOSE
ifndef VERBOSE
.SILENT:
endif