aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk
diff options
context:
space:
mode:
authorgit perforce import user <a@b>2016-10-25 12:29:14 -0600
committerSheikh Dawood Abdul Ajees <Sheikh Dawood Abdul Ajees>2016-10-25 18:56:37 -0500
commit3dfe2108cfab31ba3ee5527e217d0d8e99a51162 (patch)
treefa6485c169e50d7415a651bf838f5bcd0fd3bfbd /APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk
downloadphysx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.tar.xz
physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.zip
Initial commit:
PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167]
Diffstat (limited to 'APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk')
-rw-r--r--APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk540
1 files changed, 540 insertions, 0 deletions
diff --git a/APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk b/APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk
new file mode 100644
index 00000000..89e95aec
--- /dev/null
+++ b/APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk
@@ -0,0 +1,540 @@
+# Makefile generated by XPJ for linux64
+-include Makefile.custom
+ProjectName = ApexCommon
+ApexCommon_cppfiles += ./../../common/src/ApexActor.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexAssetAuthoring.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexAssetTracker.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexCollision.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexContext.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexCudaProfile.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexCudaTest.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexGeneralizedCubeTemplates.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexGeneralizedMarchingCubes.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexIsoMesh.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexMath.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexMeshContractor.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexMeshHash.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexPreview.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexPvdClient.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexQuadricSimplifier.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexResource.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexRWLockable.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexSDKCachedDataImpl.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexSDKHelpers.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexShape.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexSharedUtils.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexSubdivider.cpp
+ApexCommon_cppfiles += ./../../common/src/ApexTetrahedralizer.cpp
+ApexCommon_cppfiles += ./../../common/src/CurveImpl.cpp
+ApexCommon_cppfiles += ./../../common/src/ModuleBase.cpp
+ApexCommon_cppfiles += ./../../common/src/ModuleUpdateLoader.cpp
+ApexCommon_cppfiles += ./../../common/src/PVDParameterizedHandler.cpp
+ApexCommon_cppfiles += ./../../common/src/ReadCheck.cpp
+ApexCommon_cppfiles += ./../../common/src/Spline.cpp
+ApexCommon_cppfiles += ./../../common/src/variable_oscillator.cpp
+ApexCommon_cppfiles += ./../../common/src/WriteCheck.cpp
+ApexCommon_cppfiles += ./../../common/src/autogen/ConvexHullParameters.cpp
+ApexCommon_cppfiles += ./../../common/src/autogen/DebugColorParams.cpp
+ApexCommon_cppfiles += ./../../common/src/autogen/DebugRenderParams.cpp
+
+ApexCommon_cpp_debug_dep = $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexCommon_cppfiles)))))
+ApexCommon_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(ApexCommon_ccfiles)))))
+ApexCommon_c_debug_dep = $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexCommon_cfiles)))))
+ApexCommon_debug_dep = $(ApexCommon_cpp_debug_dep) $(ApexCommon_cc_debug_dep) $(ApexCommon_c_debug_dep)
+-include $(ApexCommon_debug_dep)
+ApexCommon_cpp_release_dep = $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexCommon_cppfiles)))))
+ApexCommon_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(ApexCommon_ccfiles)))))
+ApexCommon_c_release_dep = $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexCommon_cfiles)))))
+ApexCommon_release_dep = $(ApexCommon_cpp_release_dep) $(ApexCommon_cc_release_dep) $(ApexCommon_c_release_dep)
+-include $(ApexCommon_release_dep)
+ApexCommon_cpp_profile_dep = $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexCommon_cppfiles)))))
+ApexCommon_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(ApexCommon_ccfiles)))))
+ApexCommon_c_profile_dep = $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexCommon_cfiles)))))
+ApexCommon_profile_dep = $(ApexCommon_cpp_profile_dep) $(ApexCommon_cc_profile_dep) $(ApexCommon_c_profile_dep)
+-include $(ApexCommon_profile_dep)
+ApexCommon_cpp_checked_dep = $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexCommon_cppfiles)))))
+ApexCommon_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(ApexCommon_ccfiles)))))
+ApexCommon_c_checked_dep = $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexCommon_cfiles)))))
+ApexCommon_checked_dep = $(ApexCommon_cpp_checked_dep) $(ApexCommon_cc_checked_dep) $(ApexCommon_c_checked_dep)
+-include $(ApexCommon_checked_dep)
+ApexCommon_debug_hpaths :=
+ApexCommon_debug_hpaths += ./../../../PxShared/include
+ApexCommon_debug_hpaths += ./../../../PxShared/include/filebuf
+ApexCommon_debug_hpaths += ./../../../PxShared/include/foundation
+ApexCommon_debug_hpaths += ./../../../PxShared/include/task
+ApexCommon_debug_hpaths += ./../../../PxShared/include/cudamanager
+ApexCommon_debug_hpaths += ./../../../PxShared/include/pvd
+ApexCommon_debug_hpaths += ./../../../PxShared/src/foundation/include
+ApexCommon_debug_hpaths += ./../../../PxShared/src/filebuf/include
+ApexCommon_debug_hpaths += ./../../../PxShared/src/fastxml/include
+ApexCommon_debug_hpaths += ./../../../PxShared/src/pvd/include
+ApexCommon_debug_hpaths += ./../../shared/general/shared
+ApexCommon_debug_hpaths += ./../../public
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include/common
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include/cooking
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include/extensions
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include/geometry
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include/gpu
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include/deformable
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include/particles
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Include/vehicle
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
+ApexCommon_debug_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
+ApexCommon_debug_hpaths += ./../../shared/general/RenderDebug/public
+ApexCommon_debug_hpaths += ./../../shared/general/shared/inparser/include
+ApexCommon_debug_hpaths += ./../../common/include
+ApexCommon_debug_hpaths += ./../../common/include/autogen
+ApexCommon_debug_hpaths += ./../../common/include/linux
+ApexCommon_debug_hpaths += ./../../shared/internal/include
+ApexCommon_debug_hpaths += ./../../module/common/include
+ApexCommon_debug_hpaths += ./../../NvParameterized/include
+ApexCommon_debug_hpaths += ./../../include
+ApexCommon_debug_hpaths += ./../../include/PhysX3
+ApexCommon_debug_hpaths += ./../../framework/include
+ApexCommon_debug_hpaths += ./../../framework/include/autogen
+ApexCommon_debug_hpaths += ./../../include
+ApexCommon_debug_hpaths += ./../../include/PhysX3
+ApexCommon_debug_hpaths += ./../../../PxShared/src/NvSimd/include
+ApexCommon_debug_lpaths :=
+ApexCommon_debug_lpaths += ./../../../PxShared/lib/makelinux64
+ApexCommon_debug_lpaths += ./../../../PhysX_3.4/Lib/makelinux64
+ApexCommon_debug_defines := $(ApexCommon_custom_defines)
+ApexCommon_debug_defines += PX_PHYSX_STATIC_LIB
+ApexCommon_debug_defines += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
+ApexCommon_debug_defines += ENABLE_TEST=0
+ApexCommon_debug_defines += _DEBUG
+ApexCommon_debug_defines += PX_DEBUG
+ApexCommon_debug_defines += PX_CHECKED
+ApexCommon_debug_libraries :=
+ApexCommon_debug_common_cflags := $(ApexCommon_custom_cflags)
+ApexCommon_debug_common_cflags += -MMD
+ApexCommon_debug_common_cflags += $(addprefix -D, $(ApexCommon_debug_defines))
+ApexCommon_debug_common_cflags += $(addprefix -I, $(ApexCommon_debug_hpaths))
+ApexCommon_debug_common_cflags += -m64
+ApexCommon_debug_common_cflags += -m64 -msse2 -mfpmath=sse -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
+ApexCommon_debug_common_cflags += -g3 -gdwarf-2
+ApexCommon_debug_cflags := $(ApexCommon_debug_common_cflags)
+ApexCommon_debug_cppflags := $(ApexCommon_debug_common_cflags)
+ApexCommon_debug_lflags := $(ApexCommon_custom_lflags)
+ApexCommon_debug_lflags += $(addprefix -L, $(ApexCommon_debug_lpaths))
+ApexCommon_debug_lflags += -Wl,--start-group $(addprefix -l, $(ApexCommon_debug_libraries)) -Wl,--end-group
+ApexCommon_debug_lflags += -m64
+ApexCommon_debug_objsdir = $(OBJS_DIR)/ApexCommon_debug
+ApexCommon_debug_cpp_o = $(addprefix $(ApexCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexCommon_cppfiles)))))
+ApexCommon_debug_cc_o = $(addprefix $(ApexCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexCommon_ccfiles)))))
+ApexCommon_debug_c_o = $(addprefix $(ApexCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexCommon_cfiles)))))
+ApexCommon_debug_obj = $(ApexCommon_debug_cpp_o) $(ApexCommon_debug_cc_o) $(ApexCommon_debug_c_o)
+ApexCommon_debug_bin := ./../../lib/linux64/libApexCommonDEBUG.a
+
+clean_ApexCommon_debug:
+ @$(ECHO) clean ApexCommon debug
+ @$(RMDIR) $(ApexCommon_debug_objsdir)
+ @$(RMDIR) $(ApexCommon_debug_bin)
+ @$(RMDIR) $(DEPSDIR)/ApexCommon/debug
+
+build_ApexCommon_debug: postbuild_ApexCommon_debug
+postbuild_ApexCommon_debug: mainbuild_ApexCommon_debug
+mainbuild_ApexCommon_debug: prebuild_ApexCommon_debug $(ApexCommon_debug_bin)
+prebuild_ApexCommon_debug:
+
+$(ApexCommon_debug_bin): $(ApexCommon_debug_obj)
+ mkdir -p `dirname ./../../lib/linux64/libApexCommonDEBUG.a`
+ @$(AR) rcs $(ApexCommon_debug_bin) $(ApexCommon_debug_obj)
+ $(ECHO) building $@ complete!
+
+ApexCommon_debug_DEPDIR = $(dir $(@))/$(*F)
+$(ApexCommon_debug_cpp_o): $(ApexCommon_debug_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(ApexCommon_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cppfiles))))))
+ cp $(ApexCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
+ rm -f $(ApexCommon_debug_DEPDIR).d
+
+$(ApexCommon_debug_cc_o): $(ApexCommon_debug_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(ApexCommon_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_ccfiles))))))
+ cp $(ApexCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_ccfiles))))).debug.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_ccfiles))))).debug.P; \
+ rm -f $(ApexCommon_debug_DEPDIR).d
+
+$(ApexCommon_debug_c_o): $(ApexCommon_debug_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(ApexCommon_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cfiles))))))
+ cp $(ApexCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_debug_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
+ rm -f $(ApexCommon_debug_DEPDIR).d
+
+ApexCommon_release_hpaths :=
+ApexCommon_release_hpaths += ./../../../PxShared/include
+ApexCommon_release_hpaths += ./../../../PxShared/include/filebuf
+ApexCommon_release_hpaths += ./../../../PxShared/include/foundation
+ApexCommon_release_hpaths += ./../../../PxShared/include/task
+ApexCommon_release_hpaths += ./../../../PxShared/include/cudamanager
+ApexCommon_release_hpaths += ./../../../PxShared/include/pvd
+ApexCommon_release_hpaths += ./../../../PxShared/src/foundation/include
+ApexCommon_release_hpaths += ./../../../PxShared/src/filebuf/include
+ApexCommon_release_hpaths += ./../../../PxShared/src/fastxml/include
+ApexCommon_release_hpaths += ./../../../PxShared/src/pvd/include
+ApexCommon_release_hpaths += ./../../shared/general/shared
+ApexCommon_release_hpaths += ./../../public
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include/common
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include/cooking
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include/extensions
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include/geometry
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include/gpu
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include/deformable
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include/particles
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Include/vehicle
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
+ApexCommon_release_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
+ApexCommon_release_hpaths += ./../../shared/general/RenderDebug/public
+ApexCommon_release_hpaths += ./../../shared/general/shared/inparser/include
+ApexCommon_release_hpaths += ./../../common/include
+ApexCommon_release_hpaths += ./../../common/include/autogen
+ApexCommon_release_hpaths += ./../../common/include/linux
+ApexCommon_release_hpaths += ./../../shared/internal/include
+ApexCommon_release_hpaths += ./../../module/common/include
+ApexCommon_release_hpaths += ./../../NvParameterized/include
+ApexCommon_release_hpaths += ./../../include
+ApexCommon_release_hpaths += ./../../include/PhysX3
+ApexCommon_release_hpaths += ./../../framework/include
+ApexCommon_release_hpaths += ./../../framework/include/autogen
+ApexCommon_release_hpaths += ./../../include
+ApexCommon_release_hpaths += ./../../include/PhysX3
+ApexCommon_release_hpaths += ./../../../PxShared/src/NvSimd/include
+ApexCommon_release_lpaths :=
+ApexCommon_release_lpaths += ./../../../PxShared/lib/makelinux64
+ApexCommon_release_lpaths += ./../../../PhysX_3.4/Lib/makelinux64
+ApexCommon_release_defines := $(ApexCommon_custom_defines)
+ApexCommon_release_defines += PX_PHYSX_STATIC_LIB
+ApexCommon_release_defines += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
+ApexCommon_release_defines += ENABLE_TEST=0
+ApexCommon_release_defines += NDEBUG
+ApexCommon_release_defines += APEX_SHIPPING
+ApexCommon_release_libraries :=
+ApexCommon_release_common_cflags := $(ApexCommon_custom_cflags)
+ApexCommon_release_common_cflags += -MMD
+ApexCommon_release_common_cflags += $(addprefix -D, $(ApexCommon_release_defines))
+ApexCommon_release_common_cflags += $(addprefix -I, $(ApexCommon_release_hpaths))
+ApexCommon_release_common_cflags += -m64
+ApexCommon_release_common_cflags += -m64 -msse2 -mfpmath=sse -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
+ApexCommon_release_common_cflags += -O3 -fno-strict-aliasing
+ApexCommon_release_cflags := $(ApexCommon_release_common_cflags)
+ApexCommon_release_cppflags := $(ApexCommon_release_common_cflags)
+ApexCommon_release_lflags := $(ApexCommon_custom_lflags)
+ApexCommon_release_lflags += $(addprefix -L, $(ApexCommon_release_lpaths))
+ApexCommon_release_lflags += -Wl,--start-group $(addprefix -l, $(ApexCommon_release_libraries)) -Wl,--end-group
+ApexCommon_release_lflags += -m64
+ApexCommon_release_objsdir = $(OBJS_DIR)/ApexCommon_release
+ApexCommon_release_cpp_o = $(addprefix $(ApexCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexCommon_cppfiles)))))
+ApexCommon_release_cc_o = $(addprefix $(ApexCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexCommon_ccfiles)))))
+ApexCommon_release_c_o = $(addprefix $(ApexCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexCommon_cfiles)))))
+ApexCommon_release_obj = $(ApexCommon_release_cpp_o) $(ApexCommon_release_cc_o) $(ApexCommon_release_c_o)
+ApexCommon_release_bin := ./../../lib/linux64/libApexCommon.a
+
+clean_ApexCommon_release:
+ @$(ECHO) clean ApexCommon release
+ @$(RMDIR) $(ApexCommon_release_objsdir)
+ @$(RMDIR) $(ApexCommon_release_bin)
+ @$(RMDIR) $(DEPSDIR)/ApexCommon/release
+
+build_ApexCommon_release: postbuild_ApexCommon_release
+postbuild_ApexCommon_release: mainbuild_ApexCommon_release
+mainbuild_ApexCommon_release: prebuild_ApexCommon_release $(ApexCommon_release_bin)
+prebuild_ApexCommon_release:
+
+$(ApexCommon_release_bin): $(ApexCommon_release_obj)
+ mkdir -p `dirname ./../../lib/linux64/libApexCommon.a`
+ @$(AR) rcs $(ApexCommon_release_bin) $(ApexCommon_release_obj)
+ $(ECHO) building $@ complete!
+
+ApexCommon_release_DEPDIR = $(dir $(@))/$(*F)
+$(ApexCommon_release_cpp_o): $(ApexCommon_release_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(ApexCommon_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cppfiles))))))
+ cp $(ApexCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
+ rm -f $(ApexCommon_release_DEPDIR).d
+
+$(ApexCommon_release_cc_o): $(ApexCommon_release_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(ApexCommon_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_ccfiles))))))
+ cp $(ApexCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_ccfiles))))).release.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_ccfiles))))).release.P; \
+ rm -f $(ApexCommon_release_DEPDIR).d
+
+$(ApexCommon_release_c_o): $(ApexCommon_release_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(ApexCommon_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cfiles))))))
+ cp $(ApexCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_release_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
+ rm -f $(ApexCommon_release_DEPDIR).d
+
+ApexCommon_profile_hpaths :=
+ApexCommon_profile_hpaths += ./../../../PxShared/include
+ApexCommon_profile_hpaths += ./../../../PxShared/include/filebuf
+ApexCommon_profile_hpaths += ./../../../PxShared/include/foundation
+ApexCommon_profile_hpaths += ./../../../PxShared/include/task
+ApexCommon_profile_hpaths += ./../../../PxShared/include/cudamanager
+ApexCommon_profile_hpaths += ./../../../PxShared/include/pvd
+ApexCommon_profile_hpaths += ./../../../PxShared/src/foundation/include
+ApexCommon_profile_hpaths += ./../../../PxShared/src/filebuf/include
+ApexCommon_profile_hpaths += ./../../../PxShared/src/fastxml/include
+ApexCommon_profile_hpaths += ./../../../PxShared/src/pvd/include
+ApexCommon_profile_hpaths += ./../../shared/general/shared
+ApexCommon_profile_hpaths += ./../../public
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include/common
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include/cooking
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include/extensions
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include/geometry
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include/gpu
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include/deformable
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include/particles
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Include/vehicle
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
+ApexCommon_profile_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
+ApexCommon_profile_hpaths += ./../../shared/general/RenderDebug/public
+ApexCommon_profile_hpaths += ./../../shared/general/shared/inparser/include
+ApexCommon_profile_hpaths += ./../../common/include
+ApexCommon_profile_hpaths += ./../../common/include/autogen
+ApexCommon_profile_hpaths += ./../../common/include/linux
+ApexCommon_profile_hpaths += ./../../shared/internal/include
+ApexCommon_profile_hpaths += ./../../module/common/include
+ApexCommon_profile_hpaths += ./../../NvParameterized/include
+ApexCommon_profile_hpaths += ./../../include
+ApexCommon_profile_hpaths += ./../../include/PhysX3
+ApexCommon_profile_hpaths += ./../../framework/include
+ApexCommon_profile_hpaths += ./../../framework/include/autogen
+ApexCommon_profile_hpaths += ./../../include
+ApexCommon_profile_hpaths += ./../../include/PhysX3
+ApexCommon_profile_hpaths += ./../../../PxShared/src/NvSimd/include
+ApexCommon_profile_lpaths :=
+ApexCommon_profile_lpaths += ./../../../PxShared/lib/makelinux64
+ApexCommon_profile_lpaths += ./../../../PhysX_3.4/Lib/makelinux64
+ApexCommon_profile_defines := $(ApexCommon_custom_defines)
+ApexCommon_profile_defines += PX_PHYSX_STATIC_LIB
+ApexCommon_profile_defines += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
+ApexCommon_profile_defines += ENABLE_TEST=0
+ApexCommon_profile_defines += NDEBUG
+ApexCommon_profile_defines += PX_PROFILE
+ApexCommon_profile_libraries :=
+ApexCommon_profile_common_cflags := $(ApexCommon_custom_cflags)
+ApexCommon_profile_common_cflags += -MMD
+ApexCommon_profile_common_cflags += $(addprefix -D, $(ApexCommon_profile_defines))
+ApexCommon_profile_common_cflags += $(addprefix -I, $(ApexCommon_profile_hpaths))
+ApexCommon_profile_common_cflags += -m64
+ApexCommon_profile_common_cflags += -m64 -msse2 -mfpmath=sse -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
+ApexCommon_profile_common_cflags += -O3 -fno-strict-aliasing
+ApexCommon_profile_cflags := $(ApexCommon_profile_common_cflags)
+ApexCommon_profile_cppflags := $(ApexCommon_profile_common_cflags)
+ApexCommon_profile_lflags := $(ApexCommon_custom_lflags)
+ApexCommon_profile_lflags += $(addprefix -L, $(ApexCommon_profile_lpaths))
+ApexCommon_profile_lflags += -Wl,--start-group $(addprefix -l, $(ApexCommon_profile_libraries)) -Wl,--end-group
+ApexCommon_profile_lflags += -m64
+ApexCommon_profile_objsdir = $(OBJS_DIR)/ApexCommon_profile
+ApexCommon_profile_cpp_o = $(addprefix $(ApexCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexCommon_cppfiles)))))
+ApexCommon_profile_cc_o = $(addprefix $(ApexCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexCommon_ccfiles)))))
+ApexCommon_profile_c_o = $(addprefix $(ApexCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexCommon_cfiles)))))
+ApexCommon_profile_obj = $(ApexCommon_profile_cpp_o) $(ApexCommon_profile_cc_o) $(ApexCommon_profile_c_o)
+ApexCommon_profile_bin := ./../../lib/linux64/libApexCommonPROFILE.a
+
+clean_ApexCommon_profile:
+ @$(ECHO) clean ApexCommon profile
+ @$(RMDIR) $(ApexCommon_profile_objsdir)
+ @$(RMDIR) $(ApexCommon_profile_bin)
+ @$(RMDIR) $(DEPSDIR)/ApexCommon/profile
+
+build_ApexCommon_profile: postbuild_ApexCommon_profile
+postbuild_ApexCommon_profile: mainbuild_ApexCommon_profile
+mainbuild_ApexCommon_profile: prebuild_ApexCommon_profile $(ApexCommon_profile_bin)
+prebuild_ApexCommon_profile:
+
+$(ApexCommon_profile_bin): $(ApexCommon_profile_obj)
+ mkdir -p `dirname ./../../lib/linux64/libApexCommonPROFILE.a`
+ @$(AR) rcs $(ApexCommon_profile_bin) $(ApexCommon_profile_obj)
+ $(ECHO) building $@ complete!
+
+ApexCommon_profile_DEPDIR = $(dir $(@))/$(*F)
+$(ApexCommon_profile_cpp_o): $(ApexCommon_profile_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(ApexCommon_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cppfiles))))))
+ cp $(ApexCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
+ rm -f $(ApexCommon_profile_DEPDIR).d
+
+$(ApexCommon_profile_cc_o): $(ApexCommon_profile_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(ApexCommon_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_ccfiles))))))
+ cp $(ApexCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_ccfiles))))).profile.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_ccfiles))))).profile.P; \
+ rm -f $(ApexCommon_profile_DEPDIR).d
+
+$(ApexCommon_profile_c_o): $(ApexCommon_profile_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(ApexCommon_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cfiles))))))
+ cp $(ApexCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_profile_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
+ rm -f $(ApexCommon_profile_DEPDIR).d
+
+ApexCommon_checked_hpaths :=
+ApexCommon_checked_hpaths += ./../../../PxShared/include
+ApexCommon_checked_hpaths += ./../../../PxShared/include/filebuf
+ApexCommon_checked_hpaths += ./../../../PxShared/include/foundation
+ApexCommon_checked_hpaths += ./../../../PxShared/include/task
+ApexCommon_checked_hpaths += ./../../../PxShared/include/cudamanager
+ApexCommon_checked_hpaths += ./../../../PxShared/include/pvd
+ApexCommon_checked_hpaths += ./../../../PxShared/src/foundation/include
+ApexCommon_checked_hpaths += ./../../../PxShared/src/filebuf/include
+ApexCommon_checked_hpaths += ./../../../PxShared/src/fastxml/include
+ApexCommon_checked_hpaths += ./../../../PxShared/src/pvd/include
+ApexCommon_checked_hpaths += ./../../shared/general/shared
+ApexCommon_checked_hpaths += ./../../public
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include/common
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include/cooking
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include/extensions
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include/geometry
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include/gpu
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include/deformable
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include/particles
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include/characterkinematic
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include/characterdynamic
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Include/vehicle
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers
+ApexCommon_checked_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include
+ApexCommon_checked_hpaths += ./../../shared/general/RenderDebug/public
+ApexCommon_checked_hpaths += ./../../shared/general/shared/inparser/include
+ApexCommon_checked_hpaths += ./../../common/include
+ApexCommon_checked_hpaths += ./../../common/include/autogen
+ApexCommon_checked_hpaths += ./../../common/include/linux
+ApexCommon_checked_hpaths += ./../../shared/internal/include
+ApexCommon_checked_hpaths += ./../../module/common/include
+ApexCommon_checked_hpaths += ./../../NvParameterized/include
+ApexCommon_checked_hpaths += ./../../include
+ApexCommon_checked_hpaths += ./../../include/PhysX3
+ApexCommon_checked_hpaths += ./../../framework/include
+ApexCommon_checked_hpaths += ./../../framework/include/autogen
+ApexCommon_checked_hpaths += ./../../include
+ApexCommon_checked_hpaths += ./../../include/PhysX3
+ApexCommon_checked_hpaths += ./../../../PxShared/src/NvSimd/include
+ApexCommon_checked_lpaths :=
+ApexCommon_checked_lpaths += ./../../../PxShared/lib/makelinux64
+ApexCommon_checked_lpaths += ./../../../PhysX_3.4/Lib/makelinux64
+ApexCommon_checked_defines := $(ApexCommon_custom_defines)
+ApexCommon_checked_defines += PX_PHYSX_STATIC_LIB
+ApexCommon_checked_defines += NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1
+ApexCommon_checked_defines += ENABLE_TEST=0
+ApexCommon_checked_defines += NDEBUG
+ApexCommon_checked_defines += PX_CHECKED
+ApexCommon_checked_defines += PX_ENABLE_CHECKED_ASSERTS
+ApexCommon_checked_libraries :=
+ApexCommon_checked_common_cflags := $(ApexCommon_custom_cflags)
+ApexCommon_checked_common_cflags += -MMD
+ApexCommon_checked_common_cflags += $(addprefix -D, $(ApexCommon_checked_defines))
+ApexCommon_checked_common_cflags += $(addprefix -I, $(ApexCommon_checked_hpaths))
+ApexCommon_checked_common_cflags += -m64
+ApexCommon_checked_common_cflags += -m64 -msse2 -mfpmath=sse -fpic -ffast-math -fno-exceptions -fno-rtti -Wno-invalid-offsetof -Wno-unknown-pragmas -std=c++0x
+ApexCommon_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
+ApexCommon_checked_cflags := $(ApexCommon_checked_common_cflags)
+ApexCommon_checked_cppflags := $(ApexCommon_checked_common_cflags)
+ApexCommon_checked_lflags := $(ApexCommon_custom_lflags)
+ApexCommon_checked_lflags += $(addprefix -L, $(ApexCommon_checked_lpaths))
+ApexCommon_checked_lflags += -Wl,--start-group $(addprefix -l, $(ApexCommon_checked_libraries)) -Wl,--end-group
+ApexCommon_checked_lflags += -m64
+ApexCommon_checked_objsdir = $(OBJS_DIR)/ApexCommon_checked
+ApexCommon_checked_cpp_o = $(addprefix $(ApexCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexCommon_cppfiles)))))
+ApexCommon_checked_cc_o = $(addprefix $(ApexCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexCommon_ccfiles)))))
+ApexCommon_checked_c_o = $(addprefix $(ApexCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexCommon_cfiles)))))
+ApexCommon_checked_obj = $(ApexCommon_checked_cpp_o) $(ApexCommon_checked_cc_o) $(ApexCommon_checked_c_o)
+ApexCommon_checked_bin := ./../../lib/linux64/libApexCommonCHECKED.a
+
+clean_ApexCommon_checked:
+ @$(ECHO) clean ApexCommon checked
+ @$(RMDIR) $(ApexCommon_checked_objsdir)
+ @$(RMDIR) $(ApexCommon_checked_bin)
+ @$(RMDIR) $(DEPSDIR)/ApexCommon/checked
+
+build_ApexCommon_checked: postbuild_ApexCommon_checked
+postbuild_ApexCommon_checked: mainbuild_ApexCommon_checked
+mainbuild_ApexCommon_checked: prebuild_ApexCommon_checked $(ApexCommon_checked_bin)
+prebuild_ApexCommon_checked:
+
+$(ApexCommon_checked_bin): $(ApexCommon_checked_obj)
+ mkdir -p `dirname ./../../lib/linux64/libApexCommonCHECKED.a`
+ @$(AR) rcs $(ApexCommon_checked_bin) $(ApexCommon_checked_obj)
+ $(ECHO) building $@ complete!
+
+ApexCommon_checked_DEPDIR = $(dir $(@))/$(*F)
+$(ApexCommon_checked_cpp_o): $(ApexCommon_checked_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(ApexCommon_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cppfiles))))))
+ cp $(ApexCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cppfiles))))).P; \
+ rm -f $(ApexCommon_checked_DEPDIR).d
+
+$(ApexCommon_checked_cc_o): $(ApexCommon_checked_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(ApexCommon_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_ccfiles))))))
+ cp $(ApexCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_ccfiles))))).checked.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_ccfiles))))).checked.P; \
+ rm -f $(ApexCommon_checked_DEPDIR).d
+
+$(ApexCommon_checked_c_o): $(ApexCommon_checked_objsdir)/%.o:
+ $(ECHO) ApexCommon: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(ApexCommon_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cfiles))))))
+ cp $(ApexCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(ApexCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexCommon_checked_objsdir),, $@))), $(ApexCommon_cfiles))))).P; \
+ rm -f $(ApexCommon_checked_DEPDIR).d
+
+clean_ApexCommon: clean_ApexCommon_debug clean_ApexCommon_release clean_ApexCommon_profile clean_ApexCommon_checked
+ rm -rf $(DEPSDIR)
+
+export VERBOSE
+ifndef VERBOSE
+.SILENT:
+endif