aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/compiler/linux32/Makefile.APEX_Loader.mk
blob: 0ad7092cb371e6baf0e9ba381572869a4ba6dddc (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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
# Makefile generated by XPJ for linux32
-include Makefile.custom
ProjectName = APEX_Loader
APEX_Loader_cppfiles   += ./../../module/loader/src/ModuleLoaderImpl.cpp

APEX_Loader_cpp_debug_dep    = $(addprefix $(DEPSDIR)/APEX_Loader/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(APEX_Loader_cppfiles)))))
APEX_Loader_cc_debug_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(APEX_Loader_ccfiles)))))
APEX_Loader_c_debug_dep      = $(addprefix $(DEPSDIR)/APEX_Loader/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(APEX_Loader_cfiles)))))
APEX_Loader_debug_dep      = $(APEX_Loader_cpp_debug_dep) $(APEX_Loader_cc_debug_dep) $(APEX_Loader_c_debug_dep)
-include $(APEX_Loader_debug_dep)
APEX_Loader_cpp_release_dep    = $(addprefix $(DEPSDIR)/APEX_Loader/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(APEX_Loader_cppfiles)))))
APEX_Loader_cc_release_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(APEX_Loader_ccfiles)))))
APEX_Loader_c_release_dep      = $(addprefix $(DEPSDIR)/APEX_Loader/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(APEX_Loader_cfiles)))))
APEX_Loader_release_dep      = $(APEX_Loader_cpp_release_dep) $(APEX_Loader_cc_release_dep) $(APEX_Loader_c_release_dep)
-include $(APEX_Loader_release_dep)
APEX_Loader_cpp_profile_dep    = $(addprefix $(DEPSDIR)/APEX_Loader/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(APEX_Loader_cppfiles)))))
APEX_Loader_cc_profile_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(APEX_Loader_ccfiles)))))
APEX_Loader_c_profile_dep      = $(addprefix $(DEPSDIR)/APEX_Loader/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(APEX_Loader_cfiles)))))
APEX_Loader_profile_dep      = $(APEX_Loader_cpp_profile_dep) $(APEX_Loader_cc_profile_dep) $(APEX_Loader_c_profile_dep)
-include $(APEX_Loader_profile_dep)
APEX_Loader_cpp_checked_dep    = $(addprefix $(DEPSDIR)/APEX_Loader/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(APEX_Loader_cppfiles)))))
APEX_Loader_cc_checked_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(APEX_Loader_ccfiles)))))
APEX_Loader_c_checked_dep      = $(addprefix $(DEPSDIR)/APEX_Loader/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(APEX_Loader_cfiles)))))
APEX_Loader_checked_dep      = $(APEX_Loader_cpp_checked_dep) $(APEX_Loader_cc_checked_dep) $(APEX_Loader_c_checked_dep)
-include $(APEX_Loader_checked_dep)
APEX_Loader_debug_hpaths    := 
APEX_Loader_debug_hpaths    += ./../../include
APEX_Loader_debug_hpaths    += ./../../include/PhysX3
APEX_Loader_debug_hpaths    += ./../../../PxShared/include
APEX_Loader_debug_hpaths    += ./../../../PxShared/include/filebuf
APEX_Loader_debug_hpaths    += ./../../../PxShared/include/foundation
APEX_Loader_debug_hpaths    += ./../../../PxShared/include/task
APEX_Loader_debug_hpaths    += ./../../../PxShared/include/cudamanager
APEX_Loader_debug_hpaths    += ./../../../PxShared/include/pvd
APEX_Loader_debug_hpaths    += ./../../../PxShared/src/foundation/include
APEX_Loader_debug_hpaths    += ./../../../PxShared/src/filebuf/include
APEX_Loader_debug_hpaths    += ./../../../PxShared/src/fastxml/include
APEX_Loader_debug_hpaths    += ./../../../PxShared/src/pvd/include
APEX_Loader_debug_hpaths    += ./../../shared/general/shared
APEX_Loader_debug_hpaths    += ./../../public
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include/common
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include/cooking
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include/extensions
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include/geometry
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include/gpu
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include/deformable
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include/particles
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include/characterkinematic
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include/characterdynamic
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Include/vehicle
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Source/GeomUtils/headers
APEX_Loader_debug_hpaths    += ./../../../PhysX_3.4/Source/PhysXGpu/include
APEX_Loader_debug_hpaths    += ./../../shared/general/RenderDebug/public
APEX_Loader_debug_hpaths    += ./../../shared/general/shared/inparser/include
APEX_Loader_debug_hpaths    += ./../../common/include
APEX_Loader_debug_hpaths    += ./../../common/include/autogen
APEX_Loader_debug_hpaths    += ./../../common/include/linux
APEX_Loader_debug_hpaths    += ./../../shared/internal/include
APEX_Loader_debug_hpaths    += ./../../module/common/include
APEX_Loader_debug_hpaths    += ./../../NvParameterized/include
APEX_Loader_debug_hpaths    += ./../../include
APEX_Loader_debug_hpaths    += ./../../include/PhysX3
APEX_Loader_debug_hpaths    += ./../../include/loader
APEX_Loader_debug_hpaths    += ./../../include/clothing
APEX_Loader_debug_hpaths    += ./../../include/legacy
APEX_Loader_debug_hpaths    += ./../../module/loader/include
APEX_Loader_debug_hpaths    += ./../../include/destructible
APEX_Loader_debug_lpaths    := 
APEX_Loader_debug_lpaths    += ./../../../PxShared/lib/makelinux32
APEX_Loader_debug_lpaths    += ./../../../PhysX_3.4/Lib/makelinux32
APEX_Loader_debug_lpaths    += ./../../lib/linux32
APEX_Loader_debug_lpaths    += ./../../NvParameterized/lib/linux32
APEX_Loader_debug_lpaths    += ./../../../PxShared/lib/linux32
APEX_Loader_debug_lpaths    += ./../../../PxShared/bin/linux32
APEX_Loader_debug_defines   := $(APEX_Loader_custom_defines)
APEX_Loader_debug_defines   += PX_PHYSX_STATIC_LIB
APEX_Loader_debug_defines   += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
APEX_Loader_debug_defines   += ENABLE_TEST=0
APEX_Loader_debug_defines   += _DEBUG
APEX_Loader_debug_defines   += PX_DEBUG
APEX_Loader_debug_defines   += PX_CHECKED
APEX_Loader_debug_libraries := 
APEX_Loader_debug_libraries += APEX_ClothingDEBUG
APEX_Loader_debug_libraries += APEX_DestructibleDEBUG
APEX_Loader_debug_libraries += APEX_LegacyDEBUG
APEX_Loader_debug_libraries += ApexCommonDEBUG
APEX_Loader_debug_libraries += ApexFrameworkDEBUG
APEX_Loader_debug_libraries += NvParameterizedDEBUG
APEX_Loader_debug_libraries += PsFastXmlDEBUG
APEX_Loader_debug_libraries += PxFoundationDEBUG_x86
APEX_Loader_debug_libraries += PxPvdSDKDEBUG_x86
APEX_Loader_debug_libraries += PhysX3CommonDEBUG_x86
APEX_Loader_debug_common_cflags	:= $(APEX_Loader_custom_cflags)
APEX_Loader_debug_common_cflags    += -MMD
APEX_Loader_debug_common_cflags    += $(addprefix -D, $(APEX_Loader_debug_defines))
APEX_Loader_debug_common_cflags    += $(addprefix -I, $(APEX_Loader_debug_hpaths))
APEX_Loader_debug_common_cflags  += -m32
APEX_Loader_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
APEX_Loader_debug_common_cflags  += -g3 -gdwarf-2
APEX_Loader_debug_cflags	:= $(APEX_Loader_debug_common_cflags)
APEX_Loader_debug_cppflags	:= $(APEX_Loader_debug_common_cflags)
APEX_Loader_debug_lflags    := $(APEX_Loader_custom_lflags)
APEX_Loader_debug_lflags    += $(addprefix -L, $(APEX_Loader_debug_lpaths))
APEX_Loader_debug_lflags    += -Wl,--start-group $(addprefix -l, $(APEX_Loader_debug_libraries)) -Wl,--end-group
APEX_Loader_debug_lflags  += -lrt -pthread -z muldefs -Wl,-rpath=.
APEX_Loader_debug_lflags  += -m32
APEX_Loader_debug_objsdir  = $(OBJS_DIR)/APEX_Loader_debug
APEX_Loader_debug_cpp_o    = $(addprefix $(APEX_Loader_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(APEX_Loader_cppfiles)))))
APEX_Loader_debug_cc_o    = $(addprefix $(APEX_Loader_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(APEX_Loader_ccfiles)))))
APEX_Loader_debug_c_o      = $(addprefix $(APEX_Loader_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(APEX_Loader_cfiles)))))
APEX_Loader_debug_obj      = $(APEX_Loader_debug_cpp_o) $(APEX_Loader_debug_cc_o) $(APEX_Loader_debug_c_o)
APEX_Loader_debug_bin      := ./../../lib/linux32/libAPEX_LoaderDEBUG.a

