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
575
576
577
578
579
580
581
582
583
584
585
|
# Makefile generated by XPJ for linux64
-include Makefile.custom
ProjectName = ApexFramework
ApexFramework_cppfiles += ./../../framework/src/ApexAssetPreviewScene.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexCreateSDK.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexCustomBufferIterator.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexRenderDebug.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexRenderMeshActor.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexRenderMeshAsset.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexRenderMeshAssetAuthoring.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexRenderSubmesh.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexResourceProvider.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexSDKImpl.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexSDKVersionString.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexScene.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexSceneTasks.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexSceneUserNotify.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexVertexBuffer.cpp
ApexFramework_cppfiles += ./../../framework/src/ApexVertexFormat.cpp
ApexFramework_cppfiles += ./../../framework/src/FrameworkProfile.cpp
ApexFramework_cppfiles += ./../../framework/src/MirrorSceneImpl.cpp
ApexFramework_cppfiles += ./../../framework/src/ThreadPool.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferF32x1.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferF32x2.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferF32x3.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferF32x4.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU16x1.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU16x2.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU16x3.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU16x4.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU32x1.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU32x2.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU32x3.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU32x4.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU8x1.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU8x2.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU8x3.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU8x4.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/RenderMeshAssetParameters.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/SubmeshParameters.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/SurfaceBufferParameters.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/VertexBufferParameters.cpp
ApexFramework_cppfiles += ./../../framework/src/autogen/VertexFormatParameters.cpp
ApexFramework_cpp_debug_dep = $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexFramework_cppfiles)))))
ApexFramework_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(ApexFramework_ccfiles)))))
ApexFramework_c_debug_dep = $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexFramework_cfiles)))))
ApexFramework_debug_dep = $(ApexFramework_cpp_debug_dep) $(ApexFramework_cc_debug_dep) $(ApexFramework_c_debug_dep)
-include $(ApexFramework_debug_dep)
ApexFramework_cpp_release_dep = $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexFramework_cppfiles)))))
ApexFramework_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(ApexFramework_ccfiles)))))
ApexFramework_c_release_dep = $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexFramework_cfiles)))))
ApexFramework_release_dep = $(ApexFramework_cpp_release_dep) $(ApexFramework_cc_release_dep) $(ApexFramework_c_release_dep)
-include $(ApexFramework_release_dep)
ApexFramework_cpp_profile_dep = $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexFramework_cppfiles)))))
ApexFramework_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(ApexFramework_ccfiles)))))
ApexFramework_c_profile_dep = $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexFramework_cfiles)))))
ApexFramework_profile_dep = $(ApexFramework_cpp_profile_dep) $(ApexFramework_cc_profile_dep) $(ApexFramework_c_profile_dep)
-include $(ApexFramework_profile_dep)
ApexFramework_cpp_checked_dep = $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexFramework_cppfiles)))))
ApexFramework_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(ApexFramework_ccfiles)))))
ApexFramework_c_checked_dep = $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexFramework_cfiles)))))
ApexFramework_checked_dep = $(ApexFramework_cpp_checked_dep) $(ApexFramework_cc_checked_dep) $(ApexFramework_c_checked_dep)
-include $(ApexFramework_checked_dep)
ApexFramework_debug_hpaths :=
ApexFramework_debug_hpaths += ./../../framework/include
ApexFramework_debug_hpaths += ./../../framework/include/autogen
ApexFramework_debug_hpaths += ./../../common/include
ApexFramework_debug_hpaths += ./../../common/include/autogen
ApexFramework_debug_hpaths += ./../../shared/internal/include
ApexFramework_debug_hpaths += ./../../NvParameterized/include
ApexFramework_debug_hpaths += ./../../shared/general/RenderDebug/public
ApexFramework_debug_hpaths += ./../../include
ApexFramework_debug_hpaths += ./../../include/PhysX3
ApexFramework_debug_hpaths += ./../../../PxShared/include
ApexFramework_debug_hpaths += ./../../../PxShared/include/filebuf
ApexFramework_debug_hpaths += ./../../../PxShared/include/foundation
ApexFramework_debug_hpaths += ./../../../PxShared/include/task
ApexFramework_debug_hpaths += ./../../../PxShared/include/cudamanager
ApexFramework_debug_hpaths += ./../../../PxShared/include/pvd
ApexFramework_debug_hpaths += ./../../../PxShared/src/foundation/include
ApexFramework_debug_hpaths += ./../../../PxShared/src/filebuf/include
ApexFramework_debug_hpaths += ./../../../PxShared/src/fastxml/include
ApexFramework_debug_hpaths += ./../../../PxShared/src/pvd/include
ApexFramework_debug_hpaths += ./../../shared/general/shared
ApexFramework_debug_hpaths += ./../../public
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/common
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/cooking
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/extensions
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/geometry
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/gpu
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/deformable
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/particles
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/vehicle
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
ApexFramework_debug_hpaths += ./../../shared/general/PairFilter/include
ApexFramework_debug_hpaths += ./../../shared/general/PairFilter/public
ApexFramework_debug_hpaths += ./../../../PxShared/src/pvd/src
ApexFramework_debug_hpaths += ./../../../PxShared/src/cudamanager/include
ApexFramework_debug_lpaths :=
ApexFramework_debug_lpaths += ./../../../PxShared/lib/makelinux64
ApexFramework_debug_lpaths += ./../../../PhysX_3.4/Lib/makelinux64
ApexFramework_debug_lpaths += ./../../lib/linux64
ApexFramework_debug_lpaths += ./../../NvParameterized/lib/linux64
ApexFramework_debug_lpaths += ./../../../PxShared/lib/linux64
ApexFramework_debug_lpaths += ./../../../PxShared/bin/linux64
ApexFramework_debug_lpaths += ./../../shared/general/RenderDebug/lib/linux64
ApexFramework_debug_defines := $(ApexFramework_custom_defines)
ApexFramework_debug_defines += PX_PHYSX_STATIC_LIB
ApexFramework_debug_defines += _DEBUG
ApexFramework_debug_defines += PX_DEBUG
ApexFramework_debug_defines += PX_CHECKED
ApexFramework_debug_libraries :=
ApexFramework_debug_libraries += ApexCommonDEBUG
ApexFramework_debug_libraries += ApexSharedDEBUG
ApexFramework_debug_libraries += NvParameterizedDEBUG
ApexFramework_debug_libraries += PsFastXmlDEBUG
ApexFramework_debug_libraries += PxFoundationDEBUG_x64
ApexFramework_debug_libraries += PxPvdSDKDEBUG_x64
ApexFramework_debug_libraries += PxTaskDEBUG
ApexFramework_debug_libraries += RenderDebugDEBUG
ApexFramework_debug_libraries += PhysX3CommonDEBUG_x64
ApexFramework_debug_common_cflags := $(ApexFramework_custom_cflags)
ApexFramework_debug_common_cflags += -MMD
ApexFramework_debug_common_cflags += $(addprefix -D, $(ApexFramework_debug_defines))
ApexFramework_debug_common_cflags += $(addprefix -I, $(ApexFramework_debug_hpaths))
ApexFramework_debug_common_cflags += -m64
ApexFramework_debug_common_cflags += -m64 -msse2 -mfpmath=sse -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
ApexFramework_debug_common_cflags += -g3 -gdwarf-2
ApexFramework_debug_cflags := $(ApexFramework_debug_common_cflags)
ApexFramework_debug_cppflags := $(ApexFramework_debug_common_cflags)
ApexFramework_debug_lflags := $(ApexFramework_custom_lflags)
ApexFramework_debug_lflags += $(addprefix -L, $(ApexFramework_debug_lpaths))
ApexFramework_debug_lflags += -Wl,--start-group $(addprefix -l, $(ApexFramework_debug_libraries)) -Wl,--end-group
ApexFramework_debug_lflags += -m64
ApexFramework_debug_objsdir = $(OBJS_DIR)/ApexFramework_debug
ApexFramework_debug_cpp_o = $(addprefix $(ApexFramework_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexFramework_cppfiles)))))
ApexFramework_debug_cc_o = $(addprefix $(ApexFramework_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexFramework_ccfiles)))))
ApexFramework_debug_c_o = $(addprefix $(ApexFramework_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexFramework_cfiles)))))
ApexFramework_debug_obj = $(ApexFramework_debug_cpp_o) $(ApexFramework_debug_cc_o) $(ApexFramework_debug_c_o)
ApexFramework_debug_bin := ./../../lib/linux64/libApexFrameworkDEBUG.a
clean_ApexFramework_debug:
@$(ECHO) clean ApexFramework debug
@$(RMDIR) $(ApexFramework_debug_objsdir)
@$(RMDIR) $(ApexFramework_debug_bin)
@$(RMDIR) $(DEPSDIR)/ApexFramework/debug
build_ApexFramework_debug: postbuild_ApexFramework_debug
postbuild_ApexFramework_debug: mainbuild_ApexFramework_debug
mainbuild_ApexFramework_debug: prebuild_ApexFramework_debug $(ApexFramework_debug_bin)
prebuild_ApexFramework_debug:
$(ApexFramework_debug_bin): $(NvParameterized_debug_obj) $(PsFastXml_debug_obj) $(PxPvdSDK_debug_obj) $(PxTask_debug_obj) $(RenderDebug_debug_obj) $(ApexFramework_debug_obj) build_ApexCommon_debug build_ApexShared_debug build_NvParameterized_debug build_PsFastXml_debug build_PxFoundation_debug build_PxPvdSDK_debug build_PxTask_debug build_RenderDebug_debug
mkdir -p `dirname ./../../lib/linux64/libApexFrameworkDEBUG.a`
@$(AR) rcs $(ApexFramework_debug_bin) $(NvParameterized_debug_obj) $(PsFastXml_debug_obj) $(PxPvdSDK_debug_obj) $(PxTask_debug_obj) $(RenderDebug_debug_obj) $(ApexFramework_debug_obj)
$(ECHO) building $@ complete!
ApexFramework_debug_DEPDIR = $(dir $(@))/$(*F)
$(ApexFramework_debug_cpp_o): $(ApexFramework_debug_objsdir)/%.o:
$(ECHO) ApexFramework: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(ApexFramework_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles))))))
cp $(ApexFramework_debug_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \
rm -f $(ApexFramework_debug_DEPDIR).d
$(ApexFramework_debug_cc_o): $(ApexFramework_debug_objsdir)/%.o:
$(ECHO) ApexFramework: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(ApexFramework_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles))))))
cp $(ApexFramework_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles))))).debug.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles))))).debug.P; \
rm -f $(ApexFramework_debug_DEPDIR).d
$(ApexFramework_debug_c_o): $(ApexFramework_debug_objsdir)/%.o:
$(ECHO) ApexFramework: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(ApexFramework_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles))))))
cp $(ApexFramework_debug_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \
rm -f $(ApexFramework_debug_DEPDIR).d
ApexFramework_release_hpaths :=
ApexFramework_release_hpaths += ./../../framework/include
ApexFramework_release_hpaths += ./../../framework/include/autogen
ApexFramework_release_hpaths += ./../../common/include
ApexFramework_release_hpaths += ./../../common/include/autogen
ApexFramework_release_hpaths += ./../../shared/internal/include
ApexFramework_release_hpaths += ./../../NvParameterized/include
ApexFramework_release_hpaths += ./../../shared/general/RenderDebug/public
ApexFramework_release_hpaths += ./../../include
ApexFramework_release_hpaths += ./../../include/PhysX3
ApexFramework_release_hpaths += ./../../../PxShared/include
ApexFramework_release_hpaths += ./../../../PxShared/include/filebuf
ApexFramework_release_hpaths += ./../../../PxShared/include/foundation
ApexFramework_release_hpaths += ./../../../PxShared/include/task
ApexFramework_release_hpaths += ./../../../PxShared/include/cudamanager
ApexFramework_release_hpaths += ./../../../PxShared/include/pvd
ApexFramework_release_hpaths += ./../../../PxShared/src/foundation/include
ApexFramework_release_hpaths += ./../../../PxShared/src/filebuf/include
ApexFramework_release_hpaths += ./../../../PxShared/src/fastxml/include
ApexFramework_release_hpaths += ./../../../PxShared/src/pvd/include
ApexFramework_release_hpaths += ./../../shared/general/shared
ApexFramework_release_hpaths += ./../../public
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/common
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/cooking
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/extensions
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/geometry
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/gpu
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/deformable
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/particles
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/vehicle
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
ApexFramework_release_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
ApexFramework_release_hpaths += ./../../shared/general/PairFilter/include
ApexFramework_release_hpaths += ./../../shared/general/PairFilter/public
ApexFramework_release_hpaths += ./../../../PxShared/src/pvd/src
ApexFramework_release_hpaths += ./../../../PxShared/src/cudamanager/include
ApexFramework_release_lpaths :=
ApexFramework_release_lpaths += ./../../../PxShared/lib/makelinux64
ApexFramework_release_lpaths += ./../../../PhysX_3.4/Lib/makelinux64
ApexFramework_release_lpaths += ./../../lib/linux64
ApexFramework_release_lpaths += ./../../NvParameterized/lib/linux64
ApexFramework_release_lpaths += ./../../../PxShared/lib/linux64
ApexFramework_release_lpaths += ./../../../PxShared/bin/linux64
ApexFramework_release_lpaths += ./../../shared/general/RenderDebug/lib/linux64
ApexFramework_release_defines := $(ApexFramework_custom_defines)
ApexFramework_release_defines += PX_PHYSX_STATIC_LIB
ApexFramework_release_defines += NDEBUG
ApexFramework_release_defines += APEX_SHIPPING
ApexFramework_release_libraries :=
ApexFramework_release_libraries += ApexCommon
ApexFramework_release_libraries += ApexShared
ApexFramework_release_libraries += NvParameterized
ApexFramework_release_libraries += PsFastXml
ApexFramework_release_libraries += PxFoundation_x64
ApexFramework_release_libraries += PxPvdSDK_x64
ApexFramework_release_libraries += PxTask
ApexFramework_release_libraries += RenderDebug
ApexFramework_release_libraries += PhysX3Common_x64
ApexFramework_release_common_cflags := $(ApexFramework_custom_cflags)
ApexFramework_release_common_cflags += -MMD
ApexFramework_release_common_cflags += $(addprefix -D, $(ApexFramework_release_defines))
ApexFramework_release_common_cflags += $(addprefix -I, $(ApexFramework_release_hpaths))
ApexFramework_release_common_cflags += -m64
ApexFramework_release_common_cflags += -m64 -msse2 -mfpmath=sse -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
ApexFramework_release_common_cflags += -O3 -fno-strict-aliasing
ApexFramework_release_cflags := $(ApexFramework_release_common_cflags)
ApexFramework_release_cppflags := $(ApexFramework_release_common_cflags)
ApexFramework_release_lflags := $(ApexFramework_custom_lflags)
ApexFramework_release_lflags += $(addprefix -L, $(ApexFramework_release_lpaths))
ApexFramework_release_lflags += -Wl,--start-group $(addprefix -l, $(ApexFramework_release_libraries)) -Wl,--end-group
ApexFramework_release_lflags += -m64
ApexFramework_release_objsdir = $(OBJS_DIR)/ApexFramework_release
ApexFramework_release_cpp_o = $(addprefix $(ApexFramework_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexFramework_cppfiles)))))
ApexFramework_release_cc_o = $(addprefix $(ApexFramework_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexFramework_ccfiles)))))
ApexFramework_release_c_o = $(addprefix $(ApexFramework_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexFramework_cfiles)))))
ApexFramework_release_obj = $(ApexFramework_release_cpp_o) $(ApexFramework_release_cc_o) $(ApexFramework_release_c_o)
ApexFramework_release_bin := ./../../lib/linux64/libApexFramework.a
clean_ApexFramework_release:
@$(ECHO) clean ApexFramework release
@$(RMDIR) $(ApexFramework_release_objsdir)
@$(RMDIR) $(ApexFramework_release_bin)
@$(RMDIR) $(DEPSDIR)/ApexFramework/release
build_ApexFramework_release: postbuild_ApexFramework_release
postbuild_ApexFramework_release: mainbuild_ApexFramework_release
mainbuild_ApexFramework_release: prebuild_ApexFramework_release $(ApexFramework_release_bin)
prebuild_ApexFramework_release:
$(ApexFramework_release_bin): $(NvParameterized_release_obj) $(PsFastXml_release_obj) $(PxPvdSDK_release_obj) $(PxTask_release_obj) $(RenderDebug_release_obj) $(ApexFramework_release_obj) build_ApexCommon_release build_ApexShared_release build_NvParameterized_release build_PsFastXml_release build_PxFoundation_release build_PxPvdSDK_release build_PxTask_release build_RenderDebug_release
mkdir -p `dirname ./../../lib/linux64/libApexFramework.a`
@$(AR) rcs $(ApexFramework_release_bin) $(NvParameterized_release_obj) $(PsFastXml_release_obj) $(PxPvdSDK_release_obj) $(PxTask_release_obj) $(RenderDebug_release_obj) $(ApexFramework_release_obj)
$(ECHO) building $@ complete!
ApexFramework_release_DEPDIR = $(dir $(@))/$(*F)
$(ApexFramework_release_cpp_o): $(ApexFramework_release_objsdir)/%.o:
$(ECHO) ApexFramework: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(ApexFramework_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles))))))
cp $(ApexFramework_release_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \
rm -f $(ApexFramework_release_DEPDIR).d
$(ApexFramework_release_cc_o): $(ApexFramework_release_objsdir)/%.o:
$(ECHO) ApexFramework: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(ApexFramework_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles))))))
cp $(ApexFramework_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles))))).release.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles))))).release.P; \
rm -f $(ApexFramework_release_DEPDIR).d
$(ApexFramework_release_c_o): $(ApexFramework_release_objsdir)/%.o:
$(ECHO) ApexFramework: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(ApexFramework_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles))))))
cp $(ApexFramework_release_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \
rm -f $(ApexFramework_release_DEPDIR).d
ApexFramework_profile_hpaths :=
ApexFramework_profile_hpaths += ./../../framework/include
ApexFramework_profile_hpaths += ./../../framework/include/autogen
ApexFramework_profile_hpaths += ./../../common/include
ApexFramework_profile_hpaths += ./../../common/include/autogen
ApexFramework_profile_hpaths += ./../../shared/internal/include
ApexFramework_profile_hpaths += ./../../NvParameterized/include
ApexFramework_profile_hpaths += ./../../shared/general/RenderDebug/public
ApexFramework_profile_hpaths += ./../../include
ApexFramework_profile_hpaths += ./../../include/PhysX3
ApexFramework_profile_hpaths += ./../../../PxShared/include
ApexFramework_profile_hpaths += ./../../../PxShared/include/filebuf
ApexFramework_profile_hpaths += ./../../../PxShared/include/foundation
ApexFramework_profile_hpaths += ./../../../PxShared/include/task
ApexFramework_profile_hpaths += ./../../../PxShared/include/cudamanager
ApexFramework_profile_hpaths += ./../../../PxShared/include/pvd
ApexFramework_profile_hpaths += ./../../../PxShared/src/foundation/include
ApexFramework_profile_hpaths += ./../../../PxShared/src/filebuf/include
ApexFramework_profile_hpaths += ./../../../PxShared/src/fastxml/include
ApexFramework_profile_hpaths += ./../../../PxShared/src/pvd/include
ApexFramework_profile_hpaths += ./../../shared/general/shared
ApexFramework_profile_hpaths += ./../../public
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/common
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/cooking
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/extensions
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/geometry
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/gpu
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/deformable
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/particles
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/vehicle
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
ApexFramework_profile_hpaths += ./../../shared/general/PairFilter/include
ApexFramework_profile_hpaths += ./../../shared/general/PairFilter/public
ApexFramework_profile_hpaths += ./../../../PxShared/src/pvd/src
ApexFramework_profile_hpaths += ./../../../PxShared/src/cudamanager/include
ApexFramework_profile_lpaths :=
ApexFramework_profile_lpaths += ./../../../PxShared/lib/makelinux64
ApexFramework_profile_lpaths += ./../../../PhysX_3.4/Lib/makelinux64
ApexFramework_profile_lpaths += ./../../lib/linux64
ApexFramework_profile_lpaths += ./../../NvParameterized/lib/linux64
ApexFramework_profile_lpaths += ./../../../PxShared/lib/linux64
ApexFramework_profile_lpaths += ./../../../PxShared/bin/linux64
ApexFramework_profile_lpaths += ./../../shared/general/RenderDebug/lib/linux64
ApexFramework_profile_defines := $(ApexFramework_custom_defines)
ApexFramework_profile_defines += PX_PHYSX_STATIC_LIB
ApexFramework_profile_defines += NDEBUG
ApexFramework_profile_defines += PX_PROFILE
ApexFramework_profile_libraries :=
ApexFramework_profile_libraries += ApexCommonPROFILE
ApexFramework_profile_libraries += ApexSharedPROFILE
ApexFramework_profile_libraries += NvParameterizedPROFILE
ApexFramework_profile_libraries += PsFastXmlPROFILE
ApexFramework_profile_libraries += PxFoundationPROFILE_x64
ApexFramework_profile_libraries += PxPvdSDKPROFILE_x64
ApexFramework_profile_libraries += PxTaskPROFILE
ApexFramework_profile_libraries += RenderDebugPROFILE
ApexFramework_profile_libraries += PhysX3CommonPROFILE_x64
ApexFramework_profile_common_cflags := $(ApexFramework_custom_cflags)
ApexFramework_profile_common_cflags += -MMD
ApexFramework_profile_common_cflags += $(addprefix -D, $(ApexFramework_profile_defines))
ApexFramework_profile_common_cflags += $(addprefix -I, $(ApexFramework_profile_hpaths))
ApexFramework_profile_common_cflags += -m64
ApexFramework_profile_common_cflags += -m64 -msse2 -mfpmath=sse -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
ApexFramework_profile_common_cflags += -O3 -fno-strict-aliasing
ApexFramework_profile_cflags := $(ApexFramework_profile_common_cflags)
ApexFramework_profile_cppflags := $(ApexFramework_profile_common_cflags)
ApexFramework_profile_lflags := $(ApexFramework_custom_lflags)
ApexFramework_profile_lflags += $(addprefix -L, $(ApexFramework_profile_lpaths))
ApexFramework_profile_lflags += -Wl,--start-group $(addprefix -l, $(ApexFramework_profile_libraries)) -Wl,--end-group
ApexFramework_profile_lflags += -m64
ApexFramework_profile_objsdir = $(OBJS_DIR)/ApexFramework_profile
ApexFramework_profile_cpp_o = $(addprefix $(ApexFramework_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexFramework_cppfiles)))))
ApexFramework_profile_cc_o = $(addprefix $(ApexFramework_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexFramework_ccfiles)))))
ApexFramework_profile_c_o = $(addprefix $(ApexFramework_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexFramework_cfiles)))))
ApexFramework_profile_obj = $(ApexFramework_profile_cpp_o) $(ApexFramework_profile_cc_o) $(ApexFramework_profile_c_o)
ApexFramework_profile_bin := ./../../lib/linux64/libApexFrameworkPROFILE.a
clean_ApexFramework_profile:
@$(ECHO) clean ApexFramework profile
@$(RMDIR) $(ApexFramework_profile_objsdir)
@$(RMDIR) $(ApexFramework_profile_bin)
@$(RMDIR) $(DEPSDIR)/ApexFramework/profile
build_ApexFramework_profile: postbuild_ApexFramework_profile
postbuild_ApexFramework_profile: mainbuild_ApexFramework_profile
mainbuild_ApexFramework_profile: prebuild_ApexFramework_profile $(ApexFramework_profile_bin)
prebuild_ApexFramework_profile:
$(ApexFramework_profile_bin): $(NvParameterized_profile_obj) $(PsFastXml_profile_obj) $(PxPvdSDK_profile_obj) $(PxTask_profile_obj) $(RenderDebug_profile_obj) $(ApexFramework_profile_obj) build_ApexCommon_profile build_ApexShared_profile build_NvParameterized_profile build_PsFastXml_profile build_PxFoundation_profile build_PxPvdSDK_profile build_PxTask_profile build_RenderDebug_profile
mkdir -p `dirname ./../../lib/linux64/libApexFrameworkPROFILE.a`
@$(AR) rcs $(ApexFramework_profile_bin) $(NvParameterized_profile_obj) $(PsFastXml_profile_obj) $(PxPvdSDK_profile_obj) $(PxTask_profile_obj) $(RenderDebug_profile_obj) $(ApexFramework_profile_obj)
$(ECHO) building $@ complete!
ApexFramework_profile_DEPDIR = $(dir $(@))/$(*F)
$(ApexFramework_profile_cpp_o): $(ApexFramework_profile_objsdir)/%.o:
$(ECHO) ApexFramework: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(ApexFramework_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles))))))
cp $(ApexFramework_profile_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \
rm -f $(ApexFramework_profile_DEPDIR).d
$(ApexFramework_profile_cc_o): $(ApexFramework_profile_objsdir)/%.o:
$(ECHO) ApexFramework: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(ApexFramework_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles))))))
cp $(ApexFramework_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles))))).profile.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles))))).profile.P; \
rm -f $(ApexFramework_profile_DEPDIR).d
$(ApexFramework_profile_c_o): $(ApexFramework_profile_objsdir)/%.o:
$(ECHO) ApexFramework: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(ApexFramework_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles))))))
cp $(ApexFramework_profile_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \
rm -f $(ApexFramework_profile_DEPDIR).d
ApexFramework_checked_hpaths :=
ApexFramework_checked_hpaths += ./../../framework/include
ApexFramework_checked_hpaths += ./../../framework/include/autogen
ApexFramework_checked_hpaths += ./../../common/include
ApexFramework_checked_hpaths += ./../../common/include/autogen
ApexFramework_checked_hpaths += ./../../shared/internal/include
ApexFramework_checked_hpaths += ./../../NvParameterized/include
ApexFramework_checked_hpaths += ./../../shared/general/RenderDebug/public
ApexFramework_checked_hpaths += ./../../include
ApexFramework_checked_hpaths += ./../../include/PhysX3
ApexFramework_checked_hpaths += ./../../../PxShared/include
ApexFramework_checked_hpaths += ./../../../PxShared/include/filebuf
ApexFramework_checked_hpaths += ./../../../PxShared/include/foundation
ApexFramework_checked_hpaths += ./../../../PxShared/include/task
ApexFramework_checked_hpaths += ./../../../PxShared/include/cudamanager
ApexFramework_checked_hpaths += ./../../../PxShared/include/pvd
ApexFramework_checked_hpaths += ./../../../PxShared/src/foundation/include
ApexFramework_checked_hpaths += ./../../../PxShared/src/filebuf/include
ApexFramework_checked_hpaths += ./../../../PxShared/src/fastxml/include
ApexFramework_checked_hpaths += ./../../../PxShared/src/pvd/include
ApexFramework_checked_hpaths += ./../../shared/general/shared
ApexFramework_checked_hpaths += ./../../public
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/common
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/cooking
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/extensions
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/geometry
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/gpu
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/deformable
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/particles
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/vehicle
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
ApexFramework_checked_hpaths += ./../../shared/general/PairFilter/include
ApexFramework_checked_hpaths += ./../../shared/general/PairFilter/public
ApexFramework_checked_hpaths += ./../../../PxShared/src/pvd/src
ApexFramework_checked_hpaths += ./../../../PxShared/src/cudamanager/include
ApexFramework_checked_lpaths :=
ApexFramework_checked_lpaths += ./../../../PxShared/lib/makelinux64
ApexFramework_checked_lpaths += ./../../../PhysX_3.4/Lib/makelinux64
ApexFramework_checked_lpaths += ./../../lib/linux64
ApexFramework_checked_lpaths += ./../../NvParameterized/lib/linux64
ApexFramework_checked_lpaths += ./../../../PxShared/lib/linux64
ApexFramework_checked_lpaths += ./../../../PxShared/bin/linux64
ApexFramework_checked_lpaths += ./../../shared/general/RenderDebug/lib/linux64
ApexFramework_checked_defines := $(ApexFramework_custom_defines)
ApexFramework_checked_defines += PX_PHYSX_STATIC_LIB
ApexFramework_checked_defines += NDEBUG
ApexFramework_checked_defines += PX_CHECKED
ApexFramework_checked_defines += PX_ENABLE_CHECKED_ASSERTS
ApexFramework_checked_libraries :=
ApexFramework_checked_libraries += ApexCommonCHECKED
ApexFramework_checked_libraries += ApexSharedCHECKED
ApexFramework_checked_libraries += NvParameterizedCHECKED
ApexFramework_checked_libraries += PsFastXmlCHECKED
ApexFramework_checked_libraries += PxFoundationCHECKED_x64
ApexFramework_checked_libraries += PxPvdSDKCHECKED_x64
ApexFramework_checked_libraries += PxTaskCHECKED
ApexFramework_checked_libraries += RenderDebugCHECKED
ApexFramework_checked_libraries += PhysX3CommonCHECKED_x64
ApexFramework_checked_common_cflags := $(ApexFramework_custom_cflags)
ApexFramework_checked_common_cflags += -MMD
ApexFramework_checked_common_cflags += $(addprefix -D, $(ApexFramework_checked_defines))
ApexFramework_checked_common_cflags += $(addprefix -I, $(ApexFramework_checked_hpaths))
ApexFramework_checked_common_cflags += -m64
ApexFramework_checked_common_cflags += -m64 -msse2 -mfpmath=sse -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
ApexFramework_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
ApexFramework_checked_cflags := $(ApexFramework_checked_common_cflags)
ApexFramework_checked_cppflags := $(ApexFramework_checked_common_cflags)
ApexFramework_checked_lflags := $(ApexFramework_custom_lflags)
ApexFramework_checked_lflags += $(addprefix -L, $(ApexFramework_checked_lpaths))
ApexFramework_checked_lflags += -Wl,--start-group $(addprefix -l, $(ApexFramework_checked_libraries)) -Wl,--end-group
ApexFramework_checked_lflags += -m64
ApexFramework_checked_objsdir = $(OBJS_DIR)/ApexFramework_checked
ApexFramework_checked_cpp_o = $(addprefix $(ApexFramework_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexFramework_cppfiles)))))
ApexFramework_checked_cc_o = $(addprefix $(ApexFramework_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexFramework_ccfiles)))))
ApexFramework_checked_c_o = $(addprefix $(ApexFramework_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexFramework_cfiles)))))
ApexFramework_checked_obj = $(ApexFramework_checked_cpp_o) $(ApexFramework_checked_cc_o) $(ApexFramework_checked_c_o)
ApexFramework_checked_bin := ./../../lib/linux64/libApexFrameworkCHECKED.a
clean_ApexFramework_checked:
@$(ECHO) clean ApexFramework checked
@$(RMDIR) $(ApexFramework_checked_objsdir)
@$(RMDIR) $(ApexFramework_checked_bin)
@$(RMDIR) $(DEPSDIR)/ApexFramework/checked
build_ApexFramework_checked: postbuild_ApexFramework_checked
postbuild_ApexFramework_checked: mainbuild_ApexFramework_checked
mainbuild_ApexFramework_checked: prebuild_ApexFramework_checked $(ApexFramework_checked_bin)
prebuild_ApexFramework_checked:
$(ApexFramework_checked_bin): $(NvParameterized_checked_obj) $(PsFastXml_checked_obj) $(PxPvdSDK_checked_obj) $(PxTask_checked_obj) $(RenderDebug_checked_obj) $(ApexFramework_checked_obj) build_ApexCommon_checked build_ApexShared_checked build_NvParameterized_checked build_PsFastXml_checked build_PxFoundation_checked build_PxPvdSDK_checked build_PxTask_checked build_RenderDebug_checked
mkdir -p `dirname ./../../lib/linux64/libApexFrameworkCHECKED.a`
@$(AR) rcs $(ApexFramework_checked_bin) $(NvParameterized_checked_obj) $(PsFastXml_checked_obj) $(PxPvdSDK_checked_obj) $(PxTask_checked_obj) $(RenderDebug_checked_obj) $(ApexFramework_checked_obj)
$(ECHO) building $@ complete!
ApexFramework_checked_DEPDIR = $(dir $(@))/$(*F)
$(ApexFramework_checked_cpp_o): $(ApexFramework_checked_objsdir)/%.o:
$(ECHO) ApexFramework: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(ApexFramework_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles))))))
cp $(ApexFramework_checked_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \
rm -f $(ApexFramework_checked_DEPDIR).d
$(ApexFramework_checked_cc_o): $(ApexFramework_checked_objsdir)/%.o:
$(ECHO) ApexFramework: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(ApexFramework_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles))))))
cp $(ApexFramework_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles))))).checked.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles))))).checked.P; \
rm -f $(ApexFramework_checked_DEPDIR).d
$(ApexFramework_checked_c_o): $(ApexFramework_checked_objsdir)/%.o:
$(ECHO) ApexFramework: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(ApexFramework_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles))))))
cp $(ApexFramework_checked_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \
rm -f $(ApexFramework_checked_DEPDIR).d
clean_ApexFramework: clean_ApexFramework_debug clean_ApexFramework_release clean_ApexFramework_profile clean_ApexFramework_checked
rm -rf $(DEPSDIR)
export VERBOSE
ifndef VERBOSE
.SILENT:
endif
|