clean_APEX_Loader_debug: 
	@$(ECHO) clean APEX_Loader debug
	@$(RMDIR) $(APEX_Loader_debug_objsdir)
	@$(RMDIR) $(APEX_Loader_debug_bin)
	@$(RMDIR) $(DEPSDIR)/APEX_Loader/debug

build_APEX_Loader_debug: postbuild_APEX_Loader_debug
postbuild_APEX_Loader_debug: mainbuild_APEX_Loader_debug
mainbuild_APEX_Loader_debug: prebuild_APEX_Loader_debug $(APEX_Loader_debug_bin)
prebuild_APEX_Loader_debug:

$(APEX_Loader_debug_bin): $(NvParameterized_debug_obj) $(PsFastXml_debug_obj) $(PxPvdSDK_debug_obj) $(APEX_Loader_debug_obj) build_APEX_Clothing_debug build_APEX_Destructible_debug build_APEX_Legacy_debug build_ApexCommon_debug build_ApexFramework_debug build_NvParameterized_debug build_PsFastXml_debug build_PxFoundation_debug build_PxPvdSDK_debug 
	mkdir -p `dirname ./../../lib/linux32/libAPEX_LoaderDEBUG.a`
	@$(AR) rcs $(APEX_Loader_debug_bin) $(NvParameterized_debug_obj) $(PsFastXml_debug_obj) $(PxPvdSDK_debug_obj) $(APEX_Loader_debug_obj)
	$(ECHO) building $@ complete!

APEX_Loader_debug_DEPDIR = $(dir $(@))/$(*F)
$(APEX_Loader_debug_cpp_o): $(APEX_Loader_debug_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(APEX_Loader_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Loader/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_cppfiles))))))
	cp $(APEX_Loader_debug_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Loader/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Loader/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_cppfiles))))).P; \
	  rm -f $(APEX_Loader_debug_DEPDIR).d

$(APEX_Loader_debug_cc_o): $(APEX_Loader_debug_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(APEX_Loader_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_ccfiles))))))
	cp $(APEX_Loader_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_ccfiles))))).debug.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_ccfiles))))).debug.P; \
	  rm -f $(APEX_Loader_debug_DEPDIR).d

$(APEX_Loader_debug_c_o): $(APEX_Loader_debug_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(APEX_Loader_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Loader/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_cfiles))))))
	cp $(APEX_Loader_debug_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Loader/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Loader/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_debug_objsdir),, $@))), $(APEX_Loader_cfiles))))).P; \
	  rm -f $(APEX_Loader_debug_DEPDIR).d

APEX_Loader_release_hpaths    := 
APEX_Loader_release_hpaths    += ./../../include
APEX_Loader_release_hpaths    += ./../../include/PhysX3
APEX_Loader_release_hpaths    += ./../../../PxShared/include
APEX_Loader_release_hpaths    += ./../../../PxShared/include/filebuf
APEX_Loader_release_hpaths    += ./../../../PxShared/include/foundation
APEX_Loader_release_hpaths    += ./../../../PxShared/include/task
APEX_Loader_release_hpaths    += ./../../../PxShared/include/cudamanager
APEX_Loader_release_hpaths    += ./../../../PxShared/include/pvd
APEX_Loader_release_hpaths    += ./../../../PxShared/src/foundation/include
APEX_Loader_release_hpaths    += ./../../../PxShared/src/filebuf/include
APEX_Loader_release_hpaths    += ./../../../PxShared/src/fastxml/include
APEX_Loader_release_hpaths    += ./../../../PxShared/src/pvd/include
APEX_Loader_release_hpaths    += ./../../shared/general/shared
APEX_Loader_release_hpaths    += ./../../public
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include/common
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include/cooking
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include/extensions
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include/geometry
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include/gpu
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include/deformable
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include/particles
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include/characterkinematic
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include/characterdynamic
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Include/vehicle
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Source/GeomUtils/headers
APEX_Loader_release_hpaths    += ./../../../PhysX_3.4/Source/PhysXGpu/include
APEX_Loader_release_hpaths    += ./../../shared/general/RenderDebug/public
APEX_Loader_release_hpaths    += ./../../shared/general/shared/inparser/include
APEX_Loader_release_hpaths    += ./../../common/include
APEX_Loader_release_hpaths    += ./../../common/include/autogen
APEX_Loader_release_hpaths    += ./../../common/include/linux
APEX_Loader_release_hpaths    += ./../../shared/internal/include
APEX_Loader_release_hpaths    += ./../../module/common/include
APEX_Loader_release_hpaths    += ./../../NvParameterized/include
APEX_Loader_release_hpaths    += ./../../include
APEX_Loader_release_hpaths    += ./../../include/PhysX3
APEX_Loader_release_hpaths    += ./../../include/loader
APEX_Loader_release_hpaths    += ./../../include/clothing
APEX_Loader_release_hpaths    += ./../../include/legacy
APEX_Loader_release_hpaths    += ./../../module/loader/include
APEX_Loader_release_hpaths    += ./../../include/destructible
APEX_Loader_release_lpaths    := 
APEX_Loader_release_lpaths    += ./../../../PxShared/lib/makelinux32
APEX_Loader_release_lpaths    += ./../../../PhysX_3.4/Lib/makelinux32
APEX_Loader_release_lpaths    += ./../../lib/linux32
APEX_Loader_release_lpaths    += ./../../NvParameterized/lib/linux32
APEX_Loader_release_lpaths    += ./../../../PxShared/lib/linux32
APEX_Loader_release_lpaths    += ./../../../PxShared/bin/linux32
APEX_Loader_release_defines   := $(APEX_Loader_custom_defines)
APEX_Loader_release_defines   += PX_PHYSX_STATIC_LIB
APEX_Loader_release_defines   += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
APEX_Loader_release_defines   += ENABLE_TEST=0
APEX_Loader_release_defines   += NDEBUG
APEX_Loader_release_defines   += APEX_SHIPPING
APEX_Loader_release_libraries := 
APEX_Loader_release_libraries += APEX_Clothing
APEX_Loader_release_libraries += APEX_Destructible
APEX_Loader_release_libraries += APEX_Legacy
APEX_Loader_release_libraries += ApexCommon
APEX_Loader_release_libraries += ApexFramework
APEX_Loader_release_libraries += NvParameterized
APEX_Loader_release_libraries += PsFastXml
APEX_Loader_release_libraries += PxFoundation_x86
APEX_Loader_release_libraries += PxPvdSDK_x86
APEX_Loader_release_libraries += PhysX3Common_x86
APEX_Loader_release_common_cflags	:= $(APEX_Loader_custom_cflags)
APEX_Loader_release_common_cflags    += -MMD
APEX_Loader_release_common_cflags    += $(addprefix -D, $(APEX_Loader_release_defines))
APEX_Loader_release_common_cflags    += $(addprefix -I, $(APEX_Loader_release_hpaths))
APEX_Loader_release_common_cflags  += -m32
APEX_Loader_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
APEX_Loader_release_common_cflags  += -O3 -fno-strict-aliasing
APEX_Loader_release_cflags	:= $(APEX_Loader_release_common_cflags)
APEX_Loader_release_cppflags	:= $(APEX_Loader_release_common_cflags)
APEX_Loader_release_lflags    := $(APEX_Loader_custom_lflags)
APEX_Loader_release_lflags    += $(addprefix -L, $(APEX_Loader_release_lpaths))
APEX_Loader_release_lflags    += -Wl,--start-group $(addprefix -l, $(APEX_Loader_release_libraries)) -Wl,--end-group
APEX_Loader_release_lflags  += -lrt -pthread -z muldefs -Wl,-rpath=.
APEX_Loader_release_lflags  += -m32
APEX_Loader_release_objsdir  = $(OBJS_DIR)/APEX_Loader_release
APEX_Loader_release_cpp_o    = $(addprefix $(APEX_Loader_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(APEX_Loader_cppfiles)))))
APEX_Loader_release_cc_o    = $(addprefix $(APEX_Loader_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(APEX_Loader_ccfiles)))))
APEX_Loader_release_c_o      = $(addprefix $(APEX_Loader_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(APEX_Loader_cfiles)))))
APEX_Loader_release_obj      = $(APEX_Loader_release_cpp_o) $(APEX_Loader_release_cc_o) $(APEX_Loader_release_c_o)
APEX_Loader_release_bin      := ./../../lib/linux32/libAPEX_Loader.a

clean_APEX_Loader_release: 
	@$(ECHO) clean APEX_Loader release
	@$(RMDIR) $(APEX_Loader_release_objsdir)
	@$(RMDIR) $(APEX_Loader_release_bin)
	@$(RMDIR) $(DEPSDIR)/APEX_Loader/release

build_APEX_Loader_release: postbuild_APEX_Loader_release
postbuild_APEX_Loader_release: mainbuild_APEX_Loader_release
mainbuild_APEX_Loader_release: prebuild_APEX_Loader_release $(APEX_Loader_release_bin)
prebuild_APEX_Loader_release:

$(APEX_Loader_release_bin): $(NvParameterized_release_obj) $(PsFastXml_release_obj) $(PxPvdSDK_release_obj) $(APEX_Loader_release_obj) build_APEX_Clothing_release build_APEX_Destructible_release build_APEX_Legacy_release build_ApexCommon_release build_ApexFramework_release build_NvParameterized_release build_PsFastXml_release build_PxFoundation_release build_PxPvdSDK_release 
	mkdir -p `dirname ./../../lib/linux32/libAPEX_Loader.a`
	@$(AR) rcs $(APEX_Loader_release_bin) $(NvParameterized_release_obj) $(PsFastXml_release_obj) $(PxPvdSDK_release_obj) $(APEX_Loader_release_obj)
	$(ECHO) building $@ complete!

APEX_Loader_release_DEPDIR = $(dir $(@))/$(*F)
$(APEX_Loader_release_cpp_o): $(APEX_Loader_release_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(APEX_Loader_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Loader/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_cppfiles))))))
	cp $(APEX_Loader_release_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Loader/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Loader/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_cppfiles))))).P; \
	  rm -f $(APEX_Loader_release_DEPDIR).d

$(APEX_Loader_release_cc_o): $(APEX_Loader_release_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(APEX_Loader_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_ccfiles))))))
	cp $(APEX_Loader_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_ccfiles))))).release.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_ccfiles))))).release.P; \
	  rm -f $(APEX_Loader_release_DEPDIR).d

$(APEX_Loader_release_c_o): $(APEX_Loader_release_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(APEX_Loader_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Loader/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_cfiles))))))
	cp $(APEX_Loader_release_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Loader/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Loader/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_release_objsdir),, $@))), $(APEX_Loader_cfiles))))).P; \
	  rm -f $(APEX_Loader_release_DEPDIR).d

APEX_Loader_profile_hpaths    := 
APEX_Loader_profile_hpaths    += ./../../include
APEX_Loader_profile_hpaths    += ./../../include/PhysX3
APEX_Loader_profile_hpaths    += ./../../../PxShared/include
APEX_Loader_profile_hpaths    += ./../../../PxShared/include/filebuf
APEX_Loader_profile_hpaths    += ./../../../PxShared/include/foundation
APEX_Loader_profile_hpaths    += ./../../../PxShared/include/task
APEX_Loader_profile_hpaths    += ./../../../PxShared/include/cudamanager
APEX_Loader_profile_hpaths    += ./../../../PxShared/include/pvd
APEX_Loader_profile_hpaths    += ./../../../PxShared/src/foundation/include
APEX_Loader_profile_hpaths    += ./../../../PxShared/src/filebuf/include
APEX_Loader_profile_hpaths    += ./../../../PxShared/src/fastxml/include
APEX_Loader_profile_hpaths    += ./../../../PxShared/src/pvd/include
APEX_Loader_profile_hpaths    += ./../../shared/general/shared
APEX_Loader_profile_hpaths    += ./../../public
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include/common
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include/cooking
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include/extensions
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include/geometry
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include/gpu
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include/deformable
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include/particles
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include/characterkinematic
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include/characterdynamic
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Include/vehicle
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Source/GeomUtils/headers
APEX_Loader_profile_hpaths    += ./../../../PhysX_3.4/Source/PhysXGpu/include
APEX_Loader_profile_hpaths    += ./../../shared/general/RenderDebug/public
APEX_Loader_profile_hpaths    += ./../../shared/general/shared/inparser/include
APEX_Loader_profile_hpaths    += ./../../common/include
APEX_Loader_profile_hpaths    += ./../../common/include/autogen
APEX_Loader_profile_hpaths    += ./../../common/include/linux
APEX_Loader_profile_hpaths    += ./../../shared/internal/include
APEX_Loader_profile_hpaths    += ./../../module/common/include
APEX_Loader_profile_hpaths    += ./../../NvParameterized/include
APEX_Loader_profile_hpaths    += ./../../include
APEX_Loader_profile_hpaths    += ./../../include/PhysX3
APEX_Loader_profile_hpaths    += ./../../include/loader
APEX_Loader_profile_hpaths    += ./../../include/clothing
APEX_Loader_profile_hpaths    += ./../../include/legacy
APEX_Loader_profile_hpaths    += ./../../module/loader/include
APEX_Loader_profile_hpaths    += ./../../include/destructible
APEX_Loader_profile_lpaths    := 
APEX_Loader_profile_lpaths    += ./../../../PxShared/lib/makelinux32
APEX_Loader_profile_lpaths    += ./../../../PhysX_3.4/Lib/makelinux32
APEX_Loader_profile_lpaths    += ./../../lib/linux32
APEX_Loader_profile_lpaths    += ./../../NvParameterized/lib/linux32
APEX_Loader_profile_lpaths    += ./../../../PxShared/lib/linux32
APEX_Loader_profile_lpaths    += ./../../../PxShared/bin/linux32
APEX_Loader_profile_defines   := $(APEX_Loader_custom_defines)
APEX_Loader_profile_defines   += PX_PHYSX_STATIC_LIB
APEX_Loader_profile_defines   += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
APEX_Loader_profile_defines   += ENABLE_TEST=0
APEX_Loader_profile_defines   += NDEBUG
APEX_Loader_profile_defines   += PX_PROFILE
APEX_Loader_profile_libraries := 
APEX_Loader_profile_libraries += APEX_ClothingPROFILE
APEX_Loader_profile_libraries += APEX_DestructiblePROFILE
APEX_Loader_profile_libraries += APEX_LegacyPROFILE
APEX_Loader_profile_libraries += ApexCommonPROFILE
APEX_Loader_profile_libraries += ApexFrameworkPROFILE
APEX_Loader_profile_libraries += NvParameterizedPROFILE
APEX_Loader_profile_libraries += PsFastXmlPROFILE
APEX_Loader_profile_libraries += PxFoundationPROFILE_x86
APEX_Loader_profile_libraries += PxPvdSDKPROFILE_x86
APEX_Loader_profile_libraries += PhysX3CommonPROFILE_x86
APEX_Loader_profile_common_cflags	:= $(APEX_Loader_custom_cflags)
APEX_Loader_profile_common_cflags    += -MMD
APEX_Loader_profile_common_cflags    += $(addprefix -D, $(APEX_Loader_profile_defines))
APEX_Loader_profile_common_cflags    += $(addprefix -I, $(APEX_Loader_profile_hpaths))
APEX_Loader_profile_common_cflags  += -m32
APEX_Loader_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
APEX_Loader_profile_common_cflags  += -O3 -fno-strict-aliasing
APEX_Loader_profile_cflags	:= $(APEX_Loader_profile_common_cflags)
APEX_Loader_profile_cppflags	:= $(APEX_Loader_profile_common_cflags)
APEX_Loader_profile_lflags    := $(APEX_Loader_custom_lflags)
APEX_Loader_profile_lflags    += $(addprefix -L, $(APEX_Loader_profile_lpaths))
APEX_Loader_profile_lflags    += -Wl,--start-group $(addprefix -l, $(APEX_Loader_profile_libraries)) -Wl,--end-group
APEX_Loader_profile_lflags  += -lrt -pthread -z muldefs -Wl,-rpath=.
APEX_Loader_profile_lflags  += -m32
APEX_Loader_profile_objsdir  = $(OBJS_DIR)/APEX_Loader_profile
APEX_Loader_profile_cpp_o    = $(addprefix $(APEX_Loader_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(APEX_Loader_cppfiles)))))
APEX_Loader_profile_cc_o    = $(addprefix $(APEX_Loader_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(APEX_Loader_ccfiles)))))
APEX_Loader_profile_c_o      = $(addprefix $(APEX_Loader_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(APEX_Loader_cfiles)))))
APEX_Loader_profile_obj      = $(APEX_Loader_profile_cpp_o) $(APEX_Loader_profile_cc_o) $(APEX_Loader_profile_c_o)
APEX_Loader_profile_bin      := ./../../lib/linux32/libAPEX_LoaderPROFILE.a

clean_APEX_Loader_profile: 
	@$(ECHO) clean APEX_Loader profile
	@$(RMDIR) $(APEX_Loader_profile_objsdir)
	@$(RMDIR) $(APEX_Loader_profile_bin)
	@$(RMDIR) $(DEPSDIR)/APEX_Loader/profile

build_APEX_Loader_profile: postbuild_APEX_Loader_profile
postbuild_APEX_Loader_profile: mainbuild_APEX_Loader_profile
mainbuild_APEX_Loader_profile: prebuild_APEX_Loader_profile $(APEX_Loader_profile_bin)
prebuild_APEX_Loader_profile:

$(APEX_Loader_profile_bin): $(NvParameterized_profile_obj) $(PsFastXml_profile_obj) $(PxPvdSDK_profile_obj) $(APEX_Loader_profile_obj) build_APEX_Clothing_profile build_APEX_Destructible_profile build_APEX_Legacy_profile build_ApexCommon_profile build_ApexFramework_profile build_NvParameterized_profile build_PsFastXml_profile build_PxFoundation_profile build_PxPvdSDK_profile 
	mkdir -p `dirname ./../../lib/linux32/libAPEX_LoaderPROFILE.a`
	@$(AR) rcs $(APEX_Loader_profile_bin) $(NvParameterized_profile_obj) $(PsFastXml_profile_obj) $(PxPvdSDK_profile_obj) $(APEX_Loader_profile_obj)
	$(ECHO) building $@ complete!

APEX_Loader_profile_DEPDIR = $(dir $(@))/$(*F)
$(APEX_Loader_profile_cpp_o): $(APEX_Loader_profile_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(APEX_Loader_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Loader/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_cppfiles))))))
	cp $(APEX_Loader_profile_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Loader/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Loader/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_cppfiles))))).P; \
	  rm -f $(APEX_Loader_profile_DEPDIR).d

$(APEX_Loader_profile_cc_o): $(APEX_Loader_profile_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(APEX_Loader_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_ccfiles))))))
	cp $(APEX_Loader_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_ccfiles))))).profile.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_ccfiles))))).profile.P; \
	  rm -f $(APEX_Loader_profile_DEPDIR).d

$(APEX_Loader_profile_c_o): $(APEX_Loader_profile_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(APEX_Loader_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Loader/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_cfiles))))))
	cp $(APEX_Loader_profile_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Loader/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Loader/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_profile_objsdir),, $@))), $(APEX_Loader_cfiles))))).P; \
	  rm -f $(APEX_Loader_profile_DEPDIR).d

APEX_Loader_checked_hpaths    := 
APEX_Loader_checked_hpaths    += ./../../include
APEX_Loader_checked_hpaths    += ./../../include/PhysX3
APEX_Loader_checked_hpaths    += ./../../../PxShared/include
APEX_Loader_checked_hpaths    += ./../../../PxShared/include/filebuf
APEX_Loader_checked_hpaths    += ./../../../PxShared/include/foundation
APEX_Loader_checked_hpaths    += ./../../../PxShared/include/task
APEX_Loader_checked_hpaths    += ./../../../PxShared/include/cudamanager
APEX_Loader_checked_hpaths    += ./../../../PxShared/include/pvd
APEX_Loader_checked_hpaths    += ./../../../PxShared/src/foundation/include
APEX_Loader_checked_hpaths    += ./../../../PxShared/src/filebuf/include
APEX_Loader_checked_hpaths    += ./../../../PxShared/src/fastxml/include
APEX_Loader_checked_hpaths    += ./../../../PxShared/src/pvd/include
APEX_Loader_checked_hpaths    += ./../../shared/general/shared
APEX_Loader_checked_hpaths    += ./../../public
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include/common
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include/cooking
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include/extensions
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include/geometry
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include/gpu
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include/deformable
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include/particles
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include/characterkinematic
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include/characterdynamic
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Include/vehicle
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Source/GeomUtils/headers
APEX_Loader_checked_hpaths    += ./../../../PhysX_3.4/Source/PhysXGpu/include
APEX_Loader_checked_hpaths    += ./../../shared/general/RenderDebug/public
APEX_Loader_checked_hpaths    += ./../../shared/general/shared/inparser/include
APEX_Loader_checked_hpaths    += ./../../common/include
APEX_Loader_checked_hpaths    += ./../../common/include/autogen
APEX_Loader_checked_hpaths    += ./../../common/include/linux
APEX_Loader_checked_hpaths    += ./../../shared/internal/include
APEX_Loader_checked_hpaths    += ./../../module/common/include
APEX_Loader_checked_hpaths    += ./../../NvParameterized/include
APEX_Loader_checked_hpaths    += ./../../include
APEX_Loader_checked_hpaths    += ./../../include/PhysX3
APEX_Loader_checked_hpaths    += ./../../include/loader
APEX_Loader_checked_hpaths    += ./../../include/clothing
APEX_Loader_checked_hpaths    += ./../../include/legacy
APEX_Loader_checked_hpaths    += ./../../module/loader/include
APEX_Loader_checked_hpaths    += ./../../include/destructible
APEX_Loader_checked_lpaths    := 
APEX_Loader_checked_lpaths    += ./../../../PxShared/lib/makelinux32
APEX_Loader_checked_lpaths    += ./../../../PhysX_3.4/Lib/makelinux32
APEX_Loader_checked_lpaths    += ./../../lib/linux32
APEX_Loader_checked_lpaths    += ./../../NvParameterized/lib/linux32
APEX_Loader_checked_lpaths    += ./../../../PxShared/lib/linux32
APEX_Loader_checked_lpaths    += ./../../../PxShared/bin/linux32
APEX_Loader_checked_defines   := $(APEX_Loader_custom_defines)
APEX_Loader_checked_defines   += PX_PHYSX_STATIC_LIB
APEX_Loader_checked_defines   += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
APEX_Loader_checked_defines   += ENABLE_TEST=0
APEX_Loader_checked_defines   += NDEBUG
APEX_Loader_checked_defines   += PX_CHECKED
APEX_Loader_checked_defines   += PX_ENABLE_CHECKED_ASSERTS
APEX_Loader_checked_libraries := 
APEX_Loader_checked_libraries += APEX_ClothingCHECKED
APEX_Loader_checked_libraries += APEX_DestructibleCHECKED
APEX_Loader_checked_libraries += APEX_LegacyCHECKED
APEX_Loader_checked_libraries += ApexCommonCHECKED
APEX_Loader_checked_libraries += ApexFrameworkCHECKED
APEX_Loader_checked_libraries += NvParameterizedCHECKED
APEX_Loader_checked_libraries += PsFastXmlCHECKED
APEX_Loader_checked_libraries += PxFoundationCHECKED_x86
APEX_Loader_checked_libraries += PxPvdSDKCHECKED_x86
APEX_Loader_checked_libraries += PhysX3CommonCHECKED_x86
APEX_Loader_checked_common_cflags	:= $(APEX_Loader_custom_cflags)
APEX_Loader_checked_common_cflags    += -MMD
APEX_Loader_checked_common_cflags    += $(addprefix -D, $(APEX_Loader_checked_defines))
APEX_Loader_checked_common_cflags    += $(addprefix -I, $(APEX_Loader_checked_hpaths))
APEX_Loader_checked_common_cflags  += -m32
APEX_Loader_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
APEX_Loader_checked_common_cflags  += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
APEX_Loader_checked_cflags	:= $(APEX_Loader_checked_common_cflags)
APEX_Loader_checked_cppflags	:= $(APEX_Loader_checked_common_cflags)
APEX_Loader_checked_lflags    := $(APEX_Loader_custom_lflags)
APEX_Loader_checked_lflags    += $(addprefix -L, $(APEX_Loader_checked_lpaths))
APEX_Loader_checked_lflags    += -Wl,--start-group $(addprefix -l, $(APEX_Loader_checked_libraries)) -Wl,--end-group
APEX_Loader_checked_lflags  += -lrt -pthread -z muldefs -Wl,-rpath=.
APEX_Loader_checked_lflags  += -m32
APEX_Loader_checked_objsdir  = $(OBJS_DIR)/APEX_Loader_checked
APEX_Loader_checked_cpp_o    = $(addprefix $(APEX_Loader_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(APEX_Loader_cppfiles)))))
APEX_Loader_checked_cc_o    = $(addprefix $(APEX_Loader_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(APEX_Loader_ccfiles)))))
APEX_Loader_checked_c_o      = $(addprefix $(APEX_Loader_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(APEX_Loader_cfiles)))))
APEX_Loader_checked_obj      = $(APEX_Loader_checked_cpp_o) $(APEX_Loader_checked_cc_o) $(APEX_Loader_checked_c_o)
APEX_Loader_checked_bin      := ./../../lib/linux32/libAPEX_LoaderCHECKED.a

clean_APEX_Loader_checked: 
	@$(ECHO) clean APEX_Loader checked
	@$(RMDIR) $(APEX_Loader_checked_objsdir)
	@$(RMDIR) $(APEX_Loader_checked_bin)
	@$(RMDIR) $(DEPSDIR)/APEX_Loader/checked

build_APEX_Loader_checked: postbuild_APEX_Loader_checked
postbuild_APEX_Loader_checked: mainbuild_APEX_Loader_checked
mainbuild_APEX_Loader_checked: prebuild_APEX_Loader_checked $(APEX_Loader_checked_bin)
prebuild_APEX_Loader_checked:

$(APEX_Loader_checked_bin): $(NvParameterized_checked_obj) $(PsFastXml_checked_obj) $(PxPvdSDK_checked_obj) $(APEX_Loader_checked_obj) build_APEX_Clothing_checked build_APEX_Destructible_checked build_APEX_Legacy_checked build_ApexCommon_checked build_ApexFramework_checked build_NvParameterized_checked build_PsFastXml_checked build_PxFoundation_checked build_PxPvdSDK_checked 
	mkdir -p `dirname ./../../lib/linux32/libAPEX_LoaderCHECKED.a`
	@$(AR) rcs $(APEX_Loader_checked_bin) $(NvParameterized_checked_obj) $(PsFastXml_checked_obj) $(PxPvdSDK_checked_obj) $(APEX_Loader_checked_obj)
	$(ECHO) building $@ complete!

APEX_Loader_checked_DEPDIR = $(dir $(@))/$(*F)
$(APEX_Loader_checked_cpp_o): $(APEX_Loader_checked_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(APEX_Loader_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Loader/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_cppfiles))))))
	cp $(APEX_Loader_checked_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Loader/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Loader/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_cppfiles))))).P; \
	  rm -f $(APEX_Loader_checked_DEPDIR).d

$(APEX_Loader_checked_cc_o): $(APEX_Loader_checked_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(APEX_Loader_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_ccfiles))))))
	cp $(APEX_Loader_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_ccfiles))))).checked.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_ccfiles))))).checked.P; \
	  rm -f $(APEX_Loader_checked_DEPDIR).d

$(APEX_Loader_checked_c_o): $(APEX_Loader_checked_objsdir)/%.o:
	$(ECHO) APEX_Loader: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(APEX_Loader_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/APEX_Loader/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_cfiles))))))
	cp $(APEX_Loader_checked_DEPDIR).d $(addprefix $(DEPSDIR)/APEX_Loader/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(APEX_Loader_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/APEX_Loader/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(APEX_Loader_checked_objsdir),, $@))), $(APEX_Loader_cfiles))))).P; \
	  rm -f $(APEX_Loader_checked_DEPDIR).d

clean_APEX_Loader:  clean_APEX_Loader_debug clean_APEX_Loader_release clean_APEX_Loader_profile clean_APEX_Loader_checked
	rm -rf $(DEPSDIR)

export VERBOSE
ifndef VERBOSE
.SILENT:
endif