diff options
Diffstat (limited to 'PhysX_3.4/Source/compiler/linux64')
18 files changed, 8250 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile b/PhysX_3.4/Source/compiler/linux64/Makefile new file mode 100644 index 00000000..51154ddf --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile @@ -0,0 +1,225 @@ +#!/usr/bin/make +# Makefile generated by XPJ for linux64 + +DEPSDIR = .deps +#default defines +OBJS_DIR = build +RMDIR = rm -fr +ECHO = echo +CCLD = g++ +CXX = g++ +CC = gcc +RANLIB = ranlib +AR = ar +STRIP = strip +OBJDUMP = objdump +OBJCOPY = objcopy +-include Makedefs.linux64.mk + +all: checked debug profile release + +checked: build_PxFoundation_checked build_PxPvdSDK_checked build_LowLevel_checked build_LowLevelAABB_checked build_LowLevelDynamics_checked build_LowLevelCloth_checked build_LowLevelParticles_checked build_PxTask_checked build_PsFastXml_checked build_PhysXVehicle_checked build_PhysXExtensions_checked build_SceneQuery_checked build_SimulationController_checked build_PhysXCommon_checked build_PhysX_checked build_PhysXCharacterKinematic_checked build_PhysXCooking_checked + +debug: build_PxFoundation_debug build_PxPvdSDK_debug build_LowLevel_debug build_LowLevelAABB_debug build_LowLevelDynamics_debug build_LowLevelCloth_debug build_LowLevelParticles_debug build_PxTask_debug build_PsFastXml_debug build_PhysXVehicle_debug build_PhysXExtensions_debug build_SceneQuery_debug build_SimulationController_debug build_PhysXCommon_debug build_PhysX_debug build_PhysXCharacterKinematic_debug build_PhysXCooking_debug + +profile: build_PxFoundation_profile build_PxPvdSDK_profile build_LowLevel_profile build_LowLevelAABB_profile build_LowLevelDynamics_profile build_LowLevelCloth_profile build_LowLevelParticles_profile build_PxTask_profile build_PsFastXml_profile build_PhysXVehicle_profile build_PhysXExtensions_profile build_SceneQuery_profile build_SimulationController_profile build_PhysXCommon_profile build_PhysX_profile build_PhysXCharacterKinematic_profile build_PhysXCooking_profile + +release: build_PxFoundation_release build_PxPvdSDK_release build_LowLevel_release build_LowLevelAABB_release build_LowLevelDynamics_release build_LowLevelCloth_release build_LowLevelParticles_release build_PxTask_release build_PsFastXml_release build_PhysXVehicle_release build_PhysXExtensions_release build_SceneQuery_release build_SimulationController_release build_PhysXCommon_release build_PhysX_release build_PhysXCharacterKinematic_release build_PhysXCooking_release + +clean: clean_PxFoundation_debug clean_PxFoundation_release clean_PxFoundation_checked clean_PxFoundation_profile clean_PxPvdSDK_debug clean_PxPvdSDK_release clean_PxPvdSDK_checked clean_PxPvdSDK_profile clean_LowLevel_debug clean_LowLevel_checked clean_LowLevel_profile clean_LowLevel_release clean_LowLevelAABB_debug clean_LowLevelAABB_checked clean_LowLevelAABB_profile clean_LowLevelAABB_release clean_LowLevelDynamics_debug clean_LowLevelDynamics_checked clean_LowLevelDynamics_profile clean_LowLevelDynamics_release clean_LowLevelCloth_debug clean_LowLevelCloth_checked clean_LowLevelCloth_profile clean_LowLevelCloth_release clean_LowLevelParticles_debug clean_LowLevelParticles_checked clean_LowLevelParticles_profile clean_LowLevelParticles_release clean_PxTask_debug clean_PxTask_release clean_PxTask_checked clean_PxTask_profile clean_PsFastXml_debug clean_PsFastXml_release clean_PsFastXml_checked clean_PsFastXml_profile clean_PhysXVehicle_debug clean_PhysXVehicle_checked clean_PhysXVehicle_profile clean_PhysXVehicle_release clean_PhysXExtensions_debug clean_PhysXExtensions_checked clean_PhysXExtensions_profile clean_PhysXExtensions_release clean_SceneQuery_debug clean_SceneQuery_checked clean_SceneQuery_profile clean_SceneQuery_release clean_SimulationController_debug clean_SimulationController_checked clean_SimulationController_profile clean_SimulationController_release clean_PhysXCommon_release clean_PhysXCommon_debug clean_PhysXCommon_checked clean_PhysXCommon_profile clean_PhysX_release clean_PhysX_debug clean_PhysX_checked clean_PhysX_profile clean_PhysXCharacterKinematic_debug clean_PhysXCharacterKinematic_checked clean_PhysXCharacterKinematic_profile clean_PhysXCharacterKinematic_release clean_PhysXCooking_release clean_PhysXCooking_debug clean_PhysXCooking_checked clean_PhysXCooking_profile + rm -rf $(DEPSDIR) + + +clean_debug: clean_PxFoundation_debug clean_PxPvdSDK_debug clean_LowLevel_debug clean_LowLevelAABB_debug clean_LowLevelDynamics_debug clean_LowLevelCloth_debug clean_LowLevelParticles_debug clean_PxTask_debug clean_PsFastXml_debug clean_PhysXVehicle_debug clean_PhysXExtensions_debug clean_SceneQuery_debug clean_SimulationController_debug clean_PhysXCommon_debug clean_PhysX_debug clean_PhysXCharacterKinematic_debug clean_PhysXCooking_debug + rm -rf $(DEPSDIR) + + +clean_release: clean_PxFoundation_release clean_PxPvdSDK_release clean_LowLevel_release clean_LowLevelAABB_release clean_LowLevelDynamics_release clean_LowLevelCloth_release clean_LowLevelParticles_release clean_PxTask_release clean_PsFastXml_release clean_PhysXVehicle_release clean_PhysXExtensions_release clean_SceneQuery_release clean_SimulationController_release clean_PhysXCommon_release clean_PhysX_release clean_PhysXCharacterKinematic_release clean_PhysXCooking_release + rm -rf $(DEPSDIR) + + +clean_checked: clean_PxFoundation_checked clean_PxPvdSDK_checked clean_LowLevel_checked clean_LowLevelAABB_checked clean_LowLevelDynamics_checked clean_LowLevelCloth_checked clean_LowLevelParticles_checked clean_PxTask_checked clean_PsFastXml_checked clean_PhysXVehicle_checked clean_PhysXExtensions_checked clean_SceneQuery_checked clean_SimulationController_checked clean_PhysXCommon_checked clean_PhysX_checked clean_PhysXCharacterKinematic_checked clean_PhysXCooking_checked + rm -rf $(DEPSDIR) + + +clean_profile: clean_PxFoundation_profile clean_PxPvdSDK_profile clean_LowLevel_profile clean_LowLevelAABB_profile clean_LowLevelDynamics_profile clean_LowLevelCloth_profile clean_LowLevelParticles_profile clean_PxTask_profile clean_PsFastXml_profile clean_PhysXVehicle_profile clean_PhysXExtensions_profile clean_SceneQuery_profile clean_SimulationController_profile clean_PhysXCommon_profile clean_PhysX_profile clean_PhysXCharacterKinematic_profile clean_PhysXCooking_profile + rm -rf $(DEPSDIR) + + +include Makefile.PxFoundation.mk +include Makefile.PxPvdSDK.mk +include Makefile.LowLevel.mk +include Makefile.LowLevelAABB.mk +include Makefile.LowLevelDynamics.mk +include Makefile.LowLevelCloth.mk +include Makefile.LowLevelParticles.mk +include Makefile.PxTask.mk +include Makefile.PsFastXml.mk +include Makefile.PhysXVehicle.mk +include Makefile.PhysXExtensions.mk +include Makefile.SceneQuery.mk +include Makefile.SimulationController.mk +include Makefile.PhysXCommon.mk +include Makefile.PhysX.mk +include Makefile.PhysXCharacterKinematic.mk +include Makefile.PhysXCooking.mk + + +# Disable implicit rules to speedup build +.SUFFIXES: +SUFFIXES := +%.out: +%.a: +%.ln: +%.o: +%: %.o +%.c: +%: %.c +%.ln: %.c +%.o: %.c +%.cc: +%: %.cc +%.o: %.cc +%.C: +%: %.C +%.o: %.C +%.cpp: +%: %.cpp +%.o: %.cpp +%.p: +%: %.p +%.o: %.p +%.f: +%: + %.f%.o: %.f +%.F: +%: %.F +%.o: %.F +%.f: %.F +%.r: +%: %.r +%.o: %.r +%.f: %.r +%.y: +%.ln: %.y +%.c: %.y +%.l: +%.ln: %.l +%.c: %.l +%.r: %.l +%.s: +%: %.s +%.o: %.s +%.S: +%: %.S +%.o: %.S +%.s: %.S +%.mod: +%: %.mod +%.o: %.mod +%.sym: +%.def: +%.sym: %.def +%.h: +%.info: +%.dvi: +%.tex: +%.dvi: %.tex +%.texinfo: +%.info: %.texinfo +%.dvi: %.texinfo +%.texi: +%.info: %.texi +%.dvi: %.texi +%.txinfo: +%.info: %.txinfo +%.dvi: %.txinfo +%.w: +%.c: %.w +%.tex: %.w +%.ch: +%.web: +%.p: %.web +%.tex: %.web +%.sh: +%: %.sh +%.elc: +%.el: +(%): % +%.out: % +%.c: %.w %.ch +%.tex: %.w %.ch +%: %,v +%: RCS/%,v +%: RCS/% +%: s.% +%: SCCS/s.% +.web.p: +.l.r: +.dvi: +.F.o: +.l: +.y.ln: +.o: +.y: +.def.sym: +.p.o: +.p: +.txinfo.dvi: +.a: +.l.ln: +.w.c: +.texi.dvi: +.sh: +.cc: +.cc.o: +.def: +.c.o: +.r.o: +.r: +.info: +.elc: +.l.c: +.out: +.C: +.r.f: +.S: +.texinfo.info: +.c: +.w.tex: +.c.ln: +.s.o: +.s: +.texinfo.dvi: +.el: +.texinfo: +.y.c: +.web.tex: +.texi.info: +.DEFAULT: +.h: +.tex.dvi: +.cpp.o: +.cpp: +.C.o: +.ln: +.texi: +.txinfo: +.tex: +.txinfo.info: +.ch: +.S.s: +.mod: +.mod.o: +.F.f: +.w: +.S.o: +.F: +.web: +.sym: +.f: +.f.o: +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevel.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevel.mk new file mode 100644 index 00000000..068397ab --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevel.mk @@ -0,0 +1,512 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = LowLevel +LowLevel_cppfiles += ./../../LowLevel/API/src/px_globals.cpp +LowLevel_cppfiles += ./../../LowLevel/software/src/PxsCCD.cpp +LowLevel_cppfiles += ./../../LowLevel/software/src/PxsContactManager.cpp +LowLevel_cppfiles += ./../../LowLevel/software/src/PxsContext.cpp +LowLevel_cppfiles += ./../../LowLevel/software/src/PxsDefaultMemoryManager.cpp +LowLevel_cppfiles += ./../../LowLevel/software/src/PxsIslandSim.cpp +LowLevel_cppfiles += ./../../LowLevel/software/src/PxsMaterialCombiner.cpp +LowLevel_cppfiles += ./../../LowLevel/software/src/PxsNphaseImplementationContext.cpp +LowLevel_cppfiles += ./../../LowLevel/software/src/PxsSimpleIslandManager.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/collision/PxcContact.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcContactCache.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcContactMethodImpl.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcMaterialHeightField.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcMaterialMesh.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcMaterialMethodImpl.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcMaterialShape.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcNpBatch.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcNpCacheStreamPair.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcNpContactPrepShared.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcNpMemBlockPool.cpp +LowLevel_cppfiles += ./../../LowLevel/common/src/pipeline/PxcNpThreadContext.cpp + +LowLevel_cpp_debug_dep = $(addprefix $(DEPSDIR)/LowLevel/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevel_cppfiles))))) +LowLevel_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(LowLevel_ccfiles))))) +LowLevel_c_debug_dep = $(addprefix $(DEPSDIR)/LowLevel/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevel_cfiles))))) +LowLevel_debug_dep = $(LowLevel_cpp_debug_dep) $(LowLevel_cc_debug_dep) $(LowLevel_c_debug_dep) +-include $(LowLevel_debug_dep) +LowLevel_cpp_checked_dep = $(addprefix $(DEPSDIR)/LowLevel/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevel_cppfiles))))) +LowLevel_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(LowLevel_ccfiles))))) +LowLevel_c_checked_dep = $(addprefix $(DEPSDIR)/LowLevel/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevel_cfiles))))) +LowLevel_checked_dep = $(LowLevel_cpp_checked_dep) $(LowLevel_cc_checked_dep) $(LowLevel_c_checked_dep) +-include $(LowLevel_checked_dep) +LowLevel_cpp_profile_dep = $(addprefix $(DEPSDIR)/LowLevel/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevel_cppfiles))))) +LowLevel_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(LowLevel_ccfiles))))) +LowLevel_c_profile_dep = $(addprefix $(DEPSDIR)/LowLevel/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevel_cfiles))))) +LowLevel_profile_dep = $(LowLevel_cpp_profile_dep) $(LowLevel_cc_profile_dep) $(LowLevel_c_profile_dep) +-include $(LowLevel_profile_dep) +LowLevel_cpp_release_dep = $(addprefix $(DEPSDIR)/LowLevel/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevel_cppfiles))))) +LowLevel_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(LowLevel_ccfiles))))) +LowLevel_c_release_dep = $(addprefix $(DEPSDIR)/LowLevel/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevel_cfiles))))) +LowLevel_release_dep = $(LowLevel_cpp_release_dep) $(LowLevel_cc_release_dep) $(LowLevel_c_release_dep) +-include $(LowLevel_release_dep) +LowLevel_debug_hpaths := +LowLevel_debug_hpaths += ./../../PhysXGpu/include +LowLevel_debug_hpaths += ./../../Common/include +LowLevel_debug_hpaths += ./../../../../PxShared/include +LowLevel_debug_hpaths += ./../../../../PxShared/src/foundation/include +LowLevel_debug_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevel_debug_hpaths += ./../../../../PxShared/src/pvd/include +LowLevel_debug_hpaths += ./../../../Include/common +LowLevel_debug_hpaths += ./../../../Include/geometry +LowLevel_debug_hpaths += ./../../../Include +LowLevel_debug_hpaths += ./../../../Include/GeomUtils +LowLevel_debug_hpaths += ./../../Common/src +LowLevel_debug_hpaths += ./../../Common/src/unix +LowLevel_debug_hpaths += ./../../PhysXProfile/src +LowLevel_debug_hpaths += ./../../PhysXProfile/include +LowLevel_debug_hpaths += ./../../GeomUtils/headers +LowLevel_debug_hpaths += ./../../GeomUtils/src/contact +LowLevel_debug_hpaths += ./../../GeomUtils/src/common +LowLevel_debug_hpaths += ./../../GeomUtils/src/convex +LowLevel_debug_hpaths += ./../../GeomUtils/src/distance +LowLevel_debug_hpaths += ./../../GeomUtils/src/gjk +LowLevel_debug_hpaths += ./../../GeomUtils/src/intersection +LowLevel_debug_hpaths += ./../../GeomUtils/src/mesh +LowLevel_debug_hpaths += ./../../GeomUtils/src/hf +LowLevel_debug_hpaths += ./../../GeomUtils/src/pcm +LowLevel_debug_hpaths += ./../../GeomUtils/src/ccd +LowLevel_debug_hpaths += ./../../GeomUtils/src +LowLevel_debug_hpaths += ./../../LowLevel/API/include +LowLevel_debug_hpaths += ./../../LowLevel/common/include +LowLevel_debug_hpaths += ./../../LowLevel/common/include/collision +LowLevel_debug_hpaths += ./../../LowLevel/common/include/pipeline +LowLevel_debug_hpaths += ./../../LowLevel/common/include/pipeline/unix +LowLevel_debug_hpaths += ./../../LowLevel/common/include/utils +LowLevel_debug_hpaths += ./../../LowLevel/software/include +LowLevel_debug_hpaths += ./../../LowLevel/software/include/unix +LowLevel_debug_hpaths += ./../../LowLevelDynamics/include +LowLevel_debug_hpaths += ./../../LowLevelDynamics/include/unix +LowLevel_debug_lpaths := +LowLevel_debug_defines := $(LowLevel_custom_defines) +LowLevel_debug_defines += PX_PHYSX_STATIC_LIB +LowLevel_debug_defines += _DEBUG +LowLevel_debug_defines += PX_DEBUG=1 +LowLevel_debug_defines += PX_CHECKED=1 +LowLevel_debug_defines += PX_SUPPORT_PVD=1 +LowLevel_debug_libraries := +LowLevel_debug_common_cflags := $(LowLevel_custom_cflags) +LowLevel_debug_common_cflags += -MMD +LowLevel_debug_common_cflags += $(addprefix -D, $(LowLevel_debug_defines)) +LowLevel_debug_common_cflags += $(addprefix -I, $(LowLevel_debug_hpaths)) +LowLevel_debug_common_cflags += -m64 +LowLevel_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevel_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevel_debug_common_cflags += -Wno-missing-field-initializers +LowLevel_debug_common_cflags += -g3 -gdwarf-2 +LowLevel_debug_cflags := $(LowLevel_debug_common_cflags) +LowLevel_debug_cppflags := $(LowLevel_debug_common_cflags) +LowLevel_debug_lflags := $(LowLevel_custom_lflags) +LowLevel_debug_lflags += $(addprefix -L, $(LowLevel_debug_lpaths)) +LowLevel_debug_lflags += -Wl,--start-group $(addprefix -l, $(LowLevel_debug_libraries)) -Wl,--end-group +LowLevel_debug_lflags += -lrt +LowLevel_debug_lflags += -m64 +LowLevel_debug_objsdir = $(OBJS_DIR)/LowLevel_debug +LowLevel_debug_cpp_o = $(addprefix $(LowLevel_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) +LowLevel_debug_cc_o = $(addprefix $(LowLevel_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) +LowLevel_debug_c_o = $(addprefix $(LowLevel_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevel_cfiles))))) +LowLevel_debug_obj = $(LowLevel_debug_cpp_o) $(LowLevel_debug_cc_o) $(LowLevel_debug_c_o) +LowLevel_debug_bin := ./../../../Lib/linux64/libLowLevelDEBUG.a + +clean_LowLevel_debug: + @$(ECHO) clean LowLevel debug + @$(RMDIR) $(LowLevel_debug_objsdir) + @$(RMDIR) $(LowLevel_debug_bin) + @$(RMDIR) $(DEPSDIR)/LowLevel/debug + +build_LowLevel_debug: postbuild_LowLevel_debug +postbuild_LowLevel_debug: mainbuild_LowLevel_debug +mainbuild_LowLevel_debug: prebuild_LowLevel_debug $(LowLevel_debug_bin) +prebuild_LowLevel_debug: + +$(LowLevel_debug_bin): $(LowLevel_debug_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelDEBUG.a` + @$(AR) rcs $(LowLevel_debug_bin) $(LowLevel_debug_obj) + $(ECHO) building $@ complete! + +LowLevel_debug_DEPDIR = $(dir $(@))/$(*F) +$(LowLevel_debug_cpp_o): $(LowLevel_debug_objsdir)/%.o: + $(ECHO) LowLevel: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevel_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevel/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_cppfiles)))))) + cp $(LowLevel_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevel/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevel/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_cppfiles))))).P; \ + rm -f $(LowLevel_debug_DEPDIR).d + +$(LowLevel_debug_cc_o): $(LowLevel_debug_objsdir)/%.o: + $(ECHO) LowLevel: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevel_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_ccfiles)))))) + cp $(LowLevel_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_ccfiles))))).debug.P; \ + rm -f $(LowLevel_debug_DEPDIR).d + +$(LowLevel_debug_c_o): $(LowLevel_debug_objsdir)/%.o: + $(ECHO) LowLevel: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevel_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevel/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_cfiles)))))) + cp $(LowLevel_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevel/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevel/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_debug_objsdir),, $@))), $(LowLevel_cfiles))))).P; \ + rm -f $(LowLevel_debug_DEPDIR).d + +LowLevel_checked_hpaths := +LowLevel_checked_hpaths += ./../../PhysXGpu/include +LowLevel_checked_hpaths += ./../../Common/include +LowLevel_checked_hpaths += ./../../../../PxShared/include +LowLevel_checked_hpaths += ./../../../../PxShared/src/foundation/include +LowLevel_checked_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevel_checked_hpaths += ./../../../../PxShared/src/pvd/include +LowLevel_checked_hpaths += ./../../../Include/common +LowLevel_checked_hpaths += ./../../../Include/geometry +LowLevel_checked_hpaths += ./../../../Include +LowLevel_checked_hpaths += ./../../../Include/GeomUtils +LowLevel_checked_hpaths += ./../../Common/src +LowLevel_checked_hpaths += ./../../Common/src/unix +LowLevel_checked_hpaths += ./../../PhysXProfile/src +LowLevel_checked_hpaths += ./../../PhysXProfile/include +LowLevel_checked_hpaths += ./../../GeomUtils/headers +LowLevel_checked_hpaths += ./../../GeomUtils/src/contact +LowLevel_checked_hpaths += ./../../GeomUtils/src/common +LowLevel_checked_hpaths += ./../../GeomUtils/src/convex +LowLevel_checked_hpaths += ./../../GeomUtils/src/distance +LowLevel_checked_hpaths += ./../../GeomUtils/src/gjk +LowLevel_checked_hpaths += ./../../GeomUtils/src/intersection +LowLevel_checked_hpaths += ./../../GeomUtils/src/mesh +LowLevel_checked_hpaths += ./../../GeomUtils/src/hf +LowLevel_checked_hpaths += ./../../GeomUtils/src/pcm +LowLevel_checked_hpaths += ./../../GeomUtils/src/ccd +LowLevel_checked_hpaths += ./../../GeomUtils/src +LowLevel_checked_hpaths += ./../../LowLevel/API/include +LowLevel_checked_hpaths += ./../../LowLevel/common/include +LowLevel_checked_hpaths += ./../../LowLevel/common/include/collision +LowLevel_checked_hpaths += ./../../LowLevel/common/include/pipeline +LowLevel_checked_hpaths += ./../../LowLevel/common/include/pipeline/unix +LowLevel_checked_hpaths += ./../../LowLevel/common/include/utils +LowLevel_checked_hpaths += ./../../LowLevel/software/include +LowLevel_checked_hpaths += ./../../LowLevel/software/include/unix +LowLevel_checked_hpaths += ./../../LowLevelDynamics/include +LowLevel_checked_hpaths += ./../../LowLevelDynamics/include/unix +LowLevel_checked_lpaths := +LowLevel_checked_defines := $(LowLevel_custom_defines) +LowLevel_checked_defines += PX_PHYSX_STATIC_LIB +LowLevel_checked_defines += NDEBUG +LowLevel_checked_defines += PX_CHECKED=1 +LowLevel_checked_defines += PX_SUPPORT_PVD=1 +LowLevel_checked_libraries := +LowLevel_checked_common_cflags := $(LowLevel_custom_cflags) +LowLevel_checked_common_cflags += -MMD +LowLevel_checked_common_cflags += $(addprefix -D, $(LowLevel_checked_defines)) +LowLevel_checked_common_cflags += $(addprefix -I, $(LowLevel_checked_hpaths)) +LowLevel_checked_common_cflags += -m64 +LowLevel_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevel_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevel_checked_common_cflags += -Wno-missing-field-initializers +LowLevel_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +LowLevel_checked_cflags := $(LowLevel_checked_common_cflags) +LowLevel_checked_cppflags := $(LowLevel_checked_common_cflags) +LowLevel_checked_lflags := $(LowLevel_custom_lflags) +LowLevel_checked_lflags += $(addprefix -L, $(LowLevel_checked_lpaths)) +LowLevel_checked_lflags += -Wl,--start-group $(addprefix -l, $(LowLevel_checked_libraries)) -Wl,--end-group +LowLevel_checked_lflags += -lrt +LowLevel_checked_lflags += -m64 +LowLevel_checked_objsdir = $(OBJS_DIR)/LowLevel_checked +LowLevel_checked_cpp_o = $(addprefix $(LowLevel_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) +LowLevel_checked_cc_o = $(addprefix $(LowLevel_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) +LowLevel_checked_c_o = $(addprefix $(LowLevel_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevel_cfiles))))) +LowLevel_checked_obj = $(LowLevel_checked_cpp_o) $(LowLevel_checked_cc_o) $(LowLevel_checked_c_o) +LowLevel_checked_bin := ./../../../Lib/linux64/libLowLevelCHECKED.a + +clean_LowLevel_checked: + @$(ECHO) clean LowLevel checked + @$(RMDIR) $(LowLevel_checked_objsdir) + @$(RMDIR) $(LowLevel_checked_bin) + @$(RMDIR) $(DEPSDIR)/LowLevel/checked + +build_LowLevel_checked: postbuild_LowLevel_checked +postbuild_LowLevel_checked: mainbuild_LowLevel_checked +mainbuild_LowLevel_checked: prebuild_LowLevel_checked $(LowLevel_checked_bin) +prebuild_LowLevel_checked: + +$(LowLevel_checked_bin): $(LowLevel_checked_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelCHECKED.a` + @$(AR) rcs $(LowLevel_checked_bin) $(LowLevel_checked_obj) + $(ECHO) building $@ complete! + +LowLevel_checked_DEPDIR = $(dir $(@))/$(*F) +$(LowLevel_checked_cpp_o): $(LowLevel_checked_objsdir)/%.o: + $(ECHO) LowLevel: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevel_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevel/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_cppfiles)))))) + cp $(LowLevel_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevel/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevel/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_cppfiles))))).P; \ + rm -f $(LowLevel_checked_DEPDIR).d + +$(LowLevel_checked_cc_o): $(LowLevel_checked_objsdir)/%.o: + $(ECHO) LowLevel: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevel_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_ccfiles)))))) + cp $(LowLevel_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_ccfiles))))).checked.P; \ + rm -f $(LowLevel_checked_DEPDIR).d + +$(LowLevel_checked_c_o): $(LowLevel_checked_objsdir)/%.o: + $(ECHO) LowLevel: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevel_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevel/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_cfiles)))))) + cp $(LowLevel_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevel/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevel/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_checked_objsdir),, $@))), $(LowLevel_cfiles))))).P; \ + rm -f $(LowLevel_checked_DEPDIR).d + +LowLevel_profile_hpaths := +LowLevel_profile_hpaths += ./../../PhysXGpu/include +LowLevel_profile_hpaths += ./../../Common/include +LowLevel_profile_hpaths += ./../../../../PxShared/include +LowLevel_profile_hpaths += ./../../../../PxShared/src/foundation/include +LowLevel_profile_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevel_profile_hpaths += ./../../../../PxShared/src/pvd/include +LowLevel_profile_hpaths += ./../../../Include/common +LowLevel_profile_hpaths += ./../../../Include/geometry +LowLevel_profile_hpaths += ./../../../Include +LowLevel_profile_hpaths += ./../../../Include/GeomUtils +LowLevel_profile_hpaths += ./../../Common/src +LowLevel_profile_hpaths += ./../../Common/src/unix +LowLevel_profile_hpaths += ./../../PhysXProfile/src +LowLevel_profile_hpaths += ./../../PhysXProfile/include +LowLevel_profile_hpaths += ./../../GeomUtils/headers +LowLevel_profile_hpaths += ./../../GeomUtils/src/contact +LowLevel_profile_hpaths += ./../../GeomUtils/src/common +LowLevel_profile_hpaths += ./../../GeomUtils/src/convex +LowLevel_profile_hpaths += ./../../GeomUtils/src/distance +LowLevel_profile_hpaths += ./../../GeomUtils/src/gjk +LowLevel_profile_hpaths += ./../../GeomUtils/src/intersection +LowLevel_profile_hpaths += ./../../GeomUtils/src/mesh +LowLevel_profile_hpaths += ./../../GeomUtils/src/hf +LowLevel_profile_hpaths += ./../../GeomUtils/src/pcm +LowLevel_profile_hpaths += ./../../GeomUtils/src/ccd +LowLevel_profile_hpaths += ./../../GeomUtils/src +LowLevel_profile_hpaths += ./../../LowLevel/API/include +LowLevel_profile_hpaths += ./../../LowLevel/common/include +LowLevel_profile_hpaths += ./../../LowLevel/common/include/collision +LowLevel_profile_hpaths += ./../../LowLevel/common/include/pipeline +LowLevel_profile_hpaths += ./../../LowLevel/common/include/pipeline/unix +LowLevel_profile_hpaths += ./../../LowLevel/common/include/utils +LowLevel_profile_hpaths += ./../../LowLevel/software/include +LowLevel_profile_hpaths += ./../../LowLevel/software/include/unix +LowLevel_profile_hpaths += ./../../LowLevelDynamics/include +LowLevel_profile_hpaths += ./../../LowLevelDynamics/include/unix +LowLevel_profile_lpaths := +LowLevel_profile_defines := $(LowLevel_custom_defines) +LowLevel_profile_defines += PX_PHYSX_STATIC_LIB +LowLevel_profile_defines += NDEBUG +LowLevel_profile_defines += PX_PROFILE=1 +LowLevel_profile_defines += PX_SUPPORT_PVD=1 +LowLevel_profile_libraries := +LowLevel_profile_common_cflags := $(LowLevel_custom_cflags) +LowLevel_profile_common_cflags += -MMD +LowLevel_profile_common_cflags += $(addprefix -D, $(LowLevel_profile_defines)) +LowLevel_profile_common_cflags += $(addprefix -I, $(LowLevel_profile_hpaths)) +LowLevel_profile_common_cflags += -m64 +LowLevel_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevel_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevel_profile_common_cflags += -Wno-missing-field-initializers +LowLevel_profile_common_cflags += -O3 -fno-strict-aliasing +LowLevel_profile_cflags := $(LowLevel_profile_common_cflags) +LowLevel_profile_cppflags := $(LowLevel_profile_common_cflags) +LowLevel_profile_lflags := $(LowLevel_custom_lflags) +LowLevel_profile_lflags += $(addprefix -L, $(LowLevel_profile_lpaths)) +LowLevel_profile_lflags += -Wl,--start-group $(addprefix -l, $(LowLevel_profile_libraries)) -Wl,--end-group +LowLevel_profile_lflags += -lrt +LowLevel_profile_lflags += -m64 +LowLevel_profile_objsdir = $(OBJS_DIR)/LowLevel_profile +LowLevel_profile_cpp_o = $(addprefix $(LowLevel_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) +LowLevel_profile_cc_o = $(addprefix $(LowLevel_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) +LowLevel_profile_c_o = $(addprefix $(LowLevel_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevel_cfiles))))) +LowLevel_profile_obj = $(LowLevel_profile_cpp_o) $(LowLevel_profile_cc_o) $(LowLevel_profile_c_o) +LowLevel_profile_bin := ./../../../Lib/linux64/libLowLevelPROFILE.a + +clean_LowLevel_profile: + @$(ECHO) clean LowLevel profile + @$(RMDIR) $(LowLevel_profile_objsdir) + @$(RMDIR) $(LowLevel_profile_bin) + @$(RMDIR) $(DEPSDIR)/LowLevel/profile + +build_LowLevel_profile: postbuild_LowLevel_profile +postbuild_LowLevel_profile: mainbuild_LowLevel_profile +mainbuild_LowLevel_profile: prebuild_LowLevel_profile $(LowLevel_profile_bin) +prebuild_LowLevel_profile: + +$(LowLevel_profile_bin): $(LowLevel_profile_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelPROFILE.a` + @$(AR) rcs $(LowLevel_profile_bin) $(LowLevel_profile_obj) + $(ECHO) building $@ complete! + +LowLevel_profile_DEPDIR = $(dir $(@))/$(*F) +$(LowLevel_profile_cpp_o): $(LowLevel_profile_objsdir)/%.o: + $(ECHO) LowLevel: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevel_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevel/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_cppfiles)))))) + cp $(LowLevel_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevel/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevel/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_cppfiles))))).P; \ + rm -f $(LowLevel_profile_DEPDIR).d + +$(LowLevel_profile_cc_o): $(LowLevel_profile_objsdir)/%.o: + $(ECHO) LowLevel: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevel_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_ccfiles)))))) + cp $(LowLevel_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_ccfiles))))).profile.P; \ + rm -f $(LowLevel_profile_DEPDIR).d + +$(LowLevel_profile_c_o): $(LowLevel_profile_objsdir)/%.o: + $(ECHO) LowLevel: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevel_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevel/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_cfiles)))))) + cp $(LowLevel_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevel/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevel/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_profile_objsdir),, $@))), $(LowLevel_cfiles))))).P; \ + rm -f $(LowLevel_profile_DEPDIR).d + +LowLevel_release_hpaths := +LowLevel_release_hpaths += ./../../PhysXGpu/include +LowLevel_release_hpaths += ./../../Common/include +LowLevel_release_hpaths += ./../../../../PxShared/include +LowLevel_release_hpaths += ./../../../../PxShared/src/foundation/include +LowLevel_release_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevel_release_hpaths += ./../../../../PxShared/src/pvd/include +LowLevel_release_hpaths += ./../../../Include/common +LowLevel_release_hpaths += ./../../../Include/geometry +LowLevel_release_hpaths += ./../../../Include +LowLevel_release_hpaths += ./../../../Include/GeomUtils +LowLevel_release_hpaths += ./../../Common/src +LowLevel_release_hpaths += ./../../Common/src/unix +LowLevel_release_hpaths += ./../../PhysXProfile/src +LowLevel_release_hpaths += ./../../PhysXProfile/include +LowLevel_release_hpaths += ./../../GeomUtils/headers +LowLevel_release_hpaths += ./../../GeomUtils/src/contact +LowLevel_release_hpaths += ./../../GeomUtils/src/common +LowLevel_release_hpaths += ./../../GeomUtils/src/convex +LowLevel_release_hpaths += ./../../GeomUtils/src/distance +LowLevel_release_hpaths += ./../../GeomUtils/src/gjk +LowLevel_release_hpaths += ./../../GeomUtils/src/intersection +LowLevel_release_hpaths += ./../../GeomUtils/src/mesh +LowLevel_release_hpaths += ./../../GeomUtils/src/hf +LowLevel_release_hpaths += ./../../GeomUtils/src/pcm +LowLevel_release_hpaths += ./../../GeomUtils/src/ccd +LowLevel_release_hpaths += ./../../GeomUtils/src +LowLevel_release_hpaths += ./../../LowLevel/API/include +LowLevel_release_hpaths += ./../../LowLevel/common/include +LowLevel_release_hpaths += ./../../LowLevel/common/include/collision +LowLevel_release_hpaths += ./../../LowLevel/common/include/pipeline +LowLevel_release_hpaths += ./../../LowLevel/common/include/pipeline/unix +LowLevel_release_hpaths += ./../../LowLevel/common/include/utils +LowLevel_release_hpaths += ./../../LowLevel/software/include +LowLevel_release_hpaths += ./../../LowLevel/software/include/unix +LowLevel_release_hpaths += ./../../LowLevelDynamics/include +LowLevel_release_hpaths += ./../../LowLevelDynamics/include/unix +LowLevel_release_lpaths := +LowLevel_release_defines := $(LowLevel_custom_defines) +LowLevel_release_defines += PX_PHYSX_STATIC_LIB +LowLevel_release_defines += NDEBUG +LowLevel_release_defines += PX_SUPPORT_PVD=0 +LowLevel_release_libraries := +LowLevel_release_common_cflags := $(LowLevel_custom_cflags) +LowLevel_release_common_cflags += -MMD +LowLevel_release_common_cflags += $(addprefix -D, $(LowLevel_release_defines)) +LowLevel_release_common_cflags += $(addprefix -I, $(LowLevel_release_hpaths)) +LowLevel_release_common_cflags += -m64 +LowLevel_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevel_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevel_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevel_release_common_cflags += -Wno-missing-field-initializers +LowLevel_release_common_cflags += -O3 -fno-strict-aliasing +LowLevel_release_cflags := $(LowLevel_release_common_cflags) +LowLevel_release_cppflags := $(LowLevel_release_common_cflags) +LowLevel_release_lflags := $(LowLevel_custom_lflags) +LowLevel_release_lflags += $(addprefix -L, $(LowLevel_release_lpaths)) +LowLevel_release_lflags += -Wl,--start-group $(addprefix -l, $(LowLevel_release_libraries)) -Wl,--end-group +LowLevel_release_lflags += -lrt +LowLevel_release_lflags += -m64 +LowLevel_release_objsdir = $(OBJS_DIR)/LowLevel_release +LowLevel_release_cpp_o = $(addprefix $(LowLevel_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevel_cppfiles))))) +LowLevel_release_cc_o = $(addprefix $(LowLevel_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevel_ccfiles))))) +LowLevel_release_c_o = $(addprefix $(LowLevel_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevel_cfiles))))) +LowLevel_release_obj = $(LowLevel_release_cpp_o) $(LowLevel_release_cc_o) $(LowLevel_release_c_o) +LowLevel_release_bin := ./../../../Lib/linux64/libLowLevel.a + +clean_LowLevel_release: + @$(ECHO) clean LowLevel release + @$(RMDIR) $(LowLevel_release_objsdir) + @$(RMDIR) $(LowLevel_release_bin) + @$(RMDIR) $(DEPSDIR)/LowLevel/release + +build_LowLevel_release: postbuild_LowLevel_release +postbuild_LowLevel_release: mainbuild_LowLevel_release +mainbuild_LowLevel_release: prebuild_LowLevel_release $(LowLevel_release_bin) +prebuild_LowLevel_release: + +$(LowLevel_release_bin): $(LowLevel_release_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevel.a` + @$(AR) rcs $(LowLevel_release_bin) $(LowLevel_release_obj) + $(ECHO) building $@ complete! + +LowLevel_release_DEPDIR = $(dir $(@))/$(*F) +$(LowLevel_release_cpp_o): $(LowLevel_release_objsdir)/%.o: + $(ECHO) LowLevel: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevel_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevel/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_cppfiles)))))) + cp $(LowLevel_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevel/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevel/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_cppfiles))))).P; \ + rm -f $(LowLevel_release_DEPDIR).d + +$(LowLevel_release_cc_o): $(LowLevel_release_objsdir)/%.o: + $(ECHO) LowLevel: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevel_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_ccfiles)))))) + cp $(LowLevel_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_ccfiles))))).release.P; \ + rm -f $(LowLevel_release_DEPDIR).d + +$(LowLevel_release_c_o): $(LowLevel_release_objsdir)/%.o: + $(ECHO) LowLevel: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevel_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevel/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_cfiles)))))) + cp $(LowLevel_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevel/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevel_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevel/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevel_release_objsdir),, $@))), $(LowLevel_cfiles))))).P; \ + rm -f $(LowLevel_release_DEPDIR).d + +clean_LowLevel: clean_LowLevel_debug clean_LowLevel_checked clean_LowLevel_profile clean_LowLevel_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelAABB.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelAABB.mk new file mode 100644 index 00000000..d1c1f3e6 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelAABB.mk @@ -0,0 +1,438 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = LowLevelAABB +LowLevelAABB_cppfiles += ./../../LowLevelAABB/src/BpBroadPhase.cpp +LowLevelAABB_cppfiles += ./../../LowLevelAABB/src/BpBroadPhaseMBP.cpp +LowLevelAABB_cppfiles += ./../../LowLevelAABB/src/BpBroadPhaseSap.cpp +LowLevelAABB_cppfiles += ./../../LowLevelAABB/src/BpBroadPhaseSapAux.cpp +LowLevelAABB_cppfiles += ./../../LowLevelAABB/src/BpMBPTasks.cpp +LowLevelAABB_cppfiles += ./../../LowLevelAABB/src/BpSAPTasks.cpp +LowLevelAABB_cppfiles += ./../../LowLevelAABB/src/BpSimpleAABBManager.cpp + +LowLevelAABB_cpp_debug_dep = $(addprefix $(DEPSDIR)/LowLevelAABB/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelAABB_cppfiles))))) +LowLevelAABB_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(LowLevelAABB_ccfiles))))) +LowLevelAABB_c_debug_dep = $(addprefix $(DEPSDIR)/LowLevelAABB/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelAABB_cfiles))))) +LowLevelAABB_debug_dep = $(LowLevelAABB_cpp_debug_dep) $(LowLevelAABB_cc_debug_dep) $(LowLevelAABB_c_debug_dep) +-include $(LowLevelAABB_debug_dep) +LowLevelAABB_cpp_checked_dep = $(addprefix $(DEPSDIR)/LowLevelAABB/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelAABB_cppfiles))))) +LowLevelAABB_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(LowLevelAABB_ccfiles))))) +LowLevelAABB_c_checked_dep = $(addprefix $(DEPSDIR)/LowLevelAABB/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelAABB_cfiles))))) +LowLevelAABB_checked_dep = $(LowLevelAABB_cpp_checked_dep) $(LowLevelAABB_cc_checked_dep) $(LowLevelAABB_c_checked_dep) +-include $(LowLevelAABB_checked_dep) +LowLevelAABB_cpp_profile_dep = $(addprefix $(DEPSDIR)/LowLevelAABB/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelAABB_cppfiles))))) +LowLevelAABB_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(LowLevelAABB_ccfiles))))) +LowLevelAABB_c_profile_dep = $(addprefix $(DEPSDIR)/LowLevelAABB/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelAABB_cfiles))))) +LowLevelAABB_profile_dep = $(LowLevelAABB_cpp_profile_dep) $(LowLevelAABB_cc_profile_dep) $(LowLevelAABB_c_profile_dep) +-include $(LowLevelAABB_profile_dep) +LowLevelAABB_cpp_release_dep = $(addprefix $(DEPSDIR)/LowLevelAABB/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelAABB_cppfiles))))) +LowLevelAABB_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(LowLevelAABB_ccfiles))))) +LowLevelAABB_c_release_dep = $(addprefix $(DEPSDIR)/LowLevelAABB/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelAABB_cfiles))))) +LowLevelAABB_release_dep = $(LowLevelAABB_cpp_release_dep) $(LowLevelAABB_cc_release_dep) $(LowLevelAABB_c_release_dep) +-include $(LowLevelAABB_release_dep) +LowLevelAABB_debug_hpaths := +LowLevelAABB_debug_hpaths += ./../../Common/include +LowLevelAABB_debug_hpaths += ./../../../../PxShared/include +LowLevelAABB_debug_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelAABB_debug_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelAABB_debug_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelAABB_debug_hpaths += ./../../../Include +LowLevelAABB_debug_hpaths += ./../../../Include/common +LowLevelAABB_debug_hpaths += ./../../../Include/geometry +LowLevelAABB_debug_hpaths += ./../../../Include/GeomUtils +LowLevelAABB_debug_hpaths += ./../../Common/src/unix +LowLevelAABB_debug_hpaths += ./../../GeomUtils/headers +LowLevelAABB_debug_hpaths += ./../../GeomUtils/src +LowLevelAABB_debug_hpaths += ./../../Common/src +LowLevelAABB_debug_hpaths += ./../../LowLevel/API/include +LowLevelAABB_debug_hpaths += ./../../LowLevel/common/include/utils +LowLevelAABB_debug_hpaths += ./../../LowLevel/common/include/pipeline +LowLevelAABB_debug_hpaths += ./../../LowLevelAABB/include +LowLevelAABB_debug_hpaths += ./../../LowLevelAABB/src +LowLevelAABB_debug_hpaths += ./../../GpuBroadPhase/include +LowLevelAABB_debug_hpaths += ./../../GpuBroadPhase/src +LowLevelAABB_debug_hpaths += ./../../LowLevelAABB/unix/include +LowLevelAABB_debug_lpaths := +LowLevelAABB_debug_defines := $(LowLevelAABB_custom_defines) +LowLevelAABB_debug_defines += PX_PHYSX_STATIC_LIB +LowLevelAABB_debug_defines += _DEBUG +LowLevelAABB_debug_defines += PX_DEBUG=1 +LowLevelAABB_debug_defines += PX_CHECKED=1 +LowLevelAABB_debug_defines += PX_SUPPORT_PVD=1 +LowLevelAABB_debug_libraries := +LowLevelAABB_debug_common_cflags := $(LowLevelAABB_custom_cflags) +LowLevelAABB_debug_common_cflags += -MMD +LowLevelAABB_debug_common_cflags += $(addprefix -D, $(LowLevelAABB_debug_defines)) +LowLevelAABB_debug_common_cflags += $(addprefix -I, $(LowLevelAABB_debug_hpaths)) +LowLevelAABB_debug_common_cflags += -m64 +LowLevelAABB_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelAABB_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelAABB_debug_common_cflags += -Wno-missing-field-initializers +LowLevelAABB_debug_common_cflags += -g3 -gdwarf-2 +LowLevelAABB_debug_cflags := $(LowLevelAABB_debug_common_cflags) +LowLevelAABB_debug_cppflags := $(LowLevelAABB_debug_common_cflags) +LowLevelAABB_debug_lflags := $(LowLevelAABB_custom_lflags) +LowLevelAABB_debug_lflags += $(addprefix -L, $(LowLevelAABB_debug_lpaths)) +LowLevelAABB_debug_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelAABB_debug_libraries)) -Wl,--end-group +LowLevelAABB_debug_lflags += -lrt +LowLevelAABB_debug_lflags += -m64 +LowLevelAABB_debug_objsdir = $(OBJS_DIR)/LowLevelAABB_debug +LowLevelAABB_debug_cpp_o = $(addprefix $(LowLevelAABB_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) +LowLevelAABB_debug_cc_o = $(addprefix $(LowLevelAABB_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) +LowLevelAABB_debug_c_o = $(addprefix $(LowLevelAABB_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelAABB_cfiles))))) +LowLevelAABB_debug_obj = $(LowLevelAABB_debug_cpp_o) $(LowLevelAABB_debug_cc_o) $(LowLevelAABB_debug_c_o) +LowLevelAABB_debug_bin := ./../../../Lib/linux64/libLowLevelAABBDEBUG.a + +clean_LowLevelAABB_debug: + @$(ECHO) clean LowLevelAABB debug + @$(RMDIR) $(LowLevelAABB_debug_objsdir) + @$(RMDIR) $(LowLevelAABB_debug_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelAABB/debug + +build_LowLevelAABB_debug: postbuild_LowLevelAABB_debug +postbuild_LowLevelAABB_debug: mainbuild_LowLevelAABB_debug +mainbuild_LowLevelAABB_debug: prebuild_LowLevelAABB_debug $(LowLevelAABB_debug_bin) +prebuild_LowLevelAABB_debug: + +$(LowLevelAABB_debug_bin): $(LowLevelAABB_debug_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelAABBDEBUG.a` + @$(AR) rcs $(LowLevelAABB_debug_bin) $(LowLevelAABB_debug_obj) + $(ECHO) building $@ complete! + +LowLevelAABB_debug_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelAABB_debug_cpp_o): $(LowLevelAABB_debug_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelAABB_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelAABB/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_cppfiles)))))) + cp $(LowLevelAABB_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelAABB/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelAABB/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_cppfiles))))).P; \ + rm -f $(LowLevelAABB_debug_DEPDIR).d + +$(LowLevelAABB_debug_cc_o): $(LowLevelAABB_debug_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelAABB_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_ccfiles)))))) + cp $(LowLevelAABB_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_ccfiles))))).debug.P; \ + rm -f $(LowLevelAABB_debug_DEPDIR).d + +$(LowLevelAABB_debug_c_o): $(LowLevelAABB_debug_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelAABB_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelAABB/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_cfiles)))))) + cp $(LowLevelAABB_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelAABB/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelAABB/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_debug_objsdir),, $@))), $(LowLevelAABB_cfiles))))).P; \ + rm -f $(LowLevelAABB_debug_DEPDIR).d + +LowLevelAABB_checked_hpaths := +LowLevelAABB_checked_hpaths += ./../../Common/include +LowLevelAABB_checked_hpaths += ./../../../../PxShared/include +LowLevelAABB_checked_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelAABB_checked_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelAABB_checked_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelAABB_checked_hpaths += ./../../../Include +LowLevelAABB_checked_hpaths += ./../../../Include/common +LowLevelAABB_checked_hpaths += ./../../../Include/geometry +LowLevelAABB_checked_hpaths += ./../../../Include/GeomUtils +LowLevelAABB_checked_hpaths += ./../../Common/src/unix +LowLevelAABB_checked_hpaths += ./../../GeomUtils/headers +LowLevelAABB_checked_hpaths += ./../../GeomUtils/src +LowLevelAABB_checked_hpaths += ./../../Common/src +LowLevelAABB_checked_hpaths += ./../../LowLevel/API/include +LowLevelAABB_checked_hpaths += ./../../LowLevel/common/include/utils +LowLevelAABB_checked_hpaths += ./../../LowLevel/common/include/pipeline +LowLevelAABB_checked_hpaths += ./../../LowLevelAABB/include +LowLevelAABB_checked_hpaths += ./../../LowLevelAABB/src +LowLevelAABB_checked_hpaths += ./../../GpuBroadPhase/include +LowLevelAABB_checked_hpaths += ./../../GpuBroadPhase/src +LowLevelAABB_checked_hpaths += ./../../LowLevelAABB/unix/include +LowLevelAABB_checked_lpaths := +LowLevelAABB_checked_defines := $(LowLevelAABB_custom_defines) +LowLevelAABB_checked_defines += PX_PHYSX_STATIC_LIB +LowLevelAABB_checked_defines += NDEBUG +LowLevelAABB_checked_defines += PX_CHECKED=1 +LowLevelAABB_checked_defines += PX_SUPPORT_PVD=1 +LowLevelAABB_checked_libraries := +LowLevelAABB_checked_common_cflags := $(LowLevelAABB_custom_cflags) +LowLevelAABB_checked_common_cflags += -MMD +LowLevelAABB_checked_common_cflags += $(addprefix -D, $(LowLevelAABB_checked_defines)) +LowLevelAABB_checked_common_cflags += $(addprefix -I, $(LowLevelAABB_checked_hpaths)) +LowLevelAABB_checked_common_cflags += -m64 +LowLevelAABB_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelAABB_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelAABB_checked_common_cflags += -Wno-missing-field-initializers +LowLevelAABB_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +LowLevelAABB_checked_cflags := $(LowLevelAABB_checked_common_cflags) +LowLevelAABB_checked_cppflags := $(LowLevelAABB_checked_common_cflags) +LowLevelAABB_checked_lflags := $(LowLevelAABB_custom_lflags) +LowLevelAABB_checked_lflags += $(addprefix -L, $(LowLevelAABB_checked_lpaths)) +LowLevelAABB_checked_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelAABB_checked_libraries)) -Wl,--end-group +LowLevelAABB_checked_lflags += -lrt +LowLevelAABB_checked_lflags += -m64 +LowLevelAABB_checked_objsdir = $(OBJS_DIR)/LowLevelAABB_checked +LowLevelAABB_checked_cpp_o = $(addprefix $(LowLevelAABB_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) +LowLevelAABB_checked_cc_o = $(addprefix $(LowLevelAABB_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) +LowLevelAABB_checked_c_o = $(addprefix $(LowLevelAABB_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelAABB_cfiles))))) +LowLevelAABB_checked_obj = $(LowLevelAABB_checked_cpp_o) $(LowLevelAABB_checked_cc_o) $(LowLevelAABB_checked_c_o) +LowLevelAABB_checked_bin := ./../../../Lib/linux64/libLowLevelAABBCHECKED.a + +clean_LowLevelAABB_checked: + @$(ECHO) clean LowLevelAABB checked + @$(RMDIR) $(LowLevelAABB_checked_objsdir) + @$(RMDIR) $(LowLevelAABB_checked_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelAABB/checked + +build_LowLevelAABB_checked: postbuild_LowLevelAABB_checked +postbuild_LowLevelAABB_checked: mainbuild_LowLevelAABB_checked +mainbuild_LowLevelAABB_checked: prebuild_LowLevelAABB_checked $(LowLevelAABB_checked_bin) +prebuild_LowLevelAABB_checked: + +$(LowLevelAABB_checked_bin): $(LowLevelAABB_checked_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelAABBCHECKED.a` + @$(AR) rcs $(LowLevelAABB_checked_bin) $(LowLevelAABB_checked_obj) + $(ECHO) building $@ complete! + +LowLevelAABB_checked_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelAABB_checked_cpp_o): $(LowLevelAABB_checked_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelAABB_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelAABB/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_cppfiles)))))) + cp $(LowLevelAABB_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelAABB/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelAABB/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_cppfiles))))).P; \ + rm -f $(LowLevelAABB_checked_DEPDIR).d + +$(LowLevelAABB_checked_cc_o): $(LowLevelAABB_checked_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelAABB_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_ccfiles)))))) + cp $(LowLevelAABB_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_ccfiles))))).checked.P; \ + rm -f $(LowLevelAABB_checked_DEPDIR).d + +$(LowLevelAABB_checked_c_o): $(LowLevelAABB_checked_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelAABB_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelAABB/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_cfiles)))))) + cp $(LowLevelAABB_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelAABB/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelAABB/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_checked_objsdir),, $@))), $(LowLevelAABB_cfiles))))).P; \ + rm -f $(LowLevelAABB_checked_DEPDIR).d + +LowLevelAABB_profile_hpaths := +LowLevelAABB_profile_hpaths += ./../../Common/include +LowLevelAABB_profile_hpaths += ./../../../../PxShared/include +LowLevelAABB_profile_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelAABB_profile_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelAABB_profile_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelAABB_profile_hpaths += ./../../../Include +LowLevelAABB_profile_hpaths += ./../../../Include/common +LowLevelAABB_profile_hpaths += ./../../../Include/geometry +LowLevelAABB_profile_hpaths += ./../../../Include/GeomUtils +LowLevelAABB_profile_hpaths += ./../../Common/src/unix +LowLevelAABB_profile_hpaths += ./../../GeomUtils/headers +LowLevelAABB_profile_hpaths += ./../../GeomUtils/src +LowLevelAABB_profile_hpaths += ./../../Common/src +LowLevelAABB_profile_hpaths += ./../../LowLevel/API/include +LowLevelAABB_profile_hpaths += ./../../LowLevel/common/include/utils +LowLevelAABB_profile_hpaths += ./../../LowLevel/common/include/pipeline +LowLevelAABB_profile_hpaths += ./../../LowLevelAABB/include +LowLevelAABB_profile_hpaths += ./../../LowLevelAABB/src +LowLevelAABB_profile_hpaths += ./../../GpuBroadPhase/include +LowLevelAABB_profile_hpaths += ./../../GpuBroadPhase/src +LowLevelAABB_profile_hpaths += ./../../LowLevelAABB/unix/include +LowLevelAABB_profile_lpaths := +LowLevelAABB_profile_defines := $(LowLevelAABB_custom_defines) +LowLevelAABB_profile_defines += PX_PHYSX_STATIC_LIB +LowLevelAABB_profile_defines += NDEBUG +LowLevelAABB_profile_defines += PX_PROFILE=1 +LowLevelAABB_profile_defines += PX_SUPPORT_PVD=1 +LowLevelAABB_profile_libraries := +LowLevelAABB_profile_common_cflags := $(LowLevelAABB_custom_cflags) +LowLevelAABB_profile_common_cflags += -MMD +LowLevelAABB_profile_common_cflags += $(addprefix -D, $(LowLevelAABB_profile_defines)) +LowLevelAABB_profile_common_cflags += $(addprefix -I, $(LowLevelAABB_profile_hpaths)) +LowLevelAABB_profile_common_cflags += -m64 +LowLevelAABB_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelAABB_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelAABB_profile_common_cflags += -Wno-missing-field-initializers +LowLevelAABB_profile_common_cflags += -O3 -fno-strict-aliasing +LowLevelAABB_profile_cflags := $(LowLevelAABB_profile_common_cflags) +LowLevelAABB_profile_cppflags := $(LowLevelAABB_profile_common_cflags) +LowLevelAABB_profile_lflags := $(LowLevelAABB_custom_lflags) +LowLevelAABB_profile_lflags += $(addprefix -L, $(LowLevelAABB_profile_lpaths)) +LowLevelAABB_profile_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelAABB_profile_libraries)) -Wl,--end-group +LowLevelAABB_profile_lflags += -lrt +LowLevelAABB_profile_lflags += -m64 +LowLevelAABB_profile_objsdir = $(OBJS_DIR)/LowLevelAABB_profile +LowLevelAABB_profile_cpp_o = $(addprefix $(LowLevelAABB_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) +LowLevelAABB_profile_cc_o = $(addprefix $(LowLevelAABB_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) +LowLevelAABB_profile_c_o = $(addprefix $(LowLevelAABB_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelAABB_cfiles))))) +LowLevelAABB_profile_obj = $(LowLevelAABB_profile_cpp_o) $(LowLevelAABB_profile_cc_o) $(LowLevelAABB_profile_c_o) +LowLevelAABB_profile_bin := ./../../../Lib/linux64/libLowLevelAABBPROFILE.a + +clean_LowLevelAABB_profile: + @$(ECHO) clean LowLevelAABB profile + @$(RMDIR) $(LowLevelAABB_profile_objsdir) + @$(RMDIR) $(LowLevelAABB_profile_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelAABB/profile + +build_LowLevelAABB_profile: postbuild_LowLevelAABB_profile +postbuild_LowLevelAABB_profile: mainbuild_LowLevelAABB_profile +mainbuild_LowLevelAABB_profile: prebuild_LowLevelAABB_profile $(LowLevelAABB_profile_bin) +prebuild_LowLevelAABB_profile: + +$(LowLevelAABB_profile_bin): $(LowLevelAABB_profile_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelAABBPROFILE.a` + @$(AR) rcs $(LowLevelAABB_profile_bin) $(LowLevelAABB_profile_obj) + $(ECHO) building $@ complete! + +LowLevelAABB_profile_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelAABB_profile_cpp_o): $(LowLevelAABB_profile_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelAABB_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelAABB/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_cppfiles)))))) + cp $(LowLevelAABB_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelAABB/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelAABB/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_cppfiles))))).P; \ + rm -f $(LowLevelAABB_profile_DEPDIR).d + +$(LowLevelAABB_profile_cc_o): $(LowLevelAABB_profile_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelAABB_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_ccfiles)))))) + cp $(LowLevelAABB_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_ccfiles))))).profile.P; \ + rm -f $(LowLevelAABB_profile_DEPDIR).d + +$(LowLevelAABB_profile_c_o): $(LowLevelAABB_profile_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelAABB_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelAABB/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_cfiles)))))) + cp $(LowLevelAABB_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelAABB/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelAABB/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_profile_objsdir),, $@))), $(LowLevelAABB_cfiles))))).P; \ + rm -f $(LowLevelAABB_profile_DEPDIR).d + +LowLevelAABB_release_hpaths := +LowLevelAABB_release_hpaths += ./../../Common/include +LowLevelAABB_release_hpaths += ./../../../../PxShared/include +LowLevelAABB_release_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelAABB_release_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelAABB_release_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelAABB_release_hpaths += ./../../../Include +LowLevelAABB_release_hpaths += ./../../../Include/common +LowLevelAABB_release_hpaths += ./../../../Include/geometry +LowLevelAABB_release_hpaths += ./../../../Include/GeomUtils +LowLevelAABB_release_hpaths += ./../../Common/src/unix +LowLevelAABB_release_hpaths += ./../../GeomUtils/headers +LowLevelAABB_release_hpaths += ./../../GeomUtils/src +LowLevelAABB_release_hpaths += ./../../Common/src +LowLevelAABB_release_hpaths += ./../../LowLevel/API/include +LowLevelAABB_release_hpaths += ./../../LowLevel/common/include/utils +LowLevelAABB_release_hpaths += ./../../LowLevel/common/include/pipeline +LowLevelAABB_release_hpaths += ./../../LowLevelAABB/include +LowLevelAABB_release_hpaths += ./../../LowLevelAABB/src +LowLevelAABB_release_hpaths += ./../../GpuBroadPhase/include +LowLevelAABB_release_hpaths += ./../../GpuBroadPhase/src +LowLevelAABB_release_hpaths += ./../../LowLevelAABB/unix/include +LowLevelAABB_release_lpaths := +LowLevelAABB_release_defines := $(LowLevelAABB_custom_defines) +LowLevelAABB_release_defines += PX_PHYSX_STATIC_LIB +LowLevelAABB_release_defines += NDEBUG +LowLevelAABB_release_defines += PX_SUPPORT_PVD=0 +LowLevelAABB_release_libraries := +LowLevelAABB_release_common_cflags := $(LowLevelAABB_custom_cflags) +LowLevelAABB_release_common_cflags += -MMD +LowLevelAABB_release_common_cflags += $(addprefix -D, $(LowLevelAABB_release_defines)) +LowLevelAABB_release_common_cflags += $(addprefix -I, $(LowLevelAABB_release_hpaths)) +LowLevelAABB_release_common_cflags += -m64 +LowLevelAABB_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelAABB_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelAABB_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelAABB_release_common_cflags += -Wno-missing-field-initializers +LowLevelAABB_release_common_cflags += -O3 -fno-strict-aliasing +LowLevelAABB_release_cflags := $(LowLevelAABB_release_common_cflags) +LowLevelAABB_release_cppflags := $(LowLevelAABB_release_common_cflags) +LowLevelAABB_release_lflags := $(LowLevelAABB_custom_lflags) +LowLevelAABB_release_lflags += $(addprefix -L, $(LowLevelAABB_release_lpaths)) +LowLevelAABB_release_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelAABB_release_libraries)) -Wl,--end-group +LowLevelAABB_release_lflags += -lrt +LowLevelAABB_release_lflags += -m64 +LowLevelAABB_release_objsdir = $(OBJS_DIR)/LowLevelAABB_release +LowLevelAABB_release_cpp_o = $(addprefix $(LowLevelAABB_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelAABB_cppfiles))))) +LowLevelAABB_release_cc_o = $(addprefix $(LowLevelAABB_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelAABB_ccfiles))))) +LowLevelAABB_release_c_o = $(addprefix $(LowLevelAABB_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelAABB_cfiles))))) +LowLevelAABB_release_obj = $(LowLevelAABB_release_cpp_o) $(LowLevelAABB_release_cc_o) $(LowLevelAABB_release_c_o) +LowLevelAABB_release_bin := ./../../../Lib/linux64/libLowLevelAABB.a + +clean_LowLevelAABB_release: + @$(ECHO) clean LowLevelAABB release + @$(RMDIR) $(LowLevelAABB_release_objsdir) + @$(RMDIR) $(LowLevelAABB_release_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelAABB/release + +build_LowLevelAABB_release: postbuild_LowLevelAABB_release +postbuild_LowLevelAABB_release: mainbuild_LowLevelAABB_release +mainbuild_LowLevelAABB_release: prebuild_LowLevelAABB_release $(LowLevelAABB_release_bin) +prebuild_LowLevelAABB_release: + +$(LowLevelAABB_release_bin): $(LowLevelAABB_release_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelAABB.a` + @$(AR) rcs $(LowLevelAABB_release_bin) $(LowLevelAABB_release_obj) + $(ECHO) building $@ complete! + +LowLevelAABB_release_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelAABB_release_cpp_o): $(LowLevelAABB_release_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelAABB_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelAABB/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_cppfiles)))))) + cp $(LowLevelAABB_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelAABB/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelAABB/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_cppfiles))))).P; \ + rm -f $(LowLevelAABB_release_DEPDIR).d + +$(LowLevelAABB_release_cc_o): $(LowLevelAABB_release_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelAABB_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_ccfiles)))))) + cp $(LowLevelAABB_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_ccfiles))))).release.P; \ + rm -f $(LowLevelAABB_release_DEPDIR).d + +$(LowLevelAABB_release_c_o): $(LowLevelAABB_release_objsdir)/%.o: + $(ECHO) LowLevelAABB: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelAABB_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelAABB/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_cfiles)))))) + cp $(LowLevelAABB_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelAABB/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelAABB_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelAABB/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelAABB_release_objsdir),, $@))), $(LowLevelAABB_cfiles))))).P; \ + rm -f $(LowLevelAABB_release_DEPDIR).d + +clean_LowLevelAABB: clean_LowLevelAABB_debug clean_LowLevelAABB_checked clean_LowLevelAABB_profile clean_LowLevelAABB_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk new file mode 100644 index 00000000..322d7982 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk @@ -0,0 +1,404 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = LowLevelCloth +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/Allocator.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/Factory.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/PhaseConfig.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwCloth.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwClothData.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwCollision.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwFabric.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwFactory.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwInterCollision.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwSelfCollision.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwSolver.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwSolverKernel.cpp +LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/TripletScheduler.cpp + +LowLevelCloth_cpp_debug_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelCloth_cppfiles))))) +LowLevelCloth_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(LowLevelCloth_ccfiles))))) +LowLevelCloth_c_debug_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelCloth_cfiles))))) +LowLevelCloth_debug_dep = $(LowLevelCloth_cpp_debug_dep) $(LowLevelCloth_cc_debug_dep) $(LowLevelCloth_c_debug_dep) +-include $(LowLevelCloth_debug_dep) +LowLevelCloth_cpp_checked_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelCloth_cppfiles))))) +LowLevelCloth_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(LowLevelCloth_ccfiles))))) +LowLevelCloth_c_checked_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelCloth_cfiles))))) +LowLevelCloth_checked_dep = $(LowLevelCloth_cpp_checked_dep) $(LowLevelCloth_cc_checked_dep) $(LowLevelCloth_c_checked_dep) +-include $(LowLevelCloth_checked_dep) +LowLevelCloth_cpp_profile_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelCloth_cppfiles))))) +LowLevelCloth_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(LowLevelCloth_ccfiles))))) +LowLevelCloth_c_profile_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelCloth_cfiles))))) +LowLevelCloth_profile_dep = $(LowLevelCloth_cpp_profile_dep) $(LowLevelCloth_cc_profile_dep) $(LowLevelCloth_c_profile_dep) +-include $(LowLevelCloth_profile_dep) +LowLevelCloth_cpp_release_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelCloth_cppfiles))))) +LowLevelCloth_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(LowLevelCloth_ccfiles))))) +LowLevelCloth_c_release_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelCloth_cfiles))))) +LowLevelCloth_release_dep = $(LowLevelCloth_cpp_release_dep) $(LowLevelCloth_cc_release_dep) $(LowLevelCloth_c_release_dep) +-include $(LowLevelCloth_release_dep) +LowLevelCloth_debug_hpaths := +LowLevelCloth_debug_hpaths += ./../../Common/include +LowLevelCloth_debug_hpaths += ./../../../../PxShared/include +LowLevelCloth_debug_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelCloth_debug_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelCloth_debug_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelCloth_debug_hpaths += ./../../../Include +LowLevelCloth_debug_hpaths += ./../../../Include/common +LowLevelCloth_debug_hpaths += ./../../Common/src +LowLevelCloth_debug_hpaths += ./../../LowLevelCloth/include +LowLevelCloth_debug_hpaths += ./../../LowLevelCloth/src +LowLevelCloth_debug_hpaths += ./../../../../PxShared/src/NvSimd/include +LowLevelCloth_debug_lpaths := +LowLevelCloth_debug_defines := $(LowLevelCloth_custom_defines) +LowLevelCloth_debug_defines += PX_PHYSX_STATIC_LIB +LowLevelCloth_debug_defines += _DEBUG +LowLevelCloth_debug_defines += PX_DEBUG=1 +LowLevelCloth_debug_defines += PX_CHECKED=1 +LowLevelCloth_debug_defines += PX_SUPPORT_PVD=1 +LowLevelCloth_debug_libraries := +LowLevelCloth_debug_common_cflags := $(LowLevelCloth_custom_cflags) +LowLevelCloth_debug_common_cflags += -MMD +LowLevelCloth_debug_common_cflags += $(addprefix -D, $(LowLevelCloth_debug_defines)) +LowLevelCloth_debug_common_cflags += $(addprefix -I, $(LowLevelCloth_debug_hpaths)) +LowLevelCloth_debug_common_cflags += -m64 +LowLevelCloth_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelCloth_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelCloth_debug_common_cflags += -Wno-missing-field-initializers +LowLevelCloth_debug_common_cflags += -g3 -gdwarf-2 +LowLevelCloth_debug_cflags := $(LowLevelCloth_debug_common_cflags) +LowLevelCloth_debug_cppflags := $(LowLevelCloth_debug_common_cflags) +LowLevelCloth_debug_lflags := $(LowLevelCloth_custom_lflags) +LowLevelCloth_debug_lflags += $(addprefix -L, $(LowLevelCloth_debug_lpaths)) +LowLevelCloth_debug_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelCloth_debug_libraries)) -Wl,--end-group +LowLevelCloth_debug_lflags += -lrt +LowLevelCloth_debug_lflags += -m64 +LowLevelCloth_debug_objsdir = $(OBJS_DIR)/LowLevelCloth_debug +LowLevelCloth_debug_cpp_o = $(addprefix $(LowLevelCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) +LowLevelCloth_debug_cc_o = $(addprefix $(LowLevelCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) +LowLevelCloth_debug_c_o = $(addprefix $(LowLevelCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelCloth_cfiles))))) +LowLevelCloth_debug_obj = $(LowLevelCloth_debug_cpp_o) $(LowLevelCloth_debug_cc_o) $(LowLevelCloth_debug_c_o) +LowLevelCloth_debug_bin := ./../../../Lib/linux64/libLowLevelClothDEBUG.a + +clean_LowLevelCloth_debug: + @$(ECHO) clean LowLevelCloth debug + @$(RMDIR) $(LowLevelCloth_debug_objsdir) + @$(RMDIR) $(LowLevelCloth_debug_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelCloth/debug + +build_LowLevelCloth_debug: postbuild_LowLevelCloth_debug +postbuild_LowLevelCloth_debug: mainbuild_LowLevelCloth_debug +mainbuild_LowLevelCloth_debug: prebuild_LowLevelCloth_debug $(LowLevelCloth_debug_bin) +prebuild_LowLevelCloth_debug: + +$(LowLevelCloth_debug_bin): $(LowLevelCloth_debug_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelClothDEBUG.a` + @$(AR) rcs $(LowLevelCloth_debug_bin) $(LowLevelCloth_debug_obj) + $(ECHO) building $@ complete! + +LowLevelCloth_debug_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelCloth_debug_cpp_o): $(LowLevelCloth_debug_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelCloth_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cppfiles)))))) + cp $(LowLevelCloth_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \ + rm -f $(LowLevelCloth_debug_DEPDIR).d + +$(LowLevelCloth_debug_cc_o): $(LowLevelCloth_debug_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelCloth_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_ccfiles)))))) + cp $(LowLevelCloth_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).debug.P; \ + rm -f $(LowLevelCloth_debug_DEPDIR).d + +$(LowLevelCloth_debug_c_o): $(LowLevelCloth_debug_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelCloth_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cfiles)))))) + cp $(LowLevelCloth_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \ + rm -f $(LowLevelCloth_debug_DEPDIR).d + +LowLevelCloth_checked_hpaths := +LowLevelCloth_checked_hpaths += ./../../Common/include +LowLevelCloth_checked_hpaths += ./../../../../PxShared/include +LowLevelCloth_checked_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelCloth_checked_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelCloth_checked_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelCloth_checked_hpaths += ./../../../Include +LowLevelCloth_checked_hpaths += ./../../../Include/common +LowLevelCloth_checked_hpaths += ./../../Common/src +LowLevelCloth_checked_hpaths += ./../../LowLevelCloth/include +LowLevelCloth_checked_hpaths += ./../../LowLevelCloth/src +LowLevelCloth_checked_hpaths += ./../../../../PxShared/src/NvSimd/include +LowLevelCloth_checked_lpaths := +LowLevelCloth_checked_defines := $(LowLevelCloth_custom_defines) +LowLevelCloth_checked_defines += PX_PHYSX_STATIC_LIB +LowLevelCloth_checked_defines += NDEBUG +LowLevelCloth_checked_defines += PX_CHECKED=1 +LowLevelCloth_checked_defines += PX_SUPPORT_PVD=1 +LowLevelCloth_checked_libraries := +LowLevelCloth_checked_common_cflags := $(LowLevelCloth_custom_cflags) +LowLevelCloth_checked_common_cflags += -MMD +LowLevelCloth_checked_common_cflags += $(addprefix -D, $(LowLevelCloth_checked_defines)) +LowLevelCloth_checked_common_cflags += $(addprefix -I, $(LowLevelCloth_checked_hpaths)) +LowLevelCloth_checked_common_cflags += -m64 +LowLevelCloth_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelCloth_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelCloth_checked_common_cflags += -Wno-missing-field-initializers +LowLevelCloth_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +LowLevelCloth_checked_cflags := $(LowLevelCloth_checked_common_cflags) +LowLevelCloth_checked_cppflags := $(LowLevelCloth_checked_common_cflags) +LowLevelCloth_checked_lflags := $(LowLevelCloth_custom_lflags) +LowLevelCloth_checked_lflags += $(addprefix -L, $(LowLevelCloth_checked_lpaths)) +LowLevelCloth_checked_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelCloth_checked_libraries)) -Wl,--end-group +LowLevelCloth_checked_lflags += -lrt +LowLevelCloth_checked_lflags += -m64 +LowLevelCloth_checked_objsdir = $(OBJS_DIR)/LowLevelCloth_checked +LowLevelCloth_checked_cpp_o = $(addprefix $(LowLevelCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) +LowLevelCloth_checked_cc_o = $(addprefix $(LowLevelCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) +LowLevelCloth_checked_c_o = $(addprefix $(LowLevelCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelCloth_cfiles))))) +LowLevelCloth_checked_obj = $(LowLevelCloth_checked_cpp_o) $(LowLevelCloth_checked_cc_o) $(LowLevelCloth_checked_c_o) +LowLevelCloth_checked_bin := ./../../../Lib/linux64/libLowLevelClothCHECKED.a + +clean_LowLevelCloth_checked: + @$(ECHO) clean LowLevelCloth checked + @$(RMDIR) $(LowLevelCloth_checked_objsdir) + @$(RMDIR) $(LowLevelCloth_checked_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelCloth/checked + +build_LowLevelCloth_checked: postbuild_LowLevelCloth_checked +postbuild_LowLevelCloth_checked: mainbuild_LowLevelCloth_checked +mainbuild_LowLevelCloth_checked: prebuild_LowLevelCloth_checked $(LowLevelCloth_checked_bin) +prebuild_LowLevelCloth_checked: + +$(LowLevelCloth_checked_bin): $(LowLevelCloth_checked_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelClothCHECKED.a` + @$(AR) rcs $(LowLevelCloth_checked_bin) $(LowLevelCloth_checked_obj) + $(ECHO) building $@ complete! + +LowLevelCloth_checked_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelCloth_checked_cpp_o): $(LowLevelCloth_checked_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelCloth_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cppfiles)))))) + cp $(LowLevelCloth_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \ + rm -f $(LowLevelCloth_checked_DEPDIR).d + +$(LowLevelCloth_checked_cc_o): $(LowLevelCloth_checked_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelCloth_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_ccfiles)))))) + cp $(LowLevelCloth_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).checked.P; \ + rm -f $(LowLevelCloth_checked_DEPDIR).d + +$(LowLevelCloth_checked_c_o): $(LowLevelCloth_checked_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelCloth_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cfiles)))))) + cp $(LowLevelCloth_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \ + rm -f $(LowLevelCloth_checked_DEPDIR).d + +LowLevelCloth_profile_hpaths := +LowLevelCloth_profile_hpaths += ./../../Common/include +LowLevelCloth_profile_hpaths += ./../../../../PxShared/include +LowLevelCloth_profile_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelCloth_profile_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelCloth_profile_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelCloth_profile_hpaths += ./../../../Include +LowLevelCloth_profile_hpaths += ./../../../Include/common +LowLevelCloth_profile_hpaths += ./../../Common/src +LowLevelCloth_profile_hpaths += ./../../LowLevelCloth/include +LowLevelCloth_profile_hpaths += ./../../LowLevelCloth/src +LowLevelCloth_profile_hpaths += ./../../../../PxShared/src/NvSimd/include +LowLevelCloth_profile_lpaths := +LowLevelCloth_profile_defines := $(LowLevelCloth_custom_defines) +LowLevelCloth_profile_defines += PX_PHYSX_STATIC_LIB +LowLevelCloth_profile_defines += NDEBUG +LowLevelCloth_profile_defines += PX_PROFILE=1 +LowLevelCloth_profile_defines += PX_SUPPORT_PVD=1 +LowLevelCloth_profile_libraries := +LowLevelCloth_profile_common_cflags := $(LowLevelCloth_custom_cflags) +LowLevelCloth_profile_common_cflags += -MMD +LowLevelCloth_profile_common_cflags += $(addprefix -D, $(LowLevelCloth_profile_defines)) +LowLevelCloth_profile_common_cflags += $(addprefix -I, $(LowLevelCloth_profile_hpaths)) +LowLevelCloth_profile_common_cflags += -m64 +LowLevelCloth_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelCloth_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelCloth_profile_common_cflags += -Wno-missing-field-initializers +LowLevelCloth_profile_common_cflags += -O3 -fno-strict-aliasing +LowLevelCloth_profile_cflags := $(LowLevelCloth_profile_common_cflags) +LowLevelCloth_profile_cppflags := $(LowLevelCloth_profile_common_cflags) +LowLevelCloth_profile_lflags := $(LowLevelCloth_custom_lflags) +LowLevelCloth_profile_lflags += $(addprefix -L, $(LowLevelCloth_profile_lpaths)) +LowLevelCloth_profile_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelCloth_profile_libraries)) -Wl,--end-group +LowLevelCloth_profile_lflags += -lrt +LowLevelCloth_profile_lflags += -m64 +LowLevelCloth_profile_objsdir = $(OBJS_DIR)/LowLevelCloth_profile +LowLevelCloth_profile_cpp_o = $(addprefix $(LowLevelCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) +LowLevelCloth_profile_cc_o = $(addprefix $(LowLevelCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) +LowLevelCloth_profile_c_o = $(addprefix $(LowLevelCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelCloth_cfiles))))) +LowLevelCloth_profile_obj = $(LowLevelCloth_profile_cpp_o) $(LowLevelCloth_profile_cc_o) $(LowLevelCloth_profile_c_o) +LowLevelCloth_profile_bin := ./../../../Lib/linux64/libLowLevelClothPROFILE.a + +clean_LowLevelCloth_profile: + @$(ECHO) clean LowLevelCloth profile + @$(RMDIR) $(LowLevelCloth_profile_objsdir) + @$(RMDIR) $(LowLevelCloth_profile_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelCloth/profile + +build_LowLevelCloth_profile: postbuild_LowLevelCloth_profile +postbuild_LowLevelCloth_profile: mainbuild_LowLevelCloth_profile +mainbuild_LowLevelCloth_profile: prebuild_LowLevelCloth_profile $(LowLevelCloth_profile_bin) +prebuild_LowLevelCloth_profile: + +$(LowLevelCloth_profile_bin): $(LowLevelCloth_profile_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelClothPROFILE.a` + @$(AR) rcs $(LowLevelCloth_profile_bin) $(LowLevelCloth_profile_obj) + $(ECHO) building $@ complete! + +LowLevelCloth_profile_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelCloth_profile_cpp_o): $(LowLevelCloth_profile_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelCloth_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cppfiles)))))) + cp $(LowLevelCloth_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \ + rm -f $(LowLevelCloth_profile_DEPDIR).d + +$(LowLevelCloth_profile_cc_o): $(LowLevelCloth_profile_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelCloth_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_ccfiles)))))) + cp $(LowLevelCloth_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).profile.P; \ + rm -f $(LowLevelCloth_profile_DEPDIR).d + +$(LowLevelCloth_profile_c_o): $(LowLevelCloth_profile_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelCloth_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cfiles)))))) + cp $(LowLevelCloth_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \ + rm -f $(LowLevelCloth_profile_DEPDIR).d + +LowLevelCloth_release_hpaths := +LowLevelCloth_release_hpaths += ./../../Common/include +LowLevelCloth_release_hpaths += ./../../../../PxShared/include +LowLevelCloth_release_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelCloth_release_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelCloth_release_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelCloth_release_hpaths += ./../../../Include +LowLevelCloth_release_hpaths += ./../../../Include/common +LowLevelCloth_release_hpaths += ./../../Common/src +LowLevelCloth_release_hpaths += ./../../LowLevelCloth/include +LowLevelCloth_release_hpaths += ./../../LowLevelCloth/src +LowLevelCloth_release_hpaths += ./../../../../PxShared/src/NvSimd/include +LowLevelCloth_release_lpaths := +LowLevelCloth_release_defines := $(LowLevelCloth_custom_defines) +LowLevelCloth_release_defines += PX_PHYSX_STATIC_LIB +LowLevelCloth_release_defines += NDEBUG +LowLevelCloth_release_defines += PX_SUPPORT_PVD=0 +LowLevelCloth_release_libraries := +LowLevelCloth_release_common_cflags := $(LowLevelCloth_custom_cflags) +LowLevelCloth_release_common_cflags += -MMD +LowLevelCloth_release_common_cflags += $(addprefix -D, $(LowLevelCloth_release_defines)) +LowLevelCloth_release_common_cflags += $(addprefix -I, $(LowLevelCloth_release_hpaths)) +LowLevelCloth_release_common_cflags += -m64 +LowLevelCloth_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelCloth_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelCloth_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelCloth_release_common_cflags += -Wno-missing-field-initializers +LowLevelCloth_release_common_cflags += -O3 -fno-strict-aliasing +LowLevelCloth_release_cflags := $(LowLevelCloth_release_common_cflags) +LowLevelCloth_release_cppflags := $(LowLevelCloth_release_common_cflags) +LowLevelCloth_release_lflags := $(LowLevelCloth_custom_lflags) +LowLevelCloth_release_lflags += $(addprefix -L, $(LowLevelCloth_release_lpaths)) +LowLevelCloth_release_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelCloth_release_libraries)) -Wl,--end-group +LowLevelCloth_release_lflags += -lrt +LowLevelCloth_release_lflags += -m64 +LowLevelCloth_release_objsdir = $(OBJS_DIR)/LowLevelCloth_release +LowLevelCloth_release_cpp_o = $(addprefix $(LowLevelCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles))))) +LowLevelCloth_release_cc_o = $(addprefix $(LowLevelCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles))))) +LowLevelCloth_release_c_o = $(addprefix $(LowLevelCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelCloth_cfiles))))) +LowLevelCloth_release_obj = $(LowLevelCloth_release_cpp_o) $(LowLevelCloth_release_cc_o) $(LowLevelCloth_release_c_o) +LowLevelCloth_release_bin := ./../../../Lib/linux64/libLowLevelCloth.a + +clean_LowLevelCloth_release: + @$(ECHO) clean LowLevelCloth release + @$(RMDIR) $(LowLevelCloth_release_objsdir) + @$(RMDIR) $(LowLevelCloth_release_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelCloth/release + +build_LowLevelCloth_release: postbuild_LowLevelCloth_release +postbuild_LowLevelCloth_release: mainbuild_LowLevelCloth_release +mainbuild_LowLevelCloth_release: prebuild_LowLevelCloth_release $(LowLevelCloth_release_bin) +prebuild_LowLevelCloth_release: + +$(LowLevelCloth_release_bin): $(LowLevelCloth_release_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelCloth.a` + @$(AR) rcs $(LowLevelCloth_release_bin) $(LowLevelCloth_release_obj) + $(ECHO) building $@ complete! + +LowLevelCloth_release_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelCloth_release_cpp_o): $(LowLevelCloth_release_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelCloth_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cppfiles)))))) + cp $(LowLevelCloth_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \ + rm -f $(LowLevelCloth_release_DEPDIR).d + +$(LowLevelCloth_release_cc_o): $(LowLevelCloth_release_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelCloth_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_ccfiles)))))) + cp $(LowLevelCloth_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).release.P; \ + rm -f $(LowLevelCloth_release_DEPDIR).d + +$(LowLevelCloth_release_c_o): $(LowLevelCloth_release_objsdir)/%.o: + $(ECHO) LowLevelCloth: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelCloth_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cfiles)))))) + cp $(LowLevelCloth_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \ + rm -f $(LowLevelCloth_release_DEPDIR).d + +clean_LowLevelCloth: clean_LowLevelCloth_debug clean_LowLevelCloth_checked clean_LowLevelCloth_profile clean_LowLevelCloth_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelDynamics.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelDynamics.mk new file mode 100644 index 00000000..de1fa776 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelDynamics.mk @@ -0,0 +1,475 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = LowLevelDynamics +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyArticulation.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyArticulationContactPrep.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyArticulationContactPrepPF.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyArticulationHelper.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyArticulationSIMD.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyArticulationScalar.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyConstraintPartition.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyConstraintSetup.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyConstraintSetupBlock.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyContactPrep.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyContactPrep4.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyContactPrep4PF.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyContactPrepPF.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyDynamics.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyFrictionCorrelation.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyRigidBodyToSolverBody.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DySolverConstraints.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DySolverConstraintsBlock.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DySolverControl.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DySolverControlPF.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DySolverPFConstraints.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DySolverPFConstraintsBlock.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyThreadContext.cpp +LowLevelDynamics_cppfiles += ./../../LowLevelDynamics/src/DyThresholdTable.cpp + +LowLevelDynamics_cpp_debug_dep = $(addprefix $(DEPSDIR)/LowLevelDynamics/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelDynamics_cppfiles))))) +LowLevelDynamics_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(LowLevelDynamics_ccfiles))))) +LowLevelDynamics_c_debug_dep = $(addprefix $(DEPSDIR)/LowLevelDynamics/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelDynamics_cfiles))))) +LowLevelDynamics_debug_dep = $(LowLevelDynamics_cpp_debug_dep) $(LowLevelDynamics_cc_debug_dep) $(LowLevelDynamics_c_debug_dep) +-include $(LowLevelDynamics_debug_dep) +LowLevelDynamics_cpp_checked_dep = $(addprefix $(DEPSDIR)/LowLevelDynamics/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelDynamics_cppfiles))))) +LowLevelDynamics_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(LowLevelDynamics_ccfiles))))) +LowLevelDynamics_c_checked_dep = $(addprefix $(DEPSDIR)/LowLevelDynamics/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelDynamics_cfiles))))) +LowLevelDynamics_checked_dep = $(LowLevelDynamics_cpp_checked_dep) $(LowLevelDynamics_cc_checked_dep) $(LowLevelDynamics_c_checked_dep) +-include $(LowLevelDynamics_checked_dep) +LowLevelDynamics_cpp_profile_dep = $(addprefix $(DEPSDIR)/LowLevelDynamics/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelDynamics_cppfiles))))) +LowLevelDynamics_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(LowLevelDynamics_ccfiles))))) +LowLevelDynamics_c_profile_dep = $(addprefix $(DEPSDIR)/LowLevelDynamics/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelDynamics_cfiles))))) +LowLevelDynamics_profile_dep = $(LowLevelDynamics_cpp_profile_dep) $(LowLevelDynamics_cc_profile_dep) $(LowLevelDynamics_c_profile_dep) +-include $(LowLevelDynamics_profile_dep) +LowLevelDynamics_cpp_release_dep = $(addprefix $(DEPSDIR)/LowLevelDynamics/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelDynamics_cppfiles))))) +LowLevelDynamics_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(LowLevelDynamics_ccfiles))))) +LowLevelDynamics_c_release_dep = $(addprefix $(DEPSDIR)/LowLevelDynamics/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelDynamics_cfiles))))) +LowLevelDynamics_release_dep = $(LowLevelDynamics_cpp_release_dep) $(LowLevelDynamics_cc_release_dep) $(LowLevelDynamics_c_release_dep) +-include $(LowLevelDynamics_release_dep) +LowLevelDynamics_debug_hpaths := +LowLevelDynamics_debug_hpaths += ./../../Common/include +LowLevelDynamics_debug_hpaths += ./../../../../PxShared/include +LowLevelDynamics_debug_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelDynamics_debug_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelDynamics_debug_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelDynamics_debug_hpaths += ./../../../Include/common +LowLevelDynamics_debug_hpaths += ./../../../Include/geometry +LowLevelDynamics_debug_hpaths += ./../../../Include +LowLevelDynamics_debug_hpaths += ./../../../Include/GeomUtils +LowLevelDynamics_debug_hpaths += ./../../Common/src +LowLevelDynamics_debug_hpaths += ./../../Common/src/unix +LowLevelDynamics_debug_hpaths += ./../../PhysXProfile/src +LowLevelDynamics_debug_hpaths += ./../../PhysXProfile/include +LowLevelDynamics_debug_hpaths += ./../../GeomUtils/src/contact +LowLevelDynamics_debug_hpaths += ./../../LowLevel/API/include +LowLevelDynamics_debug_hpaths += ./../../LowLevel/common/include +LowLevelDynamics_debug_hpaths += ./../../LowLevel/common/include/pipeline +LowLevelDynamics_debug_hpaths += ./../../LowLevel/common/include/pipeline/unix +LowLevelDynamics_debug_hpaths += ./../../LowLevel/common/include/math +LowLevelDynamics_debug_hpaths += ./../../LowLevel/common/include/utils +LowLevelDynamics_debug_hpaths += ./../../LowLevel/software/include +LowLevelDynamics_debug_hpaths += ./../../LowLevel/software/include/unix +LowLevelDynamics_debug_hpaths += ./../../LowLevelDynamics/include +LowLevelDynamics_debug_hpaths += ./../../LowLevelDynamics/src +LowLevelDynamics_debug_hpaths += ./../../LowLevelDynamics/include/unix +LowLevelDynamics_debug_hpaths += ./../../PhysXGpu/include +LowLevelDynamics_debug_lpaths := +LowLevelDynamics_debug_defines := $(LowLevelDynamics_custom_defines) +LowLevelDynamics_debug_defines += PX_PHYSX_STATIC_LIB +LowLevelDynamics_debug_defines += _DEBUG +LowLevelDynamics_debug_defines += PX_DEBUG=1 +LowLevelDynamics_debug_defines += PX_CHECKED=1 +LowLevelDynamics_debug_defines += PX_SUPPORT_PVD=1 +LowLevelDynamics_debug_libraries := +LowLevelDynamics_debug_common_cflags := $(LowLevelDynamics_custom_cflags) +LowLevelDynamics_debug_common_cflags += -MMD +LowLevelDynamics_debug_common_cflags += $(addprefix -D, $(LowLevelDynamics_debug_defines)) +LowLevelDynamics_debug_common_cflags += $(addprefix -I, $(LowLevelDynamics_debug_hpaths)) +LowLevelDynamics_debug_common_cflags += -m64 +LowLevelDynamics_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelDynamics_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelDynamics_debug_common_cflags += -Wno-missing-field-initializers +LowLevelDynamics_debug_common_cflags += -g3 -gdwarf-2 +LowLevelDynamics_debug_cflags := $(LowLevelDynamics_debug_common_cflags) +LowLevelDynamics_debug_cppflags := $(LowLevelDynamics_debug_common_cflags) +LowLevelDynamics_debug_lflags := $(LowLevelDynamics_custom_lflags) +LowLevelDynamics_debug_lflags += $(addprefix -L, $(LowLevelDynamics_debug_lpaths)) +LowLevelDynamics_debug_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelDynamics_debug_libraries)) -Wl,--end-group +LowLevelDynamics_debug_lflags += -lrt +LowLevelDynamics_debug_lflags += -m64 +LowLevelDynamics_debug_objsdir = $(OBJS_DIR)/LowLevelDynamics_debug +LowLevelDynamics_debug_cpp_o = $(addprefix $(LowLevelDynamics_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) +LowLevelDynamics_debug_cc_o = $(addprefix $(LowLevelDynamics_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) +LowLevelDynamics_debug_c_o = $(addprefix $(LowLevelDynamics_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelDynamics_cfiles))))) +LowLevelDynamics_debug_obj = $(LowLevelDynamics_debug_cpp_o) $(LowLevelDynamics_debug_cc_o) $(LowLevelDynamics_debug_c_o) +LowLevelDynamics_debug_bin := ./../../../Lib/linux64/libLowLevelDynamicsDEBUG.a + +clean_LowLevelDynamics_debug: + @$(ECHO) clean LowLevelDynamics debug + @$(RMDIR) $(LowLevelDynamics_debug_objsdir) + @$(RMDIR) $(LowLevelDynamics_debug_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelDynamics/debug + +build_LowLevelDynamics_debug: postbuild_LowLevelDynamics_debug +postbuild_LowLevelDynamics_debug: mainbuild_LowLevelDynamics_debug +mainbuild_LowLevelDynamics_debug: prebuild_LowLevelDynamics_debug $(LowLevelDynamics_debug_bin) +prebuild_LowLevelDynamics_debug: + +$(LowLevelDynamics_debug_bin): $(LowLevelDynamics_debug_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelDynamicsDEBUG.a` + @$(AR) rcs $(LowLevelDynamics_debug_bin) $(LowLevelDynamics_debug_obj) + $(ECHO) building $@ complete! + +LowLevelDynamics_debug_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelDynamics_debug_cpp_o): $(LowLevelDynamics_debug_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelDynamics_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelDynamics/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_cppfiles)))))) + cp $(LowLevelDynamics_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelDynamics/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelDynamics/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_cppfiles))))).P; \ + rm -f $(LowLevelDynamics_debug_DEPDIR).d + +$(LowLevelDynamics_debug_cc_o): $(LowLevelDynamics_debug_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelDynamics_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_ccfiles)))))) + cp $(LowLevelDynamics_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_ccfiles))))).debug.P; \ + rm -f $(LowLevelDynamics_debug_DEPDIR).d + +$(LowLevelDynamics_debug_c_o): $(LowLevelDynamics_debug_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelDynamics_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelDynamics/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_cfiles)))))) + cp $(LowLevelDynamics_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelDynamics/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelDynamics/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_debug_objsdir),, $@))), $(LowLevelDynamics_cfiles))))).P; \ + rm -f $(LowLevelDynamics_debug_DEPDIR).d + +LowLevelDynamics_checked_hpaths := +LowLevelDynamics_checked_hpaths += ./../../Common/include +LowLevelDynamics_checked_hpaths += ./../../../../PxShared/include +LowLevelDynamics_checked_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelDynamics_checked_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelDynamics_checked_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelDynamics_checked_hpaths += ./../../../Include/common +LowLevelDynamics_checked_hpaths += ./../../../Include/geometry +LowLevelDynamics_checked_hpaths += ./../../../Include +LowLevelDynamics_checked_hpaths += ./../../../Include/GeomUtils +LowLevelDynamics_checked_hpaths += ./../../Common/src +LowLevelDynamics_checked_hpaths += ./../../Common/src/unix +LowLevelDynamics_checked_hpaths += ./../../PhysXProfile/src +LowLevelDynamics_checked_hpaths += ./../../PhysXProfile/include +LowLevelDynamics_checked_hpaths += ./../../GeomUtils/src/contact +LowLevelDynamics_checked_hpaths += ./../../LowLevel/API/include +LowLevelDynamics_checked_hpaths += ./../../LowLevel/common/include +LowLevelDynamics_checked_hpaths += ./../../LowLevel/common/include/pipeline +LowLevelDynamics_checked_hpaths += ./../../LowLevel/common/include/pipeline/unix +LowLevelDynamics_checked_hpaths += ./../../LowLevel/common/include/math +LowLevelDynamics_checked_hpaths += ./../../LowLevel/common/include/utils +LowLevelDynamics_checked_hpaths += ./../../LowLevel/software/include +LowLevelDynamics_checked_hpaths += ./../../LowLevel/software/include/unix +LowLevelDynamics_checked_hpaths += ./../../LowLevelDynamics/include +LowLevelDynamics_checked_hpaths += ./../../LowLevelDynamics/src +LowLevelDynamics_checked_hpaths += ./../../LowLevelDynamics/include/unix +LowLevelDynamics_checked_hpaths += ./../../PhysXGpu/include +LowLevelDynamics_checked_lpaths := +LowLevelDynamics_checked_defines := $(LowLevelDynamics_custom_defines) +LowLevelDynamics_checked_defines += PX_PHYSX_STATIC_LIB +LowLevelDynamics_checked_defines += NDEBUG +LowLevelDynamics_checked_defines += PX_CHECKED=1 +LowLevelDynamics_checked_defines += PX_SUPPORT_PVD=1 +LowLevelDynamics_checked_libraries := +LowLevelDynamics_checked_common_cflags := $(LowLevelDynamics_custom_cflags) +LowLevelDynamics_checked_common_cflags += -MMD +LowLevelDynamics_checked_common_cflags += $(addprefix -D, $(LowLevelDynamics_checked_defines)) +LowLevelDynamics_checked_common_cflags += $(addprefix -I, $(LowLevelDynamics_checked_hpaths)) +LowLevelDynamics_checked_common_cflags += -m64 +LowLevelDynamics_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelDynamics_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelDynamics_checked_common_cflags += -Wno-missing-field-initializers +LowLevelDynamics_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +LowLevelDynamics_checked_cflags := $(LowLevelDynamics_checked_common_cflags) +LowLevelDynamics_checked_cppflags := $(LowLevelDynamics_checked_common_cflags) +LowLevelDynamics_checked_lflags := $(LowLevelDynamics_custom_lflags) +LowLevelDynamics_checked_lflags += $(addprefix -L, $(LowLevelDynamics_checked_lpaths)) +LowLevelDynamics_checked_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelDynamics_checked_libraries)) -Wl,--end-group +LowLevelDynamics_checked_lflags += -lrt +LowLevelDynamics_checked_lflags += -m64 +LowLevelDynamics_checked_objsdir = $(OBJS_DIR)/LowLevelDynamics_checked +LowLevelDynamics_checked_cpp_o = $(addprefix $(LowLevelDynamics_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) +LowLevelDynamics_checked_cc_o = $(addprefix $(LowLevelDynamics_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) +LowLevelDynamics_checked_c_o = $(addprefix $(LowLevelDynamics_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelDynamics_cfiles))))) +LowLevelDynamics_checked_obj = $(LowLevelDynamics_checked_cpp_o) $(LowLevelDynamics_checked_cc_o) $(LowLevelDynamics_checked_c_o) +LowLevelDynamics_checked_bin := ./../../../Lib/linux64/libLowLevelDynamicsCHECKED.a + +clean_LowLevelDynamics_checked: + @$(ECHO) clean LowLevelDynamics checked + @$(RMDIR) $(LowLevelDynamics_checked_objsdir) + @$(RMDIR) $(LowLevelDynamics_checked_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelDynamics/checked + +build_LowLevelDynamics_checked: postbuild_LowLevelDynamics_checked +postbuild_LowLevelDynamics_checked: mainbuild_LowLevelDynamics_checked +mainbuild_LowLevelDynamics_checked: prebuild_LowLevelDynamics_checked $(LowLevelDynamics_checked_bin) +prebuild_LowLevelDynamics_checked: + +$(LowLevelDynamics_checked_bin): $(LowLevelDynamics_checked_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelDynamicsCHECKED.a` + @$(AR) rcs $(LowLevelDynamics_checked_bin) $(LowLevelDynamics_checked_obj) + $(ECHO) building $@ complete! + +LowLevelDynamics_checked_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelDynamics_checked_cpp_o): $(LowLevelDynamics_checked_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelDynamics_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelDynamics/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_cppfiles)))))) + cp $(LowLevelDynamics_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelDynamics/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelDynamics/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_cppfiles))))).P; \ + rm -f $(LowLevelDynamics_checked_DEPDIR).d + +$(LowLevelDynamics_checked_cc_o): $(LowLevelDynamics_checked_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelDynamics_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_ccfiles)))))) + cp $(LowLevelDynamics_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_ccfiles))))).checked.P; \ + rm -f $(LowLevelDynamics_checked_DEPDIR).d + +$(LowLevelDynamics_checked_c_o): $(LowLevelDynamics_checked_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelDynamics_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelDynamics/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_cfiles)))))) + cp $(LowLevelDynamics_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelDynamics/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelDynamics/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_checked_objsdir),, $@))), $(LowLevelDynamics_cfiles))))).P; \ + rm -f $(LowLevelDynamics_checked_DEPDIR).d + +LowLevelDynamics_profile_hpaths := +LowLevelDynamics_profile_hpaths += ./../../Common/include +LowLevelDynamics_profile_hpaths += ./../../../../PxShared/include +LowLevelDynamics_profile_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelDynamics_profile_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelDynamics_profile_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelDynamics_profile_hpaths += ./../../../Include/common +LowLevelDynamics_profile_hpaths += ./../../../Include/geometry +LowLevelDynamics_profile_hpaths += ./../../../Include +LowLevelDynamics_profile_hpaths += ./../../../Include/GeomUtils +LowLevelDynamics_profile_hpaths += ./../../Common/src +LowLevelDynamics_profile_hpaths += ./../../Common/src/unix +LowLevelDynamics_profile_hpaths += ./../../PhysXProfile/src +LowLevelDynamics_profile_hpaths += ./../../PhysXProfile/include +LowLevelDynamics_profile_hpaths += ./../../GeomUtils/src/contact +LowLevelDynamics_profile_hpaths += ./../../LowLevel/API/include +LowLevelDynamics_profile_hpaths += ./../../LowLevel/common/include +LowLevelDynamics_profile_hpaths += ./../../LowLevel/common/include/pipeline +LowLevelDynamics_profile_hpaths += ./../../LowLevel/common/include/pipeline/unix +LowLevelDynamics_profile_hpaths += ./../../LowLevel/common/include/math +LowLevelDynamics_profile_hpaths += ./../../LowLevel/common/include/utils +LowLevelDynamics_profile_hpaths += ./../../LowLevel/software/include +LowLevelDynamics_profile_hpaths += ./../../LowLevel/software/include/unix +LowLevelDynamics_profile_hpaths += ./../../LowLevelDynamics/include +LowLevelDynamics_profile_hpaths += ./../../LowLevelDynamics/src +LowLevelDynamics_profile_hpaths += ./../../LowLevelDynamics/include/unix +LowLevelDynamics_profile_hpaths += ./../../PhysXGpu/include +LowLevelDynamics_profile_lpaths := +LowLevelDynamics_profile_defines := $(LowLevelDynamics_custom_defines) +LowLevelDynamics_profile_defines += PX_PHYSX_STATIC_LIB +LowLevelDynamics_profile_defines += NDEBUG +LowLevelDynamics_profile_defines += PX_PROFILE=1 +LowLevelDynamics_profile_defines += PX_SUPPORT_PVD=1 +LowLevelDynamics_profile_libraries := +LowLevelDynamics_profile_common_cflags := $(LowLevelDynamics_custom_cflags) +LowLevelDynamics_profile_common_cflags += -MMD +LowLevelDynamics_profile_common_cflags += $(addprefix -D, $(LowLevelDynamics_profile_defines)) +LowLevelDynamics_profile_common_cflags += $(addprefix -I, $(LowLevelDynamics_profile_hpaths)) +LowLevelDynamics_profile_common_cflags += -m64 +LowLevelDynamics_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelDynamics_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelDynamics_profile_common_cflags += -Wno-missing-field-initializers +LowLevelDynamics_profile_common_cflags += -O3 -fno-strict-aliasing +LowLevelDynamics_profile_cflags := $(LowLevelDynamics_profile_common_cflags) +LowLevelDynamics_profile_cppflags := $(LowLevelDynamics_profile_common_cflags) +LowLevelDynamics_profile_lflags := $(LowLevelDynamics_custom_lflags) +LowLevelDynamics_profile_lflags += $(addprefix -L, $(LowLevelDynamics_profile_lpaths)) +LowLevelDynamics_profile_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelDynamics_profile_libraries)) -Wl,--end-group +LowLevelDynamics_profile_lflags += -lrt +LowLevelDynamics_profile_lflags += -m64 +LowLevelDynamics_profile_objsdir = $(OBJS_DIR)/LowLevelDynamics_profile +LowLevelDynamics_profile_cpp_o = $(addprefix $(LowLevelDynamics_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) +LowLevelDynamics_profile_cc_o = $(addprefix $(LowLevelDynamics_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) +LowLevelDynamics_profile_c_o = $(addprefix $(LowLevelDynamics_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelDynamics_cfiles))))) +LowLevelDynamics_profile_obj = $(LowLevelDynamics_profile_cpp_o) $(LowLevelDynamics_profile_cc_o) $(LowLevelDynamics_profile_c_o) +LowLevelDynamics_profile_bin := ./../../../Lib/linux64/libLowLevelDynamicsPROFILE.a + +clean_LowLevelDynamics_profile: + @$(ECHO) clean LowLevelDynamics profile + @$(RMDIR) $(LowLevelDynamics_profile_objsdir) + @$(RMDIR) $(LowLevelDynamics_profile_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelDynamics/profile + +build_LowLevelDynamics_profile: postbuild_LowLevelDynamics_profile +postbuild_LowLevelDynamics_profile: mainbuild_LowLevelDynamics_profile +mainbuild_LowLevelDynamics_profile: prebuild_LowLevelDynamics_profile $(LowLevelDynamics_profile_bin) +prebuild_LowLevelDynamics_profile: + +$(LowLevelDynamics_profile_bin): $(LowLevelDynamics_profile_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelDynamicsPROFILE.a` + @$(AR) rcs $(LowLevelDynamics_profile_bin) $(LowLevelDynamics_profile_obj) + $(ECHO) building $@ complete! + +LowLevelDynamics_profile_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelDynamics_profile_cpp_o): $(LowLevelDynamics_profile_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelDynamics_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelDynamics/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_cppfiles)))))) + cp $(LowLevelDynamics_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelDynamics/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelDynamics/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_cppfiles))))).P; \ + rm -f $(LowLevelDynamics_profile_DEPDIR).d + +$(LowLevelDynamics_profile_cc_o): $(LowLevelDynamics_profile_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelDynamics_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_ccfiles)))))) + cp $(LowLevelDynamics_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_ccfiles))))).profile.P; \ + rm -f $(LowLevelDynamics_profile_DEPDIR).d + +$(LowLevelDynamics_profile_c_o): $(LowLevelDynamics_profile_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelDynamics_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelDynamics/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_cfiles)))))) + cp $(LowLevelDynamics_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelDynamics/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelDynamics/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_profile_objsdir),, $@))), $(LowLevelDynamics_cfiles))))).P; \ + rm -f $(LowLevelDynamics_profile_DEPDIR).d + +LowLevelDynamics_release_hpaths := +LowLevelDynamics_release_hpaths += ./../../Common/include +LowLevelDynamics_release_hpaths += ./../../../../PxShared/include +LowLevelDynamics_release_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelDynamics_release_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelDynamics_release_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelDynamics_release_hpaths += ./../../../Include/common +LowLevelDynamics_release_hpaths += ./../../../Include/geometry +LowLevelDynamics_release_hpaths += ./../../../Include +LowLevelDynamics_release_hpaths += ./../../../Include/GeomUtils +LowLevelDynamics_release_hpaths += ./../../Common/src +LowLevelDynamics_release_hpaths += ./../../Common/src/unix +LowLevelDynamics_release_hpaths += ./../../PhysXProfile/src +LowLevelDynamics_release_hpaths += ./../../PhysXProfile/include +LowLevelDynamics_release_hpaths += ./../../GeomUtils/src/contact +LowLevelDynamics_release_hpaths += ./../../LowLevel/API/include +LowLevelDynamics_release_hpaths += ./../../LowLevel/common/include +LowLevelDynamics_release_hpaths += ./../../LowLevel/common/include/pipeline +LowLevelDynamics_release_hpaths += ./../../LowLevel/common/include/pipeline/unix +LowLevelDynamics_release_hpaths += ./../../LowLevel/common/include/math +LowLevelDynamics_release_hpaths += ./../../LowLevel/common/include/utils +LowLevelDynamics_release_hpaths += ./../../LowLevel/software/include +LowLevelDynamics_release_hpaths += ./../../LowLevel/software/include/unix +LowLevelDynamics_release_hpaths += ./../../LowLevelDynamics/include +LowLevelDynamics_release_hpaths += ./../../LowLevelDynamics/src +LowLevelDynamics_release_hpaths += ./../../LowLevelDynamics/include/unix +LowLevelDynamics_release_hpaths += ./../../PhysXGpu/include +LowLevelDynamics_release_lpaths := +LowLevelDynamics_release_defines := $(LowLevelDynamics_custom_defines) +LowLevelDynamics_release_defines += PX_PHYSX_STATIC_LIB +LowLevelDynamics_release_defines += NDEBUG +LowLevelDynamics_release_defines += PX_SUPPORT_PVD=0 +LowLevelDynamics_release_libraries := +LowLevelDynamics_release_common_cflags := $(LowLevelDynamics_custom_cflags) +LowLevelDynamics_release_common_cflags += -MMD +LowLevelDynamics_release_common_cflags += $(addprefix -D, $(LowLevelDynamics_release_defines)) +LowLevelDynamics_release_common_cflags += $(addprefix -I, $(LowLevelDynamics_release_hpaths)) +LowLevelDynamics_release_common_cflags += -m64 +LowLevelDynamics_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelDynamics_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelDynamics_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelDynamics_release_common_cflags += -Wno-missing-field-initializers +LowLevelDynamics_release_common_cflags += -O3 -fno-strict-aliasing +LowLevelDynamics_release_cflags := $(LowLevelDynamics_release_common_cflags) +LowLevelDynamics_release_cppflags := $(LowLevelDynamics_release_common_cflags) +LowLevelDynamics_release_lflags := $(LowLevelDynamics_custom_lflags) +LowLevelDynamics_release_lflags += $(addprefix -L, $(LowLevelDynamics_release_lpaths)) +LowLevelDynamics_release_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelDynamics_release_libraries)) -Wl,--end-group +LowLevelDynamics_release_lflags += -lrt +LowLevelDynamics_release_lflags += -m64 +LowLevelDynamics_release_objsdir = $(OBJS_DIR)/LowLevelDynamics_release +LowLevelDynamics_release_cpp_o = $(addprefix $(LowLevelDynamics_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelDynamics_cppfiles))))) +LowLevelDynamics_release_cc_o = $(addprefix $(LowLevelDynamics_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelDynamics_ccfiles))))) +LowLevelDynamics_release_c_o = $(addprefix $(LowLevelDynamics_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelDynamics_cfiles))))) +LowLevelDynamics_release_obj = $(LowLevelDynamics_release_cpp_o) $(LowLevelDynamics_release_cc_o) $(LowLevelDynamics_release_c_o) +LowLevelDynamics_release_bin := ./../../../Lib/linux64/libLowLevelDynamics.a + +clean_LowLevelDynamics_release: + @$(ECHO) clean LowLevelDynamics release + @$(RMDIR) $(LowLevelDynamics_release_objsdir) + @$(RMDIR) $(LowLevelDynamics_release_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelDynamics/release + +build_LowLevelDynamics_release: postbuild_LowLevelDynamics_release +postbuild_LowLevelDynamics_release: mainbuild_LowLevelDynamics_release +mainbuild_LowLevelDynamics_release: prebuild_LowLevelDynamics_release $(LowLevelDynamics_release_bin) +prebuild_LowLevelDynamics_release: + +$(LowLevelDynamics_release_bin): $(LowLevelDynamics_release_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelDynamics.a` + @$(AR) rcs $(LowLevelDynamics_release_bin) $(LowLevelDynamics_release_obj) + $(ECHO) building $@ complete! + +LowLevelDynamics_release_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelDynamics_release_cpp_o): $(LowLevelDynamics_release_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelDynamics_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelDynamics/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_cppfiles)))))) + cp $(LowLevelDynamics_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelDynamics/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelDynamics/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_cppfiles))))).P; \ + rm -f $(LowLevelDynamics_release_DEPDIR).d + +$(LowLevelDynamics_release_cc_o): $(LowLevelDynamics_release_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelDynamics_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_ccfiles)))))) + cp $(LowLevelDynamics_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_ccfiles))))).release.P; \ + rm -f $(LowLevelDynamics_release_DEPDIR).d + +$(LowLevelDynamics_release_c_o): $(LowLevelDynamics_release_objsdir)/%.o: + $(ECHO) LowLevelDynamics: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelDynamics_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelDynamics/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_cfiles)))))) + cp $(LowLevelDynamics_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelDynamics/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelDynamics_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelDynamics/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelDynamics_release_objsdir),, $@))), $(LowLevelDynamics_cfiles))))).P; \ + rm -f $(LowLevelDynamics_release_DEPDIR).d + +clean_LowLevelDynamics: clean_LowLevelDynamics_debug clean_LowLevelDynamics_checked clean_LowLevelDynamics_profile clean_LowLevelDynamics_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk new file mode 100644 index 00000000..63911197 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelParticles.mk @@ -0,0 +1,444 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = LowLevelParticles +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtBatcher.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtBodyTransformVault.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtCollision.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtCollisionBox.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtCollisionCapsule.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtCollisionConvex.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtCollisionMesh.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtCollisionPlane.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtCollisionSphere.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtContextCpu.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtDynamics.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtParticleData.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtParticleShapeCpu.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtParticleSystemSimCpu.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtSpatialHash.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/PtSpatialLocalHash.cpp +LowLevelParticles_cppfiles += ./../../LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.cpp + +LowLevelParticles_cpp_debug_dep = $(addprefix $(DEPSDIR)/LowLevelParticles/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelParticles_cppfiles))))) +LowLevelParticles_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(LowLevelParticles_ccfiles))))) +LowLevelParticles_c_debug_dep = $(addprefix $(DEPSDIR)/LowLevelParticles/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelParticles_cfiles))))) +LowLevelParticles_debug_dep = $(LowLevelParticles_cpp_debug_dep) $(LowLevelParticles_cc_debug_dep) $(LowLevelParticles_c_debug_dep) +-include $(LowLevelParticles_debug_dep) +LowLevelParticles_cpp_checked_dep = $(addprefix $(DEPSDIR)/LowLevelParticles/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelParticles_cppfiles))))) +LowLevelParticles_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(LowLevelParticles_ccfiles))))) +LowLevelParticles_c_checked_dep = $(addprefix $(DEPSDIR)/LowLevelParticles/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelParticles_cfiles))))) +LowLevelParticles_checked_dep = $(LowLevelParticles_cpp_checked_dep) $(LowLevelParticles_cc_checked_dep) $(LowLevelParticles_c_checked_dep) +-include $(LowLevelParticles_checked_dep) +LowLevelParticles_cpp_profile_dep = $(addprefix $(DEPSDIR)/LowLevelParticles/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelParticles_cppfiles))))) +LowLevelParticles_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(LowLevelParticles_ccfiles))))) +LowLevelParticles_c_profile_dep = $(addprefix $(DEPSDIR)/LowLevelParticles/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelParticles_cfiles))))) +LowLevelParticles_profile_dep = $(LowLevelParticles_cpp_profile_dep) $(LowLevelParticles_cc_profile_dep) $(LowLevelParticles_c_profile_dep) +-include $(LowLevelParticles_profile_dep) +LowLevelParticles_cpp_release_dep = $(addprefix $(DEPSDIR)/LowLevelParticles/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelParticles_cppfiles))))) +LowLevelParticles_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(LowLevelParticles_ccfiles))))) +LowLevelParticles_c_release_dep = $(addprefix $(DEPSDIR)/LowLevelParticles/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelParticles_cfiles))))) +LowLevelParticles_release_dep = $(LowLevelParticles_cpp_release_dep) $(LowLevelParticles_cc_release_dep) $(LowLevelParticles_c_release_dep) +-include $(LowLevelParticles_release_dep) +LowLevelParticles_debug_hpaths := +LowLevelParticles_debug_hpaths += ./../../PhysXGpu/include +LowLevelParticles_debug_hpaths += ./../../Common/include +LowLevelParticles_debug_hpaths += ./../../../../PxShared/include +LowLevelParticles_debug_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelParticles_debug_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelParticles_debug_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelParticles_debug_hpaths += ./../../../Include +LowLevelParticles_debug_hpaths += ./../../../Include/common +LowLevelParticles_debug_hpaths += ./../../../Include/geometry +LowLevelParticles_debug_hpaths += ./../../../Include/GeomUtils +LowLevelParticles_debug_hpaths += ./../../Common/src +LowLevelParticles_debug_hpaths += ./../../LowLevelParticles/include +LowLevelParticles_debug_hpaths += ./../../LowLevelParticles/src +LowLevelParticles_debug_hpaths += ./../../LowLevel/API/include +LowLevelParticles_debug_hpaths += ./../../LowLevel/common/include/utils +LowLevelParticles_debug_hpaths += ./../../GeomUtils/src +LowLevelParticles_debug_hpaths += ./../../GeomUtils/src/convex +LowLevelParticles_debug_hpaths += ./../../GeomUtils/src/hf +LowLevelParticles_debug_hpaths += ./../../GeomUtils/src/mesh +LowLevelParticles_debug_hpaths += ./../../GeomUtils/headers +LowLevelParticles_debug_lpaths := +LowLevelParticles_debug_defines := $(LowLevelParticles_custom_defines) +LowLevelParticles_debug_defines += PX_PHYSX_STATIC_LIB +LowLevelParticles_debug_defines += _DEBUG +LowLevelParticles_debug_defines += PX_DEBUG=1 +LowLevelParticles_debug_defines += PX_CHECKED=1 +LowLevelParticles_debug_defines += PX_SUPPORT_PVD=1 +LowLevelParticles_debug_libraries := +LowLevelParticles_debug_common_cflags := $(LowLevelParticles_custom_cflags) +LowLevelParticles_debug_common_cflags += -MMD +LowLevelParticles_debug_common_cflags += $(addprefix -D, $(LowLevelParticles_debug_defines)) +LowLevelParticles_debug_common_cflags += $(addprefix -I, $(LowLevelParticles_debug_hpaths)) +LowLevelParticles_debug_common_cflags += -m64 +LowLevelParticles_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelParticles_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelParticles_debug_common_cflags += -Wno-missing-field-initializers +LowLevelParticles_debug_common_cflags += -g3 -gdwarf-2 +LowLevelParticles_debug_cflags := $(LowLevelParticles_debug_common_cflags) +LowLevelParticles_debug_cppflags := $(LowLevelParticles_debug_common_cflags) +LowLevelParticles_debug_lflags := $(LowLevelParticles_custom_lflags) +LowLevelParticles_debug_lflags += $(addprefix -L, $(LowLevelParticles_debug_lpaths)) +LowLevelParticles_debug_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelParticles_debug_libraries)) -Wl,--end-group +LowLevelParticles_debug_lflags += -lrt +LowLevelParticles_debug_lflags += -m64 +LowLevelParticles_debug_objsdir = $(OBJS_DIR)/LowLevelParticles_debug +LowLevelParticles_debug_cpp_o = $(addprefix $(LowLevelParticles_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) +LowLevelParticles_debug_cc_o = $(addprefix $(LowLevelParticles_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) +LowLevelParticles_debug_c_o = $(addprefix $(LowLevelParticles_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelParticles_cfiles))))) +LowLevelParticles_debug_obj = $(LowLevelParticles_debug_cpp_o) $(LowLevelParticles_debug_cc_o) $(LowLevelParticles_debug_c_o) +LowLevelParticles_debug_bin := ./../../../Lib/linux64/libLowLevelParticlesDEBUG.a + +clean_LowLevelParticles_debug: + @$(ECHO) clean LowLevelParticles debug + @$(RMDIR) $(LowLevelParticles_debug_objsdir) + @$(RMDIR) $(LowLevelParticles_debug_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelParticles/debug + +build_LowLevelParticles_debug: postbuild_LowLevelParticles_debug +postbuild_LowLevelParticles_debug: mainbuild_LowLevelParticles_debug +mainbuild_LowLevelParticles_debug: prebuild_LowLevelParticles_debug $(LowLevelParticles_debug_bin) +prebuild_LowLevelParticles_debug: + +$(LowLevelParticles_debug_bin): $(LowLevelParticles_debug_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelParticlesDEBUG.a` + @$(AR) rcs $(LowLevelParticles_debug_bin) $(LowLevelParticles_debug_obj) + $(ECHO) building $@ complete! + +LowLevelParticles_debug_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelParticles_debug_cpp_o): $(LowLevelParticles_debug_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelParticles_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelParticles/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_cppfiles)))))) + cp $(LowLevelParticles_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelParticles/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelParticles/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_cppfiles))))).P; \ + rm -f $(LowLevelParticles_debug_DEPDIR).d + +$(LowLevelParticles_debug_cc_o): $(LowLevelParticles_debug_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelParticles_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_ccfiles)))))) + cp $(LowLevelParticles_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_ccfiles))))).debug.P; \ + rm -f $(LowLevelParticles_debug_DEPDIR).d + +$(LowLevelParticles_debug_c_o): $(LowLevelParticles_debug_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelParticles_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelParticles/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_cfiles)))))) + cp $(LowLevelParticles_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelParticles/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelParticles/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_debug_objsdir),, $@))), $(LowLevelParticles_cfiles))))).P; \ + rm -f $(LowLevelParticles_debug_DEPDIR).d + +LowLevelParticles_checked_hpaths := +LowLevelParticles_checked_hpaths += ./../../PhysXGpu/include +LowLevelParticles_checked_hpaths += ./../../Common/include +LowLevelParticles_checked_hpaths += ./../../../../PxShared/include +LowLevelParticles_checked_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelParticles_checked_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelParticles_checked_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelParticles_checked_hpaths += ./../../../Include +LowLevelParticles_checked_hpaths += ./../../../Include/common +LowLevelParticles_checked_hpaths += ./../../../Include/geometry +LowLevelParticles_checked_hpaths += ./../../../Include/GeomUtils +LowLevelParticles_checked_hpaths += ./../../Common/src +LowLevelParticles_checked_hpaths += ./../../LowLevelParticles/include +LowLevelParticles_checked_hpaths += ./../../LowLevelParticles/src +LowLevelParticles_checked_hpaths += ./../../LowLevel/API/include +LowLevelParticles_checked_hpaths += ./../../LowLevel/common/include/utils +LowLevelParticles_checked_hpaths += ./../../GeomUtils/src +LowLevelParticles_checked_hpaths += ./../../GeomUtils/src/convex +LowLevelParticles_checked_hpaths += ./../../GeomUtils/src/hf +LowLevelParticles_checked_hpaths += ./../../GeomUtils/src/mesh +LowLevelParticles_checked_hpaths += ./../../GeomUtils/headers +LowLevelParticles_checked_lpaths := +LowLevelParticles_checked_defines := $(LowLevelParticles_custom_defines) +LowLevelParticles_checked_defines += PX_PHYSX_STATIC_LIB +LowLevelParticles_checked_defines += NDEBUG +LowLevelParticles_checked_defines += PX_CHECKED=1 +LowLevelParticles_checked_defines += PX_SUPPORT_PVD=1 +LowLevelParticles_checked_libraries := +LowLevelParticles_checked_common_cflags := $(LowLevelParticles_custom_cflags) +LowLevelParticles_checked_common_cflags += -MMD +LowLevelParticles_checked_common_cflags += $(addprefix -D, $(LowLevelParticles_checked_defines)) +LowLevelParticles_checked_common_cflags += $(addprefix -I, $(LowLevelParticles_checked_hpaths)) +LowLevelParticles_checked_common_cflags += -m64 +LowLevelParticles_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelParticles_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelParticles_checked_common_cflags += -Wno-missing-field-initializers +LowLevelParticles_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +LowLevelParticles_checked_cflags := $(LowLevelParticles_checked_common_cflags) +LowLevelParticles_checked_cppflags := $(LowLevelParticles_checked_common_cflags) +LowLevelParticles_checked_lflags := $(LowLevelParticles_custom_lflags) +LowLevelParticles_checked_lflags += $(addprefix -L, $(LowLevelParticles_checked_lpaths)) +LowLevelParticles_checked_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelParticles_checked_libraries)) -Wl,--end-group +LowLevelParticles_checked_lflags += -lrt +LowLevelParticles_checked_lflags += -m64 +LowLevelParticles_checked_objsdir = $(OBJS_DIR)/LowLevelParticles_checked +LowLevelParticles_checked_cpp_o = $(addprefix $(LowLevelParticles_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) +LowLevelParticles_checked_cc_o = $(addprefix $(LowLevelParticles_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) +LowLevelParticles_checked_c_o = $(addprefix $(LowLevelParticles_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelParticles_cfiles))))) +LowLevelParticles_checked_obj = $(LowLevelParticles_checked_cpp_o) $(LowLevelParticles_checked_cc_o) $(LowLevelParticles_checked_c_o) +LowLevelParticles_checked_bin := ./../../../Lib/linux64/libLowLevelParticlesCHECKED.a + +clean_LowLevelParticles_checked: + @$(ECHO) clean LowLevelParticles checked + @$(RMDIR) $(LowLevelParticles_checked_objsdir) + @$(RMDIR) $(LowLevelParticles_checked_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelParticles/checked + +build_LowLevelParticles_checked: postbuild_LowLevelParticles_checked +postbuild_LowLevelParticles_checked: mainbuild_LowLevelParticles_checked +mainbuild_LowLevelParticles_checked: prebuild_LowLevelParticles_checked $(LowLevelParticles_checked_bin) +prebuild_LowLevelParticles_checked: + +$(LowLevelParticles_checked_bin): $(LowLevelParticles_checked_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelParticlesCHECKED.a` + @$(AR) rcs $(LowLevelParticles_checked_bin) $(LowLevelParticles_checked_obj) + $(ECHO) building $@ complete! + +LowLevelParticles_checked_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelParticles_checked_cpp_o): $(LowLevelParticles_checked_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelParticles_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelParticles/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_cppfiles)))))) + cp $(LowLevelParticles_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelParticles/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelParticles/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_cppfiles))))).P; \ + rm -f $(LowLevelParticles_checked_DEPDIR).d + +$(LowLevelParticles_checked_cc_o): $(LowLevelParticles_checked_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelParticles_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_ccfiles)))))) + cp $(LowLevelParticles_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_ccfiles))))).checked.P; \ + rm -f $(LowLevelParticles_checked_DEPDIR).d + +$(LowLevelParticles_checked_c_o): $(LowLevelParticles_checked_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelParticles_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelParticles/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_cfiles)))))) + cp $(LowLevelParticles_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelParticles/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelParticles/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_checked_objsdir),, $@))), $(LowLevelParticles_cfiles))))).P; \ + rm -f $(LowLevelParticles_checked_DEPDIR).d + +LowLevelParticles_profile_hpaths := +LowLevelParticles_profile_hpaths += ./../../PhysXGpu/include +LowLevelParticles_profile_hpaths += ./../../Common/include +LowLevelParticles_profile_hpaths += ./../../../../PxShared/include +LowLevelParticles_profile_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelParticles_profile_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelParticles_profile_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelParticles_profile_hpaths += ./../../../Include +LowLevelParticles_profile_hpaths += ./../../../Include/common +LowLevelParticles_profile_hpaths += ./../../../Include/geometry +LowLevelParticles_profile_hpaths += ./../../../Include/GeomUtils +LowLevelParticles_profile_hpaths += ./../../Common/src +LowLevelParticles_profile_hpaths += ./../../LowLevelParticles/include +LowLevelParticles_profile_hpaths += ./../../LowLevelParticles/src +LowLevelParticles_profile_hpaths += ./../../LowLevel/API/include +LowLevelParticles_profile_hpaths += ./../../LowLevel/common/include/utils +LowLevelParticles_profile_hpaths += ./../../GeomUtils/src +LowLevelParticles_profile_hpaths += ./../../GeomUtils/src/convex +LowLevelParticles_profile_hpaths += ./../../GeomUtils/src/hf +LowLevelParticles_profile_hpaths += ./../../GeomUtils/src/mesh +LowLevelParticles_profile_hpaths += ./../../GeomUtils/headers +LowLevelParticles_profile_lpaths := +LowLevelParticles_profile_defines := $(LowLevelParticles_custom_defines) +LowLevelParticles_profile_defines += PX_PHYSX_STATIC_LIB +LowLevelParticles_profile_defines += NDEBUG +LowLevelParticles_profile_defines += PX_PROFILE=1 +LowLevelParticles_profile_defines += PX_SUPPORT_PVD=1 +LowLevelParticles_profile_libraries := +LowLevelParticles_profile_common_cflags := $(LowLevelParticles_custom_cflags) +LowLevelParticles_profile_common_cflags += -MMD +LowLevelParticles_profile_common_cflags += $(addprefix -D, $(LowLevelParticles_profile_defines)) +LowLevelParticles_profile_common_cflags += $(addprefix -I, $(LowLevelParticles_profile_hpaths)) +LowLevelParticles_profile_common_cflags += -m64 +LowLevelParticles_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelParticles_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelParticles_profile_common_cflags += -Wno-missing-field-initializers +LowLevelParticles_profile_common_cflags += -O3 -fno-strict-aliasing +LowLevelParticles_profile_cflags := $(LowLevelParticles_profile_common_cflags) +LowLevelParticles_profile_cppflags := $(LowLevelParticles_profile_common_cflags) +LowLevelParticles_profile_lflags := $(LowLevelParticles_custom_lflags) +LowLevelParticles_profile_lflags += $(addprefix -L, $(LowLevelParticles_profile_lpaths)) +LowLevelParticles_profile_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelParticles_profile_libraries)) -Wl,--end-group +LowLevelParticles_profile_lflags += -lrt +LowLevelParticles_profile_lflags += -m64 +LowLevelParticles_profile_objsdir = $(OBJS_DIR)/LowLevelParticles_profile +LowLevelParticles_profile_cpp_o = $(addprefix $(LowLevelParticles_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) +LowLevelParticles_profile_cc_o = $(addprefix $(LowLevelParticles_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) +LowLevelParticles_profile_c_o = $(addprefix $(LowLevelParticles_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelParticles_cfiles))))) +LowLevelParticles_profile_obj = $(LowLevelParticles_profile_cpp_o) $(LowLevelParticles_profile_cc_o) $(LowLevelParticles_profile_c_o) +LowLevelParticles_profile_bin := ./../../../Lib/linux64/libLowLevelParticlesPROFILE.a + +clean_LowLevelParticles_profile: + @$(ECHO) clean LowLevelParticles profile + @$(RMDIR) $(LowLevelParticles_profile_objsdir) + @$(RMDIR) $(LowLevelParticles_profile_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelParticles/profile + +build_LowLevelParticles_profile: postbuild_LowLevelParticles_profile +postbuild_LowLevelParticles_profile: mainbuild_LowLevelParticles_profile +mainbuild_LowLevelParticles_profile: prebuild_LowLevelParticles_profile $(LowLevelParticles_profile_bin) +prebuild_LowLevelParticles_profile: + +$(LowLevelParticles_profile_bin): $(LowLevelParticles_profile_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelParticlesPROFILE.a` + @$(AR) rcs $(LowLevelParticles_profile_bin) $(LowLevelParticles_profile_obj) + $(ECHO) building $@ complete! + +LowLevelParticles_profile_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelParticles_profile_cpp_o): $(LowLevelParticles_profile_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelParticles_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelParticles/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_cppfiles)))))) + cp $(LowLevelParticles_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelParticles/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelParticles/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_cppfiles))))).P; \ + rm -f $(LowLevelParticles_profile_DEPDIR).d + +$(LowLevelParticles_profile_cc_o): $(LowLevelParticles_profile_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelParticles_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_ccfiles)))))) + cp $(LowLevelParticles_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_ccfiles))))).profile.P; \ + rm -f $(LowLevelParticles_profile_DEPDIR).d + +$(LowLevelParticles_profile_c_o): $(LowLevelParticles_profile_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelParticles_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelParticles/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_cfiles)))))) + cp $(LowLevelParticles_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelParticles/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelParticles/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_profile_objsdir),, $@))), $(LowLevelParticles_cfiles))))).P; \ + rm -f $(LowLevelParticles_profile_DEPDIR).d + +LowLevelParticles_release_hpaths := +LowLevelParticles_release_hpaths += ./../../PhysXGpu/include +LowLevelParticles_release_hpaths += ./../../Common/include +LowLevelParticles_release_hpaths += ./../../../../PxShared/include +LowLevelParticles_release_hpaths += ./../../../../PxShared/src/foundation/include +LowLevelParticles_release_hpaths += ./../../../../PxShared/src/fastxml/include +LowLevelParticles_release_hpaths += ./../../../../PxShared/src/pvd/include +LowLevelParticles_release_hpaths += ./../../../Include +LowLevelParticles_release_hpaths += ./../../../Include/common +LowLevelParticles_release_hpaths += ./../../../Include/geometry +LowLevelParticles_release_hpaths += ./../../../Include/GeomUtils +LowLevelParticles_release_hpaths += ./../../Common/src +LowLevelParticles_release_hpaths += ./../../LowLevelParticles/include +LowLevelParticles_release_hpaths += ./../../LowLevelParticles/src +LowLevelParticles_release_hpaths += ./../../LowLevel/API/include +LowLevelParticles_release_hpaths += ./../../LowLevel/common/include/utils +LowLevelParticles_release_hpaths += ./../../GeomUtils/src +LowLevelParticles_release_hpaths += ./../../GeomUtils/src/convex +LowLevelParticles_release_hpaths += ./../../GeomUtils/src/hf +LowLevelParticles_release_hpaths += ./../../GeomUtils/src/mesh +LowLevelParticles_release_hpaths += ./../../GeomUtils/headers +LowLevelParticles_release_lpaths := +LowLevelParticles_release_defines := $(LowLevelParticles_custom_defines) +LowLevelParticles_release_defines += PX_PHYSX_STATIC_LIB +LowLevelParticles_release_defines += NDEBUG +LowLevelParticles_release_defines += PX_SUPPORT_PVD=0 +LowLevelParticles_release_libraries := +LowLevelParticles_release_common_cflags := $(LowLevelParticles_custom_cflags) +LowLevelParticles_release_common_cflags += -MMD +LowLevelParticles_release_common_cflags += $(addprefix -D, $(LowLevelParticles_release_defines)) +LowLevelParticles_release_common_cflags += $(addprefix -I, $(LowLevelParticles_release_hpaths)) +LowLevelParticles_release_common_cflags += -m64 +LowLevelParticles_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +LowLevelParticles_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +LowLevelParticles_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +LowLevelParticles_release_common_cflags += -Wno-missing-field-initializers +LowLevelParticles_release_common_cflags += -O3 -fno-strict-aliasing +LowLevelParticles_release_cflags := $(LowLevelParticles_release_common_cflags) +LowLevelParticles_release_cppflags := $(LowLevelParticles_release_common_cflags) +LowLevelParticles_release_lflags := $(LowLevelParticles_custom_lflags) +LowLevelParticles_release_lflags += $(addprefix -L, $(LowLevelParticles_release_lpaths)) +LowLevelParticles_release_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelParticles_release_libraries)) -Wl,--end-group +LowLevelParticles_release_lflags += -lrt +LowLevelParticles_release_lflags += -m64 +LowLevelParticles_release_objsdir = $(OBJS_DIR)/LowLevelParticles_release +LowLevelParticles_release_cpp_o = $(addprefix $(LowLevelParticles_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelParticles_cppfiles))))) +LowLevelParticles_release_cc_o = $(addprefix $(LowLevelParticles_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelParticles_ccfiles))))) +LowLevelParticles_release_c_o = $(addprefix $(LowLevelParticles_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelParticles_cfiles))))) +LowLevelParticles_release_obj = $(LowLevelParticles_release_cpp_o) $(LowLevelParticles_release_cc_o) $(LowLevelParticles_release_c_o) +LowLevelParticles_release_bin := ./../../../Lib/linux64/libLowLevelParticles.a + +clean_LowLevelParticles_release: + @$(ECHO) clean LowLevelParticles release + @$(RMDIR) $(LowLevelParticles_release_objsdir) + @$(RMDIR) $(LowLevelParticles_release_bin) + @$(RMDIR) $(DEPSDIR)/LowLevelParticles/release + +build_LowLevelParticles_release: postbuild_LowLevelParticles_release +postbuild_LowLevelParticles_release: mainbuild_LowLevelParticles_release +mainbuild_LowLevelParticles_release: prebuild_LowLevelParticles_release $(LowLevelParticles_release_bin) +prebuild_LowLevelParticles_release: + +$(LowLevelParticles_release_bin): $(LowLevelParticles_release_obj) + mkdir -p `dirname ./../../../Lib/linux64/libLowLevelParticles.a` + @$(AR) rcs $(LowLevelParticles_release_bin) $(LowLevelParticles_release_obj) + $(ECHO) building $@ complete! + +LowLevelParticles_release_DEPDIR = $(dir $(@))/$(*F) +$(LowLevelParticles_release_cpp_o): $(LowLevelParticles_release_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelParticles_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelParticles/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_cppfiles)))))) + cp $(LowLevelParticles_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelParticles/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelParticles/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_cppfiles))))).P; \ + rm -f $(LowLevelParticles_release_DEPDIR).d + +$(LowLevelParticles_release_cc_o): $(LowLevelParticles_release_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(LowLevelParticles_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_ccfiles)))))) + cp $(LowLevelParticles_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_ccfiles))))).release.P; \ + rm -f $(LowLevelParticles_release_DEPDIR).d + +$(LowLevelParticles_release_c_o): $(LowLevelParticles_release_objsdir)/%.o: + $(ECHO) LowLevelParticles: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(LowLevelParticles_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelParticles/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_cfiles)))))) + cp $(LowLevelParticles_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelParticles/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelParticles_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelParticles/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelParticles_release_objsdir),, $@))), $(LowLevelParticles_cfiles))))).P; \ + rm -f $(LowLevelParticles_release_DEPDIR).d + +clean_LowLevelParticles: clean_LowLevelParticles_debug clean_LowLevelParticles_checked clean_LowLevelParticles_profile clean_LowLevelParticles_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk new file mode 100644 index 00000000..eb212f45 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysX.mk @@ -0,0 +1,655 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = PhysX +PhysX_cppfiles += ./../../PhysX/src/gpu/NpPhysicsGpu.cpp +PhysX_cppfiles += ./../../PhysX/src/gpu/PxGpu.cpp +PhysX_cppfiles += ./../../PhysX/src/gpu/PxParticleDeviceExclusive.cpp +PhysX_cppfiles += ./../../PhysX/src/gpu/PxParticleGpu.cpp +PhysX_cppfiles += ./../../PhysX/src/gpu/PxPhysXGpuModuleLoader.cpp +PhysX_cppfiles += ./../../PhysX/src/gpu/PxPhysXIndicatorDeviceExclusive.cpp +PhysX_cppfiles += ./../../PhysX/src/device/linux/PhysXIndicatorLinux.cpp +PhysX_cppfiles += ./../../PhysX/src/NpActor.cpp +PhysX_cppfiles += ./../../PhysX/src/NpAggregate.cpp +PhysX_cppfiles += ./../../PhysX/src/NpArticulation.cpp +PhysX_cppfiles += ./../../PhysX/src/NpArticulationJoint.cpp +PhysX_cppfiles += ./../../PhysX/src/NpArticulationLink.cpp +PhysX_cppfiles += ./../../PhysX/src/NpBatchQuery.cpp +PhysX_cppfiles += ./../../PhysX/src/NpConstraint.cpp +PhysX_cppfiles += ./../../PhysX/src/NpFactory.cpp +PhysX_cppfiles += ./../../PhysX/src/NpMaterial.cpp +PhysX_cppfiles += ./../../PhysX/src/NpMetaData.cpp +PhysX_cppfiles += ./../../PhysX/src/NpPhysics.cpp +PhysX_cppfiles += ./../../PhysX/src/NpPvdSceneQueryCollector.cpp +PhysX_cppfiles += ./../../PhysX/src/NpReadCheck.cpp +PhysX_cppfiles += ./../../PhysX/src/NpRigidDynamic.cpp +PhysX_cppfiles += ./../../PhysX/src/NpRigidStatic.cpp +PhysX_cppfiles += ./../../PhysX/src/NpScene.cpp +PhysX_cppfiles += ./../../PhysX/src/NpSceneQueries.cpp +PhysX_cppfiles += ./../../PhysX/src/NpSerializerAdapter.cpp +PhysX_cppfiles += ./../../PhysX/src/NpShape.cpp +PhysX_cppfiles += ./../../PhysX/src/NpShapeManager.cpp +PhysX_cppfiles += ./../../PhysX/src/NpSpatialIndex.cpp +PhysX_cppfiles += ./../../PhysX/src/NpVolumeCache.cpp +PhysX_cppfiles += ./../../PhysX/src/NpWriteCheck.cpp +PhysX_cppfiles += ./../../PhysX/src/PvdMetaDataPvdBinding.cpp +PhysX_cppfiles += ./../../PhysX/src/PvdPhysicsClient.cpp +PhysX_cppfiles += ./../../PhysX/src/particles/NpParticleFluid.cpp +PhysX_cppfiles += ./../../PhysX/src/particles/NpParticleSystem.cpp +PhysX_cppfiles += ./../../PhysX/src/buffering/ScbActor.cpp +PhysX_cppfiles += ./../../PhysX/src/buffering/ScbAggregate.cpp +PhysX_cppfiles += ./../../PhysX/src/buffering/ScbBase.cpp +PhysX_cppfiles += ./../../PhysX/src/buffering/ScbCloth.cpp +PhysX_cppfiles += ./../../PhysX/src/buffering/ScbMetaData.cpp +PhysX_cppfiles += ./../../PhysX/src/buffering/ScbParticleSystem.cpp +PhysX_cppfiles += ./../../PhysX/src/buffering/ScbScene.cpp +PhysX_cppfiles += ./../../PhysX/src/buffering/ScbScenePvdClient.cpp +PhysX_cppfiles += ./../../PhysX/src/buffering/ScbShape.cpp +PhysX_cppfiles += ./../../PhysX/src/cloth/NpCloth.cpp +PhysX_cppfiles += ./../../PhysX/src/cloth/NpClothFabric.cpp +PhysX_cppfiles += ./../../PhysX/src/cloth/NpClothParticleData.cpp +PhysX_cppfiles += ./../../ImmediateMode/src/NpImmediateMode.cpp +PhysX_cppfiles += ./../../PhysXMetaData/core/src/PxAutoGeneratedMetaDataObjects.cpp +PhysX_cppfiles += ./../../PhysXMetaData/core/src/PxMetaDataObjects.cpp + +PhysX_cpp_release_dep = $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysX_cppfiles))))) +PhysX_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PhysX_ccfiles))))) +PhysX_c_release_dep = $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysX_cfiles))))) +PhysX_release_dep = $(PhysX_cpp_release_dep) $(PhysX_cc_release_dep) $(PhysX_c_release_dep) +-include $(PhysX_release_dep) +PhysX_cpp_debug_dep = $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysX_cppfiles))))) +PhysX_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PhysX_ccfiles))))) +PhysX_c_debug_dep = $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysX_cfiles))))) +PhysX_debug_dep = $(PhysX_cpp_debug_dep) $(PhysX_cc_debug_dep) $(PhysX_c_debug_dep) +-include $(PhysX_debug_dep) +PhysX_cpp_checked_dep = $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysX_cppfiles))))) +PhysX_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PhysX_ccfiles))))) +PhysX_c_checked_dep = $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysX_cfiles))))) +PhysX_checked_dep = $(PhysX_cpp_checked_dep) $(PhysX_cc_checked_dep) $(PhysX_c_checked_dep) +-include $(PhysX_checked_dep) +PhysX_cpp_profile_dep = $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysX_cppfiles))))) +PhysX_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PhysX_ccfiles))))) +PhysX_c_profile_dep = $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysX_cfiles))))) +PhysX_profile_dep = $(PhysX_cpp_profile_dep) $(PhysX_cc_profile_dep) $(PhysX_c_profile_dep) +-include $(PhysX_profile_dep) +PhysX_release_hpaths := +PhysX_release_hpaths += ./../../../Include/gpu +PhysX_release_hpaths += ./../../PhysXGpu/include +PhysX_release_hpaths += ./../../PhysX/src/device +PhysX_release_hpaths += ./../../Common/include +PhysX_release_hpaths += ./../../../../PxShared/include +PhysX_release_hpaths += ./../../../../PxShared/src/foundation/include +PhysX_release_hpaths += ./../../../../PxShared/src/fastxml/include +PhysX_release_hpaths += ./../../../../PxShared/src/pvd/include +PhysX_release_hpaths += ./../../../Include/common +PhysX_release_hpaths += ./../../../Include/geometry +PhysX_release_hpaths += ./../../../Include/GeomUtils +PhysX_release_hpaths += ./../../../Include/pvd +PhysX_release_hpaths += ./../../../Include/particles +PhysX_release_hpaths += ./../../../Include/cloth +PhysX_release_hpaths += ./../../../Include +PhysX_release_hpaths += ./../../Common/src +PhysX_release_hpaths += ./../../GeomUtils/headers +PhysX_release_hpaths += ./../../GeomUtils/src +PhysX_release_hpaths += ./../../GeomUtils/src/contact +PhysX_release_hpaths += ./../../GeomUtils/src/common +PhysX_release_hpaths += ./../../GeomUtils/src/convex +PhysX_release_hpaths += ./../../GeomUtils/src/distance +PhysX_release_hpaths += ./../../GeomUtils/src/sweep +PhysX_release_hpaths += ./../../GeomUtils/src/gjk +PhysX_release_hpaths += ./../../GeomUtils/src/intersection +PhysX_release_hpaths += ./../../GeomUtils/src/mesh +PhysX_release_hpaths += ./../../GeomUtils/src/hf +PhysX_release_hpaths += ./../../GeomUtils/src/pcm +PhysX_release_hpaths += ./../../GeomUtils/src/ccd +PhysX_release_hpaths += ./../../LowLevel/API/include +PhysX_release_hpaths += ./../../LowLevel/software/include +PhysX_release_hpaths += ./../../LowLevel/common/include/pipeline +PhysX_release_hpaths += ./../../LowLevelAABB/include +PhysX_release_hpaths += ./../../LowLevelDynamics/include +PhysX_release_hpaths += ./../../LowLevelDynamics/src +PhysX_release_hpaths += ./../../LowLevelParticles/include +PhysX_release_hpaths += ./../../PhysX/src +PhysX_release_hpaths += ./../../PhysX/src/buffering +PhysX_release_hpaths += ./../../PhysX/src/particles +PhysX_release_hpaths += ./../../PhysX/src/cloth +PhysX_release_hpaths += ./../../SimulationController/include +PhysX_release_hpaths += ./../../SimulationController/src +PhysX_release_hpaths += ./../../SimulationController/src/particles +PhysX_release_hpaths += ./../../PhysXCooking/src +PhysX_release_hpaths += ./../../PhysXCooking/src/mesh +PhysX_release_hpaths += ./../../PhysXCooking/src/convex +PhysX_release_hpaths += ./../../SceneQuery/include +PhysX_release_hpaths += ./../../PhysXMetaData/core/include +PhysX_release_lpaths := +PhysX_release_lpaths += ./../../../Lib/linux64 +PhysX_release_lpaths += ./../../../Bin/linux64 +PhysX_release_lpaths += ./../../../../PxShared/bin/linux64 +PhysX_release_lpaths += ./../../../../PxShared/lib/linux64 +PhysX_release_defines := $(PhysX_custom_defines) +PhysX_release_defines += PX_PHYSX_CORE_EXPORTS +PhysX_release_defines += NDEBUG +PhysX_release_defines += PX_SUPPORT_PVD=0 +PhysX_release_libraries := +PhysX_release_libraries += LowLevel +PhysX_release_libraries += LowLevelAABB +PhysX_release_libraries += LowLevelCloth +PhysX_release_libraries += LowLevelDynamics +PhysX_release_libraries += LowLevelParticles +PhysX_release_libraries += PhysX3Common_x64 +PhysX_release_libraries += PxFoundation_x64 +PhysX_release_libraries += PxPvdSDK_x64 +PhysX_release_libraries += PxTask +PhysX_release_libraries += SceneQuery +PhysX_release_libraries += SimulationController +PhysX_release_common_cflags := $(PhysX_custom_cflags) +PhysX_release_common_cflags += -MMD +PhysX_release_common_cflags += $(addprefix -D, $(PhysX_release_defines)) +PhysX_release_common_cflags += $(addprefix -I, $(PhysX_release_hpaths)) +PhysX_release_common_cflags += -m64 +PhysX_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysX_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysX_release_common_cflags += -Wno-missing-field-initializers +PhysX_release_common_cflags += -O3 -fno-strict-aliasing +PhysX_release_cflags := $(PhysX_release_common_cflags) +PhysX_release_cppflags := $(PhysX_release_common_cflags) +PhysX_release_lflags := $(PhysX_custom_lflags) +PhysX_release_lflags += $(addprefix -L, $(PhysX_release_lpaths)) +PhysX_release_lflags += -Wl,--start-group $(addprefix -l, $(PhysX_release_libraries)) -Wl,--end-group +PhysX_release_lflags += -ldl +PhysX_release_lflags += -lrt +PhysX_release_lflags += -m64 +PhysX_release_objsdir = $(OBJS_DIR)/PhysX_release +PhysX_release_cpp_o = $(addprefix $(PhysX_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) +PhysX_release_cc_o = $(addprefix $(PhysX_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) +PhysX_release_c_o = $(addprefix $(PhysX_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysX_cfiles))))) +PhysX_release_obj = $(PhysX_release_cpp_o) $(PhysX_release_cc_o) $(PhysX_release_c_o) +PhysX_release_bin := ./../../../Bin/linux64/libPhysX3_x64.so + +clean_PhysX_release: + @$(ECHO) clean PhysX release + @$(RMDIR) $(PhysX_release_objsdir) + @$(RMDIR) $(PhysX_release_bin) + @$(RMDIR) $(DEPSDIR)/PhysX/release + +build_PhysX_release: postbuild_PhysX_release +postbuild_PhysX_release: mainbuild_PhysX_release +mainbuild_PhysX_release: prebuild_PhysX_release $(PhysX_release_bin) +prebuild_PhysX_release: + +$(PhysX_release_bin): $(PhysX_release_obj) build_LowLevel_release build_LowLevelAABB_release build_LowLevelCloth_release build_LowLevelDynamics_release build_LowLevelParticles_release build_PhysXCommon_release build_PxFoundation_release build_PxPvdSDK_release build_PxTask_release build_SceneQuery_release build_SimulationController_release + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3_x64.so` + $(CXX) -shared $(PhysX_release_obj) $(PhysX_release_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysX_release_DEPDIR = $(dir $(@))/$(*F) +$(PhysX_release_cpp_o): $(PhysX_release_objsdir)/%.o: + $(ECHO) PhysX: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysX_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cppfiles)))))) + cp $(PhysX_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cppfiles))))).P; \ + rm -f $(PhysX_release_DEPDIR).d + +$(PhysX_release_cc_o): $(PhysX_release_objsdir)/%.o: + $(ECHO) PhysX: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysX_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_ccfiles)))))) + cp $(PhysX_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_ccfiles))))).release.P; \ + rm -f $(PhysX_release_DEPDIR).d + +$(PhysX_release_c_o): $(PhysX_release_objsdir)/%.o: + $(ECHO) PhysX: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysX_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cfiles)))))) + cp $(PhysX_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_release_objsdir),, $@))), $(PhysX_cfiles))))).P; \ + rm -f $(PhysX_release_DEPDIR).d + +PhysX_debug_hpaths := +PhysX_debug_hpaths += ./../../../Include/gpu +PhysX_debug_hpaths += ./../../PhysXGpu/include +PhysX_debug_hpaths += ./../../PhysX/src/device +PhysX_debug_hpaths += ./../../Common/include +PhysX_debug_hpaths += ./../../../../PxShared/include +PhysX_debug_hpaths += ./../../../../PxShared/src/foundation/include +PhysX_debug_hpaths += ./../../../../PxShared/src/fastxml/include +PhysX_debug_hpaths += ./../../../../PxShared/src/pvd/include +PhysX_debug_hpaths += ./../../../Include/common +PhysX_debug_hpaths += ./../../../Include/geometry +PhysX_debug_hpaths += ./../../../Include/GeomUtils +PhysX_debug_hpaths += ./../../../Include/pvd +PhysX_debug_hpaths += ./../../../Include/particles +PhysX_debug_hpaths += ./../../../Include/cloth +PhysX_debug_hpaths += ./../../../Include +PhysX_debug_hpaths += ./../../Common/src +PhysX_debug_hpaths += ./../../GeomUtils/headers +PhysX_debug_hpaths += ./../../GeomUtils/src +PhysX_debug_hpaths += ./../../GeomUtils/src/contact +PhysX_debug_hpaths += ./../../GeomUtils/src/common +PhysX_debug_hpaths += ./../../GeomUtils/src/convex +PhysX_debug_hpaths += ./../../GeomUtils/src/distance +PhysX_debug_hpaths += ./../../GeomUtils/src/sweep +PhysX_debug_hpaths += ./../../GeomUtils/src/gjk +PhysX_debug_hpaths += ./../../GeomUtils/src/intersection +PhysX_debug_hpaths += ./../../GeomUtils/src/mesh +PhysX_debug_hpaths += ./../../GeomUtils/src/hf +PhysX_debug_hpaths += ./../../GeomUtils/src/pcm +PhysX_debug_hpaths += ./../../GeomUtils/src/ccd +PhysX_debug_hpaths += ./../../LowLevel/API/include +PhysX_debug_hpaths += ./../../LowLevel/software/include +PhysX_debug_hpaths += ./../../LowLevel/common/include/pipeline +PhysX_debug_hpaths += ./../../LowLevelAABB/include +PhysX_debug_hpaths += ./../../LowLevelDynamics/include +PhysX_debug_hpaths += ./../../LowLevelDynamics/src +PhysX_debug_hpaths += ./../../LowLevelParticles/include +PhysX_debug_hpaths += ./../../PhysX/src +PhysX_debug_hpaths += ./../../PhysX/src/buffering +PhysX_debug_hpaths += ./../../PhysX/src/particles +PhysX_debug_hpaths += ./../../PhysX/src/cloth +PhysX_debug_hpaths += ./../../SimulationController/include +PhysX_debug_hpaths += ./../../SimulationController/src +PhysX_debug_hpaths += ./../../SimulationController/src/particles +PhysX_debug_hpaths += ./../../PhysXCooking/src +PhysX_debug_hpaths += ./../../PhysXCooking/src/mesh +PhysX_debug_hpaths += ./../../PhysXCooking/src/convex +PhysX_debug_hpaths += ./../../SceneQuery/include +PhysX_debug_hpaths += ./../../PhysXMetaData/core/include +PhysX_debug_lpaths := +PhysX_debug_lpaths += ./../../../Lib/linux64 +PhysX_debug_lpaths += ./../../../Bin/linux64 +PhysX_debug_lpaths += ./../../../../PxShared/bin/linux64 +PhysX_debug_lpaths += ./../../../../PxShared/lib/linux64 +PhysX_debug_defines := $(PhysX_custom_defines) +PhysX_debug_defines += PX_PHYSX_CORE_EXPORTS +PhysX_debug_defines += _DEBUG +PhysX_debug_defines += PX_DEBUG=1 +PhysX_debug_defines += PX_CHECKED=1 +PhysX_debug_defines += PX_SUPPORT_PVD=1 +PhysX_debug_defines += PX_PHYSX_DLL_NAME_POSTFIX=DEBUG +PhysX_debug_libraries := +PhysX_debug_libraries += LowLevelDEBUG +PhysX_debug_libraries += LowLevelAABBDEBUG +PhysX_debug_libraries += LowLevelClothDEBUG +PhysX_debug_libraries += LowLevelDynamicsDEBUG +PhysX_debug_libraries += LowLevelParticlesDEBUG +PhysX_debug_libraries += PhysX3CommonDEBUG_x64 +PhysX_debug_libraries += PxFoundationDEBUG_x64 +PhysX_debug_libraries += PxPvdSDKDEBUG_x64 +PhysX_debug_libraries += PxTaskDEBUG +PhysX_debug_libraries += SceneQueryDEBUG +PhysX_debug_libraries += SimulationControllerDEBUG +PhysX_debug_common_cflags := $(PhysX_custom_cflags) +PhysX_debug_common_cflags += -MMD +PhysX_debug_common_cflags += $(addprefix -D, $(PhysX_debug_defines)) +PhysX_debug_common_cflags += $(addprefix -I, $(PhysX_debug_hpaths)) +PhysX_debug_common_cflags += -m64 +PhysX_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysX_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysX_debug_common_cflags += -Wno-missing-field-initializers +PhysX_debug_common_cflags += -g3 -gdwarf-2 +PhysX_debug_cflags := $(PhysX_debug_common_cflags) +PhysX_debug_cppflags := $(PhysX_debug_common_cflags) +PhysX_debug_lflags := $(PhysX_custom_lflags) +PhysX_debug_lflags += $(addprefix -L, $(PhysX_debug_lpaths)) +PhysX_debug_lflags += -Wl,--start-group $(addprefix -l, $(PhysX_debug_libraries)) -Wl,--end-group +PhysX_debug_lflags += -ldl +PhysX_debug_lflags += -lrt +PhysX_debug_lflags += -m64 +PhysX_debug_objsdir = $(OBJS_DIR)/PhysX_debug +PhysX_debug_cpp_o = $(addprefix $(PhysX_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) +PhysX_debug_cc_o = $(addprefix $(PhysX_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) +PhysX_debug_c_o = $(addprefix $(PhysX_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysX_cfiles))))) +PhysX_debug_obj = $(PhysX_debug_cpp_o) $(PhysX_debug_cc_o) $(PhysX_debug_c_o) +PhysX_debug_bin := ./../../../Bin/linux64/libPhysX3DEBUG_x64.so + +clean_PhysX_debug: + @$(ECHO) clean PhysX debug + @$(RMDIR) $(PhysX_debug_objsdir) + @$(RMDIR) $(PhysX_debug_bin) + @$(RMDIR) $(DEPSDIR)/PhysX/debug + +build_PhysX_debug: postbuild_PhysX_debug +postbuild_PhysX_debug: mainbuild_PhysX_debug +mainbuild_PhysX_debug: prebuild_PhysX_debug $(PhysX_debug_bin) +prebuild_PhysX_debug: + +$(PhysX_debug_bin): $(PhysX_debug_obj) build_LowLevel_debug build_LowLevelAABB_debug build_LowLevelCloth_debug build_LowLevelDynamics_debug build_LowLevelParticles_debug build_PhysXCommon_debug build_PxFoundation_debug build_PxPvdSDK_debug build_PxTask_debug build_SceneQuery_debug build_SimulationController_debug + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3DEBUG_x64.so` + $(CXX) -shared $(PhysX_debug_obj) $(PhysX_debug_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysX_debug_DEPDIR = $(dir $(@))/$(*F) +$(PhysX_debug_cpp_o): $(PhysX_debug_objsdir)/%.o: + $(ECHO) PhysX: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysX_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cppfiles)))))) + cp $(PhysX_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cppfiles))))).P; \ + rm -f $(PhysX_debug_DEPDIR).d + +$(PhysX_debug_cc_o): $(PhysX_debug_objsdir)/%.o: + $(ECHO) PhysX: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysX_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_ccfiles)))))) + cp $(PhysX_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_ccfiles))))).debug.P; \ + rm -f $(PhysX_debug_DEPDIR).d + +$(PhysX_debug_c_o): $(PhysX_debug_objsdir)/%.o: + $(ECHO) PhysX: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysX_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cfiles)))))) + cp $(PhysX_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_debug_objsdir),, $@))), $(PhysX_cfiles))))).P; \ + rm -f $(PhysX_debug_DEPDIR).d + +PhysX_checked_hpaths := +PhysX_checked_hpaths += ./../../../Include/gpu +PhysX_checked_hpaths += ./../../PhysXGpu/include +PhysX_checked_hpaths += ./../../PhysX/src/device +PhysX_checked_hpaths += ./../../Common/include +PhysX_checked_hpaths += ./../../../../PxShared/include +PhysX_checked_hpaths += ./../../../../PxShared/src/foundation/include +PhysX_checked_hpaths += ./../../../../PxShared/src/fastxml/include +PhysX_checked_hpaths += ./../../../../PxShared/src/pvd/include +PhysX_checked_hpaths += ./../../../Include/common +PhysX_checked_hpaths += ./../../../Include/geometry +PhysX_checked_hpaths += ./../../../Include/GeomUtils +PhysX_checked_hpaths += ./../../../Include/pvd +PhysX_checked_hpaths += ./../../../Include/particles +PhysX_checked_hpaths += ./../../../Include/cloth +PhysX_checked_hpaths += ./../../../Include +PhysX_checked_hpaths += ./../../Common/src +PhysX_checked_hpaths += ./../../GeomUtils/headers +PhysX_checked_hpaths += ./../../GeomUtils/src +PhysX_checked_hpaths += ./../../GeomUtils/src/contact +PhysX_checked_hpaths += ./../../GeomUtils/src/common +PhysX_checked_hpaths += ./../../GeomUtils/src/convex +PhysX_checked_hpaths += ./../../GeomUtils/src/distance +PhysX_checked_hpaths += ./../../GeomUtils/src/sweep +PhysX_checked_hpaths += ./../../GeomUtils/src/gjk +PhysX_checked_hpaths += ./../../GeomUtils/src/intersection +PhysX_checked_hpaths += ./../../GeomUtils/src/mesh +PhysX_checked_hpaths += ./../../GeomUtils/src/hf +PhysX_checked_hpaths += ./../../GeomUtils/src/pcm +PhysX_checked_hpaths += ./../../GeomUtils/src/ccd +PhysX_checked_hpaths += ./../../LowLevel/API/include +PhysX_checked_hpaths += ./../../LowLevel/software/include +PhysX_checked_hpaths += ./../../LowLevel/common/include/pipeline +PhysX_checked_hpaths += ./../../LowLevelAABB/include +PhysX_checked_hpaths += ./../../LowLevelDynamics/include +PhysX_checked_hpaths += ./../../LowLevelDynamics/src +PhysX_checked_hpaths += ./../../LowLevelParticles/include +PhysX_checked_hpaths += ./../../PhysX/src +PhysX_checked_hpaths += ./../../PhysX/src/buffering +PhysX_checked_hpaths += ./../../PhysX/src/particles +PhysX_checked_hpaths += ./../../PhysX/src/cloth +PhysX_checked_hpaths += ./../../SimulationController/include +PhysX_checked_hpaths += ./../../SimulationController/src +PhysX_checked_hpaths += ./../../SimulationController/src/particles +PhysX_checked_hpaths += ./../../PhysXCooking/src +PhysX_checked_hpaths += ./../../PhysXCooking/src/mesh +PhysX_checked_hpaths += ./../../PhysXCooking/src/convex +PhysX_checked_hpaths += ./../../SceneQuery/include +PhysX_checked_hpaths += ./../../PhysXMetaData/core/include +PhysX_checked_lpaths := +PhysX_checked_lpaths += ./../../../Lib/linux64 +PhysX_checked_lpaths += ./../../../Bin/linux64 +PhysX_checked_lpaths += ./../../../../PxShared/bin/linux64 +PhysX_checked_lpaths += ./../../../../PxShared/lib/linux64 +PhysX_checked_defines := $(PhysX_custom_defines) +PhysX_checked_defines += PX_PHYSX_CORE_EXPORTS +PhysX_checked_defines += NDEBUG +PhysX_checked_defines += PX_CHECKED=1 +PhysX_checked_defines += PX_SUPPORT_PVD=1 +PhysX_checked_defines += PX_PHYSX_DLL_NAME_POSTFIX=CHECKED +PhysX_checked_libraries := +PhysX_checked_libraries += LowLevelCHECKED +PhysX_checked_libraries += LowLevelAABBCHECKED +PhysX_checked_libraries += LowLevelClothCHECKED +PhysX_checked_libraries += LowLevelDynamicsCHECKED +PhysX_checked_libraries += LowLevelParticlesCHECKED +PhysX_checked_libraries += PhysX3CommonCHECKED_x64 +PhysX_checked_libraries += PxFoundationCHECKED_x64 +PhysX_checked_libraries += PxPvdSDKCHECKED_x64 +PhysX_checked_libraries += PxTaskCHECKED +PhysX_checked_libraries += SceneQueryCHECKED +PhysX_checked_libraries += SimulationControllerCHECKED +PhysX_checked_common_cflags := $(PhysX_custom_cflags) +PhysX_checked_common_cflags += -MMD +PhysX_checked_common_cflags += $(addprefix -D, $(PhysX_checked_defines)) +PhysX_checked_common_cflags += $(addprefix -I, $(PhysX_checked_hpaths)) +PhysX_checked_common_cflags += -m64 +PhysX_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysX_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysX_checked_common_cflags += -Wno-missing-field-initializers +PhysX_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +PhysX_checked_cflags := $(PhysX_checked_common_cflags) +PhysX_checked_cppflags := $(PhysX_checked_common_cflags) +PhysX_checked_lflags := $(PhysX_custom_lflags) +PhysX_checked_lflags += $(addprefix -L, $(PhysX_checked_lpaths)) +PhysX_checked_lflags += -Wl,--start-group $(addprefix -l, $(PhysX_checked_libraries)) -Wl,--end-group +PhysX_checked_lflags += -ldl +PhysX_checked_lflags += -lrt +PhysX_checked_lflags += -m64 +PhysX_checked_objsdir = $(OBJS_DIR)/PhysX_checked +PhysX_checked_cpp_o = $(addprefix $(PhysX_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) +PhysX_checked_cc_o = $(addprefix $(PhysX_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) +PhysX_checked_c_o = $(addprefix $(PhysX_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysX_cfiles))))) +PhysX_checked_obj = $(PhysX_checked_cpp_o) $(PhysX_checked_cc_o) $(PhysX_checked_c_o) +PhysX_checked_bin := ./../../../Bin/linux64/libPhysX3CHECKED_x64.so + +clean_PhysX_checked: + @$(ECHO) clean PhysX checked + @$(RMDIR) $(PhysX_checked_objsdir) + @$(RMDIR) $(PhysX_checked_bin) + @$(RMDIR) $(DEPSDIR)/PhysX/checked + +build_PhysX_checked: postbuild_PhysX_checked +postbuild_PhysX_checked: mainbuild_PhysX_checked +mainbuild_PhysX_checked: prebuild_PhysX_checked $(PhysX_checked_bin) +prebuild_PhysX_checked: + +$(PhysX_checked_bin): $(PhysX_checked_obj) build_LowLevel_checked build_LowLevelAABB_checked build_LowLevelCloth_checked build_LowLevelDynamics_checked build_LowLevelParticles_checked build_PhysXCommon_checked build_PxFoundation_checked build_PxPvdSDK_checked build_PxTask_checked build_SceneQuery_checked build_SimulationController_checked + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CHECKED_x64.so` + $(CXX) -shared $(PhysX_checked_obj) $(PhysX_checked_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysX_checked_DEPDIR = $(dir $(@))/$(*F) +$(PhysX_checked_cpp_o): $(PhysX_checked_objsdir)/%.o: + $(ECHO) PhysX: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysX_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cppfiles)))))) + cp $(PhysX_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cppfiles))))).P; \ + rm -f $(PhysX_checked_DEPDIR).d + +$(PhysX_checked_cc_o): $(PhysX_checked_objsdir)/%.o: + $(ECHO) PhysX: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysX_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_ccfiles)))))) + cp $(PhysX_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_ccfiles))))).checked.P; \ + rm -f $(PhysX_checked_DEPDIR).d + +$(PhysX_checked_c_o): $(PhysX_checked_objsdir)/%.o: + $(ECHO) PhysX: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysX_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cfiles)))))) + cp $(PhysX_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_checked_objsdir),, $@))), $(PhysX_cfiles))))).P; \ + rm -f $(PhysX_checked_DEPDIR).d + +PhysX_profile_hpaths := +PhysX_profile_hpaths += ./../../../Include/gpu +PhysX_profile_hpaths += ./../../PhysXGpu/include +PhysX_profile_hpaths += ./../../PhysX/src/device +PhysX_profile_hpaths += ./../../Common/include +PhysX_profile_hpaths += ./../../../../PxShared/include +PhysX_profile_hpaths += ./../../../../PxShared/src/foundation/include +PhysX_profile_hpaths += ./../../../../PxShared/src/fastxml/include +PhysX_profile_hpaths += ./../../../../PxShared/src/pvd/include +PhysX_profile_hpaths += ./../../../Include/common +PhysX_profile_hpaths += ./../../../Include/geometry +PhysX_profile_hpaths += ./../../../Include/GeomUtils +PhysX_profile_hpaths += ./../../../Include/pvd +PhysX_profile_hpaths += ./../../../Include/particles +PhysX_profile_hpaths += ./../../../Include/cloth +PhysX_profile_hpaths += ./../../../Include +PhysX_profile_hpaths += ./../../Common/src +PhysX_profile_hpaths += ./../../GeomUtils/headers +PhysX_profile_hpaths += ./../../GeomUtils/src +PhysX_profile_hpaths += ./../../GeomUtils/src/contact +PhysX_profile_hpaths += ./../../GeomUtils/src/common +PhysX_profile_hpaths += ./../../GeomUtils/src/convex +PhysX_profile_hpaths += ./../../GeomUtils/src/distance +PhysX_profile_hpaths += ./../../GeomUtils/src/sweep +PhysX_profile_hpaths += ./../../GeomUtils/src/gjk +PhysX_profile_hpaths += ./../../GeomUtils/src/intersection +PhysX_profile_hpaths += ./../../GeomUtils/src/mesh +PhysX_profile_hpaths += ./../../GeomUtils/src/hf +PhysX_profile_hpaths += ./../../GeomUtils/src/pcm +PhysX_profile_hpaths += ./../../GeomUtils/src/ccd +PhysX_profile_hpaths += ./../../LowLevel/API/include +PhysX_profile_hpaths += ./../../LowLevel/software/include +PhysX_profile_hpaths += ./../../LowLevel/common/include/pipeline +PhysX_profile_hpaths += ./../../LowLevelAABB/include +PhysX_profile_hpaths += ./../../LowLevelDynamics/include +PhysX_profile_hpaths += ./../../LowLevelDynamics/src +PhysX_profile_hpaths += ./../../LowLevelParticles/include +PhysX_profile_hpaths += ./../../PhysX/src +PhysX_profile_hpaths += ./../../PhysX/src/buffering +PhysX_profile_hpaths += ./../../PhysX/src/particles +PhysX_profile_hpaths += ./../../PhysX/src/cloth +PhysX_profile_hpaths += ./../../SimulationController/include +PhysX_profile_hpaths += ./../../SimulationController/src +PhysX_profile_hpaths += ./../../SimulationController/src/particles +PhysX_profile_hpaths += ./../../PhysXCooking/src +PhysX_profile_hpaths += ./../../PhysXCooking/src/mesh +PhysX_profile_hpaths += ./../../PhysXCooking/src/convex +PhysX_profile_hpaths += ./../../SceneQuery/include +PhysX_profile_hpaths += ./../../PhysXMetaData/core/include +PhysX_profile_lpaths := +PhysX_profile_lpaths += ./../../../Lib/linux64 +PhysX_profile_lpaths += ./../../../Bin/linux64 +PhysX_profile_lpaths += ./../../../../PxShared/bin/linux64 +PhysX_profile_lpaths += ./../../../../PxShared/lib/linux64 +PhysX_profile_defines := $(PhysX_custom_defines) +PhysX_profile_defines += PX_PHYSX_CORE_EXPORTS +PhysX_profile_defines += NDEBUG +PhysX_profile_defines += PX_PROFILE=1 +PhysX_profile_defines += PX_SUPPORT_PVD=1 +PhysX_profile_defines += PX_PHYSX_DLL_NAME_POSTFIX=PROFILE +PhysX_profile_libraries := +PhysX_profile_libraries += LowLevelPROFILE +PhysX_profile_libraries += LowLevelAABBPROFILE +PhysX_profile_libraries += LowLevelClothPROFILE +PhysX_profile_libraries += LowLevelDynamicsPROFILE +PhysX_profile_libraries += LowLevelParticlesPROFILE +PhysX_profile_libraries += PhysX3CommonPROFILE_x64 +PhysX_profile_libraries += PxFoundationPROFILE_x64 +PhysX_profile_libraries += PxPvdSDKPROFILE_x64 +PhysX_profile_libraries += PxTaskPROFILE +PhysX_profile_libraries += SceneQueryPROFILE +PhysX_profile_libraries += SimulationControllerPROFILE +PhysX_profile_common_cflags := $(PhysX_custom_cflags) +PhysX_profile_common_cflags += -MMD +PhysX_profile_common_cflags += $(addprefix -D, $(PhysX_profile_defines)) +PhysX_profile_common_cflags += $(addprefix -I, $(PhysX_profile_hpaths)) +PhysX_profile_common_cflags += -m64 +PhysX_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysX_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysX_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysX_profile_common_cflags += -Wno-missing-field-initializers +PhysX_profile_common_cflags += -O3 -fno-strict-aliasing +PhysX_profile_cflags := $(PhysX_profile_common_cflags) +PhysX_profile_cppflags := $(PhysX_profile_common_cflags) +PhysX_profile_lflags := $(PhysX_custom_lflags) +PhysX_profile_lflags += $(addprefix -L, $(PhysX_profile_lpaths)) +PhysX_profile_lflags += -Wl,--start-group $(addprefix -l, $(PhysX_profile_libraries)) -Wl,--end-group +PhysX_profile_lflags += -ldl +PhysX_profile_lflags += -lrt +PhysX_profile_lflags += -m64 +PhysX_profile_objsdir = $(OBJS_DIR)/PhysX_profile +PhysX_profile_cpp_o = $(addprefix $(PhysX_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysX_cppfiles))))) +PhysX_profile_cc_o = $(addprefix $(PhysX_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysX_ccfiles))))) +PhysX_profile_c_o = $(addprefix $(PhysX_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysX_cfiles))))) +PhysX_profile_obj = $(PhysX_profile_cpp_o) $(PhysX_profile_cc_o) $(PhysX_profile_c_o) +PhysX_profile_bin := ./../../../Bin/linux64/libPhysX3PROFILE_x64.so + +clean_PhysX_profile: + @$(ECHO) clean PhysX profile + @$(RMDIR) $(PhysX_profile_objsdir) + @$(RMDIR) $(PhysX_profile_bin) + @$(RMDIR) $(DEPSDIR)/PhysX/profile + +build_PhysX_profile: postbuild_PhysX_profile +postbuild_PhysX_profile: mainbuild_PhysX_profile +mainbuild_PhysX_profile: prebuild_PhysX_profile $(PhysX_profile_bin) +prebuild_PhysX_profile: + +$(PhysX_profile_bin): $(PhysX_profile_obj) build_LowLevel_profile build_LowLevelAABB_profile build_LowLevelCloth_profile build_LowLevelDynamics_profile build_LowLevelParticles_profile build_PhysXCommon_profile build_PxFoundation_profile build_PxPvdSDK_profile build_PxTask_profile build_SceneQuery_profile build_SimulationController_profile + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3PROFILE_x64.so` + $(CXX) -shared $(PhysX_profile_obj) $(PhysX_profile_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysX_profile_DEPDIR = $(dir $(@))/$(*F) +$(PhysX_profile_cpp_o): $(PhysX_profile_objsdir)/%.o: + $(ECHO) PhysX: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysX_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cppfiles)))))) + cp $(PhysX_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cppfiles))))).P; \ + rm -f $(PhysX_profile_DEPDIR).d + +$(PhysX_profile_cc_o): $(PhysX_profile_objsdir)/%.o: + $(ECHO) PhysX: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysX_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_ccfiles)))))) + cp $(PhysX_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_ccfiles))))).profile.P; \ + rm -f $(PhysX_profile_DEPDIR).d + +$(PhysX_profile_c_o): $(PhysX_profile_objsdir)/%.o: + $(ECHO) PhysX: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysX_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cfiles)))))) + cp $(PhysX_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysX_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysX/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysX_profile_objsdir),, $@))), $(PhysX_cfiles))))).P; \ + rm -f $(PhysX_profile_DEPDIR).d + +clean_PhysX: clean_PhysX_release clean_PhysX_debug clean_PhysX_checked clean_PhysX_profile + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCharacterKinematic.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCharacterKinematic.mk new file mode 100644 index 00000000..4d27e31b --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCharacterKinematic.mk @@ -0,0 +1,473 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = PhysXCharacterKinematic +PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctBoxController.cpp +PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctCapsuleController.cpp +PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctCharacterController.cpp +PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctCharacterControllerCallbacks.cpp +PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctCharacterControllerManager.cpp +PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctController.cpp +PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctObstacleContext.cpp +PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctSweptBox.cpp +PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctSweptCapsule.cpp +PhysXCharacterKinematic_cppfiles += ./../../PhysXCharacterKinematic/src/CctSweptVolume.cpp + +PhysXCharacterKinematic_cpp_debug_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCharacterKinematic_cppfiles))))) +PhysXCharacterKinematic_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PhysXCharacterKinematic_ccfiles))))) +PhysXCharacterKinematic_c_debug_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCharacterKinematic_cfiles))))) +PhysXCharacterKinematic_debug_dep = $(PhysXCharacterKinematic_cpp_debug_dep) $(PhysXCharacterKinematic_cc_debug_dep) $(PhysXCharacterKinematic_c_debug_dep) +-include $(PhysXCharacterKinematic_debug_dep) +PhysXCharacterKinematic_cpp_checked_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCharacterKinematic_cppfiles))))) +PhysXCharacterKinematic_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PhysXCharacterKinematic_ccfiles))))) +PhysXCharacterKinematic_c_checked_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCharacterKinematic_cfiles))))) +PhysXCharacterKinematic_checked_dep = $(PhysXCharacterKinematic_cpp_checked_dep) $(PhysXCharacterKinematic_cc_checked_dep) $(PhysXCharacterKinematic_c_checked_dep) +-include $(PhysXCharacterKinematic_checked_dep) +PhysXCharacterKinematic_cpp_profile_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCharacterKinematic_cppfiles))))) +PhysXCharacterKinematic_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PhysXCharacterKinematic_ccfiles))))) +PhysXCharacterKinematic_c_profile_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCharacterKinematic_cfiles))))) +PhysXCharacterKinematic_profile_dep = $(PhysXCharacterKinematic_cpp_profile_dep) $(PhysXCharacterKinematic_cc_profile_dep) $(PhysXCharacterKinematic_c_profile_dep) +-include $(PhysXCharacterKinematic_profile_dep) +PhysXCharacterKinematic_cpp_release_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCharacterKinematic_cppfiles))))) +PhysXCharacterKinematic_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PhysXCharacterKinematic_ccfiles))))) +PhysXCharacterKinematic_c_release_dep = $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCharacterKinematic_cfiles))))) +PhysXCharacterKinematic_release_dep = $(PhysXCharacterKinematic_cpp_release_dep) $(PhysXCharacterKinematic_cc_release_dep) $(PhysXCharacterKinematic_c_release_dep) +-include $(PhysXCharacterKinematic_release_dep) +PhysXCharacterKinematic_debug_hpaths := +PhysXCharacterKinematic_debug_hpaths += ./../../Common/include +PhysXCharacterKinematic_debug_hpaths += ./../../../../PxShared/include +PhysXCharacterKinematic_debug_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCharacterKinematic_debug_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCharacterKinematic_debug_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCharacterKinematic_debug_hpaths += ./../../../Include/characterkinematic +PhysXCharacterKinematic_debug_hpaths += ./../../../Include/common +PhysXCharacterKinematic_debug_hpaths += ./../../../Include/geometry +PhysXCharacterKinematic_debug_hpaths += ./../../../Include/extensions +PhysXCharacterKinematic_debug_hpaths += ./../../../Include +PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/headers +PhysXCharacterKinematic_debug_hpaths += ./../../Common/src +PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/contact +PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/common +PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/convex +PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/distance +PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/gjk +PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/intersection +PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/mesh +PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/hf +PhysXCharacterKinematic_debug_hpaths += ./../../GeomUtils/src/pcm +PhysXCharacterKinematic_debug_lpaths := +PhysXCharacterKinematic_debug_lpaths += ./../../../Bin/linux64 +PhysXCharacterKinematic_debug_lpaths += ./../../../Lib/linux64 +PhysXCharacterKinematic_debug_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCharacterKinematic_debug_defines := $(PhysXCharacterKinematic_custom_defines) +PhysXCharacterKinematic_debug_defines += PX_PHYSX_CHARACTER_EXPORTS +PhysXCharacterKinematic_debug_defines += PX_PHYSX_CORE_EXPORTS +PhysXCharacterKinematic_debug_defines += PX_FOUNDATION_DLL=1 +PhysXCharacterKinematic_debug_defines += _DEBUG +PhysXCharacterKinematic_debug_defines += PX_DEBUG=1 +PhysXCharacterKinematic_debug_defines += PX_CHECKED=1 +PhysXCharacterKinematic_debug_defines += PX_SUPPORT_PVD=1 +PhysXCharacterKinematic_debug_libraries := +PhysXCharacterKinematic_debug_libraries += PhysX3CommonDEBUG_x64 +PhysXCharacterKinematic_debug_libraries += PhysX3ExtensionsDEBUG +PhysXCharacterKinematic_debug_libraries += PxFoundationDEBUG_x64 +PhysXCharacterKinematic_debug_common_cflags := $(PhysXCharacterKinematic_custom_cflags) +PhysXCharacterKinematic_debug_common_cflags += -MMD +PhysXCharacterKinematic_debug_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_debug_defines)) +PhysXCharacterKinematic_debug_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_debug_hpaths)) +PhysXCharacterKinematic_debug_common_cflags += -m64 +PhysXCharacterKinematic_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCharacterKinematic_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCharacterKinematic_debug_common_cflags += -Wno-missing-field-initializers +PhysXCharacterKinematic_debug_common_cflags += -g3 -gdwarf-2 +PhysXCharacterKinematic_debug_cflags := $(PhysXCharacterKinematic_debug_common_cflags) +PhysXCharacterKinematic_debug_cppflags := $(PhysXCharacterKinematic_debug_common_cflags) +PhysXCharacterKinematic_debug_lflags := $(PhysXCharacterKinematic_custom_lflags) +PhysXCharacterKinematic_debug_lflags += $(addprefix -L, $(PhysXCharacterKinematic_debug_lpaths)) +PhysXCharacterKinematic_debug_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCharacterKinematic_debug_libraries)) -Wl,--end-group +PhysXCharacterKinematic_debug_lflags += -lrt +PhysXCharacterKinematic_debug_lflags += -m64 +PhysXCharacterKinematic_debug_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_debug +PhysXCharacterKinematic_debug_cpp_o = $(addprefix $(PhysXCharacterKinematic_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) +PhysXCharacterKinematic_debug_cc_o = $(addprefix $(PhysXCharacterKinematic_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) +PhysXCharacterKinematic_debug_c_o = $(addprefix $(PhysXCharacterKinematic_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCharacterKinematic_cfiles))))) +PhysXCharacterKinematic_debug_obj = $(PhysXCharacterKinematic_debug_cpp_o) $(PhysXCharacterKinematic_debug_cc_o) $(PhysXCharacterKinematic_debug_c_o) +PhysXCharacterKinematic_debug_bin := ./../../../Bin/linux64/libPhysX3CharacterKinematicDEBUG_x64.so + +clean_PhysXCharacterKinematic_debug: + @$(ECHO) clean PhysXCharacterKinematic debug + @$(RMDIR) $(PhysXCharacterKinematic_debug_objsdir) + @$(RMDIR) $(PhysXCharacterKinematic_debug_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCharacterKinematic/debug + +build_PhysXCharacterKinematic_debug: postbuild_PhysXCharacterKinematic_debug +postbuild_PhysXCharacterKinematic_debug: mainbuild_PhysXCharacterKinematic_debug +mainbuild_PhysXCharacterKinematic_debug: prebuild_PhysXCharacterKinematic_debug $(PhysXCharacterKinematic_debug_bin) +prebuild_PhysXCharacterKinematic_debug: + +$(PhysXCharacterKinematic_debug_bin): $(PhysXCharacterKinematic_debug_obj) build_PhysXCommon_debug build_PhysXExtensions_debug build_PxFoundation_debug + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CharacterKinematicDEBUG_x64.so` + $(CXX) -shared $(PhysXCharacterKinematic_debug_obj) $(PhysXCharacterKinematic_debug_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCharacterKinematic_debug_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCharacterKinematic_debug_cpp_o): $(PhysXCharacterKinematic_debug_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCharacterKinematic_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)))))) + cp $(PhysXCharacterKinematic_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \ + rm -f $(PhysXCharacterKinematic_debug_DEPDIR).d + +$(PhysXCharacterKinematic_debug_cc_o): $(PhysXCharacterKinematic_debug_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCharacterKinematic_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)))))) + cp $(PhysXCharacterKinematic_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).debug.P; \ + rm -f $(PhysXCharacterKinematic_debug_DEPDIR).d + +$(PhysXCharacterKinematic_debug_c_o): $(PhysXCharacterKinematic_debug_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCharacterKinematic_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)))))) + cp $(PhysXCharacterKinematic_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_debug_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \ + rm -f $(PhysXCharacterKinematic_debug_DEPDIR).d + +PhysXCharacterKinematic_checked_hpaths := +PhysXCharacterKinematic_checked_hpaths += ./../../Common/include +PhysXCharacterKinematic_checked_hpaths += ./../../../../PxShared/include +PhysXCharacterKinematic_checked_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCharacterKinematic_checked_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCharacterKinematic_checked_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCharacterKinematic_checked_hpaths += ./../../../Include/characterkinematic +PhysXCharacterKinematic_checked_hpaths += ./../../../Include/common +PhysXCharacterKinematic_checked_hpaths += ./../../../Include/geometry +PhysXCharacterKinematic_checked_hpaths += ./../../../Include/extensions +PhysXCharacterKinematic_checked_hpaths += ./../../../Include +PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/headers +PhysXCharacterKinematic_checked_hpaths += ./../../Common/src +PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/contact +PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/common +PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/convex +PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/distance +PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/gjk +PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/intersection +PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/mesh +PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/hf +PhysXCharacterKinematic_checked_hpaths += ./../../GeomUtils/src/pcm +PhysXCharacterKinematic_checked_lpaths := +PhysXCharacterKinematic_checked_lpaths += ./../../../Bin/linux64 +PhysXCharacterKinematic_checked_lpaths += ./../../../Lib/linux64 +PhysXCharacterKinematic_checked_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCharacterKinematic_checked_defines := $(PhysXCharacterKinematic_custom_defines) +PhysXCharacterKinematic_checked_defines += PX_PHYSX_CHARACTER_EXPORTS +PhysXCharacterKinematic_checked_defines += PX_PHYSX_CORE_EXPORTS +PhysXCharacterKinematic_checked_defines += PX_FOUNDATION_DLL=1 +PhysXCharacterKinematic_checked_defines += NDEBUG +PhysXCharacterKinematic_checked_defines += PX_CHECKED=1 +PhysXCharacterKinematic_checked_defines += PX_SUPPORT_PVD=1 +PhysXCharacterKinematic_checked_libraries := +PhysXCharacterKinematic_checked_libraries += PhysX3CommonCHECKED_x64 +PhysXCharacterKinematic_checked_libraries += PhysX3ExtensionsCHECKED +PhysXCharacterKinematic_checked_libraries += PxFoundationCHECKED_x64 +PhysXCharacterKinematic_checked_common_cflags := $(PhysXCharacterKinematic_custom_cflags) +PhysXCharacterKinematic_checked_common_cflags += -MMD +PhysXCharacterKinematic_checked_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_checked_defines)) +PhysXCharacterKinematic_checked_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_checked_hpaths)) +PhysXCharacterKinematic_checked_common_cflags += -m64 +PhysXCharacterKinematic_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCharacterKinematic_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCharacterKinematic_checked_common_cflags += -Wno-missing-field-initializers +PhysXCharacterKinematic_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +PhysXCharacterKinematic_checked_cflags := $(PhysXCharacterKinematic_checked_common_cflags) +PhysXCharacterKinematic_checked_cppflags := $(PhysXCharacterKinematic_checked_common_cflags) +PhysXCharacterKinematic_checked_lflags := $(PhysXCharacterKinematic_custom_lflags) +PhysXCharacterKinematic_checked_lflags += $(addprefix -L, $(PhysXCharacterKinematic_checked_lpaths)) +PhysXCharacterKinematic_checked_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCharacterKinematic_checked_libraries)) -Wl,--end-group +PhysXCharacterKinematic_checked_lflags += -lrt +PhysXCharacterKinematic_checked_lflags += -m64 +PhysXCharacterKinematic_checked_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_checked +PhysXCharacterKinematic_checked_cpp_o = $(addprefix $(PhysXCharacterKinematic_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) +PhysXCharacterKinematic_checked_cc_o = $(addprefix $(PhysXCharacterKinematic_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) +PhysXCharacterKinematic_checked_c_o = $(addprefix $(PhysXCharacterKinematic_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCharacterKinematic_cfiles))))) +PhysXCharacterKinematic_checked_obj = $(PhysXCharacterKinematic_checked_cpp_o) $(PhysXCharacterKinematic_checked_cc_o) $(PhysXCharacterKinematic_checked_c_o) +PhysXCharacterKinematic_checked_bin := ./../../../Bin/linux64/libPhysX3CharacterKinematicCHECKED_x64.so + +clean_PhysXCharacterKinematic_checked: + @$(ECHO) clean PhysXCharacterKinematic checked + @$(RMDIR) $(PhysXCharacterKinematic_checked_objsdir) + @$(RMDIR) $(PhysXCharacterKinematic_checked_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCharacterKinematic/checked + +build_PhysXCharacterKinematic_checked: postbuild_PhysXCharacterKinematic_checked +postbuild_PhysXCharacterKinematic_checked: mainbuild_PhysXCharacterKinematic_checked +mainbuild_PhysXCharacterKinematic_checked: prebuild_PhysXCharacterKinematic_checked $(PhysXCharacterKinematic_checked_bin) +prebuild_PhysXCharacterKinematic_checked: + +$(PhysXCharacterKinematic_checked_bin): $(PhysXCharacterKinematic_checked_obj) build_PhysXCommon_checked build_PhysXExtensions_checked build_PxFoundation_checked + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CharacterKinematicCHECKED_x64.so` + $(CXX) -shared $(PhysXCharacterKinematic_checked_obj) $(PhysXCharacterKinematic_checked_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCharacterKinematic_checked_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCharacterKinematic_checked_cpp_o): $(PhysXCharacterKinematic_checked_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCharacterKinematic_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)))))) + cp $(PhysXCharacterKinematic_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \ + rm -f $(PhysXCharacterKinematic_checked_DEPDIR).d + +$(PhysXCharacterKinematic_checked_cc_o): $(PhysXCharacterKinematic_checked_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCharacterKinematic_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)))))) + cp $(PhysXCharacterKinematic_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).checked.P; \ + rm -f $(PhysXCharacterKinematic_checked_DEPDIR).d + +$(PhysXCharacterKinematic_checked_c_o): $(PhysXCharacterKinematic_checked_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCharacterKinematic_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)))))) + cp $(PhysXCharacterKinematic_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_checked_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \ + rm -f $(PhysXCharacterKinematic_checked_DEPDIR).d + +PhysXCharacterKinematic_profile_hpaths := +PhysXCharacterKinematic_profile_hpaths += ./../../Common/include +PhysXCharacterKinematic_profile_hpaths += ./../../../../PxShared/include +PhysXCharacterKinematic_profile_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCharacterKinematic_profile_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCharacterKinematic_profile_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCharacterKinematic_profile_hpaths += ./../../../Include/characterkinematic +PhysXCharacterKinematic_profile_hpaths += ./../../../Include/common +PhysXCharacterKinematic_profile_hpaths += ./../../../Include/geometry +PhysXCharacterKinematic_profile_hpaths += ./../../../Include/extensions +PhysXCharacterKinematic_profile_hpaths += ./../../../Include +PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/headers +PhysXCharacterKinematic_profile_hpaths += ./../../Common/src +PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/contact +PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/common +PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/convex +PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/distance +PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/gjk +PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/intersection +PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/mesh +PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/hf +PhysXCharacterKinematic_profile_hpaths += ./../../GeomUtils/src/pcm +PhysXCharacterKinematic_profile_lpaths := +PhysXCharacterKinematic_profile_lpaths += ./../../../Bin/linux64 +PhysXCharacterKinematic_profile_lpaths += ./../../../Lib/linux64 +PhysXCharacterKinematic_profile_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCharacterKinematic_profile_defines := $(PhysXCharacterKinematic_custom_defines) +PhysXCharacterKinematic_profile_defines += PX_PHYSX_CHARACTER_EXPORTS +PhysXCharacterKinematic_profile_defines += PX_PHYSX_CORE_EXPORTS +PhysXCharacterKinematic_profile_defines += PX_FOUNDATION_DLL=1 +PhysXCharacterKinematic_profile_defines += NDEBUG +PhysXCharacterKinematic_profile_defines += PX_PROFILE=1 +PhysXCharacterKinematic_profile_defines += PX_SUPPORT_PVD=1 +PhysXCharacterKinematic_profile_libraries := +PhysXCharacterKinematic_profile_libraries += PhysX3CommonPROFILE_x64 +PhysXCharacterKinematic_profile_libraries += PhysX3ExtensionsPROFILE +PhysXCharacterKinematic_profile_libraries += PxFoundationPROFILE_x64 +PhysXCharacterKinematic_profile_common_cflags := $(PhysXCharacterKinematic_custom_cflags) +PhysXCharacterKinematic_profile_common_cflags += -MMD +PhysXCharacterKinematic_profile_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_profile_defines)) +PhysXCharacterKinematic_profile_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_profile_hpaths)) +PhysXCharacterKinematic_profile_common_cflags += -m64 +PhysXCharacterKinematic_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCharacterKinematic_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCharacterKinematic_profile_common_cflags += -Wno-missing-field-initializers +PhysXCharacterKinematic_profile_common_cflags += -O3 -fno-strict-aliasing +PhysXCharacterKinematic_profile_cflags := $(PhysXCharacterKinematic_profile_common_cflags) +PhysXCharacterKinematic_profile_cppflags := $(PhysXCharacterKinematic_profile_common_cflags) +PhysXCharacterKinematic_profile_lflags := $(PhysXCharacterKinematic_custom_lflags) +PhysXCharacterKinematic_profile_lflags += $(addprefix -L, $(PhysXCharacterKinematic_profile_lpaths)) +PhysXCharacterKinematic_profile_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCharacterKinematic_profile_libraries)) -Wl,--end-group +PhysXCharacterKinematic_profile_lflags += -lrt +PhysXCharacterKinematic_profile_lflags += -m64 +PhysXCharacterKinematic_profile_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_profile +PhysXCharacterKinematic_profile_cpp_o = $(addprefix $(PhysXCharacterKinematic_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) +PhysXCharacterKinematic_profile_cc_o = $(addprefix $(PhysXCharacterKinematic_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) +PhysXCharacterKinematic_profile_c_o = $(addprefix $(PhysXCharacterKinematic_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCharacterKinematic_cfiles))))) +PhysXCharacterKinematic_profile_obj = $(PhysXCharacterKinematic_profile_cpp_o) $(PhysXCharacterKinematic_profile_cc_o) $(PhysXCharacterKinematic_profile_c_o) +PhysXCharacterKinematic_profile_bin := ./../../../Bin/linux64/libPhysX3CharacterKinematicPROFILE_x64.so + +clean_PhysXCharacterKinematic_profile: + @$(ECHO) clean PhysXCharacterKinematic profile + @$(RMDIR) $(PhysXCharacterKinematic_profile_objsdir) + @$(RMDIR) $(PhysXCharacterKinematic_profile_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCharacterKinematic/profile + +build_PhysXCharacterKinematic_profile: postbuild_PhysXCharacterKinematic_profile +postbuild_PhysXCharacterKinematic_profile: mainbuild_PhysXCharacterKinematic_profile +mainbuild_PhysXCharacterKinematic_profile: prebuild_PhysXCharacterKinematic_profile $(PhysXCharacterKinematic_profile_bin) +prebuild_PhysXCharacterKinematic_profile: + +$(PhysXCharacterKinematic_profile_bin): $(PhysXCharacterKinematic_profile_obj) build_PhysXCommon_profile build_PhysXExtensions_profile build_PxFoundation_profile + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CharacterKinematicPROFILE_x64.so` + $(CXX) -shared $(PhysXCharacterKinematic_profile_obj) $(PhysXCharacterKinematic_profile_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCharacterKinematic_profile_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCharacterKinematic_profile_cpp_o): $(PhysXCharacterKinematic_profile_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCharacterKinematic_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)))))) + cp $(PhysXCharacterKinematic_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \ + rm -f $(PhysXCharacterKinematic_profile_DEPDIR).d + +$(PhysXCharacterKinematic_profile_cc_o): $(PhysXCharacterKinematic_profile_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCharacterKinematic_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)))))) + cp $(PhysXCharacterKinematic_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).profile.P; \ + rm -f $(PhysXCharacterKinematic_profile_DEPDIR).d + +$(PhysXCharacterKinematic_profile_c_o): $(PhysXCharacterKinematic_profile_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCharacterKinematic_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)))))) + cp $(PhysXCharacterKinematic_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_profile_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \ + rm -f $(PhysXCharacterKinematic_profile_DEPDIR).d + +PhysXCharacterKinematic_release_hpaths := +PhysXCharacterKinematic_release_hpaths += ./../../Common/include +PhysXCharacterKinematic_release_hpaths += ./../../../../PxShared/include +PhysXCharacterKinematic_release_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCharacterKinematic_release_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCharacterKinematic_release_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCharacterKinematic_release_hpaths += ./../../../Include/characterkinematic +PhysXCharacterKinematic_release_hpaths += ./../../../Include/common +PhysXCharacterKinematic_release_hpaths += ./../../../Include/geometry +PhysXCharacterKinematic_release_hpaths += ./../../../Include/extensions +PhysXCharacterKinematic_release_hpaths += ./../../../Include +PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/headers +PhysXCharacterKinematic_release_hpaths += ./../../Common/src +PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/contact +PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/common +PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/convex +PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/distance +PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/gjk +PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/intersection +PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/mesh +PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/hf +PhysXCharacterKinematic_release_hpaths += ./../../GeomUtils/src/pcm +PhysXCharacterKinematic_release_lpaths := +PhysXCharacterKinematic_release_lpaths += ./../../../Bin/linux64 +PhysXCharacterKinematic_release_lpaths += ./../../../Lib/linux64 +PhysXCharacterKinematic_release_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCharacterKinematic_release_defines := $(PhysXCharacterKinematic_custom_defines) +PhysXCharacterKinematic_release_defines += PX_PHYSX_CHARACTER_EXPORTS +PhysXCharacterKinematic_release_defines += PX_PHYSX_CORE_EXPORTS +PhysXCharacterKinematic_release_defines += PX_FOUNDATION_DLL=1 +PhysXCharacterKinematic_release_defines += NDEBUG +PhysXCharacterKinematic_release_defines += PX_SUPPORT_PVD=0 +PhysXCharacterKinematic_release_libraries := +PhysXCharacterKinematic_release_libraries += PhysX3Common_x64 +PhysXCharacterKinematic_release_libraries += PhysX3Extensions +PhysXCharacterKinematic_release_libraries += PxFoundation_x64 +PhysXCharacterKinematic_release_common_cflags := $(PhysXCharacterKinematic_custom_cflags) +PhysXCharacterKinematic_release_common_cflags += -MMD +PhysXCharacterKinematic_release_common_cflags += $(addprefix -D, $(PhysXCharacterKinematic_release_defines)) +PhysXCharacterKinematic_release_common_cflags += $(addprefix -I, $(PhysXCharacterKinematic_release_hpaths)) +PhysXCharacterKinematic_release_common_cflags += -m64 +PhysXCharacterKinematic_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCharacterKinematic_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCharacterKinematic_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCharacterKinematic_release_common_cflags += -Wno-missing-field-initializers +PhysXCharacterKinematic_release_common_cflags += -O3 -fno-strict-aliasing +PhysXCharacterKinematic_release_cflags := $(PhysXCharacterKinematic_release_common_cflags) +PhysXCharacterKinematic_release_cppflags := $(PhysXCharacterKinematic_release_common_cflags) +PhysXCharacterKinematic_release_lflags := $(PhysXCharacterKinematic_custom_lflags) +PhysXCharacterKinematic_release_lflags += $(addprefix -L, $(PhysXCharacterKinematic_release_lpaths)) +PhysXCharacterKinematic_release_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCharacterKinematic_release_libraries)) -Wl,--end-group +PhysXCharacterKinematic_release_lflags += -lrt +PhysXCharacterKinematic_release_lflags += -m64 +PhysXCharacterKinematic_release_objsdir = $(OBJS_DIR)/PhysXCharacterKinematic_release +PhysXCharacterKinematic_release_cpp_o = $(addprefix $(PhysXCharacterKinematic_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCharacterKinematic_cppfiles))))) +PhysXCharacterKinematic_release_cc_o = $(addprefix $(PhysXCharacterKinematic_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCharacterKinematic_ccfiles))))) +PhysXCharacterKinematic_release_c_o = $(addprefix $(PhysXCharacterKinematic_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCharacterKinematic_cfiles))))) +PhysXCharacterKinematic_release_obj = $(PhysXCharacterKinematic_release_cpp_o) $(PhysXCharacterKinematic_release_cc_o) $(PhysXCharacterKinematic_release_c_o) +PhysXCharacterKinematic_release_bin := ./../../../Bin/linux64/libPhysX3CharacterKinematic_x64.so + +clean_PhysXCharacterKinematic_release: + @$(ECHO) clean PhysXCharacterKinematic release + @$(RMDIR) $(PhysXCharacterKinematic_release_objsdir) + @$(RMDIR) $(PhysXCharacterKinematic_release_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCharacterKinematic/release + +build_PhysXCharacterKinematic_release: postbuild_PhysXCharacterKinematic_release +postbuild_PhysXCharacterKinematic_release: mainbuild_PhysXCharacterKinematic_release +mainbuild_PhysXCharacterKinematic_release: prebuild_PhysXCharacterKinematic_release $(PhysXCharacterKinematic_release_bin) +prebuild_PhysXCharacterKinematic_release: + +$(PhysXCharacterKinematic_release_bin): $(PhysXCharacterKinematic_release_obj) build_PhysXCommon_release build_PhysXExtensions_release build_PxFoundation_release + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CharacterKinematic_x64.so` + $(CXX) -shared $(PhysXCharacterKinematic_release_obj) $(PhysXCharacterKinematic_release_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCharacterKinematic_release_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCharacterKinematic_release_cpp_o): $(PhysXCharacterKinematic_release_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCharacterKinematic_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles)))))) + cp $(PhysXCharacterKinematic_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cppfiles))))).P; \ + rm -f $(PhysXCharacterKinematic_release_DEPDIR).d + +$(PhysXCharacterKinematic_release_cc_o): $(PhysXCharacterKinematic_release_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCharacterKinematic_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles)))))) + cp $(PhysXCharacterKinematic_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_ccfiles))))).release.P; \ + rm -f $(PhysXCharacterKinematic_release_DEPDIR).d + +$(PhysXCharacterKinematic_release_c_o): $(PhysXCharacterKinematic_release_objsdir)/%.o: + $(ECHO) PhysXCharacterKinematic: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCharacterKinematic_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles)))))) + cp $(PhysXCharacterKinematic_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCharacterKinematic_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCharacterKinematic/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCharacterKinematic_release_objsdir),, $@))), $(PhysXCharacterKinematic_cfiles))))).P; \ + rm -f $(PhysXCharacterKinematic_release_DEPDIR).d + +clean_PhysXCharacterKinematic: clean_PhysXCharacterKinematic_debug clean_PhysXCharacterKinematic_checked clean_PhysXCharacterKinematic_profile clean_PhysXCharacterKinematic_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCommon.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCommon.mk new file mode 100644 index 00000000..b162a335 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCommon.mk @@ -0,0 +1,603 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = PhysXCommon +PhysXCommon_cppfiles += ./../../Common/src/CmBoxPruning.cpp +PhysXCommon_cppfiles += ./../../Common/src/CmCollection.cpp +PhysXCommon_cppfiles += ./../../Common/src/CmMathUtils.cpp +PhysXCommon_cppfiles += ./../../Common/src/CmPtrTable.cpp +PhysXCommon_cppfiles += ./../../Common/src/CmRadixSort.cpp +PhysXCommon_cppfiles += ./../../Common/src/CmRadixSortBuffered.cpp +PhysXCommon_cppfiles += ./../../Common/src/CmRenderOutput.cpp +PhysXCommon_cppfiles += ./../../Common/src/CmVisualization.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuBounds.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuCCTSweepTests.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuDebug.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuGeometryQuery.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuGeometryUnion.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuInternal.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuMTD.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuMeshFactory.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuMetaData.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuOverlapTests.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuRaycastTests.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuSerialize.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuSweepMTD.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuSweepSharedTests.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/GuSweepTests.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactBoxBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactCapsuleBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactCapsuleCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactCapsuleConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactCapsuleMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactConvexConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactConvexMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactPlaneBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactPlaneCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactPlaneConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactPolygonPolygon.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactSphereBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactSphereCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactSphereMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactSpherePlane.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuContactSphereSphere.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuFeatureCode.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuLegacyContactBoxHeightField.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuLegacyContactCapsuleHeightField.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuLegacyContactConvexHeightField.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/contact/GuLegacyContactSphereHeightField.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/common/GuBarycentricCoordinates.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/common/GuSeparatingAxes.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuBigConvexData.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuConvexHelper.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuConvexMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuConvexSupportTable.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuConvexUtilsInternal.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuHillClimbing.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/convex/GuShapeConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/distance/GuDistancePointBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/distance/GuDistancePointTriangle.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/distance/GuDistanceSegmentBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/distance/GuDistanceSegmentSegment.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/distance/GuDistanceSegmentTriangle.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepBoxBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepBoxSphere.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepBoxTriangle_FeatureBased.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepBoxTriangle_SAT.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepCapsuleBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepCapsuleCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepCapsuleTriangle.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepSphereCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepSphereSphere.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepSphereTriangle.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/sweep/GuSweepTriangleUtils.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/gjk/GuEPA.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/gjk/GuGJKSimplex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/gjk/GuGJKTest.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionBoxBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionCapsuleTriangle.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionEdgeEdge.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionRayBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionRayCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionRaySphere.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionSphereBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/intersection/GuIntersectionTriangleBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV32.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV32Build.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4Build.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_AABBSweep.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_BoxOverlap.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_CapsuleSweep.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_CapsuleSweepAA.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_OBBSweep.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_Raycast.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_SphereOverlap.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuBV4_SphereSweep.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuMeshQuery.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuMidphaseBV4.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuMidphaseRTree.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuOverlapTestsMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuRTree.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuRTreeQueries.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuSweepsMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuTriangleMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuTriangleMeshBV4.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/mesh/GuTriangleMeshRTree.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/hf/GuHeightField.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/hf/GuHeightFieldUtil.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/hf/GuOverlapTestsHF.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/hf/GuSweepsHF.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactBoxBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactBoxConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactCapsuleBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactCapsuleCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactCapsuleConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactCapsuleHeightField.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactCapsuleMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactConvexCommon.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactConvexConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactConvexHeightField.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactConvexMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactGenBoxConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactGenSphereCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactPlaneBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactPlaneCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactPlaneConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereBox.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereCapsule.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereHeightField.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSpherePlane.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMContactSphereSphere.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMShapeConvex.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPCMTriangleContactGen.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/pcm/GuPersistentContactManifold.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/ccd/GuCCDSweepConvexMesh.cpp +PhysXCommon_cppfiles += ./../../GeomUtils/src/ccd/GuCCDSweepPrimitives.cpp + +PhysXCommon_cpp_release_dep = $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCommon_cppfiles))))) +PhysXCommon_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PhysXCommon_ccfiles))))) +PhysXCommon_c_release_dep = $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCommon_cfiles))))) +PhysXCommon_release_dep = $(PhysXCommon_cpp_release_dep) $(PhysXCommon_cc_release_dep) $(PhysXCommon_c_release_dep) +-include $(PhysXCommon_release_dep) +PhysXCommon_cpp_debug_dep = $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCommon_cppfiles))))) +PhysXCommon_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PhysXCommon_ccfiles))))) +PhysXCommon_c_debug_dep = $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCommon_cfiles))))) +PhysXCommon_debug_dep = $(PhysXCommon_cpp_debug_dep) $(PhysXCommon_cc_debug_dep) $(PhysXCommon_c_debug_dep) +-include $(PhysXCommon_debug_dep) +PhysXCommon_cpp_checked_dep = $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCommon_cppfiles))))) +PhysXCommon_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PhysXCommon_ccfiles))))) +PhysXCommon_c_checked_dep = $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCommon_cfiles))))) +PhysXCommon_checked_dep = $(PhysXCommon_cpp_checked_dep) $(PhysXCommon_cc_checked_dep) $(PhysXCommon_c_checked_dep) +-include $(PhysXCommon_checked_dep) +PhysXCommon_cpp_profile_dep = $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCommon_cppfiles))))) +PhysXCommon_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PhysXCommon_ccfiles))))) +PhysXCommon_c_profile_dep = $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCommon_cfiles))))) +PhysXCommon_profile_dep = $(PhysXCommon_cpp_profile_dep) $(PhysXCommon_cc_profile_dep) $(PhysXCommon_c_profile_dep) +-include $(PhysXCommon_profile_dep) +PhysXCommon_release_hpaths := +PhysXCommon_release_hpaths += ./../../Common/include +PhysXCommon_release_hpaths += ./../../../../PxShared/include +PhysXCommon_release_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCommon_release_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCommon_release_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCommon_release_hpaths += ./../../../Include/common +PhysXCommon_release_hpaths += ./../../../Include +PhysXCommon_release_hpaths += ./../../Common/src +PhysXCommon_release_hpaths += ./../../Common/src/unix +PhysXCommon_release_hpaths += ./../../PhysXProfile/include +PhysXCommon_release_hpaths += ./../../PhysXProfile/src +PhysXCommon_release_hpaths += ./../../PhysXGpu/include +PhysXCommon_release_hpaths += ./../../../Include/geometry +PhysXCommon_release_hpaths += ./../../GeomUtils/headers +PhysXCommon_release_hpaths += ./../../GeomUtils/src +PhysXCommon_release_hpaths += ./../../GeomUtils/src/contact +PhysXCommon_release_hpaths += ./../../GeomUtils/src/common +PhysXCommon_release_hpaths += ./../../GeomUtils/src/convex +PhysXCommon_release_hpaths += ./../../GeomUtils/src/distance +PhysXCommon_release_hpaths += ./../../GeomUtils/src/sweep +PhysXCommon_release_hpaths += ./../../GeomUtils/src/gjk +PhysXCommon_release_hpaths += ./../../GeomUtils/src/intersection +PhysXCommon_release_hpaths += ./../../GeomUtils/src/mesh +PhysXCommon_release_hpaths += ./../../GeomUtils/src/hf +PhysXCommon_release_hpaths += ./../../GeomUtils/src/pcm +PhysXCommon_release_hpaths += ./../../GeomUtils/src/ccd +PhysXCommon_release_hpaths += ./../../../Include/GeomUtils +PhysXCommon_release_lpaths := +PhysXCommon_release_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCommon_release_defines := $(PhysXCommon_custom_defines) +PhysXCommon_release_defines += PX_FOUNDATION_DLL=1 +PhysXCommon_release_defines += PX_PHYSX_COMMON_EXPORTS +PhysXCommon_release_defines += NDEBUG +PhysXCommon_release_defines += PX_SUPPORT_PVD=0 +PhysXCommon_release_libraries := +PhysXCommon_release_libraries += PxFoundation_x64 +PhysXCommon_release_common_cflags := $(PhysXCommon_custom_cflags) +PhysXCommon_release_common_cflags += -MMD +PhysXCommon_release_common_cflags += $(addprefix -D, $(PhysXCommon_release_defines)) +PhysXCommon_release_common_cflags += $(addprefix -I, $(PhysXCommon_release_hpaths)) +PhysXCommon_release_common_cflags += -m64 +PhysXCommon_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCommon_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCommon_release_common_cflags += -Wno-missing-field-initializers +PhysXCommon_release_common_cflags += -O3 -fno-strict-aliasing +PhysXCommon_release_cflags := $(PhysXCommon_release_common_cflags) +PhysXCommon_release_cppflags := $(PhysXCommon_release_common_cflags) +PhysXCommon_release_lflags := $(PhysXCommon_custom_lflags) +PhysXCommon_release_lflags += $(addprefix -L, $(PhysXCommon_release_lpaths)) +PhysXCommon_release_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCommon_release_libraries)) -Wl,--end-group +PhysXCommon_release_lflags += -lrt +PhysXCommon_release_lflags += -m64 +PhysXCommon_release_objsdir = $(OBJS_DIR)/PhysXCommon_release +PhysXCommon_release_cpp_o = $(addprefix $(PhysXCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) +PhysXCommon_release_cc_o = $(addprefix $(PhysXCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) +PhysXCommon_release_c_o = $(addprefix $(PhysXCommon_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCommon_cfiles))))) +PhysXCommon_release_obj = $(PhysXCommon_release_cpp_o) $(PhysXCommon_release_cc_o) $(PhysXCommon_release_c_o) +PhysXCommon_release_bin := ./../../../Bin/linux64/libPhysX3Common_x64.so + +clean_PhysXCommon_release: + @$(ECHO) clean PhysXCommon release + @$(RMDIR) $(PhysXCommon_release_objsdir) + @$(RMDIR) $(PhysXCommon_release_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCommon/release + +build_PhysXCommon_release: postbuild_PhysXCommon_release +postbuild_PhysXCommon_release: mainbuild_PhysXCommon_release +mainbuild_PhysXCommon_release: prebuild_PhysXCommon_release $(PhysXCommon_release_bin) +prebuild_PhysXCommon_release: + +$(PhysXCommon_release_bin): $(PhysXCommon_release_obj) build_PxFoundation_release + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3Common_x64.so` + $(CXX) -shared $(PhysXCommon_release_obj) $(PhysXCommon_release_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCommon_release_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCommon_release_cpp_o): $(PhysXCommon_release_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCommon_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cppfiles)))))) + cp $(PhysXCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \ + rm -f $(PhysXCommon_release_DEPDIR).d + +$(PhysXCommon_release_cc_o): $(PhysXCommon_release_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCommon_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_ccfiles)))))) + cp $(PhysXCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_ccfiles))))).release.P; \ + rm -f $(PhysXCommon_release_DEPDIR).d + +$(PhysXCommon_release_c_o): $(PhysXCommon_release_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCommon_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cfiles)))))) + cp $(PhysXCommon_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_release_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \ + rm -f $(PhysXCommon_release_DEPDIR).d + +PhysXCommon_debug_hpaths := +PhysXCommon_debug_hpaths += ./../../Common/include +PhysXCommon_debug_hpaths += ./../../../../PxShared/include +PhysXCommon_debug_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCommon_debug_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCommon_debug_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCommon_debug_hpaths += ./../../../Include/common +PhysXCommon_debug_hpaths += ./../../../Include +PhysXCommon_debug_hpaths += ./../../Common/src +PhysXCommon_debug_hpaths += ./../../Common/src/unix +PhysXCommon_debug_hpaths += ./../../PhysXProfile/include +PhysXCommon_debug_hpaths += ./../../PhysXProfile/src +PhysXCommon_debug_hpaths += ./../../PhysXGpu/include +PhysXCommon_debug_hpaths += ./../../../Include/geometry +PhysXCommon_debug_hpaths += ./../../GeomUtils/headers +PhysXCommon_debug_hpaths += ./../../GeomUtils/src +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/contact +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/common +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/convex +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/distance +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/sweep +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/gjk +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/intersection +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/mesh +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/hf +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/pcm +PhysXCommon_debug_hpaths += ./../../GeomUtils/src/ccd +PhysXCommon_debug_hpaths += ./../../../Include/GeomUtils +PhysXCommon_debug_lpaths := +PhysXCommon_debug_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCommon_debug_defines := $(PhysXCommon_custom_defines) +PhysXCommon_debug_defines += PX_FOUNDATION_DLL=1 +PhysXCommon_debug_defines += PX_PHYSX_COMMON_EXPORTS +PhysXCommon_debug_defines += _DEBUG +PhysXCommon_debug_defines += PX_DEBUG=1 +PhysXCommon_debug_defines += PX_CHECKED=1 +PhysXCommon_debug_defines += PX_SUPPORT_PVD=1 +PhysXCommon_debug_libraries := +PhysXCommon_debug_libraries += PxFoundationDEBUG_x64 +PhysXCommon_debug_common_cflags := $(PhysXCommon_custom_cflags) +PhysXCommon_debug_common_cflags += -MMD +PhysXCommon_debug_common_cflags += $(addprefix -D, $(PhysXCommon_debug_defines)) +PhysXCommon_debug_common_cflags += $(addprefix -I, $(PhysXCommon_debug_hpaths)) +PhysXCommon_debug_common_cflags += -m64 +PhysXCommon_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCommon_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCommon_debug_common_cflags += -Wno-missing-field-initializers +PhysXCommon_debug_common_cflags += -g3 -gdwarf-2 +PhysXCommon_debug_cflags := $(PhysXCommon_debug_common_cflags) +PhysXCommon_debug_cppflags := $(PhysXCommon_debug_common_cflags) +PhysXCommon_debug_lflags := $(PhysXCommon_custom_lflags) +PhysXCommon_debug_lflags += $(addprefix -L, $(PhysXCommon_debug_lpaths)) +PhysXCommon_debug_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCommon_debug_libraries)) -Wl,--end-group +PhysXCommon_debug_lflags += -lrt +PhysXCommon_debug_lflags += -m64 +PhysXCommon_debug_objsdir = $(OBJS_DIR)/PhysXCommon_debug +PhysXCommon_debug_cpp_o = $(addprefix $(PhysXCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) +PhysXCommon_debug_cc_o = $(addprefix $(PhysXCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) +PhysXCommon_debug_c_o = $(addprefix $(PhysXCommon_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCommon_cfiles))))) +PhysXCommon_debug_obj = $(PhysXCommon_debug_cpp_o) $(PhysXCommon_debug_cc_o) $(PhysXCommon_debug_c_o) +PhysXCommon_debug_bin := ./../../../Bin/linux64/libPhysX3CommonDEBUG_x64.so + +clean_PhysXCommon_debug: + @$(ECHO) clean PhysXCommon debug + @$(RMDIR) $(PhysXCommon_debug_objsdir) + @$(RMDIR) $(PhysXCommon_debug_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCommon/debug + +build_PhysXCommon_debug: postbuild_PhysXCommon_debug +postbuild_PhysXCommon_debug: mainbuild_PhysXCommon_debug +mainbuild_PhysXCommon_debug: prebuild_PhysXCommon_debug $(PhysXCommon_debug_bin) +prebuild_PhysXCommon_debug: + +$(PhysXCommon_debug_bin): $(PhysXCommon_debug_obj) build_PxFoundation_debug + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CommonDEBUG_x64.so` + $(CXX) -shared $(PhysXCommon_debug_obj) $(PhysXCommon_debug_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCommon_debug_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCommon_debug_cpp_o): $(PhysXCommon_debug_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCommon_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cppfiles)))))) + cp $(PhysXCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \ + rm -f $(PhysXCommon_debug_DEPDIR).d + +$(PhysXCommon_debug_cc_o): $(PhysXCommon_debug_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCommon_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_ccfiles)))))) + cp $(PhysXCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_ccfiles))))).debug.P; \ + rm -f $(PhysXCommon_debug_DEPDIR).d + +$(PhysXCommon_debug_c_o): $(PhysXCommon_debug_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCommon_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cfiles)))))) + cp $(PhysXCommon_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_debug_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \ + rm -f $(PhysXCommon_debug_DEPDIR).d + +PhysXCommon_checked_hpaths := +PhysXCommon_checked_hpaths += ./../../Common/include +PhysXCommon_checked_hpaths += ./../../../../PxShared/include +PhysXCommon_checked_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCommon_checked_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCommon_checked_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCommon_checked_hpaths += ./../../../Include/common +PhysXCommon_checked_hpaths += ./../../../Include +PhysXCommon_checked_hpaths += ./../../Common/src +PhysXCommon_checked_hpaths += ./../../Common/src/unix +PhysXCommon_checked_hpaths += ./../../PhysXProfile/include +PhysXCommon_checked_hpaths += ./../../PhysXProfile/src +PhysXCommon_checked_hpaths += ./../../PhysXGpu/include +PhysXCommon_checked_hpaths += ./../../../Include/geometry +PhysXCommon_checked_hpaths += ./../../GeomUtils/headers +PhysXCommon_checked_hpaths += ./../../GeomUtils/src +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/contact +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/common +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/convex +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/distance +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/sweep +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/gjk +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/intersection +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/mesh +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/hf +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/pcm +PhysXCommon_checked_hpaths += ./../../GeomUtils/src/ccd +PhysXCommon_checked_hpaths += ./../../../Include/GeomUtils +PhysXCommon_checked_lpaths := +PhysXCommon_checked_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCommon_checked_defines := $(PhysXCommon_custom_defines) +PhysXCommon_checked_defines += PX_FOUNDATION_DLL=1 +PhysXCommon_checked_defines += PX_PHYSX_COMMON_EXPORTS +PhysXCommon_checked_defines += NDEBUG +PhysXCommon_checked_defines += PX_CHECKED=1 +PhysXCommon_checked_defines += PX_SUPPORT_PVD=1 +PhysXCommon_checked_libraries := +PhysXCommon_checked_libraries += PxFoundationCHECKED_x64 +PhysXCommon_checked_common_cflags := $(PhysXCommon_custom_cflags) +PhysXCommon_checked_common_cflags += -MMD +PhysXCommon_checked_common_cflags += $(addprefix -D, $(PhysXCommon_checked_defines)) +PhysXCommon_checked_common_cflags += $(addprefix -I, $(PhysXCommon_checked_hpaths)) +PhysXCommon_checked_common_cflags += -m64 +PhysXCommon_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCommon_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCommon_checked_common_cflags += -Wno-missing-field-initializers +PhysXCommon_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +PhysXCommon_checked_cflags := $(PhysXCommon_checked_common_cflags) +PhysXCommon_checked_cppflags := $(PhysXCommon_checked_common_cflags) +PhysXCommon_checked_lflags := $(PhysXCommon_custom_lflags) +PhysXCommon_checked_lflags += $(addprefix -L, $(PhysXCommon_checked_lpaths)) +PhysXCommon_checked_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCommon_checked_libraries)) -Wl,--end-group +PhysXCommon_checked_lflags += -lrt +PhysXCommon_checked_lflags += -m64 +PhysXCommon_checked_objsdir = $(OBJS_DIR)/PhysXCommon_checked +PhysXCommon_checked_cpp_o = $(addprefix $(PhysXCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) +PhysXCommon_checked_cc_o = $(addprefix $(PhysXCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) +PhysXCommon_checked_c_o = $(addprefix $(PhysXCommon_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCommon_cfiles))))) +PhysXCommon_checked_obj = $(PhysXCommon_checked_cpp_o) $(PhysXCommon_checked_cc_o) $(PhysXCommon_checked_c_o) +PhysXCommon_checked_bin := ./../../../Bin/linux64/libPhysX3CommonCHECKED_x64.so + +clean_PhysXCommon_checked: + @$(ECHO) clean PhysXCommon checked + @$(RMDIR) $(PhysXCommon_checked_objsdir) + @$(RMDIR) $(PhysXCommon_checked_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCommon/checked + +build_PhysXCommon_checked: postbuild_PhysXCommon_checked +postbuild_PhysXCommon_checked: mainbuild_PhysXCommon_checked +mainbuild_PhysXCommon_checked: prebuild_PhysXCommon_checked $(PhysXCommon_checked_bin) +prebuild_PhysXCommon_checked: + +$(PhysXCommon_checked_bin): $(PhysXCommon_checked_obj) build_PxFoundation_checked + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CommonCHECKED_x64.so` + $(CXX) -shared $(PhysXCommon_checked_obj) $(PhysXCommon_checked_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCommon_checked_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCommon_checked_cpp_o): $(PhysXCommon_checked_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCommon_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cppfiles)))))) + cp $(PhysXCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \ + rm -f $(PhysXCommon_checked_DEPDIR).d + +$(PhysXCommon_checked_cc_o): $(PhysXCommon_checked_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCommon_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_ccfiles)))))) + cp $(PhysXCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_ccfiles))))).checked.P; \ + rm -f $(PhysXCommon_checked_DEPDIR).d + +$(PhysXCommon_checked_c_o): $(PhysXCommon_checked_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCommon_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cfiles)))))) + cp $(PhysXCommon_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_checked_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \ + rm -f $(PhysXCommon_checked_DEPDIR).d + +PhysXCommon_profile_hpaths := +PhysXCommon_profile_hpaths += ./../../Common/include +PhysXCommon_profile_hpaths += ./../../../../PxShared/include +PhysXCommon_profile_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCommon_profile_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCommon_profile_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCommon_profile_hpaths += ./../../../Include/common +PhysXCommon_profile_hpaths += ./../../../Include +PhysXCommon_profile_hpaths += ./../../Common/src +PhysXCommon_profile_hpaths += ./../../Common/src/unix +PhysXCommon_profile_hpaths += ./../../PhysXProfile/include +PhysXCommon_profile_hpaths += ./../../PhysXProfile/src +PhysXCommon_profile_hpaths += ./../../PhysXGpu/include +PhysXCommon_profile_hpaths += ./../../../Include/geometry +PhysXCommon_profile_hpaths += ./../../GeomUtils/headers +PhysXCommon_profile_hpaths += ./../../GeomUtils/src +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/contact +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/common +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/convex +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/distance +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/sweep +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/gjk +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/intersection +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/mesh +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/hf +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/pcm +PhysXCommon_profile_hpaths += ./../../GeomUtils/src/ccd +PhysXCommon_profile_hpaths += ./../../../Include/GeomUtils +PhysXCommon_profile_lpaths := +PhysXCommon_profile_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCommon_profile_defines := $(PhysXCommon_custom_defines) +PhysXCommon_profile_defines += PX_FOUNDATION_DLL=1 +PhysXCommon_profile_defines += PX_PHYSX_COMMON_EXPORTS +PhysXCommon_profile_defines += NDEBUG +PhysXCommon_profile_defines += PX_PROFILE=1 +PhysXCommon_profile_defines += PX_SUPPORT_PVD=1 +PhysXCommon_profile_libraries := +PhysXCommon_profile_libraries += PxFoundationPROFILE_x64 +PhysXCommon_profile_common_cflags := $(PhysXCommon_custom_cflags) +PhysXCommon_profile_common_cflags += -MMD +PhysXCommon_profile_common_cflags += $(addprefix -D, $(PhysXCommon_profile_defines)) +PhysXCommon_profile_common_cflags += $(addprefix -I, $(PhysXCommon_profile_hpaths)) +PhysXCommon_profile_common_cflags += -m64 +PhysXCommon_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCommon_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCommon_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCommon_profile_common_cflags += -Wno-missing-field-initializers +PhysXCommon_profile_common_cflags += -O3 -fno-strict-aliasing +PhysXCommon_profile_cflags := $(PhysXCommon_profile_common_cflags) +PhysXCommon_profile_cppflags := $(PhysXCommon_profile_common_cflags) +PhysXCommon_profile_lflags := $(PhysXCommon_custom_lflags) +PhysXCommon_profile_lflags += $(addprefix -L, $(PhysXCommon_profile_lpaths)) +PhysXCommon_profile_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCommon_profile_libraries)) -Wl,--end-group +PhysXCommon_profile_lflags += -lrt +PhysXCommon_profile_lflags += -m64 +PhysXCommon_profile_objsdir = $(OBJS_DIR)/PhysXCommon_profile +PhysXCommon_profile_cpp_o = $(addprefix $(PhysXCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCommon_cppfiles))))) +PhysXCommon_profile_cc_o = $(addprefix $(PhysXCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCommon_ccfiles))))) +PhysXCommon_profile_c_o = $(addprefix $(PhysXCommon_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCommon_cfiles))))) +PhysXCommon_profile_obj = $(PhysXCommon_profile_cpp_o) $(PhysXCommon_profile_cc_o) $(PhysXCommon_profile_c_o) +PhysXCommon_profile_bin := ./../../../Bin/linux64/libPhysX3CommonPROFILE_x64.so + +clean_PhysXCommon_profile: + @$(ECHO) clean PhysXCommon profile + @$(RMDIR) $(PhysXCommon_profile_objsdir) + @$(RMDIR) $(PhysXCommon_profile_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCommon/profile + +build_PhysXCommon_profile: postbuild_PhysXCommon_profile +postbuild_PhysXCommon_profile: mainbuild_PhysXCommon_profile +mainbuild_PhysXCommon_profile: prebuild_PhysXCommon_profile $(PhysXCommon_profile_bin) +prebuild_PhysXCommon_profile: + +$(PhysXCommon_profile_bin): $(PhysXCommon_profile_obj) build_PxFoundation_profile + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CommonPROFILE_x64.so` + $(CXX) -shared $(PhysXCommon_profile_obj) $(PhysXCommon_profile_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCommon_profile_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCommon_profile_cpp_o): $(PhysXCommon_profile_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCommon_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cppfiles)))))) + cp $(PhysXCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cppfiles))))).P; \ + rm -f $(PhysXCommon_profile_DEPDIR).d + +$(PhysXCommon_profile_cc_o): $(PhysXCommon_profile_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCommon_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_ccfiles)))))) + cp $(PhysXCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_ccfiles))))).profile.P; \ + rm -f $(PhysXCommon_profile_DEPDIR).d + +$(PhysXCommon_profile_c_o): $(PhysXCommon_profile_objsdir)/%.o: + $(ECHO) PhysXCommon: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCommon_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cfiles)))))) + cp $(PhysXCommon_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCommon_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCommon/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCommon_profile_objsdir),, $@))), $(PhysXCommon_cfiles))))).P; \ + rm -f $(PhysXCommon_profile_DEPDIR).d + +clean_PhysXCommon: clean_PhysXCommon_release clean_PhysXCommon_debug clean_PhysXCommon_checked clean_PhysXCommon_profile + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk new file mode 100644 index 00000000..a6846abd --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXCooking.mk @@ -0,0 +1,522 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = PhysXCooking +PhysXCooking_cppfiles += ./../../PhysXCooking/src/Adjacencies.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/Cooking.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/CookingUtils.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/EdgeList.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/MeshCleaner.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/Quantizer.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/mesh/GrbTriangleMeshCooking.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/mesh/HeightFieldCooking.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/mesh/RTreeCooking.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/mesh/TriangleMeshBuilder.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/convex/BigConvexDataBuilder.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/convex/ConvexHullBuilder.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/convex/ConvexHullLib.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/convex/ConvexHullUtils.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/convex/ConvexMeshBuilder.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/convex/ConvexPolygonsBuilder.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/convex/InflationConvexHullLib.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/convex/QuickHullConvexHullLib.cpp +PhysXCooking_cppfiles += ./../../PhysXCooking/src/convex/VolumeIntegration.cpp + +PhysXCooking_cpp_release_dep = $(addprefix $(DEPSDIR)/PhysXCooking/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCooking_cppfiles))))) +PhysXCooking_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PhysXCooking_ccfiles))))) +PhysXCooking_c_release_dep = $(addprefix $(DEPSDIR)/PhysXCooking/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCooking_cfiles))))) +PhysXCooking_release_dep = $(PhysXCooking_cpp_release_dep) $(PhysXCooking_cc_release_dep) $(PhysXCooking_c_release_dep) +-include $(PhysXCooking_release_dep) +PhysXCooking_cpp_debug_dep = $(addprefix $(DEPSDIR)/PhysXCooking/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCooking_cppfiles))))) +PhysXCooking_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PhysXCooking_ccfiles))))) +PhysXCooking_c_debug_dep = $(addprefix $(DEPSDIR)/PhysXCooking/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCooking_cfiles))))) +PhysXCooking_debug_dep = $(PhysXCooking_cpp_debug_dep) $(PhysXCooking_cc_debug_dep) $(PhysXCooking_c_debug_dep) +-include $(PhysXCooking_debug_dep) +PhysXCooking_cpp_checked_dep = $(addprefix $(DEPSDIR)/PhysXCooking/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCooking_cppfiles))))) +PhysXCooking_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PhysXCooking_ccfiles))))) +PhysXCooking_c_checked_dep = $(addprefix $(DEPSDIR)/PhysXCooking/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCooking_cfiles))))) +PhysXCooking_checked_dep = $(PhysXCooking_cpp_checked_dep) $(PhysXCooking_cc_checked_dep) $(PhysXCooking_c_checked_dep) +-include $(PhysXCooking_checked_dep) +PhysXCooking_cpp_profile_dep = $(addprefix $(DEPSDIR)/PhysXCooking/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXCooking_cppfiles))))) +PhysXCooking_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PhysXCooking_ccfiles))))) +PhysXCooking_c_profile_dep = $(addprefix $(DEPSDIR)/PhysXCooking/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXCooking_cfiles))))) +PhysXCooking_profile_dep = $(PhysXCooking_cpp_profile_dep) $(PhysXCooking_cc_profile_dep) $(PhysXCooking_c_profile_dep) +-include $(PhysXCooking_profile_dep) +PhysXCooking_release_hpaths := +PhysXCooking_release_hpaths += ./../../Common/include +PhysXCooking_release_hpaths += ./../../../../PxShared/include +PhysXCooking_release_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCooking_release_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCooking_release_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCooking_release_hpaths += ./../../../Include/common +PhysXCooking_release_hpaths += ./../../../Include/geometry +PhysXCooking_release_hpaths += ./../../../Include/GeomUtils +PhysXCooking_release_hpaths += ./../../../Include/cloth +PhysXCooking_release_hpaths += ./../../../Include/cooking +PhysXCooking_release_hpaths += ./../../../Include +PhysXCooking_release_hpaths += ./../../Common/src +PhysXCooking_release_hpaths += ./../../GeomUtils/headers +PhysXCooking_release_hpaths += ./../../GeomUtils/src +PhysXCooking_release_hpaths += ./../../GeomUtils/src/contact +PhysXCooking_release_hpaths += ./../../GeomUtils/src/common +PhysXCooking_release_hpaths += ./../../GeomUtils/src/convex +PhysXCooking_release_hpaths += ./../../GeomUtils/src/distance +PhysXCooking_release_hpaths += ./../../GeomUtils/src/sweep +PhysXCooking_release_hpaths += ./../../GeomUtils/src/gjk +PhysXCooking_release_hpaths += ./../../GeomUtils/src/intersection +PhysXCooking_release_hpaths += ./../../GeomUtils/src/mesh +PhysXCooking_release_hpaths += ./../../GeomUtils/src/hf +PhysXCooking_release_hpaths += ./../../GeomUtils/src/pcm +PhysXCooking_release_hpaths += ./../../GeomUtils/src/ccd +PhysXCooking_release_hpaths += ./../../PhysXCooking/src +PhysXCooking_release_hpaths += ./../../PhysXCooking/src/mesh +PhysXCooking_release_hpaths += ./../../PhysXCooking/src/convex +PhysXCooking_release_hpaths += ./../../PhysXExtensions/src +PhysXCooking_release_hpaths += ./../../PhysXGpu/include +PhysXCooking_release_lpaths := +PhysXCooking_release_lpaths += ./../../../Bin/linux64 +PhysXCooking_release_lpaths += ./../../../Lib/linux64 +PhysXCooking_release_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCooking_release_defines := $(PhysXCooking_custom_defines) +PhysXCooking_release_defines += PX_PHYSX_LOADER_EXPORTS +PhysXCooking_release_defines += PX_PHYSX_COOKING_EXPORTS +PhysXCooking_release_defines += PX_PHYSX_CORE_EXPORTS +PhysXCooking_release_defines += PX_COOKING +PhysXCooking_release_defines += NDEBUG +PhysXCooking_release_defines += PX_SUPPORT_PVD=0 +PhysXCooking_release_libraries := +PhysXCooking_release_libraries += PhysX3Common_x64 +PhysXCooking_release_libraries += PhysX3Extensions +PhysXCooking_release_libraries += PxFoundation_x64 +PhysXCooking_release_common_cflags := $(PhysXCooking_custom_cflags) +PhysXCooking_release_common_cflags += -MMD +PhysXCooking_release_common_cflags += $(addprefix -D, $(PhysXCooking_release_defines)) +PhysXCooking_release_common_cflags += $(addprefix -I, $(PhysXCooking_release_hpaths)) +PhysXCooking_release_common_cflags += -m64 +PhysXCooking_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCooking_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCooking_release_common_cflags += -Wno-missing-field-initializers +PhysXCooking_release_common_cflags += -O3 -fno-strict-aliasing +PhysXCooking_release_cflags := $(PhysXCooking_release_common_cflags) +PhysXCooking_release_cppflags := $(PhysXCooking_release_common_cflags) +PhysXCooking_release_lflags := $(PhysXCooking_custom_lflags) +PhysXCooking_release_lflags += $(addprefix -L, $(PhysXCooking_release_lpaths)) +PhysXCooking_release_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCooking_release_libraries)) -Wl,--end-group +PhysXCooking_release_lflags += -lrt +PhysXCooking_release_lflags += -m64 +PhysXCooking_release_objsdir = $(OBJS_DIR)/PhysXCooking_release +PhysXCooking_release_cpp_o = $(addprefix $(PhysXCooking_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) +PhysXCooking_release_cc_o = $(addprefix $(PhysXCooking_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) +PhysXCooking_release_c_o = $(addprefix $(PhysXCooking_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCooking_cfiles))))) +PhysXCooking_release_obj = $(PhysXCooking_release_cpp_o) $(PhysXCooking_release_cc_o) $(PhysXCooking_release_c_o) +PhysXCooking_release_bin := ./../../../Bin/linux64/libPhysX3Cooking_x64.so + +clean_PhysXCooking_release: + @$(ECHO) clean PhysXCooking release + @$(RMDIR) $(PhysXCooking_release_objsdir) + @$(RMDIR) $(PhysXCooking_release_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCooking/release + +build_PhysXCooking_release: postbuild_PhysXCooking_release +postbuild_PhysXCooking_release: mainbuild_PhysXCooking_release +mainbuild_PhysXCooking_release: prebuild_PhysXCooking_release $(PhysXCooking_release_bin) +prebuild_PhysXCooking_release: + +$(PhysXCooking_release_bin): $(PhysXCooking_release_obj) build_PhysXCommon_release build_PhysXExtensions_release build_PxFoundation_release + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3Cooking_x64.so` + $(CXX) -shared $(PhysXCooking_release_obj) $(PhysXCooking_release_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCooking_release_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCooking_release_cpp_o): $(PhysXCooking_release_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCooking_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCooking/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_cppfiles)))))) + cp $(PhysXCooking_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCooking/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCooking/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_cppfiles))))).P; \ + rm -f $(PhysXCooking_release_DEPDIR).d + +$(PhysXCooking_release_cc_o): $(PhysXCooking_release_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCooking_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_ccfiles)))))) + cp $(PhysXCooking_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_ccfiles))))).release.P; \ + rm -f $(PhysXCooking_release_DEPDIR).d + +$(PhysXCooking_release_c_o): $(PhysXCooking_release_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCooking_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCooking/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_cfiles)))))) + cp $(PhysXCooking_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCooking/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCooking/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_release_objsdir),, $@))), $(PhysXCooking_cfiles))))).P; \ + rm -f $(PhysXCooking_release_DEPDIR).d + +PhysXCooking_debug_hpaths := +PhysXCooking_debug_hpaths += ./../../Common/include +PhysXCooking_debug_hpaths += ./../../../../PxShared/include +PhysXCooking_debug_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCooking_debug_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCooking_debug_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCooking_debug_hpaths += ./../../../Include/common +PhysXCooking_debug_hpaths += ./../../../Include/geometry +PhysXCooking_debug_hpaths += ./../../../Include/GeomUtils +PhysXCooking_debug_hpaths += ./../../../Include/cloth +PhysXCooking_debug_hpaths += ./../../../Include/cooking +PhysXCooking_debug_hpaths += ./../../../Include +PhysXCooking_debug_hpaths += ./../../Common/src +PhysXCooking_debug_hpaths += ./../../GeomUtils/headers +PhysXCooking_debug_hpaths += ./../../GeomUtils/src +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/contact +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/common +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/convex +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/distance +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/sweep +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/gjk +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/intersection +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/mesh +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/hf +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/pcm +PhysXCooking_debug_hpaths += ./../../GeomUtils/src/ccd +PhysXCooking_debug_hpaths += ./../../PhysXCooking/src +PhysXCooking_debug_hpaths += ./../../PhysXCooking/src/mesh +PhysXCooking_debug_hpaths += ./../../PhysXCooking/src/convex +PhysXCooking_debug_hpaths += ./../../PhysXExtensions/src +PhysXCooking_debug_hpaths += ./../../PhysXGpu/include +PhysXCooking_debug_lpaths := +PhysXCooking_debug_lpaths += ./../../../Bin/linux64 +PhysXCooking_debug_lpaths += ./../../../Lib/linux64 +PhysXCooking_debug_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCooking_debug_defines := $(PhysXCooking_custom_defines) +PhysXCooking_debug_defines += PX_PHYSX_LOADER_EXPORTS +PhysXCooking_debug_defines += PX_PHYSX_COOKING_EXPORTS +PhysXCooking_debug_defines += PX_PHYSX_CORE_EXPORTS +PhysXCooking_debug_defines += PX_COOKING +PhysXCooking_debug_defines += _DEBUG +PhysXCooking_debug_defines += PX_DEBUG=1 +PhysXCooking_debug_defines += PX_CHECKED=1 +PhysXCooking_debug_defines += PX_SUPPORT_PVD=1 +PhysXCooking_debug_libraries := +PhysXCooking_debug_libraries += PhysX3CommonDEBUG_x64 +PhysXCooking_debug_libraries += PhysX3ExtensionsDEBUG +PhysXCooking_debug_libraries += PxFoundationDEBUG_x64 +PhysXCooking_debug_common_cflags := $(PhysXCooking_custom_cflags) +PhysXCooking_debug_common_cflags += -MMD +PhysXCooking_debug_common_cflags += $(addprefix -D, $(PhysXCooking_debug_defines)) +PhysXCooking_debug_common_cflags += $(addprefix -I, $(PhysXCooking_debug_hpaths)) +PhysXCooking_debug_common_cflags += -m64 +PhysXCooking_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCooking_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCooking_debug_common_cflags += -Wno-missing-field-initializers +PhysXCooking_debug_common_cflags += -g3 -gdwarf-2 +PhysXCooking_debug_cflags := $(PhysXCooking_debug_common_cflags) +PhysXCooking_debug_cppflags := $(PhysXCooking_debug_common_cflags) +PhysXCooking_debug_lflags := $(PhysXCooking_custom_lflags) +PhysXCooking_debug_lflags += $(addprefix -L, $(PhysXCooking_debug_lpaths)) +PhysXCooking_debug_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCooking_debug_libraries)) -Wl,--end-group +PhysXCooking_debug_lflags += -lrt +PhysXCooking_debug_lflags += -m64 +PhysXCooking_debug_objsdir = $(OBJS_DIR)/PhysXCooking_debug +PhysXCooking_debug_cpp_o = $(addprefix $(PhysXCooking_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) +PhysXCooking_debug_cc_o = $(addprefix $(PhysXCooking_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) +PhysXCooking_debug_c_o = $(addprefix $(PhysXCooking_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCooking_cfiles))))) +PhysXCooking_debug_obj = $(PhysXCooking_debug_cpp_o) $(PhysXCooking_debug_cc_o) $(PhysXCooking_debug_c_o) +PhysXCooking_debug_bin := ./../../../Bin/linux64/libPhysX3CookingDEBUG_x64.so + +clean_PhysXCooking_debug: + @$(ECHO) clean PhysXCooking debug + @$(RMDIR) $(PhysXCooking_debug_objsdir) + @$(RMDIR) $(PhysXCooking_debug_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCooking/debug + +build_PhysXCooking_debug: postbuild_PhysXCooking_debug +postbuild_PhysXCooking_debug: mainbuild_PhysXCooking_debug +mainbuild_PhysXCooking_debug: prebuild_PhysXCooking_debug $(PhysXCooking_debug_bin) +prebuild_PhysXCooking_debug: + +$(PhysXCooking_debug_bin): $(PhysXCooking_debug_obj) build_PhysXCommon_debug build_PhysXExtensions_debug build_PxFoundation_debug + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CookingDEBUG_x64.so` + $(CXX) -shared $(PhysXCooking_debug_obj) $(PhysXCooking_debug_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCooking_debug_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCooking_debug_cpp_o): $(PhysXCooking_debug_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCooking_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCooking/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_cppfiles)))))) + cp $(PhysXCooking_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCooking/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCooking/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_cppfiles))))).P; \ + rm -f $(PhysXCooking_debug_DEPDIR).d + +$(PhysXCooking_debug_cc_o): $(PhysXCooking_debug_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCooking_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_ccfiles)))))) + cp $(PhysXCooking_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_ccfiles))))).debug.P; \ + rm -f $(PhysXCooking_debug_DEPDIR).d + +$(PhysXCooking_debug_c_o): $(PhysXCooking_debug_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCooking_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCooking/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_cfiles)))))) + cp $(PhysXCooking_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCooking/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCooking/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_debug_objsdir),, $@))), $(PhysXCooking_cfiles))))).P; \ + rm -f $(PhysXCooking_debug_DEPDIR).d + +PhysXCooking_checked_hpaths := +PhysXCooking_checked_hpaths += ./../../Common/include +PhysXCooking_checked_hpaths += ./../../../../PxShared/include +PhysXCooking_checked_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCooking_checked_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCooking_checked_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCooking_checked_hpaths += ./../../../Include/common +PhysXCooking_checked_hpaths += ./../../../Include/geometry +PhysXCooking_checked_hpaths += ./../../../Include/GeomUtils +PhysXCooking_checked_hpaths += ./../../../Include/cloth +PhysXCooking_checked_hpaths += ./../../../Include/cooking +PhysXCooking_checked_hpaths += ./../../../Include +PhysXCooking_checked_hpaths += ./../../Common/src +PhysXCooking_checked_hpaths += ./../../GeomUtils/headers +PhysXCooking_checked_hpaths += ./../../GeomUtils/src +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/contact +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/common +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/convex +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/distance +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/sweep +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/gjk +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/intersection +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/mesh +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/hf +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/pcm +PhysXCooking_checked_hpaths += ./../../GeomUtils/src/ccd +PhysXCooking_checked_hpaths += ./../../PhysXCooking/src +PhysXCooking_checked_hpaths += ./../../PhysXCooking/src/mesh +PhysXCooking_checked_hpaths += ./../../PhysXCooking/src/convex +PhysXCooking_checked_hpaths += ./../../PhysXExtensions/src +PhysXCooking_checked_hpaths += ./../../PhysXGpu/include +PhysXCooking_checked_lpaths := +PhysXCooking_checked_lpaths += ./../../../Bin/linux64 +PhysXCooking_checked_lpaths += ./../../../Lib/linux64 +PhysXCooking_checked_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCooking_checked_defines := $(PhysXCooking_custom_defines) +PhysXCooking_checked_defines += PX_PHYSX_LOADER_EXPORTS +PhysXCooking_checked_defines += PX_PHYSX_COOKING_EXPORTS +PhysXCooking_checked_defines += PX_PHYSX_CORE_EXPORTS +PhysXCooking_checked_defines += PX_COOKING +PhysXCooking_checked_defines += NDEBUG +PhysXCooking_checked_defines += PX_CHECKED=1 +PhysXCooking_checked_defines += PX_SUPPORT_PVD=1 +PhysXCooking_checked_libraries := +PhysXCooking_checked_libraries += PhysX3CommonCHECKED_x64 +PhysXCooking_checked_libraries += PhysX3ExtensionsCHECKED +PhysXCooking_checked_libraries += PxFoundationCHECKED_x64 +PhysXCooking_checked_common_cflags := $(PhysXCooking_custom_cflags) +PhysXCooking_checked_common_cflags += -MMD +PhysXCooking_checked_common_cflags += $(addprefix -D, $(PhysXCooking_checked_defines)) +PhysXCooking_checked_common_cflags += $(addprefix -I, $(PhysXCooking_checked_hpaths)) +PhysXCooking_checked_common_cflags += -m64 +PhysXCooking_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCooking_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCooking_checked_common_cflags += -Wno-missing-field-initializers +PhysXCooking_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +PhysXCooking_checked_cflags := $(PhysXCooking_checked_common_cflags) +PhysXCooking_checked_cppflags := $(PhysXCooking_checked_common_cflags) +PhysXCooking_checked_lflags := $(PhysXCooking_custom_lflags) +PhysXCooking_checked_lflags += $(addprefix -L, $(PhysXCooking_checked_lpaths)) +PhysXCooking_checked_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCooking_checked_libraries)) -Wl,--end-group +PhysXCooking_checked_lflags += -lrt +PhysXCooking_checked_lflags += -m64 +PhysXCooking_checked_objsdir = $(OBJS_DIR)/PhysXCooking_checked +PhysXCooking_checked_cpp_o = $(addprefix $(PhysXCooking_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) +PhysXCooking_checked_cc_o = $(addprefix $(PhysXCooking_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) +PhysXCooking_checked_c_o = $(addprefix $(PhysXCooking_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCooking_cfiles))))) +PhysXCooking_checked_obj = $(PhysXCooking_checked_cpp_o) $(PhysXCooking_checked_cc_o) $(PhysXCooking_checked_c_o) +PhysXCooking_checked_bin := ./../../../Bin/linux64/libPhysX3CookingCHECKED_x64.so + +clean_PhysXCooking_checked: + @$(ECHO) clean PhysXCooking checked + @$(RMDIR) $(PhysXCooking_checked_objsdir) + @$(RMDIR) $(PhysXCooking_checked_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCooking/checked + +build_PhysXCooking_checked: postbuild_PhysXCooking_checked +postbuild_PhysXCooking_checked: mainbuild_PhysXCooking_checked +mainbuild_PhysXCooking_checked: prebuild_PhysXCooking_checked $(PhysXCooking_checked_bin) +prebuild_PhysXCooking_checked: + +$(PhysXCooking_checked_bin): $(PhysXCooking_checked_obj) build_PhysXCommon_checked build_PhysXExtensions_checked build_PxFoundation_checked + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CookingCHECKED_x64.so` + $(CXX) -shared $(PhysXCooking_checked_obj) $(PhysXCooking_checked_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCooking_checked_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCooking_checked_cpp_o): $(PhysXCooking_checked_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCooking_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCooking/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_cppfiles)))))) + cp $(PhysXCooking_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCooking/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCooking/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_cppfiles))))).P; \ + rm -f $(PhysXCooking_checked_DEPDIR).d + +$(PhysXCooking_checked_cc_o): $(PhysXCooking_checked_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCooking_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_ccfiles)))))) + cp $(PhysXCooking_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_ccfiles))))).checked.P; \ + rm -f $(PhysXCooking_checked_DEPDIR).d + +$(PhysXCooking_checked_c_o): $(PhysXCooking_checked_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCooking_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCooking/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_cfiles)))))) + cp $(PhysXCooking_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCooking/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCooking/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_checked_objsdir),, $@))), $(PhysXCooking_cfiles))))).P; \ + rm -f $(PhysXCooking_checked_DEPDIR).d + +PhysXCooking_profile_hpaths := +PhysXCooking_profile_hpaths += ./../../Common/include +PhysXCooking_profile_hpaths += ./../../../../PxShared/include +PhysXCooking_profile_hpaths += ./../../../../PxShared/src/foundation/include +PhysXCooking_profile_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXCooking_profile_hpaths += ./../../../../PxShared/src/pvd/include +PhysXCooking_profile_hpaths += ./../../../Include/common +PhysXCooking_profile_hpaths += ./../../../Include/geometry +PhysXCooking_profile_hpaths += ./../../../Include/GeomUtils +PhysXCooking_profile_hpaths += ./../../../Include/cloth +PhysXCooking_profile_hpaths += ./../../../Include/cooking +PhysXCooking_profile_hpaths += ./../../../Include +PhysXCooking_profile_hpaths += ./../../Common/src +PhysXCooking_profile_hpaths += ./../../GeomUtils/headers +PhysXCooking_profile_hpaths += ./../../GeomUtils/src +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/contact +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/common +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/convex +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/distance +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/sweep +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/gjk +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/intersection +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/mesh +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/hf +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/pcm +PhysXCooking_profile_hpaths += ./../../GeomUtils/src/ccd +PhysXCooking_profile_hpaths += ./../../PhysXCooking/src +PhysXCooking_profile_hpaths += ./../../PhysXCooking/src/mesh +PhysXCooking_profile_hpaths += ./../../PhysXCooking/src/convex +PhysXCooking_profile_hpaths += ./../../PhysXExtensions/src +PhysXCooking_profile_hpaths += ./../../PhysXGpu/include +PhysXCooking_profile_lpaths := +PhysXCooking_profile_lpaths += ./../../../Bin/linux64 +PhysXCooking_profile_lpaths += ./../../../Lib/linux64 +PhysXCooking_profile_lpaths += ./../../../../PxShared/bin/linux64 +PhysXCooking_profile_defines := $(PhysXCooking_custom_defines) +PhysXCooking_profile_defines += PX_PHYSX_LOADER_EXPORTS +PhysXCooking_profile_defines += PX_PHYSX_COOKING_EXPORTS +PhysXCooking_profile_defines += PX_PHYSX_CORE_EXPORTS +PhysXCooking_profile_defines += PX_COOKING +PhysXCooking_profile_defines += NDEBUG +PhysXCooking_profile_defines += PX_PROFILE=1 +PhysXCooking_profile_defines += PX_SUPPORT_PVD=1 +PhysXCooking_profile_libraries := +PhysXCooking_profile_libraries += PhysX3CommonPROFILE_x64 +PhysXCooking_profile_libraries += PhysX3ExtensionsPROFILE +PhysXCooking_profile_libraries += PxFoundationPROFILE_x64 +PhysXCooking_profile_common_cflags := $(PhysXCooking_custom_cflags) +PhysXCooking_profile_common_cflags += -MMD +PhysXCooking_profile_common_cflags += $(addprefix -D, $(PhysXCooking_profile_defines)) +PhysXCooking_profile_common_cflags += $(addprefix -I, $(PhysXCooking_profile_hpaths)) +PhysXCooking_profile_common_cflags += -m64 +PhysXCooking_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXCooking_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXCooking_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXCooking_profile_common_cflags += -Wno-missing-field-initializers +PhysXCooking_profile_common_cflags += -O3 -fno-strict-aliasing +PhysXCooking_profile_cflags := $(PhysXCooking_profile_common_cflags) +PhysXCooking_profile_cppflags := $(PhysXCooking_profile_common_cflags) +PhysXCooking_profile_lflags := $(PhysXCooking_custom_lflags) +PhysXCooking_profile_lflags += $(addprefix -L, $(PhysXCooking_profile_lpaths)) +PhysXCooking_profile_lflags += -Wl,--start-group $(addprefix -l, $(PhysXCooking_profile_libraries)) -Wl,--end-group +PhysXCooking_profile_lflags += -lrt +PhysXCooking_profile_lflags += -m64 +PhysXCooking_profile_objsdir = $(OBJS_DIR)/PhysXCooking_profile +PhysXCooking_profile_cpp_o = $(addprefix $(PhysXCooking_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXCooking_cppfiles))))) +PhysXCooking_profile_cc_o = $(addprefix $(PhysXCooking_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXCooking_ccfiles))))) +PhysXCooking_profile_c_o = $(addprefix $(PhysXCooking_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXCooking_cfiles))))) +PhysXCooking_profile_obj = $(PhysXCooking_profile_cpp_o) $(PhysXCooking_profile_cc_o) $(PhysXCooking_profile_c_o) +PhysXCooking_profile_bin := ./../../../Bin/linux64/libPhysX3CookingPROFILE_x64.so + +clean_PhysXCooking_profile: + @$(ECHO) clean PhysXCooking profile + @$(RMDIR) $(PhysXCooking_profile_objsdir) + @$(RMDIR) $(PhysXCooking_profile_bin) + @$(RMDIR) $(DEPSDIR)/PhysXCooking/profile + +build_PhysXCooking_profile: postbuild_PhysXCooking_profile +postbuild_PhysXCooking_profile: mainbuild_PhysXCooking_profile +mainbuild_PhysXCooking_profile: prebuild_PhysXCooking_profile $(PhysXCooking_profile_bin) +prebuild_PhysXCooking_profile: + +$(PhysXCooking_profile_bin): $(PhysXCooking_profile_obj) build_PhysXCommon_profile build_PhysXExtensions_profile build_PxFoundation_profile + mkdir -p `dirname ./../../../Bin/linux64/libPhysX3CookingPROFILE_x64.so` + $(CXX) -shared $(PhysXCooking_profile_obj) $(PhysXCooking_profile_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PhysXCooking_profile_DEPDIR = $(dir $(@))/$(*F) +$(PhysXCooking_profile_cpp_o): $(PhysXCooking_profile_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCooking_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCooking/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_cppfiles)))))) + cp $(PhysXCooking_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCooking/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCooking/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_cppfiles))))).P; \ + rm -f $(PhysXCooking_profile_DEPDIR).d + +$(PhysXCooking_profile_cc_o): $(PhysXCooking_profile_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXCooking_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_ccfiles)))))) + cp $(PhysXCooking_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_ccfiles))))).profile.P; \ + rm -f $(PhysXCooking_profile_DEPDIR).d + +$(PhysXCooking_profile_c_o): $(PhysXCooking_profile_objsdir)/%.o: + $(ECHO) PhysXCooking: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXCooking_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXCooking/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_cfiles)))))) + cp $(PhysXCooking_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXCooking/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXCooking_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXCooking/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXCooking_profile_objsdir),, $@))), $(PhysXCooking_cfiles))))).P; \ + rm -f $(PhysXCooking_profile_DEPDIR).d + +clean_PhysXCooking: clean_PhysXCooking_release clean_PhysXCooking_debug clean_PhysXCooking_checked clean_PhysXCooking_profile + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk new file mode 100644 index 00000000..409e6051 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk @@ -0,0 +1,549 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = PhysXExtensions +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtBroadPhase.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtClothFabricCooker.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtClothGeodesicTetherCooker.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtClothMeshQuadifier.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtClothSimpleTetherCooker.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtCollection.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtConvexMeshExt.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtCpuWorkerThread.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtD6Joint.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtD6JointSolverPrep.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtDefaultCpuDispatcher.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtDefaultErrorCallback.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtDefaultSimulationFilterShader.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtDefaultStreams.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtDistanceJoint.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtDistanceJointSolverPrep.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtExtensions.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtFixedJoint.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtFixedJointSolverPrep.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtJoint.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtMetaData.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtParticleExt.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtPrismaticJoint.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtPrismaticJointSolverPrep.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtPvd.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtPxStringTable.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtRaycastCCD.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtRevoluteJoint.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtRevoluteJointSolverPrep.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtRigidBodyExt.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtSceneQueryExt.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtSimpleFactory.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtSmoothNormals.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtSphericalJoint.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtSphericalJointSolverPrep.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/ExtTriangleMeshExt.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/SnSerialUtils.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/SnSerialization.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/SnSerializationRegistry.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Binary/SnBinaryDeserialization.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Binary/SnBinarySerialization.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Binary/SnConvX.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Binary/SnConvX_Align.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Binary/SnConvX_Convert.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Binary/SnConvX_Error.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Binary/SnConvX_MetaData.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Binary/SnConvX_Output.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Binary/SnConvX_Union.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Binary/SnSerializationContext.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Xml/SnJointRepXSerializer.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Xml/SnRepXCoreSerializer.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Xml/SnRepXUpgrader.cpp +PhysXExtensions_cppfiles += ./../../PhysXExtensions/src/serialization/Xml/SnXmlSerialization.cpp +PhysXExtensions_cppfiles += ./../../PhysXMetaData/extensions/src/PxExtensionAutoGeneratedMetaDataObjects.cpp + +PhysXExtensions_cpp_debug_dep = $(addprefix $(DEPSDIR)/PhysXExtensions/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXExtensions_cppfiles))))) +PhysXExtensions_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PhysXExtensions_ccfiles))))) +PhysXExtensions_c_debug_dep = $(addprefix $(DEPSDIR)/PhysXExtensions/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXExtensions_cfiles))))) +PhysXExtensions_debug_dep = $(PhysXExtensions_cpp_debug_dep) $(PhysXExtensions_cc_debug_dep) $(PhysXExtensions_c_debug_dep) +-include $(PhysXExtensions_debug_dep) +PhysXExtensions_cpp_checked_dep = $(addprefix $(DEPSDIR)/PhysXExtensions/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXExtensions_cppfiles))))) +PhysXExtensions_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PhysXExtensions_ccfiles))))) +PhysXExtensions_c_checked_dep = $(addprefix $(DEPSDIR)/PhysXExtensions/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXExtensions_cfiles))))) +PhysXExtensions_checked_dep = $(PhysXExtensions_cpp_checked_dep) $(PhysXExtensions_cc_checked_dep) $(PhysXExtensions_c_checked_dep) +-include $(PhysXExtensions_checked_dep) +PhysXExtensions_cpp_profile_dep = $(addprefix $(DEPSDIR)/PhysXExtensions/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXExtensions_cppfiles))))) +PhysXExtensions_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PhysXExtensions_ccfiles))))) +PhysXExtensions_c_profile_dep = $(addprefix $(DEPSDIR)/PhysXExtensions/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXExtensions_cfiles))))) +PhysXExtensions_profile_dep = $(PhysXExtensions_cpp_profile_dep) $(PhysXExtensions_cc_profile_dep) $(PhysXExtensions_c_profile_dep) +-include $(PhysXExtensions_profile_dep) +PhysXExtensions_cpp_release_dep = $(addprefix $(DEPSDIR)/PhysXExtensions/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXExtensions_cppfiles))))) +PhysXExtensions_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PhysXExtensions_ccfiles))))) +PhysXExtensions_c_release_dep = $(addprefix $(DEPSDIR)/PhysXExtensions/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXExtensions_cfiles))))) +PhysXExtensions_release_dep = $(PhysXExtensions_cpp_release_dep) $(PhysXExtensions_cc_release_dep) $(PhysXExtensions_c_release_dep) +-include $(PhysXExtensions_release_dep) +PhysXExtensions_debug_hpaths := +PhysXExtensions_debug_hpaths += ./../../Common/include +PhysXExtensions_debug_hpaths += ./../../../../PxShared/include +PhysXExtensions_debug_hpaths += ./../../../../PxShared/src/foundation/include +PhysXExtensions_debug_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXExtensions_debug_hpaths += ./../../../../PxShared/src/pvd/include +PhysXExtensions_debug_hpaths += ./../../../Include/common +PhysXExtensions_debug_hpaths += ./../../../Include/geometry +PhysXExtensions_debug_hpaths += ./../../../Include/GeomUtils +PhysXExtensions_debug_hpaths += ./../../../Include/pvd +PhysXExtensions_debug_hpaths += ./../../../Include/cooking +PhysXExtensions_debug_hpaths += ./../../../Include/extensions +PhysXExtensions_debug_hpaths += ./../../../Include/vehicle +PhysXExtensions_debug_hpaths += ./../../../Include/cloth +PhysXExtensions_debug_hpaths += ./../../../Include +PhysXExtensions_debug_hpaths += ./../../Common/src +PhysXExtensions_debug_hpaths += ./../../GeomUtils/headers +PhysXExtensions_debug_hpaths += ./../../GeomUtils/src +PhysXExtensions_debug_hpaths += ./../../GeomUtils/src/contact +PhysXExtensions_debug_hpaths += ./../../GeomUtils/src/common +PhysXExtensions_debug_hpaths += ./../../GeomUtils/src/convex +PhysXExtensions_debug_hpaths += ./../../GeomUtils/src/distance +PhysXExtensions_debug_hpaths += ./../../GeomUtils/src/gjk +PhysXExtensions_debug_hpaths += ./../../GeomUtils/src/intersection +PhysXExtensions_debug_hpaths += ./../../GeomUtils/src/mesh +PhysXExtensions_debug_hpaths += ./../../GeomUtils/src/hf +PhysXExtensions_debug_hpaths += ./../../GeomUtils/src/pcm +PhysXExtensions_debug_hpaths += ./../../PhysXMetaData/core/include +PhysXExtensions_debug_hpaths += ./../../PhysXMetaData/extensions/include +PhysXExtensions_debug_hpaths += ./../../PhysXExtensions/src +PhysXExtensions_debug_hpaths += ./../../PhysXExtensions/src/serialization/Xml +PhysXExtensions_debug_hpaths += ./../../PhysXExtensions/src/serialization/Binary +PhysXExtensions_debug_hpaths += ./../../PhysXExtensions/src/serialization/File +PhysXExtensions_debug_hpaths += ./../../PvdSDK/src +PhysXExtensions_debug_hpaths += ./../../PhysX/src +PhysXExtensions_debug_lpaths := +PhysXExtensions_debug_lpaths += ./../../../../PxShared/lib/linux64 +PhysXExtensions_debug_defines := $(PhysXExtensions_custom_defines) +PhysXExtensions_debug_defines += PX_BUILD_NUMBER=21294896 +PhysXExtensions_debug_defines += PX_PHYSX_STATIC_LIB +PhysXExtensions_debug_defines += _DEBUG +PhysXExtensions_debug_defines += PX_DEBUG=1 +PhysXExtensions_debug_defines += PX_CHECKED=1 +PhysXExtensions_debug_defines += PX_SUPPORT_PVD=1 +PhysXExtensions_debug_libraries := +PhysXExtensions_debug_libraries += PsFastXmlDEBUG +PhysXExtensions_debug_common_cflags := $(PhysXExtensions_custom_cflags) +PhysXExtensions_debug_common_cflags += -MMD +PhysXExtensions_debug_common_cflags += $(addprefix -D, $(PhysXExtensions_debug_defines)) +PhysXExtensions_debug_common_cflags += $(addprefix -I, $(PhysXExtensions_debug_hpaths)) +PhysXExtensions_debug_common_cflags += -m64 +PhysXExtensions_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXExtensions_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXExtensions_debug_common_cflags += -Wno-missing-field-initializers +PhysXExtensions_debug_common_cflags += -g3 -gdwarf-2 +PhysXExtensions_debug_cflags := $(PhysXExtensions_debug_common_cflags) +PhysXExtensions_debug_cppflags := $(PhysXExtensions_debug_common_cflags) +PhysXExtensions_debug_lflags := $(PhysXExtensions_custom_lflags) +PhysXExtensions_debug_lflags += $(addprefix -L, $(PhysXExtensions_debug_lpaths)) +PhysXExtensions_debug_lflags += -Wl,--start-group $(addprefix -l, $(PhysXExtensions_debug_libraries)) -Wl,--end-group +PhysXExtensions_debug_lflags += -lrt +PhysXExtensions_debug_lflags += -m64 +PhysXExtensions_debug_objsdir = $(OBJS_DIR)/PhysXExtensions_debug +PhysXExtensions_debug_cpp_o = $(addprefix $(PhysXExtensions_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) +PhysXExtensions_debug_cc_o = $(addprefix $(PhysXExtensions_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) +PhysXExtensions_debug_c_o = $(addprefix $(PhysXExtensions_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXExtensions_cfiles))))) +PhysXExtensions_debug_obj = $(PhysXExtensions_debug_cpp_o) $(PhysXExtensions_debug_cc_o) $(PhysXExtensions_debug_c_o) +PhysXExtensions_debug_bin := ./../../../Lib/linux64/libPhysX3ExtensionsDEBUG.a + +clean_PhysXExtensions_debug: + @$(ECHO) clean PhysXExtensions debug + @$(RMDIR) $(PhysXExtensions_debug_objsdir) + @$(RMDIR) $(PhysXExtensions_debug_bin) + @$(RMDIR) $(DEPSDIR)/PhysXExtensions/debug + +build_PhysXExtensions_debug: postbuild_PhysXExtensions_debug +postbuild_PhysXExtensions_debug: mainbuild_PhysXExtensions_debug +mainbuild_PhysXExtensions_debug: prebuild_PhysXExtensions_debug $(PhysXExtensions_debug_bin) +prebuild_PhysXExtensions_debug: + +$(PhysXExtensions_debug_bin): $(PhysXExtensions_debug_obj) build_PsFastXml_debug + mkdir -p `dirname ./../../../Lib/linux64/libPhysX3ExtensionsDEBUG.a` + @$(AR) rcs $(PhysXExtensions_debug_bin) $(PhysXExtensions_debug_obj) + $(ECHO) building $@ complete! + +PhysXExtensions_debug_DEPDIR = $(dir $(@))/$(*F) +$(PhysXExtensions_debug_cpp_o): $(PhysXExtensions_debug_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXExtensions_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXExtensions/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_cppfiles)))))) + cp $(PhysXExtensions_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXExtensions/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXExtensions/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_cppfiles))))).P; \ + rm -f $(PhysXExtensions_debug_DEPDIR).d + +$(PhysXExtensions_debug_cc_o): $(PhysXExtensions_debug_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXExtensions_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_ccfiles)))))) + cp $(PhysXExtensions_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_ccfiles))))).debug.P; \ + rm -f $(PhysXExtensions_debug_DEPDIR).d + +$(PhysXExtensions_debug_c_o): $(PhysXExtensions_debug_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXExtensions_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXExtensions/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_cfiles)))))) + cp $(PhysXExtensions_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXExtensions/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXExtensions/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_debug_objsdir),, $@))), $(PhysXExtensions_cfiles))))).P; \ + rm -f $(PhysXExtensions_debug_DEPDIR).d + +PhysXExtensions_checked_hpaths := +PhysXExtensions_checked_hpaths += ./../../Common/include +PhysXExtensions_checked_hpaths += ./../../../../PxShared/include +PhysXExtensions_checked_hpaths += ./../../../../PxShared/src/foundation/include +PhysXExtensions_checked_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXExtensions_checked_hpaths += ./../../../../PxShared/src/pvd/include +PhysXExtensions_checked_hpaths += ./../../../Include/common +PhysXExtensions_checked_hpaths += ./../../../Include/geometry +PhysXExtensions_checked_hpaths += ./../../../Include/GeomUtils +PhysXExtensions_checked_hpaths += ./../../../Include/pvd +PhysXExtensions_checked_hpaths += ./../../../Include/cooking +PhysXExtensions_checked_hpaths += ./../../../Include/extensions +PhysXExtensions_checked_hpaths += ./../../../Include/vehicle +PhysXExtensions_checked_hpaths += ./../../../Include/cloth +PhysXExtensions_checked_hpaths += ./../../../Include +PhysXExtensions_checked_hpaths += ./../../Common/src +PhysXExtensions_checked_hpaths += ./../../GeomUtils/headers +PhysXExtensions_checked_hpaths += ./../../GeomUtils/src +PhysXExtensions_checked_hpaths += ./../../GeomUtils/src/contact +PhysXExtensions_checked_hpaths += ./../../GeomUtils/src/common +PhysXExtensions_checked_hpaths += ./../../GeomUtils/src/convex +PhysXExtensions_checked_hpaths += ./../../GeomUtils/src/distance +PhysXExtensions_checked_hpaths += ./../../GeomUtils/src/gjk +PhysXExtensions_checked_hpaths += ./../../GeomUtils/src/intersection +PhysXExtensions_checked_hpaths += ./../../GeomUtils/src/mesh +PhysXExtensions_checked_hpaths += ./../../GeomUtils/src/hf +PhysXExtensions_checked_hpaths += ./../../GeomUtils/src/pcm +PhysXExtensions_checked_hpaths += ./../../PhysXMetaData/core/include +PhysXExtensions_checked_hpaths += ./../../PhysXMetaData/extensions/include +PhysXExtensions_checked_hpaths += ./../../PhysXExtensions/src +PhysXExtensions_checked_hpaths += ./../../PhysXExtensions/src/serialization/Xml +PhysXExtensions_checked_hpaths += ./../../PhysXExtensions/src/serialization/Binary +PhysXExtensions_checked_hpaths += ./../../PhysXExtensions/src/serialization/File +PhysXExtensions_checked_hpaths += ./../../PvdSDK/src +PhysXExtensions_checked_hpaths += ./../../PhysX/src +PhysXExtensions_checked_lpaths := +PhysXExtensions_checked_lpaths += ./../../../../PxShared/lib/linux64 +PhysXExtensions_checked_defines := $(PhysXExtensions_custom_defines) +PhysXExtensions_checked_defines += PX_BUILD_NUMBER=21294896 +PhysXExtensions_checked_defines += PX_PHYSX_STATIC_LIB +PhysXExtensions_checked_defines += NDEBUG +PhysXExtensions_checked_defines += PX_CHECKED=1 +PhysXExtensions_checked_defines += PX_SUPPORT_PVD=1 +PhysXExtensions_checked_libraries := +PhysXExtensions_checked_libraries += PsFastXmlCHECKED +PhysXExtensions_checked_common_cflags := $(PhysXExtensions_custom_cflags) +PhysXExtensions_checked_common_cflags += -MMD +PhysXExtensions_checked_common_cflags += $(addprefix -D, $(PhysXExtensions_checked_defines)) +PhysXExtensions_checked_common_cflags += $(addprefix -I, $(PhysXExtensions_checked_hpaths)) +PhysXExtensions_checked_common_cflags += -m64 +PhysXExtensions_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXExtensions_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXExtensions_checked_common_cflags += -Wno-missing-field-initializers +PhysXExtensions_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +PhysXExtensions_checked_cflags := $(PhysXExtensions_checked_common_cflags) +PhysXExtensions_checked_cppflags := $(PhysXExtensions_checked_common_cflags) +PhysXExtensions_checked_lflags := $(PhysXExtensions_custom_lflags) +PhysXExtensions_checked_lflags += $(addprefix -L, $(PhysXExtensions_checked_lpaths)) +PhysXExtensions_checked_lflags += -Wl,--start-group $(addprefix -l, $(PhysXExtensions_checked_libraries)) -Wl,--end-group +PhysXExtensions_checked_lflags += -lrt +PhysXExtensions_checked_lflags += -m64 +PhysXExtensions_checked_objsdir = $(OBJS_DIR)/PhysXExtensions_checked +PhysXExtensions_checked_cpp_o = $(addprefix $(PhysXExtensions_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) +PhysXExtensions_checked_cc_o = $(addprefix $(PhysXExtensions_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) +PhysXExtensions_checked_c_o = $(addprefix $(PhysXExtensions_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXExtensions_cfiles))))) +PhysXExtensions_checked_obj = $(PhysXExtensions_checked_cpp_o) $(PhysXExtensions_checked_cc_o) $(PhysXExtensions_checked_c_o) +PhysXExtensions_checked_bin := ./../../../Lib/linux64/libPhysX3ExtensionsCHECKED.a + +clean_PhysXExtensions_checked: + @$(ECHO) clean PhysXExtensions checked + @$(RMDIR) $(PhysXExtensions_checked_objsdir) + @$(RMDIR) $(PhysXExtensions_checked_bin) + @$(RMDIR) $(DEPSDIR)/PhysXExtensions/checked + +build_PhysXExtensions_checked: postbuild_PhysXExtensions_checked +postbuild_PhysXExtensions_checked: mainbuild_PhysXExtensions_checked +mainbuild_PhysXExtensions_checked: prebuild_PhysXExtensions_checked $(PhysXExtensions_checked_bin) +prebuild_PhysXExtensions_checked: + +$(PhysXExtensions_checked_bin): $(PhysXExtensions_checked_obj) build_PsFastXml_checked + mkdir -p `dirname ./../../../Lib/linux64/libPhysX3ExtensionsCHECKED.a` + @$(AR) rcs $(PhysXExtensions_checked_bin) $(PhysXExtensions_checked_obj) + $(ECHO) building $@ complete! + +PhysXExtensions_checked_DEPDIR = $(dir $(@))/$(*F) +$(PhysXExtensions_checked_cpp_o): $(PhysXExtensions_checked_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXExtensions_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXExtensions/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_cppfiles)))))) + cp $(PhysXExtensions_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXExtensions/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXExtensions/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_cppfiles))))).P; \ + rm -f $(PhysXExtensions_checked_DEPDIR).d + +$(PhysXExtensions_checked_cc_o): $(PhysXExtensions_checked_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXExtensions_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_ccfiles)))))) + cp $(PhysXExtensions_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_ccfiles))))).checked.P; \ + rm -f $(PhysXExtensions_checked_DEPDIR).d + +$(PhysXExtensions_checked_c_o): $(PhysXExtensions_checked_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXExtensions_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXExtensions/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_cfiles)))))) + cp $(PhysXExtensions_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXExtensions/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXExtensions/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_checked_objsdir),, $@))), $(PhysXExtensions_cfiles))))).P; \ + rm -f $(PhysXExtensions_checked_DEPDIR).d + +PhysXExtensions_profile_hpaths := +PhysXExtensions_profile_hpaths += ./../../Common/include +PhysXExtensions_profile_hpaths += ./../../../../PxShared/include +PhysXExtensions_profile_hpaths += ./../../../../PxShared/src/foundation/include +PhysXExtensions_profile_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXExtensions_profile_hpaths += ./../../../../PxShared/src/pvd/include +PhysXExtensions_profile_hpaths += ./../../../Include/common +PhysXExtensions_profile_hpaths += ./../../../Include/geometry +PhysXExtensions_profile_hpaths += ./../../../Include/GeomUtils +PhysXExtensions_profile_hpaths += ./../../../Include/pvd +PhysXExtensions_profile_hpaths += ./../../../Include/cooking +PhysXExtensions_profile_hpaths += ./../../../Include/extensions +PhysXExtensions_profile_hpaths += ./../../../Include/vehicle +PhysXExtensions_profile_hpaths += ./../../../Include/cloth +PhysXExtensions_profile_hpaths += ./../../../Include +PhysXExtensions_profile_hpaths += ./../../Common/src +PhysXExtensions_profile_hpaths += ./../../GeomUtils/headers +PhysXExtensions_profile_hpaths += ./../../GeomUtils/src +PhysXExtensions_profile_hpaths += ./../../GeomUtils/src/contact +PhysXExtensions_profile_hpaths += ./../../GeomUtils/src/common +PhysXExtensions_profile_hpaths += ./../../GeomUtils/src/convex +PhysXExtensions_profile_hpaths += ./../../GeomUtils/src/distance +PhysXExtensions_profile_hpaths += ./../../GeomUtils/src/gjk +PhysXExtensions_profile_hpaths += ./../../GeomUtils/src/intersection +PhysXExtensions_profile_hpaths += ./../../GeomUtils/src/mesh +PhysXExtensions_profile_hpaths += ./../../GeomUtils/src/hf +PhysXExtensions_profile_hpaths += ./../../GeomUtils/src/pcm +PhysXExtensions_profile_hpaths += ./../../PhysXMetaData/core/include +PhysXExtensions_profile_hpaths += ./../../PhysXMetaData/extensions/include +PhysXExtensions_profile_hpaths += ./../../PhysXExtensions/src +PhysXExtensions_profile_hpaths += ./../../PhysXExtensions/src/serialization/Xml +PhysXExtensions_profile_hpaths += ./../../PhysXExtensions/src/serialization/Binary +PhysXExtensions_profile_hpaths += ./../../PhysXExtensions/src/serialization/File +PhysXExtensions_profile_hpaths += ./../../PvdSDK/src +PhysXExtensions_profile_hpaths += ./../../PhysX/src +PhysXExtensions_profile_lpaths := +PhysXExtensions_profile_lpaths += ./../../../../PxShared/lib/linux64 +PhysXExtensions_profile_defines := $(PhysXExtensions_custom_defines) +PhysXExtensions_profile_defines += PX_BUILD_NUMBER=21294896 +PhysXExtensions_profile_defines += PX_PHYSX_STATIC_LIB +PhysXExtensions_profile_defines += NDEBUG +PhysXExtensions_profile_defines += PX_PROFILE=1 +PhysXExtensions_profile_defines += PX_SUPPORT_PVD=1 +PhysXExtensions_profile_libraries := +PhysXExtensions_profile_libraries += PsFastXmlPROFILE +PhysXExtensions_profile_common_cflags := $(PhysXExtensions_custom_cflags) +PhysXExtensions_profile_common_cflags += -MMD +PhysXExtensions_profile_common_cflags += $(addprefix -D, $(PhysXExtensions_profile_defines)) +PhysXExtensions_profile_common_cflags += $(addprefix -I, $(PhysXExtensions_profile_hpaths)) +PhysXExtensions_profile_common_cflags += -m64 +PhysXExtensions_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXExtensions_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXExtensions_profile_common_cflags += -Wno-missing-field-initializers +PhysXExtensions_profile_common_cflags += -O3 -fno-strict-aliasing +PhysXExtensions_profile_cflags := $(PhysXExtensions_profile_common_cflags) +PhysXExtensions_profile_cppflags := $(PhysXExtensions_profile_common_cflags) +PhysXExtensions_profile_lflags := $(PhysXExtensions_custom_lflags) +PhysXExtensions_profile_lflags += $(addprefix -L, $(PhysXExtensions_profile_lpaths)) +PhysXExtensions_profile_lflags += -Wl,--start-group $(addprefix -l, $(PhysXExtensions_profile_libraries)) -Wl,--end-group +PhysXExtensions_profile_lflags += -lrt +PhysXExtensions_profile_lflags += -m64 +PhysXExtensions_profile_objsdir = $(OBJS_DIR)/PhysXExtensions_profile +PhysXExtensions_profile_cpp_o = $(addprefix $(PhysXExtensions_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) +PhysXExtensions_profile_cc_o = $(addprefix $(PhysXExtensions_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) +PhysXExtensions_profile_c_o = $(addprefix $(PhysXExtensions_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXExtensions_cfiles))))) +PhysXExtensions_profile_obj = $(PhysXExtensions_profile_cpp_o) $(PhysXExtensions_profile_cc_o) $(PhysXExtensions_profile_c_o) +PhysXExtensions_profile_bin := ./../../../Lib/linux64/libPhysX3ExtensionsPROFILE.a + +clean_PhysXExtensions_profile: + @$(ECHO) clean PhysXExtensions profile + @$(RMDIR) $(PhysXExtensions_profile_objsdir) + @$(RMDIR) $(PhysXExtensions_profile_bin) + @$(RMDIR) $(DEPSDIR)/PhysXExtensions/profile + +build_PhysXExtensions_profile: postbuild_PhysXExtensions_profile +postbuild_PhysXExtensions_profile: mainbuild_PhysXExtensions_profile +mainbuild_PhysXExtensions_profile: prebuild_PhysXExtensions_profile $(PhysXExtensions_profile_bin) +prebuild_PhysXExtensions_profile: + +$(PhysXExtensions_profile_bin): $(PhysXExtensions_profile_obj) build_PsFastXml_profile + mkdir -p `dirname ./../../../Lib/linux64/libPhysX3ExtensionsPROFILE.a` + @$(AR) rcs $(PhysXExtensions_profile_bin) $(PhysXExtensions_profile_obj) + $(ECHO) building $@ complete! + +PhysXExtensions_profile_DEPDIR = $(dir $(@))/$(*F) +$(PhysXExtensions_profile_cpp_o): $(PhysXExtensions_profile_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXExtensions_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXExtensions/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_cppfiles)))))) + cp $(PhysXExtensions_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXExtensions/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXExtensions/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_cppfiles))))).P; \ + rm -f $(PhysXExtensions_profile_DEPDIR).d + +$(PhysXExtensions_profile_cc_o): $(PhysXExtensions_profile_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXExtensions_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_ccfiles)))))) + cp $(PhysXExtensions_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_ccfiles))))).profile.P; \ + rm -f $(PhysXExtensions_profile_DEPDIR).d + +$(PhysXExtensions_profile_c_o): $(PhysXExtensions_profile_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXExtensions_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXExtensions/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_cfiles)))))) + cp $(PhysXExtensions_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXExtensions/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXExtensions/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_profile_objsdir),, $@))), $(PhysXExtensions_cfiles))))).P; \ + rm -f $(PhysXExtensions_profile_DEPDIR).d + +PhysXExtensions_release_hpaths := +PhysXExtensions_release_hpaths += ./../../Common/include +PhysXExtensions_release_hpaths += ./../../../../PxShared/include +PhysXExtensions_release_hpaths += ./../../../../PxShared/src/foundation/include +PhysXExtensions_release_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXExtensions_release_hpaths += ./../../../../PxShared/src/pvd/include +PhysXExtensions_release_hpaths += ./../../../Include/common +PhysXExtensions_release_hpaths += ./../../../Include/geometry +PhysXExtensions_release_hpaths += ./../../../Include/GeomUtils +PhysXExtensions_release_hpaths += ./../../../Include/pvd +PhysXExtensions_release_hpaths += ./../../../Include/cooking +PhysXExtensions_release_hpaths += ./../../../Include/extensions +PhysXExtensions_release_hpaths += ./../../../Include/vehicle +PhysXExtensions_release_hpaths += ./../../../Include/cloth +PhysXExtensions_release_hpaths += ./../../../Include +PhysXExtensions_release_hpaths += ./../../Common/src +PhysXExtensions_release_hpaths += ./../../GeomUtils/headers +PhysXExtensions_release_hpaths += ./../../GeomUtils/src +PhysXExtensions_release_hpaths += ./../../GeomUtils/src/contact +PhysXExtensions_release_hpaths += ./../../GeomUtils/src/common +PhysXExtensions_release_hpaths += ./../../GeomUtils/src/convex +PhysXExtensions_release_hpaths += ./../../GeomUtils/src/distance +PhysXExtensions_release_hpaths += ./../../GeomUtils/src/gjk +PhysXExtensions_release_hpaths += ./../../GeomUtils/src/intersection +PhysXExtensions_release_hpaths += ./../../GeomUtils/src/mesh +PhysXExtensions_release_hpaths += ./../../GeomUtils/src/hf +PhysXExtensions_release_hpaths += ./../../GeomUtils/src/pcm +PhysXExtensions_release_hpaths += ./../../PhysXMetaData/core/include +PhysXExtensions_release_hpaths += ./../../PhysXMetaData/extensions/include +PhysXExtensions_release_hpaths += ./../../PhysXExtensions/src +PhysXExtensions_release_hpaths += ./../../PhysXExtensions/src/serialization/Xml +PhysXExtensions_release_hpaths += ./../../PhysXExtensions/src/serialization/Binary +PhysXExtensions_release_hpaths += ./../../PhysXExtensions/src/serialization/File +PhysXExtensions_release_hpaths += ./../../PvdSDK/src +PhysXExtensions_release_hpaths += ./../../PhysX/src +PhysXExtensions_release_lpaths := +PhysXExtensions_release_lpaths += ./../../../../PxShared/lib/linux64 +PhysXExtensions_release_defines := $(PhysXExtensions_custom_defines) +PhysXExtensions_release_defines += PX_BUILD_NUMBER=21294896 +PhysXExtensions_release_defines += PX_PHYSX_STATIC_LIB +PhysXExtensions_release_defines += NDEBUG +PhysXExtensions_release_defines += PX_SUPPORT_PVD=0 +PhysXExtensions_release_libraries := +PhysXExtensions_release_libraries += PsFastXml +PhysXExtensions_release_common_cflags := $(PhysXExtensions_custom_cflags) +PhysXExtensions_release_common_cflags += -MMD +PhysXExtensions_release_common_cflags += $(addprefix -D, $(PhysXExtensions_release_defines)) +PhysXExtensions_release_common_cflags += $(addprefix -I, $(PhysXExtensions_release_hpaths)) +PhysXExtensions_release_common_cflags += -m64 +PhysXExtensions_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXExtensions_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXExtensions_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXExtensions_release_common_cflags += -Wno-missing-field-initializers +PhysXExtensions_release_common_cflags += -O3 -fno-strict-aliasing +PhysXExtensions_release_cflags := $(PhysXExtensions_release_common_cflags) +PhysXExtensions_release_cppflags := $(PhysXExtensions_release_common_cflags) +PhysXExtensions_release_lflags := $(PhysXExtensions_custom_lflags) +PhysXExtensions_release_lflags += $(addprefix -L, $(PhysXExtensions_release_lpaths)) +PhysXExtensions_release_lflags += -Wl,--start-group $(addprefix -l, $(PhysXExtensions_release_libraries)) -Wl,--end-group +PhysXExtensions_release_lflags += -lrt +PhysXExtensions_release_lflags += -m64 +PhysXExtensions_release_objsdir = $(OBJS_DIR)/PhysXExtensions_release +PhysXExtensions_release_cpp_o = $(addprefix $(PhysXExtensions_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXExtensions_cppfiles))))) +PhysXExtensions_release_cc_o = $(addprefix $(PhysXExtensions_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXExtensions_ccfiles))))) +PhysXExtensions_release_c_o = $(addprefix $(PhysXExtensions_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXExtensions_cfiles))))) +PhysXExtensions_release_obj = $(PhysXExtensions_release_cpp_o) $(PhysXExtensions_release_cc_o) $(PhysXExtensions_release_c_o) +PhysXExtensions_release_bin := ./../../../Lib/linux64/libPhysX3Extensions.a + +clean_PhysXExtensions_release: + @$(ECHO) clean PhysXExtensions release + @$(RMDIR) $(PhysXExtensions_release_objsdir) + @$(RMDIR) $(PhysXExtensions_release_bin) + @$(RMDIR) $(DEPSDIR)/PhysXExtensions/release + +build_PhysXExtensions_release: postbuild_PhysXExtensions_release +postbuild_PhysXExtensions_release: mainbuild_PhysXExtensions_release +mainbuild_PhysXExtensions_release: prebuild_PhysXExtensions_release $(PhysXExtensions_release_bin) +prebuild_PhysXExtensions_release: + +$(PhysXExtensions_release_bin): $(PhysXExtensions_release_obj) build_PsFastXml_release + mkdir -p `dirname ./../../../Lib/linux64/libPhysX3Extensions.a` + @$(AR) rcs $(PhysXExtensions_release_bin) $(PhysXExtensions_release_obj) + $(ECHO) building $@ complete! + +PhysXExtensions_release_DEPDIR = $(dir $(@))/$(*F) +$(PhysXExtensions_release_cpp_o): $(PhysXExtensions_release_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXExtensions_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXExtensions/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_cppfiles)))))) + cp $(PhysXExtensions_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXExtensions/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXExtensions/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_cppfiles))))).P; \ + rm -f $(PhysXExtensions_release_DEPDIR).d + +$(PhysXExtensions_release_cc_o): $(PhysXExtensions_release_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXExtensions_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_ccfiles)))))) + cp $(PhysXExtensions_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_ccfiles))))).release.P; \ + rm -f $(PhysXExtensions_release_DEPDIR).d + +$(PhysXExtensions_release_c_o): $(PhysXExtensions_release_objsdir)/%.o: + $(ECHO) PhysXExtensions: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXExtensions_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXExtensions/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_cfiles)))))) + cp $(PhysXExtensions_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXExtensions/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXExtensions_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXExtensions/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXExtensions_release_objsdir),, $@))), $(PhysXExtensions_cfiles))))).P; \ + rm -f $(PhysXExtensions_release_DEPDIR).d + +clean_PhysXExtensions: clean_PhysXExtensions_debug clean_PhysXExtensions_checked clean_PhysXExtensions_profile clean_PhysXExtensions_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk new file mode 100644 index 00000000..15845baf --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXVehicle.mk @@ -0,0 +1,445 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = PhysXVehicle +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleComponents.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleDrive.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleDrive4W.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleDriveNW.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleDriveTank.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleMetaData.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleNoDrive.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleSDK.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleSerialization.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleSuspWheelTire4.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleTireFriction.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleUpdate.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PxVehicleWheels.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/VehicleUtilControl.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/VehicleUtilSetup.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/VehicleUtilTelemetry.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleAutoGeneratedMetaDataObjects.cpp +PhysXVehicle_cppfiles += ./../../PhysXVehicle/src/PhysXMetaData/src/PxVehicleMetaDataObjects.cpp + +PhysXVehicle_cpp_debug_dep = $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXVehicle_cppfiles))))) +PhysXVehicle_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PhysXVehicle_ccfiles))))) +PhysXVehicle_c_debug_dep = $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXVehicle_cfiles))))) +PhysXVehicle_debug_dep = $(PhysXVehicle_cpp_debug_dep) $(PhysXVehicle_cc_debug_dep) $(PhysXVehicle_c_debug_dep) +-include $(PhysXVehicle_debug_dep) +PhysXVehicle_cpp_checked_dep = $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXVehicle_cppfiles))))) +PhysXVehicle_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PhysXVehicle_ccfiles))))) +PhysXVehicle_c_checked_dep = $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXVehicle_cfiles))))) +PhysXVehicle_checked_dep = $(PhysXVehicle_cpp_checked_dep) $(PhysXVehicle_cc_checked_dep) $(PhysXVehicle_c_checked_dep) +-include $(PhysXVehicle_checked_dep) +PhysXVehicle_cpp_profile_dep = $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXVehicle_cppfiles))))) +PhysXVehicle_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PhysXVehicle_ccfiles))))) +PhysXVehicle_c_profile_dep = $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXVehicle_cfiles))))) +PhysXVehicle_profile_dep = $(PhysXVehicle_cpp_profile_dep) $(PhysXVehicle_cc_profile_dep) $(PhysXVehicle_c_profile_dep) +-include $(PhysXVehicle_profile_dep) +PhysXVehicle_cpp_release_dep = $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PhysXVehicle_cppfiles))))) +PhysXVehicle_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PhysXVehicle_ccfiles))))) +PhysXVehicle_c_release_dep = $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PhysXVehicle_cfiles))))) +PhysXVehicle_release_dep = $(PhysXVehicle_cpp_release_dep) $(PhysXVehicle_cc_release_dep) $(PhysXVehicle_c_release_dep) +-include $(PhysXVehicle_release_dep) +PhysXVehicle_debug_hpaths := +PhysXVehicle_debug_hpaths += ./../../Common/include +PhysXVehicle_debug_hpaths += ./../../../../PxShared/include +PhysXVehicle_debug_hpaths += ./../../../../PxShared/src/foundation/include +PhysXVehicle_debug_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXVehicle_debug_hpaths += ./../../../../PxShared/src/pvd/include +PhysXVehicle_debug_hpaths += ./../../../Include/vehicle +PhysXVehicle_debug_hpaths += ./../../../Include/common +PhysXVehicle_debug_hpaths += ./../../../Include/geometry +PhysXVehicle_debug_hpaths += ./../../../Include/extensions +PhysXVehicle_debug_hpaths += ./../../../Include/cloth +PhysXVehicle_debug_hpaths += ./../../../Include +PhysXVehicle_debug_hpaths += ./../../../Include/pvd +PhysXVehicle_debug_hpaths += ./../../../Include/physxprofilesdk +PhysXVehicle_debug_hpaths += ./../../Common/src +PhysXVehicle_debug_hpaths += ./../../PhysXVehicle/src +PhysXVehicle_debug_hpaths += ./../../PhysXMetaData/extensions/include +PhysXVehicle_debug_hpaths += ./../../PhysXExtensions/src/serialization/Xml +PhysXVehicle_debug_hpaths += ./../../PhysXMetaData/core/include +PhysXVehicle_debug_hpaths += ./../../PhysXVehicle/src/PhysXMetaData/include +PhysXVehicle_debug_hpaths += ./../../PvdSDK/src +PhysXVehicle_debug_lpaths := +PhysXVehicle_debug_defines := $(PhysXVehicle_custom_defines) +PhysXVehicle_debug_defines += PX_PHYSX_STATIC_LIB +PhysXVehicle_debug_defines += _DEBUG +PhysXVehicle_debug_defines += PX_DEBUG=1 +PhysXVehicle_debug_defines += PX_CHECKED=1 +PhysXVehicle_debug_defines += PX_SUPPORT_PVD=1 +PhysXVehicle_debug_libraries := +PhysXVehicle_debug_common_cflags := $(PhysXVehicle_custom_cflags) +PhysXVehicle_debug_common_cflags += -MMD +PhysXVehicle_debug_common_cflags += $(addprefix -D, $(PhysXVehicle_debug_defines)) +PhysXVehicle_debug_common_cflags += $(addprefix -I, $(PhysXVehicle_debug_hpaths)) +PhysXVehicle_debug_common_cflags += -m64 +PhysXVehicle_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXVehicle_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXVehicle_debug_common_cflags += -Wno-missing-field-initializers +PhysXVehicle_debug_common_cflags += -g3 -gdwarf-2 +PhysXVehicle_debug_cflags := $(PhysXVehicle_debug_common_cflags) +PhysXVehicle_debug_cppflags := $(PhysXVehicle_debug_common_cflags) +PhysXVehicle_debug_lflags := $(PhysXVehicle_custom_lflags) +PhysXVehicle_debug_lflags += $(addprefix -L, $(PhysXVehicle_debug_lpaths)) +PhysXVehicle_debug_lflags += -Wl,--start-group $(addprefix -l, $(PhysXVehicle_debug_libraries)) -Wl,--end-group +PhysXVehicle_debug_lflags += -lrt +PhysXVehicle_debug_lflags += -m64 +PhysXVehicle_debug_objsdir = $(OBJS_DIR)/PhysXVehicle_debug +PhysXVehicle_debug_cpp_o = $(addprefix $(PhysXVehicle_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) +PhysXVehicle_debug_cc_o = $(addprefix $(PhysXVehicle_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) +PhysXVehicle_debug_c_o = $(addprefix $(PhysXVehicle_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXVehicle_cfiles))))) +PhysXVehicle_debug_obj = $(PhysXVehicle_debug_cpp_o) $(PhysXVehicle_debug_cc_o) $(PhysXVehicle_debug_c_o) +PhysXVehicle_debug_bin := ./../../../Lib/linux64/libPhysX3VehicleDEBUG.a + +clean_PhysXVehicle_debug: + @$(ECHO) clean PhysXVehicle debug + @$(RMDIR) $(PhysXVehicle_debug_objsdir) + @$(RMDIR) $(PhysXVehicle_debug_bin) + @$(RMDIR) $(DEPSDIR)/PhysXVehicle/debug + +build_PhysXVehicle_debug: postbuild_PhysXVehicle_debug +postbuild_PhysXVehicle_debug: mainbuild_PhysXVehicle_debug +mainbuild_PhysXVehicle_debug: prebuild_PhysXVehicle_debug $(PhysXVehicle_debug_bin) +prebuild_PhysXVehicle_debug: + +$(PhysXVehicle_debug_bin): $(PhysXVehicle_debug_obj) + mkdir -p `dirname ./../../../Lib/linux64/libPhysX3VehicleDEBUG.a` + @$(AR) rcs $(PhysXVehicle_debug_bin) $(PhysXVehicle_debug_obj) + $(ECHO) building $@ complete! + +PhysXVehicle_debug_DEPDIR = $(dir $(@))/$(*F) +$(PhysXVehicle_debug_cpp_o): $(PhysXVehicle_debug_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXVehicle_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cppfiles)))))) + cp $(PhysXVehicle_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \ + rm -f $(PhysXVehicle_debug_DEPDIR).d + +$(PhysXVehicle_debug_cc_o): $(PhysXVehicle_debug_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXVehicle_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_ccfiles)))))) + cp $(PhysXVehicle_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).debug.P; \ + rm -f $(PhysXVehicle_debug_DEPDIR).d + +$(PhysXVehicle_debug_c_o): $(PhysXVehicle_debug_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXVehicle_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cfiles)))))) + cp $(PhysXVehicle_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_debug_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \ + rm -f $(PhysXVehicle_debug_DEPDIR).d + +PhysXVehicle_checked_hpaths := +PhysXVehicle_checked_hpaths += ./../../Common/include +PhysXVehicle_checked_hpaths += ./../../../../PxShared/include +PhysXVehicle_checked_hpaths += ./../../../../PxShared/src/foundation/include +PhysXVehicle_checked_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXVehicle_checked_hpaths += ./../../../../PxShared/src/pvd/include +PhysXVehicle_checked_hpaths += ./../../../Include/vehicle +PhysXVehicle_checked_hpaths += ./../../../Include/common +PhysXVehicle_checked_hpaths += ./../../../Include/geometry +PhysXVehicle_checked_hpaths += ./../../../Include/extensions +PhysXVehicle_checked_hpaths += ./../../../Include/cloth +PhysXVehicle_checked_hpaths += ./../../../Include +PhysXVehicle_checked_hpaths += ./../../../Include/pvd +PhysXVehicle_checked_hpaths += ./../../../Include/physxprofilesdk +PhysXVehicle_checked_hpaths += ./../../Common/src +PhysXVehicle_checked_hpaths += ./../../PhysXVehicle/src +PhysXVehicle_checked_hpaths += ./../../PhysXMetaData/extensions/include +PhysXVehicle_checked_hpaths += ./../../PhysXExtensions/src/serialization/Xml +PhysXVehicle_checked_hpaths += ./../../PhysXMetaData/core/include +PhysXVehicle_checked_hpaths += ./../../PhysXVehicle/src/PhysXMetaData/include +PhysXVehicle_checked_hpaths += ./../../PvdSDK/src +PhysXVehicle_checked_lpaths := +PhysXVehicle_checked_defines := $(PhysXVehicle_custom_defines) +PhysXVehicle_checked_defines += PX_PHYSX_STATIC_LIB +PhysXVehicle_checked_defines += NDEBUG +PhysXVehicle_checked_defines += PX_CHECKED=1 +PhysXVehicle_checked_defines += PX_SUPPORT_PVD=1 +PhysXVehicle_checked_libraries := +PhysXVehicle_checked_common_cflags := $(PhysXVehicle_custom_cflags) +PhysXVehicle_checked_common_cflags += -MMD +PhysXVehicle_checked_common_cflags += $(addprefix -D, $(PhysXVehicle_checked_defines)) +PhysXVehicle_checked_common_cflags += $(addprefix -I, $(PhysXVehicle_checked_hpaths)) +PhysXVehicle_checked_common_cflags += -m64 +PhysXVehicle_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXVehicle_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXVehicle_checked_common_cflags += -Wno-missing-field-initializers +PhysXVehicle_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +PhysXVehicle_checked_cflags := $(PhysXVehicle_checked_common_cflags) +PhysXVehicle_checked_cppflags := $(PhysXVehicle_checked_common_cflags) +PhysXVehicle_checked_lflags := $(PhysXVehicle_custom_lflags) +PhysXVehicle_checked_lflags += $(addprefix -L, $(PhysXVehicle_checked_lpaths)) +PhysXVehicle_checked_lflags += -Wl,--start-group $(addprefix -l, $(PhysXVehicle_checked_libraries)) -Wl,--end-group +PhysXVehicle_checked_lflags += -lrt +PhysXVehicle_checked_lflags += -m64 +PhysXVehicle_checked_objsdir = $(OBJS_DIR)/PhysXVehicle_checked +PhysXVehicle_checked_cpp_o = $(addprefix $(PhysXVehicle_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) +PhysXVehicle_checked_cc_o = $(addprefix $(PhysXVehicle_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) +PhysXVehicle_checked_c_o = $(addprefix $(PhysXVehicle_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXVehicle_cfiles))))) +PhysXVehicle_checked_obj = $(PhysXVehicle_checked_cpp_o) $(PhysXVehicle_checked_cc_o) $(PhysXVehicle_checked_c_o) +PhysXVehicle_checked_bin := ./../../../Lib/linux64/libPhysX3VehicleCHECKED.a + +clean_PhysXVehicle_checked: + @$(ECHO) clean PhysXVehicle checked + @$(RMDIR) $(PhysXVehicle_checked_objsdir) + @$(RMDIR) $(PhysXVehicle_checked_bin) + @$(RMDIR) $(DEPSDIR)/PhysXVehicle/checked + +build_PhysXVehicle_checked: postbuild_PhysXVehicle_checked +postbuild_PhysXVehicle_checked: mainbuild_PhysXVehicle_checked +mainbuild_PhysXVehicle_checked: prebuild_PhysXVehicle_checked $(PhysXVehicle_checked_bin) +prebuild_PhysXVehicle_checked: + +$(PhysXVehicle_checked_bin): $(PhysXVehicle_checked_obj) + mkdir -p `dirname ./../../../Lib/linux64/libPhysX3VehicleCHECKED.a` + @$(AR) rcs $(PhysXVehicle_checked_bin) $(PhysXVehicle_checked_obj) + $(ECHO) building $@ complete! + +PhysXVehicle_checked_DEPDIR = $(dir $(@))/$(*F) +$(PhysXVehicle_checked_cpp_o): $(PhysXVehicle_checked_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXVehicle_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cppfiles)))))) + cp $(PhysXVehicle_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \ + rm -f $(PhysXVehicle_checked_DEPDIR).d + +$(PhysXVehicle_checked_cc_o): $(PhysXVehicle_checked_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXVehicle_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_ccfiles)))))) + cp $(PhysXVehicle_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).checked.P; \ + rm -f $(PhysXVehicle_checked_DEPDIR).d + +$(PhysXVehicle_checked_c_o): $(PhysXVehicle_checked_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXVehicle_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cfiles)))))) + cp $(PhysXVehicle_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_checked_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \ + rm -f $(PhysXVehicle_checked_DEPDIR).d + +PhysXVehicle_profile_hpaths := +PhysXVehicle_profile_hpaths += ./../../Common/include +PhysXVehicle_profile_hpaths += ./../../../../PxShared/include +PhysXVehicle_profile_hpaths += ./../../../../PxShared/src/foundation/include +PhysXVehicle_profile_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXVehicle_profile_hpaths += ./../../../../PxShared/src/pvd/include +PhysXVehicle_profile_hpaths += ./../../../Include/vehicle +PhysXVehicle_profile_hpaths += ./../../../Include/common +PhysXVehicle_profile_hpaths += ./../../../Include/geometry +PhysXVehicle_profile_hpaths += ./../../../Include/extensions +PhysXVehicle_profile_hpaths += ./../../../Include/cloth +PhysXVehicle_profile_hpaths += ./../../../Include +PhysXVehicle_profile_hpaths += ./../../../Include/pvd +PhysXVehicle_profile_hpaths += ./../../../Include/physxprofilesdk +PhysXVehicle_profile_hpaths += ./../../Common/src +PhysXVehicle_profile_hpaths += ./../../PhysXVehicle/src +PhysXVehicle_profile_hpaths += ./../../PhysXMetaData/extensions/include +PhysXVehicle_profile_hpaths += ./../../PhysXExtensions/src/serialization/Xml +PhysXVehicle_profile_hpaths += ./../../PhysXMetaData/core/include +PhysXVehicle_profile_hpaths += ./../../PhysXVehicle/src/PhysXMetaData/include +PhysXVehicle_profile_hpaths += ./../../PvdSDK/src +PhysXVehicle_profile_lpaths := +PhysXVehicle_profile_defines := $(PhysXVehicle_custom_defines) +PhysXVehicle_profile_defines += PX_PHYSX_STATIC_LIB +PhysXVehicle_profile_defines += NDEBUG +PhysXVehicle_profile_defines += PX_PROFILE=1 +PhysXVehicle_profile_defines += PX_SUPPORT_PVD=1 +PhysXVehicle_profile_libraries := +PhysXVehicle_profile_common_cflags := $(PhysXVehicle_custom_cflags) +PhysXVehicle_profile_common_cflags += -MMD +PhysXVehicle_profile_common_cflags += $(addprefix -D, $(PhysXVehicle_profile_defines)) +PhysXVehicle_profile_common_cflags += $(addprefix -I, $(PhysXVehicle_profile_hpaths)) +PhysXVehicle_profile_common_cflags += -m64 +PhysXVehicle_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXVehicle_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXVehicle_profile_common_cflags += -Wno-missing-field-initializers +PhysXVehicle_profile_common_cflags += -O3 -fno-strict-aliasing +PhysXVehicle_profile_cflags := $(PhysXVehicle_profile_common_cflags) +PhysXVehicle_profile_cppflags := $(PhysXVehicle_profile_common_cflags) +PhysXVehicle_profile_lflags := $(PhysXVehicle_custom_lflags) +PhysXVehicle_profile_lflags += $(addprefix -L, $(PhysXVehicle_profile_lpaths)) +PhysXVehicle_profile_lflags += -Wl,--start-group $(addprefix -l, $(PhysXVehicle_profile_libraries)) -Wl,--end-group +PhysXVehicle_profile_lflags += -lrt +PhysXVehicle_profile_lflags += -m64 +PhysXVehicle_profile_objsdir = $(OBJS_DIR)/PhysXVehicle_profile +PhysXVehicle_profile_cpp_o = $(addprefix $(PhysXVehicle_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) +PhysXVehicle_profile_cc_o = $(addprefix $(PhysXVehicle_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) +PhysXVehicle_profile_c_o = $(addprefix $(PhysXVehicle_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXVehicle_cfiles))))) +PhysXVehicle_profile_obj = $(PhysXVehicle_profile_cpp_o) $(PhysXVehicle_profile_cc_o) $(PhysXVehicle_profile_c_o) +PhysXVehicle_profile_bin := ./../../../Lib/linux64/libPhysX3VehiclePROFILE.a + +clean_PhysXVehicle_profile: + @$(ECHO) clean PhysXVehicle profile + @$(RMDIR) $(PhysXVehicle_profile_objsdir) + @$(RMDIR) $(PhysXVehicle_profile_bin) + @$(RMDIR) $(DEPSDIR)/PhysXVehicle/profile + +build_PhysXVehicle_profile: postbuild_PhysXVehicle_profile +postbuild_PhysXVehicle_profile: mainbuild_PhysXVehicle_profile +mainbuild_PhysXVehicle_profile: prebuild_PhysXVehicle_profile $(PhysXVehicle_profile_bin) +prebuild_PhysXVehicle_profile: + +$(PhysXVehicle_profile_bin): $(PhysXVehicle_profile_obj) + mkdir -p `dirname ./../../../Lib/linux64/libPhysX3VehiclePROFILE.a` + @$(AR) rcs $(PhysXVehicle_profile_bin) $(PhysXVehicle_profile_obj) + $(ECHO) building $@ complete! + +PhysXVehicle_profile_DEPDIR = $(dir $(@))/$(*F) +$(PhysXVehicle_profile_cpp_o): $(PhysXVehicle_profile_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXVehicle_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cppfiles)))))) + cp $(PhysXVehicle_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \ + rm -f $(PhysXVehicle_profile_DEPDIR).d + +$(PhysXVehicle_profile_cc_o): $(PhysXVehicle_profile_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXVehicle_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_ccfiles)))))) + cp $(PhysXVehicle_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).profile.P; \ + rm -f $(PhysXVehicle_profile_DEPDIR).d + +$(PhysXVehicle_profile_c_o): $(PhysXVehicle_profile_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXVehicle_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cfiles)))))) + cp $(PhysXVehicle_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_profile_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \ + rm -f $(PhysXVehicle_profile_DEPDIR).d + +PhysXVehicle_release_hpaths := +PhysXVehicle_release_hpaths += ./../../Common/include +PhysXVehicle_release_hpaths += ./../../../../PxShared/include +PhysXVehicle_release_hpaths += ./../../../../PxShared/src/foundation/include +PhysXVehicle_release_hpaths += ./../../../../PxShared/src/fastxml/include +PhysXVehicle_release_hpaths += ./../../../../PxShared/src/pvd/include +PhysXVehicle_release_hpaths += ./../../../Include/vehicle +PhysXVehicle_release_hpaths += ./../../../Include/common +PhysXVehicle_release_hpaths += ./../../../Include/geometry +PhysXVehicle_release_hpaths += ./../../../Include/extensions +PhysXVehicle_release_hpaths += ./../../../Include/cloth +PhysXVehicle_release_hpaths += ./../../../Include +PhysXVehicle_release_hpaths += ./../../../Include/pvd +PhysXVehicle_release_hpaths += ./../../../Include/physxprofilesdk +PhysXVehicle_release_hpaths += ./../../Common/src +PhysXVehicle_release_hpaths += ./../../PhysXVehicle/src +PhysXVehicle_release_hpaths += ./../../PhysXMetaData/extensions/include +PhysXVehicle_release_hpaths += ./../../PhysXExtensions/src/serialization/Xml +PhysXVehicle_release_hpaths += ./../../PhysXMetaData/core/include +PhysXVehicle_release_hpaths += ./../../PhysXVehicle/src/PhysXMetaData/include +PhysXVehicle_release_hpaths += ./../../PvdSDK/src +PhysXVehicle_release_lpaths := +PhysXVehicle_release_defines := $(PhysXVehicle_custom_defines) +PhysXVehicle_release_defines += PX_PHYSX_STATIC_LIB +PhysXVehicle_release_defines += NDEBUG +PhysXVehicle_release_defines += PX_SUPPORT_PVD=0 +PhysXVehicle_release_libraries := +PhysXVehicle_release_common_cflags := $(PhysXVehicle_custom_cflags) +PhysXVehicle_release_common_cflags += -MMD +PhysXVehicle_release_common_cflags += $(addprefix -D, $(PhysXVehicle_release_defines)) +PhysXVehicle_release_common_cflags += $(addprefix -I, $(PhysXVehicle_release_hpaths)) +PhysXVehicle_release_common_cflags += -m64 +PhysXVehicle_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PhysXVehicle_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PhysXVehicle_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PhysXVehicle_release_common_cflags += -Wno-missing-field-initializers +PhysXVehicle_release_common_cflags += -O3 -fno-strict-aliasing +PhysXVehicle_release_cflags := $(PhysXVehicle_release_common_cflags) +PhysXVehicle_release_cppflags := $(PhysXVehicle_release_common_cflags) +PhysXVehicle_release_lflags := $(PhysXVehicle_custom_lflags) +PhysXVehicle_release_lflags += $(addprefix -L, $(PhysXVehicle_release_lpaths)) +PhysXVehicle_release_lflags += -Wl,--start-group $(addprefix -l, $(PhysXVehicle_release_libraries)) -Wl,--end-group +PhysXVehicle_release_lflags += -lrt +PhysXVehicle_release_lflags += -m64 +PhysXVehicle_release_objsdir = $(OBJS_DIR)/PhysXVehicle_release +PhysXVehicle_release_cpp_o = $(addprefix $(PhysXVehicle_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PhysXVehicle_cppfiles))))) +PhysXVehicle_release_cc_o = $(addprefix $(PhysXVehicle_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PhysXVehicle_ccfiles))))) +PhysXVehicle_release_c_o = $(addprefix $(PhysXVehicle_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PhysXVehicle_cfiles))))) +PhysXVehicle_release_obj = $(PhysXVehicle_release_cpp_o) $(PhysXVehicle_release_cc_o) $(PhysXVehicle_release_c_o) +PhysXVehicle_release_bin := ./../../../Lib/linux64/libPhysX3Vehicle.a + +clean_PhysXVehicle_release: + @$(ECHO) clean PhysXVehicle release + @$(RMDIR) $(PhysXVehicle_release_objsdir) + @$(RMDIR) $(PhysXVehicle_release_bin) + @$(RMDIR) $(DEPSDIR)/PhysXVehicle/release + +build_PhysXVehicle_release: postbuild_PhysXVehicle_release +postbuild_PhysXVehicle_release: mainbuild_PhysXVehicle_release +mainbuild_PhysXVehicle_release: prebuild_PhysXVehicle_release $(PhysXVehicle_release_bin) +prebuild_PhysXVehicle_release: + +$(PhysXVehicle_release_bin): $(PhysXVehicle_release_obj) + mkdir -p `dirname ./../../../Lib/linux64/libPhysX3Vehicle.a` + @$(AR) rcs $(PhysXVehicle_release_bin) $(PhysXVehicle_release_obj) + $(ECHO) building $@ complete! + +PhysXVehicle_release_DEPDIR = $(dir $(@))/$(*F) +$(PhysXVehicle_release_cpp_o): $(PhysXVehicle_release_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXVehicle_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cppfiles)))))) + cp $(PhysXVehicle_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cppfiles))))).P; \ + rm -f $(PhysXVehicle_release_DEPDIR).d + +$(PhysXVehicle_release_cc_o): $(PhysXVehicle_release_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PhysXVehicle_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_ccfiles)))))) + cp $(PhysXVehicle_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_ccfiles))))).release.P; \ + rm -f $(PhysXVehicle_release_DEPDIR).d + +$(PhysXVehicle_release_c_o): $(PhysXVehicle_release_objsdir)/%.o: + $(ECHO) PhysXVehicle: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PhysXVehicle_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cfiles)))))) + cp $(PhysXVehicle_release_DEPDIR).d $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PhysXVehicle_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PhysXVehicle/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PhysXVehicle_release_objsdir),, $@))), $(PhysXVehicle_cfiles))))).P; \ + rm -f $(PhysXVehicle_release_DEPDIR).d + +clean_PhysXVehicle: clean_PhysXVehicle_debug clean_PhysXVehicle_checked clean_PhysXVehicle_profile clean_PhysXVehicle_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PsFastXml.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PsFastXml.mk new file mode 100644 index 00000000..7169b18d --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PsFastXml.mk @@ -0,0 +1,356 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = PsFastXml +PsFastXml_cppfiles += ./../../../../PxShared/src/fastxml/src/PsFastXml.cpp + +PsFastXml_cpp_debug_dep = $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PsFastXml_cppfiles))))) +PsFastXml_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PsFastXml_ccfiles))))) +PsFastXml_c_debug_dep = $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PsFastXml_cfiles))))) +PsFastXml_debug_dep = $(PsFastXml_cpp_debug_dep) $(PsFastXml_cc_debug_dep) $(PsFastXml_c_debug_dep) +-include $(PsFastXml_debug_dep) +PsFastXml_cpp_release_dep = $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PsFastXml_cppfiles))))) +PsFastXml_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PsFastXml_ccfiles))))) +PsFastXml_c_release_dep = $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PsFastXml_cfiles))))) +PsFastXml_release_dep = $(PsFastXml_cpp_release_dep) $(PsFastXml_cc_release_dep) $(PsFastXml_c_release_dep) +-include $(PsFastXml_release_dep) +PsFastXml_cpp_checked_dep = $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PsFastXml_cppfiles))))) +PsFastXml_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PsFastXml_ccfiles))))) +PsFastXml_c_checked_dep = $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PsFastXml_cfiles))))) +PsFastXml_checked_dep = $(PsFastXml_cpp_checked_dep) $(PsFastXml_cc_checked_dep) $(PsFastXml_c_checked_dep) +-include $(PsFastXml_checked_dep) +PsFastXml_cpp_profile_dep = $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PsFastXml_cppfiles))))) +PsFastXml_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PsFastXml_ccfiles))))) +PsFastXml_c_profile_dep = $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PsFastXml_cfiles))))) +PsFastXml_profile_dep = $(PsFastXml_cpp_profile_dep) $(PsFastXml_cc_profile_dep) $(PsFastXml_c_profile_dep) +-include $(PsFastXml_profile_dep) +PsFastXml_debug_hpaths := +PsFastXml_debug_hpaths += ./../../../../PxShared/include +PsFastXml_debug_hpaths += ./../../../../PxShared/src/foundation/include +PsFastXml_debug_hpaths += ./../../../../PxShared/src/fastxml/include +PsFastXml_debug_lpaths := +PsFastXml_debug_defines := $(PsFastXml_custom_defines) +PsFastXml_debug_defines += PX_FOUNDATION_DLL=0 +PsFastXml_debug_defines += _DEBUG +PsFastXml_debug_defines += PX_DEBUG=1 +PsFastXml_debug_defines += PX_CHECKED=1 +PsFastXml_debug_libraries := +PsFastXml_debug_common_cflags := $(PsFastXml_custom_cflags) +PsFastXml_debug_common_cflags += -MMD +PsFastXml_debug_common_cflags += $(addprefix -D, $(PsFastXml_debug_defines)) +PsFastXml_debug_common_cflags += $(addprefix -I, $(PsFastXml_debug_hpaths)) +PsFastXml_debug_common_cflags += -m64 +PsFastXml_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PsFastXml_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PsFastXml_debug_common_cflags += -Wno-missing-field-initializers +PsFastXml_debug_common_cflags += -g3 -gdwarf-2 +PsFastXml_debug_cflags := $(PsFastXml_debug_common_cflags) +PsFastXml_debug_cppflags := $(PsFastXml_debug_common_cflags) +PsFastXml_debug_lflags := $(PsFastXml_custom_lflags) +PsFastXml_debug_lflags += $(addprefix -L, $(PsFastXml_debug_lpaths)) +PsFastXml_debug_lflags += -Wl,--start-group $(addprefix -l, $(PsFastXml_debug_libraries)) -Wl,--end-group +PsFastXml_debug_lflags += -lrt +PsFastXml_debug_lflags += -m64 +PsFastXml_debug_objsdir = $(OBJS_DIR)/PsFastXml_debug +PsFastXml_debug_cpp_o = $(addprefix $(PsFastXml_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) +PsFastXml_debug_cc_o = $(addprefix $(PsFastXml_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) +PsFastXml_debug_c_o = $(addprefix $(PsFastXml_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PsFastXml_cfiles))))) +PsFastXml_debug_obj = $(PsFastXml_debug_cpp_o) $(PsFastXml_debug_cc_o) $(PsFastXml_debug_c_o) +PsFastXml_debug_bin := ./../../../../PxShared/lib/linux64/libPsFastXmlDEBUG.a + +clean_PsFastXml_debug: + @$(ECHO) clean PsFastXml debug + @$(RMDIR) $(PsFastXml_debug_objsdir) + @$(RMDIR) $(PsFastXml_debug_bin) + @$(RMDIR) $(DEPSDIR)/PsFastXml/debug + +build_PsFastXml_debug: postbuild_PsFastXml_debug +postbuild_PsFastXml_debug: mainbuild_PsFastXml_debug +mainbuild_PsFastXml_debug: prebuild_PsFastXml_debug $(PsFastXml_debug_bin) +prebuild_PsFastXml_debug: + +$(PsFastXml_debug_bin): $(PsFastXml_debug_obj) + mkdir -p `dirname ./../../../../PxShared/lib/linux64/libPsFastXmlDEBUG.a` + @$(AR) rcs $(PsFastXml_debug_bin) $(PsFastXml_debug_obj) + $(ECHO) building $@ complete! + +PsFastXml_debug_DEPDIR = $(dir $(@))/$(*F) +$(PsFastXml_debug_cpp_o): $(PsFastXml_debug_objsdir)/%.o: + $(ECHO) PsFastXml: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PsFastXml_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cppfiles)))))) + cp $(PsFastXml_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \ + rm -f $(PsFastXml_debug_DEPDIR).d + +$(PsFastXml_debug_cc_o): $(PsFastXml_debug_objsdir)/%.o: + $(ECHO) PsFastXml: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PsFastXml_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_ccfiles)))))) + cp $(PsFastXml_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_ccfiles))))).debug.P; \ + rm -f $(PsFastXml_debug_DEPDIR).d + +$(PsFastXml_debug_c_o): $(PsFastXml_debug_objsdir)/%.o: + $(ECHO) PsFastXml: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PsFastXml_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cfiles)))))) + cp $(PsFastXml_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \ + rm -f $(PsFastXml_debug_DEPDIR).d + +PsFastXml_release_hpaths := +PsFastXml_release_hpaths += ./../../../../PxShared/include +PsFastXml_release_hpaths += ./../../../../PxShared/src/foundation/include +PsFastXml_release_hpaths += ./../../../../PxShared/src/fastxml/include +PsFastXml_release_lpaths := +PsFastXml_release_defines := $(PsFastXml_custom_defines) +PsFastXml_release_defines += PX_FOUNDATION_DLL=0 +PsFastXml_release_defines += NDEBUG +PsFastXml_release_libraries := +PsFastXml_release_common_cflags := $(PsFastXml_custom_cflags) +PsFastXml_release_common_cflags += -MMD +PsFastXml_release_common_cflags += $(addprefix -D, $(PsFastXml_release_defines)) +PsFastXml_release_common_cflags += $(addprefix -I, $(PsFastXml_release_hpaths)) +PsFastXml_release_common_cflags += -m64 +PsFastXml_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PsFastXml_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PsFastXml_release_common_cflags += -Wno-missing-field-initializers +PsFastXml_release_common_cflags += -O3 -fno-strict-aliasing +PsFastXml_release_cflags := $(PsFastXml_release_common_cflags) +PsFastXml_release_cppflags := $(PsFastXml_release_common_cflags) +PsFastXml_release_lflags := $(PsFastXml_custom_lflags) +PsFastXml_release_lflags += $(addprefix -L, $(PsFastXml_release_lpaths)) +PsFastXml_release_lflags += -Wl,--start-group $(addprefix -l, $(PsFastXml_release_libraries)) -Wl,--end-group +PsFastXml_release_lflags += -lrt +PsFastXml_release_lflags += -m64 +PsFastXml_release_objsdir = $(OBJS_DIR)/PsFastXml_release +PsFastXml_release_cpp_o = $(addprefix $(PsFastXml_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) +PsFastXml_release_cc_o = $(addprefix $(PsFastXml_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) +PsFastXml_release_c_o = $(addprefix $(PsFastXml_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PsFastXml_cfiles))))) +PsFastXml_release_obj = $(PsFastXml_release_cpp_o) $(PsFastXml_release_cc_o) $(PsFastXml_release_c_o) +PsFastXml_release_bin := ./../../../../PxShared/lib/linux64/libPsFastXml.a + +clean_PsFastXml_release: + @$(ECHO) clean PsFastXml release + @$(RMDIR) $(PsFastXml_release_objsdir) + @$(RMDIR) $(PsFastXml_release_bin) + @$(RMDIR) $(DEPSDIR)/PsFastXml/release + +build_PsFastXml_release: postbuild_PsFastXml_release +postbuild_PsFastXml_release: mainbuild_PsFastXml_release +mainbuild_PsFastXml_release: prebuild_PsFastXml_release $(PsFastXml_release_bin) +prebuild_PsFastXml_release: + +$(PsFastXml_release_bin): $(PsFastXml_release_obj) + mkdir -p `dirname ./../../../../PxShared/lib/linux64/libPsFastXml.a` + @$(AR) rcs $(PsFastXml_release_bin) $(PsFastXml_release_obj) + $(ECHO) building $@ complete! + +PsFastXml_release_DEPDIR = $(dir $(@))/$(*F) +$(PsFastXml_release_cpp_o): $(PsFastXml_release_objsdir)/%.o: + $(ECHO) PsFastXml: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PsFastXml_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cppfiles)))))) + cp $(PsFastXml_release_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \ + rm -f $(PsFastXml_release_DEPDIR).d + +$(PsFastXml_release_cc_o): $(PsFastXml_release_objsdir)/%.o: + $(ECHO) PsFastXml: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PsFastXml_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_ccfiles)))))) + cp $(PsFastXml_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_ccfiles))))).release.P; \ + rm -f $(PsFastXml_release_DEPDIR).d + +$(PsFastXml_release_c_o): $(PsFastXml_release_objsdir)/%.o: + $(ECHO) PsFastXml: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PsFastXml_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cfiles)))))) + cp $(PsFastXml_release_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \ + rm -f $(PsFastXml_release_DEPDIR).d + +PsFastXml_checked_hpaths := +PsFastXml_checked_hpaths += ./../../../../PxShared/include +PsFastXml_checked_hpaths += ./../../../../PxShared/src/foundation/include +PsFastXml_checked_hpaths += ./../../../../PxShared/src/fastxml/include +PsFastXml_checked_lpaths := +PsFastXml_checked_defines := $(PsFastXml_custom_defines) +PsFastXml_checked_defines += PX_FOUNDATION_DLL=0 +PsFastXml_checked_defines += NDEBUG +PsFastXml_checked_defines += PX_CHECKED=1 +PsFastXml_checked_libraries := +PsFastXml_checked_common_cflags := $(PsFastXml_custom_cflags) +PsFastXml_checked_common_cflags += -MMD +PsFastXml_checked_common_cflags += $(addprefix -D, $(PsFastXml_checked_defines)) +PsFastXml_checked_common_cflags += $(addprefix -I, $(PsFastXml_checked_hpaths)) +PsFastXml_checked_common_cflags += -m64 +PsFastXml_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PsFastXml_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PsFastXml_checked_common_cflags += -Wno-missing-field-initializers +PsFastXml_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +PsFastXml_checked_cflags := $(PsFastXml_checked_common_cflags) +PsFastXml_checked_cppflags := $(PsFastXml_checked_common_cflags) +PsFastXml_checked_lflags := $(PsFastXml_custom_lflags) +PsFastXml_checked_lflags += $(addprefix -L, $(PsFastXml_checked_lpaths)) +PsFastXml_checked_lflags += -Wl,--start-group $(addprefix -l, $(PsFastXml_checked_libraries)) -Wl,--end-group +PsFastXml_checked_lflags += -lrt +PsFastXml_checked_lflags += -m64 +PsFastXml_checked_objsdir = $(OBJS_DIR)/PsFastXml_checked +PsFastXml_checked_cpp_o = $(addprefix $(PsFastXml_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) +PsFastXml_checked_cc_o = $(addprefix $(PsFastXml_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) +PsFastXml_checked_c_o = $(addprefix $(PsFastXml_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PsFastXml_cfiles))))) +PsFastXml_checked_obj = $(PsFastXml_checked_cpp_o) $(PsFastXml_checked_cc_o) $(PsFastXml_checked_c_o) +PsFastXml_checked_bin := ./../../../../PxShared/lib/linux64/libPsFastXmlCHECKED.a + +clean_PsFastXml_checked: + @$(ECHO) clean PsFastXml checked + @$(RMDIR) $(PsFastXml_checked_objsdir) + @$(RMDIR) $(PsFastXml_checked_bin) + @$(RMDIR) $(DEPSDIR)/PsFastXml/checked + +build_PsFastXml_checked: postbuild_PsFastXml_checked +postbuild_PsFastXml_checked: mainbuild_PsFastXml_checked +mainbuild_PsFastXml_checked: prebuild_PsFastXml_checked $(PsFastXml_checked_bin) +prebuild_PsFastXml_checked: + +$(PsFastXml_checked_bin): $(PsFastXml_checked_obj) + mkdir -p `dirname ./../../../../PxShared/lib/linux64/libPsFastXmlCHECKED.a` + @$(AR) rcs $(PsFastXml_checked_bin) $(PsFastXml_checked_obj) + $(ECHO) building $@ complete! + +PsFastXml_checked_DEPDIR = $(dir $(@))/$(*F) +$(PsFastXml_checked_cpp_o): $(PsFastXml_checked_objsdir)/%.o: + $(ECHO) PsFastXml: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PsFastXml_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cppfiles)))))) + cp $(PsFastXml_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \ + rm -f $(PsFastXml_checked_DEPDIR).d + +$(PsFastXml_checked_cc_o): $(PsFastXml_checked_objsdir)/%.o: + $(ECHO) PsFastXml: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PsFastXml_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_ccfiles)))))) + cp $(PsFastXml_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_ccfiles))))).checked.P; \ + rm -f $(PsFastXml_checked_DEPDIR).d + +$(PsFastXml_checked_c_o): $(PsFastXml_checked_objsdir)/%.o: + $(ECHO) PsFastXml: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PsFastXml_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cfiles)))))) + cp $(PsFastXml_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \ + rm -f $(PsFastXml_checked_DEPDIR).d + +PsFastXml_profile_hpaths := +PsFastXml_profile_hpaths += ./../../../../PxShared/include +PsFastXml_profile_hpaths += ./../../../../PxShared/src/foundation/include +PsFastXml_profile_hpaths += ./../../../../PxShared/src/fastxml/include +PsFastXml_profile_lpaths := +PsFastXml_profile_defines := $(PsFastXml_custom_defines) +PsFastXml_profile_defines += PX_FOUNDATION_DLL=0 +PsFastXml_profile_defines += NDEBUG +PsFastXml_profile_defines += PX_PROFILE=1 +PsFastXml_profile_libraries := +PsFastXml_profile_common_cflags := $(PsFastXml_custom_cflags) +PsFastXml_profile_common_cflags += -MMD +PsFastXml_profile_common_cflags += $(addprefix -D, $(PsFastXml_profile_defines)) +PsFastXml_profile_common_cflags += $(addprefix -I, $(PsFastXml_profile_hpaths)) +PsFastXml_profile_common_cflags += -m64 +PsFastXml_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PsFastXml_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PsFastXml_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PsFastXml_profile_common_cflags += -Wno-missing-field-initializers +PsFastXml_profile_common_cflags += -O3 -fno-strict-aliasing +PsFastXml_profile_cflags := $(PsFastXml_profile_common_cflags) +PsFastXml_profile_cppflags := $(PsFastXml_profile_common_cflags) +PsFastXml_profile_lflags := $(PsFastXml_custom_lflags) +PsFastXml_profile_lflags += $(addprefix -L, $(PsFastXml_profile_lpaths)) +PsFastXml_profile_lflags += -Wl,--start-group $(addprefix -l, $(PsFastXml_profile_libraries)) -Wl,--end-group +PsFastXml_profile_lflags += -lrt +PsFastXml_profile_lflags += -m64 +PsFastXml_profile_objsdir = $(OBJS_DIR)/PsFastXml_profile +PsFastXml_profile_cpp_o = $(addprefix $(PsFastXml_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles))))) +PsFastXml_profile_cc_o = $(addprefix $(PsFastXml_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles))))) +PsFastXml_profile_c_o = $(addprefix $(PsFastXml_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PsFastXml_cfiles))))) +PsFastXml_profile_obj = $(PsFastXml_profile_cpp_o) $(PsFastXml_profile_cc_o) $(PsFastXml_profile_c_o) +PsFastXml_profile_bin := ./../../../../PxShared/lib/linux64/libPsFastXmlPROFILE.a + +clean_PsFastXml_profile: + @$(ECHO) clean PsFastXml profile + @$(RMDIR) $(PsFastXml_profile_objsdir) + @$(RMDIR) $(PsFastXml_profile_bin) + @$(RMDIR) $(DEPSDIR)/PsFastXml/profile + +build_PsFastXml_profile: postbuild_PsFastXml_profile +postbuild_PsFastXml_profile: mainbuild_PsFastXml_profile +mainbuild_PsFastXml_profile: prebuild_PsFastXml_profile $(PsFastXml_profile_bin) +prebuild_PsFastXml_profile: + +$(PsFastXml_profile_bin): $(PsFastXml_profile_obj) + mkdir -p `dirname ./../../../../PxShared/lib/linux64/libPsFastXmlPROFILE.a` + @$(AR) rcs $(PsFastXml_profile_bin) $(PsFastXml_profile_obj) + $(ECHO) building $@ complete! + +PsFastXml_profile_DEPDIR = $(dir $(@))/$(*F) +$(PsFastXml_profile_cpp_o): $(PsFastXml_profile_objsdir)/%.o: + $(ECHO) PsFastXml: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PsFastXml_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cppfiles)))))) + cp $(PsFastXml_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \ + rm -f $(PsFastXml_profile_DEPDIR).d + +$(PsFastXml_profile_cc_o): $(PsFastXml_profile_objsdir)/%.o: + $(ECHO) PsFastXml: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PsFastXml_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_ccfiles)))))) + cp $(PsFastXml_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_ccfiles))))).profile.P; \ + rm -f $(PsFastXml_profile_DEPDIR).d + +$(PsFastXml_profile_c_o): $(PsFastXml_profile_objsdir)/%.o: + $(ECHO) PsFastXml: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PsFastXml_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cfiles)))))) + cp $(PsFastXml_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \ + rm -f $(PsFastXml_profile_DEPDIR).d + +clean_PsFastXml: clean_PsFastXml_debug clean_PsFastXml_release clean_PsFastXml_checked clean_PsFastXml_profile + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PxFoundation.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PxFoundation.mk new file mode 100644 index 00000000..5be23da2 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PxFoundation.mk @@ -0,0 +1,372 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = PxFoundation +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/PsAllocator.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/PsAssert.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/PsFoundation.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/PsMathUtils.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/PsString.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/PsTempAllocator.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/PsUtilities.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/unix/PsUnixAtomic.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/unix/PsUnixCpu.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/unix/PsUnixFPU.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/unix/PsUnixMutex.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/unix/PsUnixPrintString.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/unix/PsUnixSList.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/unix/PsUnixSocket.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/unix/PsUnixSync.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/unix/PsUnixThread.cpp +PxFoundation_cppfiles += ./../../../../PxShared/src/foundation/src/unix/PsUnixTime.cpp + +PxFoundation_cpp_debug_dep = $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxFoundation_cppfiles))))) +PxFoundation_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PxFoundation_ccfiles))))) +PxFoundation_c_debug_dep = $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxFoundation_cfiles))))) +PxFoundation_debug_dep = $(PxFoundation_cpp_debug_dep) $(PxFoundation_cc_debug_dep) $(PxFoundation_c_debug_dep) +-include $(PxFoundation_debug_dep) +PxFoundation_cpp_release_dep = $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxFoundation_cppfiles))))) +PxFoundation_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PxFoundation_ccfiles))))) +PxFoundation_c_release_dep = $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxFoundation_cfiles))))) +PxFoundation_release_dep = $(PxFoundation_cpp_release_dep) $(PxFoundation_cc_release_dep) $(PxFoundation_c_release_dep) +-include $(PxFoundation_release_dep) +PxFoundation_cpp_checked_dep = $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxFoundation_cppfiles))))) +PxFoundation_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PxFoundation_ccfiles))))) +PxFoundation_c_checked_dep = $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxFoundation_cfiles))))) +PxFoundation_checked_dep = $(PxFoundation_cpp_checked_dep) $(PxFoundation_cc_checked_dep) $(PxFoundation_c_checked_dep) +-include $(PxFoundation_checked_dep) +PxFoundation_cpp_profile_dep = $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxFoundation_cppfiles))))) +PxFoundation_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PxFoundation_ccfiles))))) +PxFoundation_c_profile_dep = $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxFoundation_cfiles))))) +PxFoundation_profile_dep = $(PxFoundation_cpp_profile_dep) $(PxFoundation_cc_profile_dep) $(PxFoundation_c_profile_dep) +-include $(PxFoundation_profile_dep) +PxFoundation_debug_hpaths := +PxFoundation_debug_hpaths += ./../../../../PxShared/include +PxFoundation_debug_hpaths += ./../../../../PxShared/src/foundation/include +PxFoundation_debug_hpaths += ./../../../../PxShared/src/foundation/include/unix +PxFoundation_debug_lpaths := +PxFoundation_debug_defines := $(PxFoundation_custom_defines) +PxFoundation_debug_defines += PX_FOUNDATION_DLL=1 +PxFoundation_debug_defines += _DEBUG +PxFoundation_debug_defines += PX_DEBUG=1 +PxFoundation_debug_defines += PX_CHECKED=1 +PxFoundation_debug_libraries := +PxFoundation_debug_common_cflags := $(PxFoundation_custom_cflags) +PxFoundation_debug_common_cflags += -MMD +PxFoundation_debug_common_cflags += $(addprefix -D, $(PxFoundation_debug_defines)) +PxFoundation_debug_common_cflags += $(addprefix -I, $(PxFoundation_debug_hpaths)) +PxFoundation_debug_common_cflags += -m64 +PxFoundation_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxFoundation_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxFoundation_debug_common_cflags += -Wno-missing-field-initializers +PxFoundation_debug_common_cflags += -g3 -gdwarf-2 +PxFoundation_debug_cflags := $(PxFoundation_debug_common_cflags) +PxFoundation_debug_cppflags := $(PxFoundation_debug_common_cflags) +PxFoundation_debug_lflags := $(PxFoundation_custom_lflags) +PxFoundation_debug_lflags += $(addprefix -L, $(PxFoundation_debug_lpaths)) +PxFoundation_debug_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_debug_libraries)) -Wl,--end-group +PxFoundation_debug_lflags += -lrt +PxFoundation_debug_lflags += -m64 +PxFoundation_debug_objsdir = $(OBJS_DIR)/PxFoundation_debug +PxFoundation_debug_cpp_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) +PxFoundation_debug_cc_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) +PxFoundation_debug_c_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxFoundation_cfiles))))) +PxFoundation_debug_obj = $(PxFoundation_debug_cpp_o) $(PxFoundation_debug_cc_o) $(PxFoundation_debug_c_o) +PxFoundation_debug_bin := ./../../../../PxShared/bin/linux64/libPxFoundationDEBUG_x64.so + +clean_PxFoundation_debug: + @$(ECHO) clean PxFoundation debug + @$(RMDIR) $(PxFoundation_debug_objsdir) + @$(RMDIR) $(PxFoundation_debug_bin) + @$(RMDIR) $(DEPSDIR)/PxFoundation/debug + +build_PxFoundation_debug: postbuild_PxFoundation_debug +postbuild_PxFoundation_debug: mainbuild_PxFoundation_debug +mainbuild_PxFoundation_debug: prebuild_PxFoundation_debug $(PxFoundation_debug_bin) +prebuild_PxFoundation_debug: + +$(PxFoundation_debug_bin): $(PxFoundation_debug_obj) + mkdir -p `dirname ./../../../../PxShared/bin/linux64/libPxFoundationDEBUG_x64.so` + $(CXX) -shared $(PxFoundation_debug_obj) $(PxFoundation_debug_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PxFoundation_debug_DEPDIR = $(dir $(@))/$(*F) +$(PxFoundation_debug_cpp_o): $(PxFoundation_debug_objsdir)/%.o: + $(ECHO) PxFoundation: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxFoundation_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cppfiles)))))) + cp $(PxFoundation_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \ + rm -f $(PxFoundation_debug_DEPDIR).d + +$(PxFoundation_debug_cc_o): $(PxFoundation_debug_objsdir)/%.o: + $(ECHO) PxFoundation: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxFoundation_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_ccfiles)))))) + cp $(PxFoundation_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_ccfiles))))).debug.P; \ + rm -f $(PxFoundation_debug_DEPDIR).d + +$(PxFoundation_debug_c_o): $(PxFoundation_debug_objsdir)/%.o: + $(ECHO) PxFoundation: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxFoundation_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cfiles)))))) + cp $(PxFoundation_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \ + rm -f $(PxFoundation_debug_DEPDIR).d + +PxFoundation_release_hpaths := +PxFoundation_release_hpaths += ./../../../../PxShared/include +PxFoundation_release_hpaths += ./../../../../PxShared/src/foundation/include +PxFoundation_release_hpaths += ./../../../../PxShared/src/foundation/include/unix +PxFoundation_release_lpaths := +PxFoundation_release_defines := $(PxFoundation_custom_defines) +PxFoundation_release_defines += PX_FOUNDATION_DLL=1 +PxFoundation_release_defines += NDEBUG +PxFoundation_release_libraries := +PxFoundation_release_common_cflags := $(PxFoundation_custom_cflags) +PxFoundation_release_common_cflags += -MMD +PxFoundation_release_common_cflags += $(addprefix -D, $(PxFoundation_release_defines)) +PxFoundation_release_common_cflags += $(addprefix -I, $(PxFoundation_release_hpaths)) +PxFoundation_release_common_cflags += -m64 +PxFoundation_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxFoundation_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxFoundation_release_common_cflags += -Wno-missing-field-initializers +PxFoundation_release_common_cflags += -O3 -fno-strict-aliasing +PxFoundation_release_cflags := $(PxFoundation_release_common_cflags) +PxFoundation_release_cppflags := $(PxFoundation_release_common_cflags) +PxFoundation_release_lflags := $(PxFoundation_custom_lflags) +PxFoundation_release_lflags += $(addprefix -L, $(PxFoundation_release_lpaths)) +PxFoundation_release_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_release_libraries)) -Wl,--end-group +PxFoundation_release_lflags += -lrt +PxFoundation_release_lflags += -m64 +PxFoundation_release_objsdir = $(OBJS_DIR)/PxFoundation_release +PxFoundation_release_cpp_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) +PxFoundation_release_cc_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) +PxFoundation_release_c_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxFoundation_cfiles))))) +PxFoundation_release_obj = $(PxFoundation_release_cpp_o) $(PxFoundation_release_cc_o) $(PxFoundation_release_c_o) +PxFoundation_release_bin := ./../../../../PxShared/bin/linux64/libPxFoundation_x64.so + +clean_PxFoundation_release: + @$(ECHO) clean PxFoundation release + @$(RMDIR) $(PxFoundation_release_objsdir) + @$(RMDIR) $(PxFoundation_release_bin) + @$(RMDIR) $(DEPSDIR)/PxFoundation/release + +build_PxFoundation_release: postbuild_PxFoundation_release +postbuild_PxFoundation_release: mainbuild_PxFoundation_release +mainbuild_PxFoundation_release: prebuild_PxFoundation_release $(PxFoundation_release_bin) +prebuild_PxFoundation_release: + +$(PxFoundation_release_bin): $(PxFoundation_release_obj) + mkdir -p `dirname ./../../../../PxShared/bin/linux64/libPxFoundation_x64.so` + $(CXX) -shared $(PxFoundation_release_obj) $(PxFoundation_release_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PxFoundation_release_DEPDIR = $(dir $(@))/$(*F) +$(PxFoundation_release_cpp_o): $(PxFoundation_release_objsdir)/%.o: + $(ECHO) PxFoundation: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxFoundation_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cppfiles)))))) + cp $(PxFoundation_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \ + rm -f $(PxFoundation_release_DEPDIR).d + +$(PxFoundation_release_cc_o): $(PxFoundation_release_objsdir)/%.o: + $(ECHO) PxFoundation: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxFoundation_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_ccfiles)))))) + cp $(PxFoundation_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_ccfiles))))).release.P; \ + rm -f $(PxFoundation_release_DEPDIR).d + +$(PxFoundation_release_c_o): $(PxFoundation_release_objsdir)/%.o: + $(ECHO) PxFoundation: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxFoundation_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cfiles)))))) + cp $(PxFoundation_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \ + rm -f $(PxFoundation_release_DEPDIR).d + +PxFoundation_checked_hpaths := +PxFoundation_checked_hpaths += ./../../../../PxShared/include +PxFoundation_checked_hpaths += ./../../../../PxShared/src/foundation/include +PxFoundation_checked_hpaths += ./../../../../PxShared/src/foundation/include/unix +PxFoundation_checked_lpaths := +PxFoundation_checked_defines := $(PxFoundation_custom_defines) +PxFoundation_checked_defines += PX_FOUNDATION_DLL=1 +PxFoundation_checked_defines += NDEBUG +PxFoundation_checked_defines += PX_CHECKED=1 +PxFoundation_checked_libraries := +PxFoundation_checked_common_cflags := $(PxFoundation_custom_cflags) +PxFoundation_checked_common_cflags += -MMD +PxFoundation_checked_common_cflags += $(addprefix -D, $(PxFoundation_checked_defines)) +PxFoundation_checked_common_cflags += $(addprefix -I, $(PxFoundation_checked_hpaths)) +PxFoundation_checked_common_cflags += -m64 +PxFoundation_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxFoundation_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxFoundation_checked_common_cflags += -Wno-missing-field-initializers +PxFoundation_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +PxFoundation_checked_cflags := $(PxFoundation_checked_common_cflags) +PxFoundation_checked_cppflags := $(PxFoundation_checked_common_cflags) +PxFoundation_checked_lflags := $(PxFoundation_custom_lflags) +PxFoundation_checked_lflags += $(addprefix -L, $(PxFoundation_checked_lpaths)) +PxFoundation_checked_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_checked_libraries)) -Wl,--end-group +PxFoundation_checked_lflags += -lrt +PxFoundation_checked_lflags += -m64 +PxFoundation_checked_objsdir = $(OBJS_DIR)/PxFoundation_checked +PxFoundation_checked_cpp_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) +PxFoundation_checked_cc_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) +PxFoundation_checked_c_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxFoundation_cfiles))))) +PxFoundation_checked_obj = $(PxFoundation_checked_cpp_o) $(PxFoundation_checked_cc_o) $(PxFoundation_checked_c_o) +PxFoundation_checked_bin := ./../../../../PxShared/bin/linux64/libPxFoundationCHECKED_x64.so + +clean_PxFoundation_checked: + @$(ECHO) clean PxFoundation checked + @$(RMDIR) $(PxFoundation_checked_objsdir) + @$(RMDIR) $(PxFoundation_checked_bin) + @$(RMDIR) $(DEPSDIR)/PxFoundation/checked + +build_PxFoundation_checked: postbuild_PxFoundation_checked +postbuild_PxFoundation_checked: mainbuild_PxFoundation_checked +mainbuild_PxFoundation_checked: prebuild_PxFoundation_checked $(PxFoundation_checked_bin) +prebuild_PxFoundation_checked: + +$(PxFoundation_checked_bin): $(PxFoundation_checked_obj) + mkdir -p `dirname ./../../../../PxShared/bin/linux64/libPxFoundationCHECKED_x64.so` + $(CXX) -shared $(PxFoundation_checked_obj) $(PxFoundation_checked_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PxFoundation_checked_DEPDIR = $(dir $(@))/$(*F) +$(PxFoundation_checked_cpp_o): $(PxFoundation_checked_objsdir)/%.o: + $(ECHO) PxFoundation: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxFoundation_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cppfiles)))))) + cp $(PxFoundation_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \ + rm -f $(PxFoundation_checked_DEPDIR).d + +$(PxFoundation_checked_cc_o): $(PxFoundation_checked_objsdir)/%.o: + $(ECHO) PxFoundation: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxFoundation_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_ccfiles)))))) + cp $(PxFoundation_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_ccfiles))))).checked.P; \ + rm -f $(PxFoundation_checked_DEPDIR).d + +$(PxFoundation_checked_c_o): $(PxFoundation_checked_objsdir)/%.o: + $(ECHO) PxFoundation: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxFoundation_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cfiles)))))) + cp $(PxFoundation_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \ + rm -f $(PxFoundation_checked_DEPDIR).d + +PxFoundation_profile_hpaths := +PxFoundation_profile_hpaths += ./../../../../PxShared/include +PxFoundation_profile_hpaths += ./../../../../PxShared/src/foundation/include +PxFoundation_profile_hpaths += ./../../../../PxShared/src/foundation/include/unix +PxFoundation_profile_lpaths := +PxFoundation_profile_defines := $(PxFoundation_custom_defines) +PxFoundation_profile_defines += PX_FOUNDATION_DLL=1 +PxFoundation_profile_defines += NDEBUG +PxFoundation_profile_defines += PX_PROFILE=1 +PxFoundation_profile_libraries := +PxFoundation_profile_common_cflags := $(PxFoundation_custom_cflags) +PxFoundation_profile_common_cflags += -MMD +PxFoundation_profile_common_cflags += $(addprefix -D, $(PxFoundation_profile_defines)) +PxFoundation_profile_common_cflags += $(addprefix -I, $(PxFoundation_profile_hpaths)) +PxFoundation_profile_common_cflags += -m64 +PxFoundation_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxFoundation_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxFoundation_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxFoundation_profile_common_cflags += -Wno-missing-field-initializers +PxFoundation_profile_common_cflags += -O3 -fno-strict-aliasing +PxFoundation_profile_cflags := $(PxFoundation_profile_common_cflags) +PxFoundation_profile_cppflags := $(PxFoundation_profile_common_cflags) +PxFoundation_profile_lflags := $(PxFoundation_custom_lflags) +PxFoundation_profile_lflags += $(addprefix -L, $(PxFoundation_profile_lpaths)) +PxFoundation_profile_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_profile_libraries)) -Wl,--end-group +PxFoundation_profile_lflags += -lrt +PxFoundation_profile_lflags += -m64 +PxFoundation_profile_objsdir = $(OBJS_DIR)/PxFoundation_profile +PxFoundation_profile_cpp_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) +PxFoundation_profile_cc_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) +PxFoundation_profile_c_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxFoundation_cfiles))))) +PxFoundation_profile_obj = $(PxFoundation_profile_cpp_o) $(PxFoundation_profile_cc_o) $(PxFoundation_profile_c_o) +PxFoundation_profile_bin := ./../../../../PxShared/bin/linux64/libPxFoundationPROFILE_x64.so + +clean_PxFoundation_profile: + @$(ECHO) clean PxFoundation profile + @$(RMDIR) $(PxFoundation_profile_objsdir) + @$(RMDIR) $(PxFoundation_profile_bin) + @$(RMDIR) $(DEPSDIR)/PxFoundation/profile + +build_PxFoundation_profile: postbuild_PxFoundation_profile +postbuild_PxFoundation_profile: mainbuild_PxFoundation_profile +mainbuild_PxFoundation_profile: prebuild_PxFoundation_profile $(PxFoundation_profile_bin) +prebuild_PxFoundation_profile: + +$(PxFoundation_profile_bin): $(PxFoundation_profile_obj) + mkdir -p `dirname ./../../../../PxShared/bin/linux64/libPxFoundationPROFILE_x64.so` + $(CXX) -shared $(PxFoundation_profile_obj) $(PxFoundation_profile_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PxFoundation_profile_DEPDIR = $(dir $(@))/$(*F) +$(PxFoundation_profile_cpp_o): $(PxFoundation_profile_objsdir)/%.o: + $(ECHO) PxFoundation: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxFoundation_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cppfiles)))))) + cp $(PxFoundation_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \ + rm -f $(PxFoundation_profile_DEPDIR).d + +$(PxFoundation_profile_cc_o): $(PxFoundation_profile_objsdir)/%.o: + $(ECHO) PxFoundation: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxFoundation_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_ccfiles)))))) + cp $(PxFoundation_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_ccfiles))))).profile.P; \ + rm -f $(PxFoundation_profile_DEPDIR).d + +$(PxFoundation_profile_c_o): $(PxFoundation_profile_objsdir)/%.o: + $(ECHO) PxFoundation: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxFoundation_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cfiles)))))) + cp $(PxFoundation_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \ + rm -f $(PxFoundation_profile_DEPDIR).d + +clean_PxFoundation: clean_PxFoundation_debug clean_PxFoundation_release clean_PxFoundation_checked clean_PxFoundation_profile + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PxPvdSDK.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PxPvdSDK.mk new file mode 100644 index 00000000..b622a7b3 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PxPvdSDK.mk @@ -0,0 +1,386 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = PxPvdSDK +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxPvd.cpp +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxPvdDataStream.cpp +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxPvdImpl.cpp +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxPvdMemClient.cpp +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp +PxPvdSDK_cppfiles += ./../../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp + +PxPvdSDK_cpp_debug_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles))))) +PxPvdSDK_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PxPvdSDK_ccfiles))))) +PxPvdSDK_c_debug_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles))))) +PxPvdSDK_debug_dep = $(PxPvdSDK_cpp_debug_dep) $(PxPvdSDK_cc_debug_dep) $(PxPvdSDK_c_debug_dep) +-include $(PxPvdSDK_debug_dep) +PxPvdSDK_cpp_release_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles))))) +PxPvdSDK_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PxPvdSDK_ccfiles))))) +PxPvdSDK_c_release_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles))))) +PxPvdSDK_release_dep = $(PxPvdSDK_cpp_release_dep) $(PxPvdSDK_cc_release_dep) $(PxPvdSDK_c_release_dep) +-include $(PxPvdSDK_release_dep) +PxPvdSDK_cpp_checked_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles))))) +PxPvdSDK_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PxPvdSDK_ccfiles))))) +PxPvdSDK_c_checked_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles))))) +PxPvdSDK_checked_dep = $(PxPvdSDK_cpp_checked_dep) $(PxPvdSDK_cc_checked_dep) $(PxPvdSDK_c_checked_dep) +-include $(PxPvdSDK_checked_dep) +PxPvdSDK_cpp_profile_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles))))) +PxPvdSDK_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PxPvdSDK_ccfiles))))) +PxPvdSDK_c_profile_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles))))) +PxPvdSDK_profile_dep = $(PxPvdSDK_cpp_profile_dep) $(PxPvdSDK_cc_profile_dep) $(PxPvdSDK_c_profile_dep) +-include $(PxPvdSDK_profile_dep) +PxPvdSDK_debug_hpaths := +PxPvdSDK_debug_hpaths += ./../../../../PxShared/include +PxPvdSDK_debug_hpaths += ./../../../../PxShared/src/pvd/include +PxPvdSDK_debug_hpaths += ./../../../../PxShared/src/foundation/include +PxPvdSDK_debug_hpaths += ./../../../../PxShared/src/filebuf/include +PxPvdSDK_debug_hpaths += ./../../../../Externals/nvToolsExt/1/include +PxPvdSDK_debug_lpaths := +PxPvdSDK_debug_lpaths += ./../../../../PxShared/bin/linux64 +PxPvdSDK_debug_defines := $(PxPvdSDK_custom_defines) +PxPvdSDK_debug_defines += PX_PVDSDK_DLL=1 +PxPvdSDK_debug_defines += PX_FOUNDATION_DLL=1 +PxPvdSDK_debug_defines += _DEBUG +PxPvdSDK_debug_defines += PX_DEBUG=1 +PxPvdSDK_debug_defines += PX_CHECKED=1 +PxPvdSDK_debug_libraries := +PxPvdSDK_debug_libraries += PxFoundationDEBUG_x64 +PxPvdSDK_debug_common_cflags := $(PxPvdSDK_custom_cflags) +PxPvdSDK_debug_common_cflags += -MMD +PxPvdSDK_debug_common_cflags += $(addprefix -D, $(PxPvdSDK_debug_defines)) +PxPvdSDK_debug_common_cflags += $(addprefix -I, $(PxPvdSDK_debug_hpaths)) +PxPvdSDK_debug_common_cflags += -m64 +PxPvdSDK_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxPvdSDK_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxPvdSDK_debug_common_cflags += -Wno-missing-field-initializers +PxPvdSDK_debug_common_cflags += -g3 -gdwarf-2 +PxPvdSDK_debug_cflags := $(PxPvdSDK_debug_common_cflags) +PxPvdSDK_debug_cppflags := $(PxPvdSDK_debug_common_cflags) +PxPvdSDK_debug_lflags := $(PxPvdSDK_custom_lflags) +PxPvdSDK_debug_lflags += $(addprefix -L, $(PxPvdSDK_debug_lpaths)) +PxPvdSDK_debug_lflags += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_debug_libraries)) -Wl,--end-group +PxPvdSDK_debug_lflags += -lrt +PxPvdSDK_debug_lflags += -m64 +PxPvdSDK_debug_objsdir = $(OBJS_DIR)/PxPvdSDK_debug +PxPvdSDK_debug_cpp_o = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) +PxPvdSDK_debug_cc_o = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) +PxPvdSDK_debug_c_o = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles))))) +PxPvdSDK_debug_obj = $(PxPvdSDK_debug_cpp_o) $(PxPvdSDK_debug_cc_o) $(PxPvdSDK_debug_c_o) +PxPvdSDK_debug_bin := ./../../../../PxShared/bin/linux64/libPxPvdSDKDEBUG_x64.so + +clean_PxPvdSDK_debug: + @$(ECHO) clean PxPvdSDK debug + @$(RMDIR) $(PxPvdSDK_debug_objsdir) + @$(RMDIR) $(PxPvdSDK_debug_bin) + @$(RMDIR) $(DEPSDIR)/PxPvdSDK/debug + +build_PxPvdSDK_debug: postbuild_PxPvdSDK_debug +postbuild_PxPvdSDK_debug: mainbuild_PxPvdSDK_debug +mainbuild_PxPvdSDK_debug: prebuild_PxPvdSDK_debug $(PxPvdSDK_debug_bin) +prebuild_PxPvdSDK_debug: + +$(PxPvdSDK_debug_bin): $(PxPvdSDK_debug_obj) build_PxFoundation_debug + mkdir -p `dirname ./../../../../PxShared/bin/linux64/libPxPvdSDKDEBUG_x64.so` + $(CXX) -shared $(PxPvdSDK_debug_obj) $(PxPvdSDK_debug_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PxPvdSDK_debug_DEPDIR = $(dir $(@))/$(*F) +$(PxPvdSDK_debug_cpp_o): $(PxPvdSDK_debug_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxPvdSDK_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles)))))) + cp $(PxPvdSDK_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \ + rm -f $(PxPvdSDK_debug_DEPDIR).d + +$(PxPvdSDK_debug_cc_o): $(PxPvdSDK_debug_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxPvdSDK_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles)))))) + cp $(PxPvdSDK_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).debug.P; \ + rm -f $(PxPvdSDK_debug_DEPDIR).d + +$(PxPvdSDK_debug_c_o): $(PxPvdSDK_debug_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxPvdSDK_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles)))))) + cp $(PxPvdSDK_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \ + rm -f $(PxPvdSDK_debug_DEPDIR).d + +PxPvdSDK_release_hpaths := +PxPvdSDK_release_hpaths += ./../../../../PxShared/include +PxPvdSDK_release_hpaths += ./../../../../PxShared/src/pvd/include +PxPvdSDK_release_hpaths += ./../../../../PxShared/src/foundation/include +PxPvdSDK_release_hpaths += ./../../../../PxShared/src/filebuf/include +PxPvdSDK_release_hpaths += ./../../../../Externals/nvToolsExt/1/include +PxPvdSDK_release_lpaths := +PxPvdSDK_release_lpaths += ./../../../../PxShared/bin/linux64 +PxPvdSDK_release_defines := $(PxPvdSDK_custom_defines) +PxPvdSDK_release_defines += PX_PVDSDK_DLL=1 +PxPvdSDK_release_defines += PX_FOUNDATION_DLL=1 +PxPvdSDK_release_defines += NDEBUG +PxPvdSDK_release_libraries := +PxPvdSDK_release_libraries += PxFoundation_x64 +PxPvdSDK_release_common_cflags := $(PxPvdSDK_custom_cflags) +PxPvdSDK_release_common_cflags += -MMD +PxPvdSDK_release_common_cflags += $(addprefix -D, $(PxPvdSDK_release_defines)) +PxPvdSDK_release_common_cflags += $(addprefix -I, $(PxPvdSDK_release_hpaths)) +PxPvdSDK_release_common_cflags += -m64 +PxPvdSDK_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxPvdSDK_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxPvdSDK_release_common_cflags += -Wno-missing-field-initializers +PxPvdSDK_release_common_cflags += -O3 -fno-strict-aliasing +PxPvdSDK_release_cflags := $(PxPvdSDK_release_common_cflags) +PxPvdSDK_release_cppflags := $(PxPvdSDK_release_common_cflags) +PxPvdSDK_release_lflags := $(PxPvdSDK_custom_lflags) +PxPvdSDK_release_lflags += $(addprefix -L, $(PxPvdSDK_release_lpaths)) +PxPvdSDK_release_lflags += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_release_libraries)) -Wl,--end-group +PxPvdSDK_release_lflags += -lrt +PxPvdSDK_release_lflags += -m64 +PxPvdSDK_release_objsdir = $(OBJS_DIR)/PxPvdSDK_release +PxPvdSDK_release_cpp_o = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) +PxPvdSDK_release_cc_o = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) +PxPvdSDK_release_c_o = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles))))) +PxPvdSDK_release_obj = $(PxPvdSDK_release_cpp_o) $(PxPvdSDK_release_cc_o) $(PxPvdSDK_release_c_o) +PxPvdSDK_release_bin := ./../../../../PxShared/bin/linux64/libPxPvdSDK_x64.so + +clean_PxPvdSDK_release: + @$(ECHO) clean PxPvdSDK release + @$(RMDIR) $(PxPvdSDK_release_objsdir) + @$(RMDIR) $(PxPvdSDK_release_bin) + @$(RMDIR) $(DEPSDIR)/PxPvdSDK/release + +build_PxPvdSDK_release: postbuild_PxPvdSDK_release +postbuild_PxPvdSDK_release: mainbuild_PxPvdSDK_release +mainbuild_PxPvdSDK_release: prebuild_PxPvdSDK_release $(PxPvdSDK_release_bin) +prebuild_PxPvdSDK_release: + +$(PxPvdSDK_release_bin): $(PxPvdSDK_release_obj) build_PxFoundation_release + mkdir -p `dirname ./../../../../PxShared/bin/linux64/libPxPvdSDK_x64.so` + $(CXX) -shared $(PxPvdSDK_release_obj) $(PxPvdSDK_release_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PxPvdSDK_release_DEPDIR = $(dir $(@))/$(*F) +$(PxPvdSDK_release_cpp_o): $(PxPvdSDK_release_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxPvdSDK_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles)))))) + cp $(PxPvdSDK_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \ + rm -f $(PxPvdSDK_release_DEPDIR).d + +$(PxPvdSDK_release_cc_o): $(PxPvdSDK_release_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxPvdSDK_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles)))))) + cp $(PxPvdSDK_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).release.P; \ + rm -f $(PxPvdSDK_release_DEPDIR).d + +$(PxPvdSDK_release_c_o): $(PxPvdSDK_release_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxPvdSDK_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles)))))) + cp $(PxPvdSDK_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \ + rm -f $(PxPvdSDK_release_DEPDIR).d + +PxPvdSDK_checked_hpaths := +PxPvdSDK_checked_hpaths += ./../../../../PxShared/include +PxPvdSDK_checked_hpaths += ./../../../../PxShared/src/pvd/include +PxPvdSDK_checked_hpaths += ./../../../../PxShared/src/foundation/include +PxPvdSDK_checked_hpaths += ./../../../../PxShared/src/filebuf/include +PxPvdSDK_checked_hpaths += ./../../../../Externals/nvToolsExt/1/include +PxPvdSDK_checked_lpaths := +PxPvdSDK_checked_lpaths += ./../../../../PxShared/bin/linux64 +PxPvdSDK_checked_defines := $(PxPvdSDK_custom_defines) +PxPvdSDK_checked_defines += PX_PVDSDK_DLL=1 +PxPvdSDK_checked_defines += PX_FOUNDATION_DLL=1 +PxPvdSDK_checked_defines += NDEBUG +PxPvdSDK_checked_defines += PX_CHECKED=1 +PxPvdSDK_checked_libraries := +PxPvdSDK_checked_libraries += PxFoundationCHECKED_x64 +PxPvdSDK_checked_common_cflags := $(PxPvdSDK_custom_cflags) +PxPvdSDK_checked_common_cflags += -MMD +PxPvdSDK_checked_common_cflags += $(addprefix -D, $(PxPvdSDK_checked_defines)) +PxPvdSDK_checked_common_cflags += $(addprefix -I, $(PxPvdSDK_checked_hpaths)) +PxPvdSDK_checked_common_cflags += -m64 +PxPvdSDK_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxPvdSDK_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxPvdSDK_checked_common_cflags += -Wno-missing-field-initializers +PxPvdSDK_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +PxPvdSDK_checked_cflags := $(PxPvdSDK_checked_common_cflags) +PxPvdSDK_checked_cppflags := $(PxPvdSDK_checked_common_cflags) +PxPvdSDK_checked_lflags := $(PxPvdSDK_custom_lflags) +PxPvdSDK_checked_lflags += $(addprefix -L, $(PxPvdSDK_checked_lpaths)) +PxPvdSDK_checked_lflags += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_checked_libraries)) -Wl,--end-group +PxPvdSDK_checked_lflags += -lrt +PxPvdSDK_checked_lflags += -m64 +PxPvdSDK_checked_objsdir = $(OBJS_DIR)/PxPvdSDK_checked +PxPvdSDK_checked_cpp_o = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) +PxPvdSDK_checked_cc_o = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) +PxPvdSDK_checked_c_o = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles))))) +PxPvdSDK_checked_obj = $(PxPvdSDK_checked_cpp_o) $(PxPvdSDK_checked_cc_o) $(PxPvdSDK_checked_c_o) +PxPvdSDK_checked_bin := ./../../../../PxShared/bin/linux64/libPxPvdSDKCHECKED_x64.so + +clean_PxPvdSDK_checked: + @$(ECHO) clean PxPvdSDK checked + @$(RMDIR) $(PxPvdSDK_checked_objsdir) + @$(RMDIR) $(PxPvdSDK_checked_bin) + @$(RMDIR) $(DEPSDIR)/PxPvdSDK/checked + +build_PxPvdSDK_checked: postbuild_PxPvdSDK_checked +postbuild_PxPvdSDK_checked: mainbuild_PxPvdSDK_checked +mainbuild_PxPvdSDK_checked: prebuild_PxPvdSDK_checked $(PxPvdSDK_checked_bin) +prebuild_PxPvdSDK_checked: + +$(PxPvdSDK_checked_bin): $(PxPvdSDK_checked_obj) build_PxFoundation_checked + mkdir -p `dirname ./../../../../PxShared/bin/linux64/libPxPvdSDKCHECKED_x64.so` + $(CXX) -shared $(PxPvdSDK_checked_obj) $(PxPvdSDK_checked_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PxPvdSDK_checked_DEPDIR = $(dir $(@))/$(*F) +$(PxPvdSDK_checked_cpp_o): $(PxPvdSDK_checked_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxPvdSDK_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles)))))) + cp $(PxPvdSDK_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \ + rm -f $(PxPvdSDK_checked_DEPDIR).d + +$(PxPvdSDK_checked_cc_o): $(PxPvdSDK_checked_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxPvdSDK_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles)))))) + cp $(PxPvdSDK_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).checked.P; \ + rm -f $(PxPvdSDK_checked_DEPDIR).d + +$(PxPvdSDK_checked_c_o): $(PxPvdSDK_checked_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxPvdSDK_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles)))))) + cp $(PxPvdSDK_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \ + rm -f $(PxPvdSDK_checked_DEPDIR).d + +PxPvdSDK_profile_hpaths := +PxPvdSDK_profile_hpaths += ./../../../../PxShared/include +PxPvdSDK_profile_hpaths += ./../../../../PxShared/src/pvd/include +PxPvdSDK_profile_hpaths += ./../../../../PxShared/src/foundation/include +PxPvdSDK_profile_hpaths += ./../../../../PxShared/src/filebuf/include +PxPvdSDK_profile_hpaths += ./../../../../Externals/nvToolsExt/1/include +PxPvdSDK_profile_lpaths := +PxPvdSDK_profile_lpaths += ./../../../../PxShared/bin/linux64 +PxPvdSDK_profile_defines := $(PxPvdSDK_custom_defines) +PxPvdSDK_profile_defines += PX_PVDSDK_DLL=1 +PxPvdSDK_profile_defines += PX_FOUNDATION_DLL=1 +PxPvdSDK_profile_defines += NDEBUG +PxPvdSDK_profile_defines += PX_PROFILE=1 +PxPvdSDK_profile_libraries := +PxPvdSDK_profile_libraries += PxFoundationPROFILE_x64 +PxPvdSDK_profile_common_cflags := $(PxPvdSDK_custom_cflags) +PxPvdSDK_profile_common_cflags += -MMD +PxPvdSDK_profile_common_cflags += $(addprefix -D, $(PxPvdSDK_profile_defines)) +PxPvdSDK_profile_common_cflags += $(addprefix -I, $(PxPvdSDK_profile_hpaths)) +PxPvdSDK_profile_common_cflags += -m64 +PxPvdSDK_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxPvdSDK_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxPvdSDK_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxPvdSDK_profile_common_cflags += -Wno-missing-field-initializers +PxPvdSDK_profile_common_cflags += -O3 -fno-strict-aliasing +PxPvdSDK_profile_cflags := $(PxPvdSDK_profile_common_cflags) +PxPvdSDK_profile_cppflags := $(PxPvdSDK_profile_common_cflags) +PxPvdSDK_profile_lflags := $(PxPvdSDK_custom_lflags) +PxPvdSDK_profile_lflags += $(addprefix -L, $(PxPvdSDK_profile_lpaths)) +PxPvdSDK_profile_lflags += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_profile_libraries)) -Wl,--end-group +PxPvdSDK_profile_lflags += -lrt +PxPvdSDK_profile_lflags += -m64 +PxPvdSDK_profile_objsdir = $(OBJS_DIR)/PxPvdSDK_profile +PxPvdSDK_profile_cpp_o = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles))))) +PxPvdSDK_profile_cc_o = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles))))) +PxPvdSDK_profile_c_o = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles))))) +PxPvdSDK_profile_obj = $(PxPvdSDK_profile_cpp_o) $(PxPvdSDK_profile_cc_o) $(PxPvdSDK_profile_c_o) +PxPvdSDK_profile_bin := ./../../../../PxShared/bin/linux64/libPxPvdSDKPROFILE_x64.so + +clean_PxPvdSDK_profile: + @$(ECHO) clean PxPvdSDK profile + @$(RMDIR) $(PxPvdSDK_profile_objsdir) + @$(RMDIR) $(PxPvdSDK_profile_bin) + @$(RMDIR) $(DEPSDIR)/PxPvdSDK/profile + +build_PxPvdSDK_profile: postbuild_PxPvdSDK_profile +postbuild_PxPvdSDK_profile: mainbuild_PxPvdSDK_profile +mainbuild_PxPvdSDK_profile: prebuild_PxPvdSDK_profile $(PxPvdSDK_profile_bin) +prebuild_PxPvdSDK_profile: + +$(PxPvdSDK_profile_bin): $(PxPvdSDK_profile_obj) build_PxFoundation_profile + mkdir -p `dirname ./../../../../PxShared/bin/linux64/libPxPvdSDKPROFILE_x64.so` + $(CXX) -shared $(PxPvdSDK_profile_obj) $(PxPvdSDK_profile_lflags) -lc -o $@ + $(ECHO) building $@ complete! + +PxPvdSDK_profile_DEPDIR = $(dir $(@))/$(*F) +$(PxPvdSDK_profile_cpp_o): $(PxPvdSDK_profile_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxPvdSDK_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles)))))) + cp $(PxPvdSDK_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \ + rm -f $(PxPvdSDK_profile_DEPDIR).d + +$(PxPvdSDK_profile_cc_o): $(PxPvdSDK_profile_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxPvdSDK_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles)))))) + cp $(PxPvdSDK_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).profile.P; \ + rm -f $(PxPvdSDK_profile_DEPDIR).d + +$(PxPvdSDK_profile_c_o): $(PxPvdSDK_profile_objsdir)/%.o: + $(ECHO) PxPvdSDK: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxPvdSDK_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles)))))) + cp $(PxPvdSDK_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \ + rm -f $(PxPvdSDK_profile_DEPDIR).d + +clean_PxPvdSDK: clean_PxPvdSDK_debug clean_PxPvdSDK_release clean_PxPvdSDK_checked clean_PxPvdSDK_profile + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.PxTask.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PxTask.mk new file mode 100644 index 00000000..88605167 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PxTask.mk @@ -0,0 +1,352 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = PxTask +PxTask_cppfiles += ./../../../../PxShared/src/task/src/TaskManager.cpp + +PxTask_cpp_debug_dep = $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxTask_cppfiles))))) +PxTask_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PxTask_ccfiles))))) +PxTask_c_debug_dep = $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxTask_cfiles))))) +PxTask_debug_dep = $(PxTask_cpp_debug_dep) $(PxTask_cc_debug_dep) $(PxTask_c_debug_dep) +-include $(PxTask_debug_dep) +PxTask_cpp_release_dep = $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxTask_cppfiles))))) +PxTask_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PxTask_ccfiles))))) +PxTask_c_release_dep = $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxTask_cfiles))))) +PxTask_release_dep = $(PxTask_cpp_release_dep) $(PxTask_cc_release_dep) $(PxTask_c_release_dep) +-include $(PxTask_release_dep) +PxTask_cpp_checked_dep = $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxTask_cppfiles))))) +PxTask_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PxTask_ccfiles))))) +PxTask_c_checked_dep = $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxTask_cfiles))))) +PxTask_checked_dep = $(PxTask_cpp_checked_dep) $(PxTask_cc_checked_dep) $(PxTask_c_checked_dep) +-include $(PxTask_checked_dep) +PxTask_cpp_profile_dep = $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxTask_cppfiles))))) +PxTask_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PxTask_ccfiles))))) +PxTask_c_profile_dep = $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxTask_cfiles))))) +PxTask_profile_dep = $(PxTask_cpp_profile_dep) $(PxTask_cc_profile_dep) $(PxTask_c_profile_dep) +-include $(PxTask_profile_dep) +PxTask_debug_hpaths := +PxTask_debug_hpaths += ./../../../../PxShared/include +PxTask_debug_hpaths += ./../../../../PxShared/src/task/include +PxTask_debug_hpaths += ./../../../../PxShared/src/foundation/include +PxTask_debug_lpaths := +PxTask_debug_defines := $(PxTask_custom_defines) +PxTask_debug_defines += _DEBUG +PxTask_debug_defines += PX_DEBUG=1 +PxTask_debug_defines += PX_CHECKED=1 +PxTask_debug_libraries := +PxTask_debug_common_cflags := $(PxTask_custom_cflags) +PxTask_debug_common_cflags += -MMD +PxTask_debug_common_cflags += $(addprefix -D, $(PxTask_debug_defines)) +PxTask_debug_common_cflags += $(addprefix -I, $(PxTask_debug_hpaths)) +PxTask_debug_common_cflags += -m64 +PxTask_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxTask_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxTask_debug_common_cflags += -Wno-missing-field-initializers +PxTask_debug_common_cflags += -g3 -gdwarf-2 +PxTask_debug_cflags := $(PxTask_debug_common_cflags) +PxTask_debug_cppflags := $(PxTask_debug_common_cflags) +PxTask_debug_lflags := $(PxTask_custom_lflags) +PxTask_debug_lflags += $(addprefix -L, $(PxTask_debug_lpaths)) +PxTask_debug_lflags += -Wl,--start-group $(addprefix -l, $(PxTask_debug_libraries)) -Wl,--end-group +PxTask_debug_lflags += -lrt +PxTask_debug_lflags += -m64 +PxTask_debug_objsdir = $(OBJS_DIR)/PxTask_debug +PxTask_debug_cpp_o = $(addprefix $(PxTask_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) +PxTask_debug_cc_o = $(addprefix $(PxTask_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) +PxTask_debug_c_o = $(addprefix $(PxTask_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxTask_cfiles))))) +PxTask_debug_obj = $(PxTask_debug_cpp_o) $(PxTask_debug_cc_o) $(PxTask_debug_c_o) +PxTask_debug_bin := ./../../../../PxShared/lib/linux64/libPxTaskDEBUG.a + +clean_PxTask_debug: + @$(ECHO) clean PxTask debug + @$(RMDIR) $(PxTask_debug_objsdir) + @$(RMDIR) $(PxTask_debug_bin) + @$(RMDIR) $(DEPSDIR)/PxTask/debug + +build_PxTask_debug: postbuild_PxTask_debug +postbuild_PxTask_debug: mainbuild_PxTask_debug +mainbuild_PxTask_debug: prebuild_PxTask_debug $(PxTask_debug_bin) +prebuild_PxTask_debug: + +$(PxTask_debug_bin): $(PxTask_debug_obj) + mkdir -p `dirname ./../../../../PxShared/lib/linux64/libPxTaskDEBUG.a` + @$(AR) rcs $(PxTask_debug_bin) $(PxTask_debug_obj) + $(ECHO) building $@ complete! + +PxTask_debug_DEPDIR = $(dir $(@))/$(*F) +$(PxTask_debug_cpp_o): $(PxTask_debug_objsdir)/%.o: + $(ECHO) PxTask: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxTask_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cppfiles)))))) + cp $(PxTask_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cppfiles))))).P; \ + rm -f $(PxTask_debug_DEPDIR).d + +$(PxTask_debug_cc_o): $(PxTask_debug_objsdir)/%.o: + $(ECHO) PxTask: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxTask_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_ccfiles)))))) + cp $(PxTask_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_ccfiles))))).debug.P; \ + rm -f $(PxTask_debug_DEPDIR).d + +$(PxTask_debug_c_o): $(PxTask_debug_objsdir)/%.o: + $(ECHO) PxTask: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxTask_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cfiles)))))) + cp $(PxTask_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cfiles))))).P; \ + rm -f $(PxTask_debug_DEPDIR).d + +PxTask_release_hpaths := +PxTask_release_hpaths += ./../../../../PxShared/include +PxTask_release_hpaths += ./../../../../PxShared/src/task/include +PxTask_release_hpaths += ./../../../../PxShared/src/foundation/include +PxTask_release_lpaths := +PxTask_release_defines := $(PxTask_custom_defines) +PxTask_release_defines += NDEBUG +PxTask_release_libraries := +PxTask_release_common_cflags := $(PxTask_custom_cflags) +PxTask_release_common_cflags += -MMD +PxTask_release_common_cflags += $(addprefix -D, $(PxTask_release_defines)) +PxTask_release_common_cflags += $(addprefix -I, $(PxTask_release_hpaths)) +PxTask_release_common_cflags += -m64 +PxTask_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxTask_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxTask_release_common_cflags += -Wno-missing-field-initializers +PxTask_release_common_cflags += -O3 -fno-strict-aliasing +PxTask_release_cflags := $(PxTask_release_common_cflags) +PxTask_release_cppflags := $(PxTask_release_common_cflags) +PxTask_release_lflags := $(PxTask_custom_lflags) +PxTask_release_lflags += $(addprefix -L, $(PxTask_release_lpaths)) +PxTask_release_lflags += -Wl,--start-group $(addprefix -l, $(PxTask_release_libraries)) -Wl,--end-group +PxTask_release_lflags += -lrt +PxTask_release_lflags += -m64 +PxTask_release_objsdir = $(OBJS_DIR)/PxTask_release +PxTask_release_cpp_o = $(addprefix $(PxTask_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) +PxTask_release_cc_o = $(addprefix $(PxTask_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) +PxTask_release_c_o = $(addprefix $(PxTask_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxTask_cfiles))))) +PxTask_release_obj = $(PxTask_release_cpp_o) $(PxTask_release_cc_o) $(PxTask_release_c_o) +PxTask_release_bin := ./../../../../PxShared/lib/linux64/libPxTask.a + +clean_PxTask_release: + @$(ECHO) clean PxTask release + @$(RMDIR) $(PxTask_release_objsdir) + @$(RMDIR) $(PxTask_release_bin) + @$(RMDIR) $(DEPSDIR)/PxTask/release + +build_PxTask_release: postbuild_PxTask_release +postbuild_PxTask_release: mainbuild_PxTask_release +mainbuild_PxTask_release: prebuild_PxTask_release $(PxTask_release_bin) +prebuild_PxTask_release: + +$(PxTask_release_bin): $(PxTask_release_obj) + mkdir -p `dirname ./../../../../PxShared/lib/linux64/libPxTask.a` + @$(AR) rcs $(PxTask_release_bin) $(PxTask_release_obj) + $(ECHO) building $@ complete! + +PxTask_release_DEPDIR = $(dir $(@))/$(*F) +$(PxTask_release_cpp_o): $(PxTask_release_objsdir)/%.o: + $(ECHO) PxTask: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxTask_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cppfiles)))))) + cp $(PxTask_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cppfiles))))).P; \ + rm -f $(PxTask_release_DEPDIR).d + +$(PxTask_release_cc_o): $(PxTask_release_objsdir)/%.o: + $(ECHO) PxTask: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxTask_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_ccfiles)))))) + cp $(PxTask_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_ccfiles))))).release.P; \ + rm -f $(PxTask_release_DEPDIR).d + +$(PxTask_release_c_o): $(PxTask_release_objsdir)/%.o: + $(ECHO) PxTask: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxTask_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cfiles)))))) + cp $(PxTask_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cfiles))))).P; \ + rm -f $(PxTask_release_DEPDIR).d + +PxTask_checked_hpaths := +PxTask_checked_hpaths += ./../../../../PxShared/include +PxTask_checked_hpaths += ./../../../../PxShared/src/task/include +PxTask_checked_hpaths += ./../../../../PxShared/src/foundation/include +PxTask_checked_lpaths := +PxTask_checked_defines := $(PxTask_custom_defines) +PxTask_checked_defines += NDEBUG +PxTask_checked_defines += PX_CHECKED=1 +PxTask_checked_libraries := +PxTask_checked_common_cflags := $(PxTask_custom_cflags) +PxTask_checked_common_cflags += -MMD +PxTask_checked_common_cflags += $(addprefix -D, $(PxTask_checked_defines)) +PxTask_checked_common_cflags += $(addprefix -I, $(PxTask_checked_hpaths)) +PxTask_checked_common_cflags += -m64 +PxTask_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxTask_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxTask_checked_common_cflags += -Wno-missing-field-initializers +PxTask_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +PxTask_checked_cflags := $(PxTask_checked_common_cflags) +PxTask_checked_cppflags := $(PxTask_checked_common_cflags) +PxTask_checked_lflags := $(PxTask_custom_lflags) +PxTask_checked_lflags += $(addprefix -L, $(PxTask_checked_lpaths)) +PxTask_checked_lflags += -Wl,--start-group $(addprefix -l, $(PxTask_checked_libraries)) -Wl,--end-group +PxTask_checked_lflags += -lrt +PxTask_checked_lflags += -m64 +PxTask_checked_objsdir = $(OBJS_DIR)/PxTask_checked +PxTask_checked_cpp_o = $(addprefix $(PxTask_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) +PxTask_checked_cc_o = $(addprefix $(PxTask_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) +PxTask_checked_c_o = $(addprefix $(PxTask_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxTask_cfiles))))) +PxTask_checked_obj = $(PxTask_checked_cpp_o) $(PxTask_checked_cc_o) $(PxTask_checked_c_o) +PxTask_checked_bin := ./../../../../PxShared/lib/linux64/libPxTaskCHECKED.a + +clean_PxTask_checked: + @$(ECHO) clean PxTask checked + @$(RMDIR) $(PxTask_checked_objsdir) + @$(RMDIR) $(PxTask_checked_bin) + @$(RMDIR) $(DEPSDIR)/PxTask/checked + +build_PxTask_checked: postbuild_PxTask_checked +postbuild_PxTask_checked: mainbuild_PxTask_checked +mainbuild_PxTask_checked: prebuild_PxTask_checked $(PxTask_checked_bin) +prebuild_PxTask_checked: + +$(PxTask_checked_bin): $(PxTask_checked_obj) + mkdir -p `dirname ./../../../../PxShared/lib/linux64/libPxTaskCHECKED.a` + @$(AR) rcs $(PxTask_checked_bin) $(PxTask_checked_obj) + $(ECHO) building $@ complete! + +PxTask_checked_DEPDIR = $(dir $(@))/$(*F) +$(PxTask_checked_cpp_o): $(PxTask_checked_objsdir)/%.o: + $(ECHO) PxTask: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxTask_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cppfiles)))))) + cp $(PxTask_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cppfiles))))).P; \ + rm -f $(PxTask_checked_DEPDIR).d + +$(PxTask_checked_cc_o): $(PxTask_checked_objsdir)/%.o: + $(ECHO) PxTask: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxTask_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_ccfiles)))))) + cp $(PxTask_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_ccfiles))))).checked.P; \ + rm -f $(PxTask_checked_DEPDIR).d + +$(PxTask_checked_c_o): $(PxTask_checked_objsdir)/%.o: + $(ECHO) PxTask: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxTask_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cfiles)))))) + cp $(PxTask_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cfiles))))).P; \ + rm -f $(PxTask_checked_DEPDIR).d + +PxTask_profile_hpaths := +PxTask_profile_hpaths += ./../../../../PxShared/include +PxTask_profile_hpaths += ./../../../../PxShared/src/task/include +PxTask_profile_hpaths += ./../../../../PxShared/src/foundation/include +PxTask_profile_lpaths := +PxTask_profile_defines := $(PxTask_custom_defines) +PxTask_profile_defines += NDEBUG +PxTask_profile_defines += PX_PROFILE=1 +PxTask_profile_libraries := +PxTask_profile_common_cflags := $(PxTask_custom_cflags) +PxTask_profile_common_cflags += -MMD +PxTask_profile_common_cflags += $(addprefix -D, $(PxTask_profile_defines)) +PxTask_profile_common_cflags += $(addprefix -I, $(PxTask_profile_hpaths)) +PxTask_profile_common_cflags += -m64 +PxTask_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +PxTask_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +PxTask_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +PxTask_profile_common_cflags += -Wno-missing-field-initializers +PxTask_profile_common_cflags += -O3 -fno-strict-aliasing +PxTask_profile_cflags := $(PxTask_profile_common_cflags) +PxTask_profile_cppflags := $(PxTask_profile_common_cflags) +PxTask_profile_lflags := $(PxTask_custom_lflags) +PxTask_profile_lflags += $(addprefix -L, $(PxTask_profile_lpaths)) +PxTask_profile_lflags += -Wl,--start-group $(addprefix -l, $(PxTask_profile_libraries)) -Wl,--end-group +PxTask_profile_lflags += -lrt +PxTask_profile_lflags += -m64 +PxTask_profile_objsdir = $(OBJS_DIR)/PxTask_profile +PxTask_profile_cpp_o = $(addprefix $(PxTask_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles))))) +PxTask_profile_cc_o = $(addprefix $(PxTask_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles))))) +PxTask_profile_c_o = $(addprefix $(PxTask_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxTask_cfiles))))) +PxTask_profile_obj = $(PxTask_profile_cpp_o) $(PxTask_profile_cc_o) $(PxTask_profile_c_o) +PxTask_profile_bin := ./../../../../PxShared/lib/linux64/libPxTaskPROFILE.a + +clean_PxTask_profile: + @$(ECHO) clean PxTask profile + @$(RMDIR) $(PxTask_profile_objsdir) + @$(RMDIR) $(PxTask_profile_bin) + @$(RMDIR) $(DEPSDIR)/PxTask/profile + +build_PxTask_profile: postbuild_PxTask_profile +postbuild_PxTask_profile: mainbuild_PxTask_profile +mainbuild_PxTask_profile: prebuild_PxTask_profile $(PxTask_profile_bin) +prebuild_PxTask_profile: + +$(PxTask_profile_bin): $(PxTask_profile_obj) + mkdir -p `dirname ./../../../../PxShared/lib/linux64/libPxTaskPROFILE.a` + @$(AR) rcs $(PxTask_profile_bin) $(PxTask_profile_obj) + $(ECHO) building $@ complete! + +PxTask_profile_DEPDIR = $(dir $(@))/$(*F) +$(PxTask_profile_cpp_o): $(PxTask_profile_objsdir)/%.o: + $(ECHO) PxTask: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxTask_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cppfiles)))))) + cp $(PxTask_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cppfiles))))).P; \ + rm -f $(PxTask_profile_DEPDIR).d + +$(PxTask_profile_cc_o): $(PxTask_profile_objsdir)/%.o: + $(ECHO) PxTask: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(PxTask_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_ccfiles)))))) + cp $(PxTask_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_ccfiles))))).profile.P; \ + rm -f $(PxTask_profile_DEPDIR).d + +$(PxTask_profile_c_o): $(PxTask_profile_objsdir)/%.o: + $(ECHO) PxTask: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(PxTask_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cfiles)))))) + cp $(PxTask_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cfiles))))).P; \ + rm -f $(PxTask_profile_DEPDIR).d + +clean_PxTask: clean_PxTask_debug clean_PxTask_release clean_PxTask_checked clean_PxTask_profile + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.SceneQuery.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.SceneQuery.mk new file mode 100644 index 00000000..29cc9802 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.SceneQuery.mk @@ -0,0 +1,477 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = SceneQuery +SceneQuery_cppfiles += ./../../SceneQuery/src/SqAABBPruner.cpp +SceneQuery_cppfiles += ./../../SceneQuery/src/SqAABBTree.cpp +SceneQuery_cppfiles += ./../../SceneQuery/src/SqAABBTreeUpdateMap.cpp +SceneQuery_cppfiles += ./../../SceneQuery/src/SqBounds.cpp +SceneQuery_cppfiles += ./../../SceneQuery/src/SqBucketPruner.cpp +SceneQuery_cppfiles += ./../../SceneQuery/src/SqExtendedBucketPruner.cpp +SceneQuery_cppfiles += ./../../SceneQuery/src/SqMetaData.cpp +SceneQuery_cppfiles += ./../../SceneQuery/src/SqPruningPool.cpp +SceneQuery_cppfiles += ./../../SceneQuery/src/SqPruningStructure.cpp +SceneQuery_cppfiles += ./../../SceneQuery/src/SqSceneQueryManager.cpp + +SceneQuery_cpp_debug_dep = $(addprefix $(DEPSDIR)/SceneQuery/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SceneQuery_cppfiles))))) +SceneQuery_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(SceneQuery_ccfiles))))) +SceneQuery_c_debug_dep = $(addprefix $(DEPSDIR)/SceneQuery/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SceneQuery_cfiles))))) +SceneQuery_debug_dep = $(SceneQuery_cpp_debug_dep) $(SceneQuery_cc_debug_dep) $(SceneQuery_c_debug_dep) +-include $(SceneQuery_debug_dep) +SceneQuery_cpp_checked_dep = $(addprefix $(DEPSDIR)/SceneQuery/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SceneQuery_cppfiles))))) +SceneQuery_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(SceneQuery_ccfiles))))) +SceneQuery_c_checked_dep = $(addprefix $(DEPSDIR)/SceneQuery/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SceneQuery_cfiles))))) +SceneQuery_checked_dep = $(SceneQuery_cpp_checked_dep) $(SceneQuery_cc_checked_dep) $(SceneQuery_c_checked_dep) +-include $(SceneQuery_checked_dep) +SceneQuery_cpp_profile_dep = $(addprefix $(DEPSDIR)/SceneQuery/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SceneQuery_cppfiles))))) +SceneQuery_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(SceneQuery_ccfiles))))) +SceneQuery_c_profile_dep = $(addprefix $(DEPSDIR)/SceneQuery/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SceneQuery_cfiles))))) +SceneQuery_profile_dep = $(SceneQuery_cpp_profile_dep) $(SceneQuery_cc_profile_dep) $(SceneQuery_c_profile_dep) +-include $(SceneQuery_profile_dep) +SceneQuery_cpp_release_dep = $(addprefix $(DEPSDIR)/SceneQuery/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SceneQuery_cppfiles))))) +SceneQuery_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(SceneQuery_ccfiles))))) +SceneQuery_c_release_dep = $(addprefix $(DEPSDIR)/SceneQuery/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SceneQuery_cfiles))))) +SceneQuery_release_dep = $(SceneQuery_cpp_release_dep) $(SceneQuery_cc_release_dep) $(SceneQuery_c_release_dep) +-include $(SceneQuery_release_dep) +SceneQuery_debug_hpaths := +SceneQuery_debug_hpaths += ./../../Common/include +SceneQuery_debug_hpaths += ./../../../../PxShared/include +SceneQuery_debug_hpaths += ./../../../../PxShared/src/foundation/include +SceneQuery_debug_hpaths += ./../../../../PxShared/src/fastxml/include +SceneQuery_debug_hpaths += ./../../../../PxShared/src/pvd/include +SceneQuery_debug_hpaths += ./../../../Include/common +SceneQuery_debug_hpaths += ./../../../Include/geometry +SceneQuery_debug_hpaths += ./../../../Include/GeomUtils +SceneQuery_debug_hpaths += ./../../../Include/pvd +SceneQuery_debug_hpaths += ./../../../Include +SceneQuery_debug_hpaths += ./../../Common/src +SceneQuery_debug_hpaths += ./../../Common/src/unix +SceneQuery_debug_hpaths += ./../../GeomUtils/headers +SceneQuery_debug_hpaths += ./../../GeomUtils/src +SceneQuery_debug_hpaths += ./../../GeomUtils/src/contact +SceneQuery_debug_hpaths += ./../../GeomUtils/src/common +SceneQuery_debug_hpaths += ./../../GeomUtils/src/convex +SceneQuery_debug_hpaths += ./../../GeomUtils/src/distance +SceneQuery_debug_hpaths += ./../../GeomUtils/src/sweep +SceneQuery_debug_hpaths += ./../../GeomUtils/src/gjk +SceneQuery_debug_hpaths += ./../../GeomUtils/src/intersection +SceneQuery_debug_hpaths += ./../../GeomUtils/src/mesh +SceneQuery_debug_hpaths += ./../../GeomUtils/src/hf +SceneQuery_debug_hpaths += ./../../GeomUtils/src/pcm +SceneQuery_debug_hpaths += ./../../GeomUtils/src/ccd +SceneQuery_debug_hpaths += ./../../SceneQuery/include +SceneQuery_debug_hpaths += ./../../SimulationController/include +SceneQuery_debug_hpaths += ./../../LowLevel/API/include +SceneQuery_debug_hpaths += ./../../PhysX/src +SceneQuery_debug_hpaths += ./../../PhysX/src/buffering +SceneQuery_debug_lpaths := +SceneQuery_debug_defines := $(SceneQuery_custom_defines) +SceneQuery_debug_defines += PX_PHYSX_STATIC_LIB +SceneQuery_debug_defines += _DEBUG +SceneQuery_debug_defines += PX_DEBUG=1 +SceneQuery_debug_defines += PX_CHECKED=1 +SceneQuery_debug_defines += PX_SUPPORT_PVD=1 +SceneQuery_debug_libraries := +SceneQuery_debug_common_cflags := $(SceneQuery_custom_cflags) +SceneQuery_debug_common_cflags += -MMD +SceneQuery_debug_common_cflags += $(addprefix -D, $(SceneQuery_debug_defines)) +SceneQuery_debug_common_cflags += $(addprefix -I, $(SceneQuery_debug_hpaths)) +SceneQuery_debug_common_cflags += -m64 +SceneQuery_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +SceneQuery_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SceneQuery_debug_common_cflags += -Wno-missing-field-initializers +SceneQuery_debug_common_cflags += -g3 -gdwarf-2 +SceneQuery_debug_cflags := $(SceneQuery_debug_common_cflags) +SceneQuery_debug_cppflags := $(SceneQuery_debug_common_cflags) +SceneQuery_debug_lflags := $(SceneQuery_custom_lflags) +SceneQuery_debug_lflags += $(addprefix -L, $(SceneQuery_debug_lpaths)) +SceneQuery_debug_lflags += -Wl,--start-group $(addprefix -l, $(SceneQuery_debug_libraries)) -Wl,--end-group +SceneQuery_debug_lflags += -lrt +SceneQuery_debug_lflags += -m64 +SceneQuery_debug_objsdir = $(OBJS_DIR)/SceneQuery_debug +SceneQuery_debug_cpp_o = $(addprefix $(SceneQuery_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) +SceneQuery_debug_cc_o = $(addprefix $(SceneQuery_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) +SceneQuery_debug_c_o = $(addprefix $(SceneQuery_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SceneQuery_cfiles))))) +SceneQuery_debug_obj = $(SceneQuery_debug_cpp_o) $(SceneQuery_debug_cc_o) $(SceneQuery_debug_c_o) +SceneQuery_debug_bin := ./../../../Lib/linux64/libSceneQueryDEBUG.a + +clean_SceneQuery_debug: + @$(ECHO) clean SceneQuery debug + @$(RMDIR) $(SceneQuery_debug_objsdir) + @$(RMDIR) $(SceneQuery_debug_bin) + @$(RMDIR) $(DEPSDIR)/SceneQuery/debug + +build_SceneQuery_debug: postbuild_SceneQuery_debug +postbuild_SceneQuery_debug: mainbuild_SceneQuery_debug +mainbuild_SceneQuery_debug: prebuild_SceneQuery_debug $(SceneQuery_debug_bin) +prebuild_SceneQuery_debug: + +$(SceneQuery_debug_bin): $(SceneQuery_debug_obj) + mkdir -p `dirname ./../../../Lib/linux64/libSceneQueryDEBUG.a` + @$(AR) rcs $(SceneQuery_debug_bin) $(SceneQuery_debug_obj) + $(ECHO) building $@ complete! + +SceneQuery_debug_DEPDIR = $(dir $(@))/$(*F) +$(SceneQuery_debug_cpp_o): $(SceneQuery_debug_objsdir)/%.o: + $(ECHO) SceneQuery: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SceneQuery_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SceneQuery/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_cppfiles)))))) + cp $(SceneQuery_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SceneQuery/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SceneQuery/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_cppfiles))))).P; \ + rm -f $(SceneQuery_debug_DEPDIR).d + +$(SceneQuery_debug_cc_o): $(SceneQuery_debug_objsdir)/%.o: + $(ECHO) SceneQuery: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SceneQuery_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_ccfiles)))))) + cp $(SceneQuery_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_ccfiles))))).debug.P; \ + rm -f $(SceneQuery_debug_DEPDIR).d + +$(SceneQuery_debug_c_o): $(SceneQuery_debug_objsdir)/%.o: + $(ECHO) SceneQuery: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SceneQuery_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SceneQuery/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_cfiles)))))) + cp $(SceneQuery_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SceneQuery/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SceneQuery/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_debug_objsdir),, $@))), $(SceneQuery_cfiles))))).P; \ + rm -f $(SceneQuery_debug_DEPDIR).d + +SceneQuery_checked_hpaths := +SceneQuery_checked_hpaths += ./../../Common/include +SceneQuery_checked_hpaths += ./../../../../PxShared/include +SceneQuery_checked_hpaths += ./../../../../PxShared/src/foundation/include +SceneQuery_checked_hpaths += ./../../../../PxShared/src/fastxml/include +SceneQuery_checked_hpaths += ./../../../../PxShared/src/pvd/include +SceneQuery_checked_hpaths += ./../../../Include/common +SceneQuery_checked_hpaths += ./../../../Include/geometry +SceneQuery_checked_hpaths += ./../../../Include/GeomUtils +SceneQuery_checked_hpaths += ./../../../Include/pvd +SceneQuery_checked_hpaths += ./../../../Include +SceneQuery_checked_hpaths += ./../../Common/src +SceneQuery_checked_hpaths += ./../../Common/src/unix +SceneQuery_checked_hpaths += ./../../GeomUtils/headers +SceneQuery_checked_hpaths += ./../../GeomUtils/src +SceneQuery_checked_hpaths += ./../../GeomUtils/src/contact +SceneQuery_checked_hpaths += ./../../GeomUtils/src/common +SceneQuery_checked_hpaths += ./../../GeomUtils/src/convex +SceneQuery_checked_hpaths += ./../../GeomUtils/src/distance +SceneQuery_checked_hpaths += ./../../GeomUtils/src/sweep +SceneQuery_checked_hpaths += ./../../GeomUtils/src/gjk +SceneQuery_checked_hpaths += ./../../GeomUtils/src/intersection +SceneQuery_checked_hpaths += ./../../GeomUtils/src/mesh +SceneQuery_checked_hpaths += ./../../GeomUtils/src/hf +SceneQuery_checked_hpaths += ./../../GeomUtils/src/pcm +SceneQuery_checked_hpaths += ./../../GeomUtils/src/ccd +SceneQuery_checked_hpaths += ./../../SceneQuery/include +SceneQuery_checked_hpaths += ./../../SimulationController/include +SceneQuery_checked_hpaths += ./../../LowLevel/API/include +SceneQuery_checked_hpaths += ./../../PhysX/src +SceneQuery_checked_hpaths += ./../../PhysX/src/buffering +SceneQuery_checked_lpaths := +SceneQuery_checked_defines := $(SceneQuery_custom_defines) +SceneQuery_checked_defines += PX_PHYSX_STATIC_LIB +SceneQuery_checked_defines += NDEBUG +SceneQuery_checked_defines += PX_CHECKED=1 +SceneQuery_checked_defines += PX_SUPPORT_PVD=1 +SceneQuery_checked_libraries := +SceneQuery_checked_common_cflags := $(SceneQuery_custom_cflags) +SceneQuery_checked_common_cflags += -MMD +SceneQuery_checked_common_cflags += $(addprefix -D, $(SceneQuery_checked_defines)) +SceneQuery_checked_common_cflags += $(addprefix -I, $(SceneQuery_checked_hpaths)) +SceneQuery_checked_common_cflags += -m64 +SceneQuery_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +SceneQuery_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SceneQuery_checked_common_cflags += -Wno-missing-field-initializers +SceneQuery_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +SceneQuery_checked_cflags := $(SceneQuery_checked_common_cflags) +SceneQuery_checked_cppflags := $(SceneQuery_checked_common_cflags) +SceneQuery_checked_lflags := $(SceneQuery_custom_lflags) +SceneQuery_checked_lflags += $(addprefix -L, $(SceneQuery_checked_lpaths)) +SceneQuery_checked_lflags += -Wl,--start-group $(addprefix -l, $(SceneQuery_checked_libraries)) -Wl,--end-group +SceneQuery_checked_lflags += -lrt +SceneQuery_checked_lflags += -m64 +SceneQuery_checked_objsdir = $(OBJS_DIR)/SceneQuery_checked +SceneQuery_checked_cpp_o = $(addprefix $(SceneQuery_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) +SceneQuery_checked_cc_o = $(addprefix $(SceneQuery_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) +SceneQuery_checked_c_o = $(addprefix $(SceneQuery_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SceneQuery_cfiles))))) +SceneQuery_checked_obj = $(SceneQuery_checked_cpp_o) $(SceneQuery_checked_cc_o) $(SceneQuery_checked_c_o) +SceneQuery_checked_bin := ./../../../Lib/linux64/libSceneQueryCHECKED.a + +clean_SceneQuery_checked: + @$(ECHO) clean SceneQuery checked + @$(RMDIR) $(SceneQuery_checked_objsdir) + @$(RMDIR) $(SceneQuery_checked_bin) + @$(RMDIR) $(DEPSDIR)/SceneQuery/checked + +build_SceneQuery_checked: postbuild_SceneQuery_checked +postbuild_SceneQuery_checked: mainbuild_SceneQuery_checked +mainbuild_SceneQuery_checked: prebuild_SceneQuery_checked $(SceneQuery_checked_bin) +prebuild_SceneQuery_checked: + +$(SceneQuery_checked_bin): $(SceneQuery_checked_obj) + mkdir -p `dirname ./../../../Lib/linux64/libSceneQueryCHECKED.a` + @$(AR) rcs $(SceneQuery_checked_bin) $(SceneQuery_checked_obj) + $(ECHO) building $@ complete! + +SceneQuery_checked_DEPDIR = $(dir $(@))/$(*F) +$(SceneQuery_checked_cpp_o): $(SceneQuery_checked_objsdir)/%.o: + $(ECHO) SceneQuery: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SceneQuery_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SceneQuery/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_cppfiles)))))) + cp $(SceneQuery_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SceneQuery/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SceneQuery/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_cppfiles))))).P; \ + rm -f $(SceneQuery_checked_DEPDIR).d + +$(SceneQuery_checked_cc_o): $(SceneQuery_checked_objsdir)/%.o: + $(ECHO) SceneQuery: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SceneQuery_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_ccfiles)))))) + cp $(SceneQuery_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_ccfiles))))).checked.P; \ + rm -f $(SceneQuery_checked_DEPDIR).d + +$(SceneQuery_checked_c_o): $(SceneQuery_checked_objsdir)/%.o: + $(ECHO) SceneQuery: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SceneQuery_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SceneQuery/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_cfiles)))))) + cp $(SceneQuery_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SceneQuery/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SceneQuery/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_checked_objsdir),, $@))), $(SceneQuery_cfiles))))).P; \ + rm -f $(SceneQuery_checked_DEPDIR).d + +SceneQuery_profile_hpaths := +SceneQuery_profile_hpaths += ./../../Common/include +SceneQuery_profile_hpaths += ./../../../../PxShared/include +SceneQuery_profile_hpaths += ./../../../../PxShared/src/foundation/include +SceneQuery_profile_hpaths += ./../../../../PxShared/src/fastxml/include +SceneQuery_profile_hpaths += ./../../../../PxShared/src/pvd/include +SceneQuery_profile_hpaths += ./../../../Include/common +SceneQuery_profile_hpaths += ./../../../Include/geometry +SceneQuery_profile_hpaths += ./../../../Include/GeomUtils +SceneQuery_profile_hpaths += ./../../../Include/pvd +SceneQuery_profile_hpaths += ./../../../Include +SceneQuery_profile_hpaths += ./../../Common/src +SceneQuery_profile_hpaths += ./../../Common/src/unix +SceneQuery_profile_hpaths += ./../../GeomUtils/headers +SceneQuery_profile_hpaths += ./../../GeomUtils/src +SceneQuery_profile_hpaths += ./../../GeomUtils/src/contact +SceneQuery_profile_hpaths += ./../../GeomUtils/src/common +SceneQuery_profile_hpaths += ./../../GeomUtils/src/convex +SceneQuery_profile_hpaths += ./../../GeomUtils/src/distance +SceneQuery_profile_hpaths += ./../../GeomUtils/src/sweep +SceneQuery_profile_hpaths += ./../../GeomUtils/src/gjk +SceneQuery_profile_hpaths += ./../../GeomUtils/src/intersection +SceneQuery_profile_hpaths += ./../../GeomUtils/src/mesh +SceneQuery_profile_hpaths += ./../../GeomUtils/src/hf +SceneQuery_profile_hpaths += ./../../GeomUtils/src/pcm +SceneQuery_profile_hpaths += ./../../GeomUtils/src/ccd +SceneQuery_profile_hpaths += ./../../SceneQuery/include +SceneQuery_profile_hpaths += ./../../SimulationController/include +SceneQuery_profile_hpaths += ./../../LowLevel/API/include +SceneQuery_profile_hpaths += ./../../PhysX/src +SceneQuery_profile_hpaths += ./../../PhysX/src/buffering +SceneQuery_profile_lpaths := +SceneQuery_profile_defines := $(SceneQuery_custom_defines) +SceneQuery_profile_defines += PX_PHYSX_STATIC_LIB +SceneQuery_profile_defines += NDEBUG +SceneQuery_profile_defines += PX_PROFILE=1 +SceneQuery_profile_defines += PX_SUPPORT_PVD=1 +SceneQuery_profile_libraries := +SceneQuery_profile_common_cflags := $(SceneQuery_custom_cflags) +SceneQuery_profile_common_cflags += -MMD +SceneQuery_profile_common_cflags += $(addprefix -D, $(SceneQuery_profile_defines)) +SceneQuery_profile_common_cflags += $(addprefix -I, $(SceneQuery_profile_hpaths)) +SceneQuery_profile_common_cflags += -m64 +SceneQuery_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +SceneQuery_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SceneQuery_profile_common_cflags += -Wno-missing-field-initializers +SceneQuery_profile_common_cflags += -O3 -fno-strict-aliasing +SceneQuery_profile_cflags := $(SceneQuery_profile_common_cflags) +SceneQuery_profile_cppflags := $(SceneQuery_profile_common_cflags) +SceneQuery_profile_lflags := $(SceneQuery_custom_lflags) +SceneQuery_profile_lflags += $(addprefix -L, $(SceneQuery_profile_lpaths)) +SceneQuery_profile_lflags += -Wl,--start-group $(addprefix -l, $(SceneQuery_profile_libraries)) -Wl,--end-group +SceneQuery_profile_lflags += -lrt +SceneQuery_profile_lflags += -m64 +SceneQuery_profile_objsdir = $(OBJS_DIR)/SceneQuery_profile +SceneQuery_profile_cpp_o = $(addprefix $(SceneQuery_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) +SceneQuery_profile_cc_o = $(addprefix $(SceneQuery_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) +SceneQuery_profile_c_o = $(addprefix $(SceneQuery_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SceneQuery_cfiles))))) +SceneQuery_profile_obj = $(SceneQuery_profile_cpp_o) $(SceneQuery_profile_cc_o) $(SceneQuery_profile_c_o) +SceneQuery_profile_bin := ./../../../Lib/linux64/libSceneQueryPROFILE.a + +clean_SceneQuery_profile: + @$(ECHO) clean SceneQuery profile + @$(RMDIR) $(SceneQuery_profile_objsdir) + @$(RMDIR) $(SceneQuery_profile_bin) + @$(RMDIR) $(DEPSDIR)/SceneQuery/profile + +build_SceneQuery_profile: postbuild_SceneQuery_profile +postbuild_SceneQuery_profile: mainbuild_SceneQuery_profile +mainbuild_SceneQuery_profile: prebuild_SceneQuery_profile $(SceneQuery_profile_bin) +prebuild_SceneQuery_profile: + +$(SceneQuery_profile_bin): $(SceneQuery_profile_obj) + mkdir -p `dirname ./../../../Lib/linux64/libSceneQueryPROFILE.a` + @$(AR) rcs $(SceneQuery_profile_bin) $(SceneQuery_profile_obj) + $(ECHO) building $@ complete! + +SceneQuery_profile_DEPDIR = $(dir $(@))/$(*F) +$(SceneQuery_profile_cpp_o): $(SceneQuery_profile_objsdir)/%.o: + $(ECHO) SceneQuery: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SceneQuery_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SceneQuery/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_cppfiles)))))) + cp $(SceneQuery_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SceneQuery/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SceneQuery/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_cppfiles))))).P; \ + rm -f $(SceneQuery_profile_DEPDIR).d + +$(SceneQuery_profile_cc_o): $(SceneQuery_profile_objsdir)/%.o: + $(ECHO) SceneQuery: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SceneQuery_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_ccfiles)))))) + cp $(SceneQuery_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_ccfiles))))).profile.P; \ + rm -f $(SceneQuery_profile_DEPDIR).d + +$(SceneQuery_profile_c_o): $(SceneQuery_profile_objsdir)/%.o: + $(ECHO) SceneQuery: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SceneQuery_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SceneQuery/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_cfiles)))))) + cp $(SceneQuery_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SceneQuery/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SceneQuery/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_profile_objsdir),, $@))), $(SceneQuery_cfiles))))).P; \ + rm -f $(SceneQuery_profile_DEPDIR).d + +SceneQuery_release_hpaths := +SceneQuery_release_hpaths += ./../../Common/include +SceneQuery_release_hpaths += ./../../../../PxShared/include +SceneQuery_release_hpaths += ./../../../../PxShared/src/foundation/include +SceneQuery_release_hpaths += ./../../../../PxShared/src/fastxml/include +SceneQuery_release_hpaths += ./../../../../PxShared/src/pvd/include +SceneQuery_release_hpaths += ./../../../Include/common +SceneQuery_release_hpaths += ./../../../Include/geometry +SceneQuery_release_hpaths += ./../../../Include/GeomUtils +SceneQuery_release_hpaths += ./../../../Include/pvd +SceneQuery_release_hpaths += ./../../../Include +SceneQuery_release_hpaths += ./../../Common/src +SceneQuery_release_hpaths += ./../../Common/src/unix +SceneQuery_release_hpaths += ./../../GeomUtils/headers +SceneQuery_release_hpaths += ./../../GeomUtils/src +SceneQuery_release_hpaths += ./../../GeomUtils/src/contact +SceneQuery_release_hpaths += ./../../GeomUtils/src/common +SceneQuery_release_hpaths += ./../../GeomUtils/src/convex +SceneQuery_release_hpaths += ./../../GeomUtils/src/distance +SceneQuery_release_hpaths += ./../../GeomUtils/src/sweep +SceneQuery_release_hpaths += ./../../GeomUtils/src/gjk +SceneQuery_release_hpaths += ./../../GeomUtils/src/intersection +SceneQuery_release_hpaths += ./../../GeomUtils/src/mesh +SceneQuery_release_hpaths += ./../../GeomUtils/src/hf +SceneQuery_release_hpaths += ./../../GeomUtils/src/pcm +SceneQuery_release_hpaths += ./../../GeomUtils/src/ccd +SceneQuery_release_hpaths += ./../../SceneQuery/include +SceneQuery_release_hpaths += ./../../SimulationController/include +SceneQuery_release_hpaths += ./../../LowLevel/API/include +SceneQuery_release_hpaths += ./../../PhysX/src +SceneQuery_release_hpaths += ./../../PhysX/src/buffering +SceneQuery_release_lpaths := +SceneQuery_release_defines := $(SceneQuery_custom_defines) +SceneQuery_release_defines += PX_PHYSX_STATIC_LIB +SceneQuery_release_defines += NDEBUG +SceneQuery_release_defines += PX_SUPPORT_PVD=0 +SceneQuery_release_libraries := +SceneQuery_release_common_cflags := $(SceneQuery_custom_cflags) +SceneQuery_release_common_cflags += -MMD +SceneQuery_release_common_cflags += $(addprefix -D, $(SceneQuery_release_defines)) +SceneQuery_release_common_cflags += $(addprefix -I, $(SceneQuery_release_hpaths)) +SceneQuery_release_common_cflags += -m64 +SceneQuery_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SceneQuery_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +SceneQuery_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SceneQuery_release_common_cflags += -Wno-missing-field-initializers +SceneQuery_release_common_cflags += -O3 -fno-strict-aliasing +SceneQuery_release_cflags := $(SceneQuery_release_common_cflags) +SceneQuery_release_cppflags := $(SceneQuery_release_common_cflags) +SceneQuery_release_lflags := $(SceneQuery_custom_lflags) +SceneQuery_release_lflags += $(addprefix -L, $(SceneQuery_release_lpaths)) +SceneQuery_release_lflags += -Wl,--start-group $(addprefix -l, $(SceneQuery_release_libraries)) -Wl,--end-group +SceneQuery_release_lflags += -lrt +SceneQuery_release_lflags += -m64 +SceneQuery_release_objsdir = $(OBJS_DIR)/SceneQuery_release +SceneQuery_release_cpp_o = $(addprefix $(SceneQuery_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SceneQuery_cppfiles))))) +SceneQuery_release_cc_o = $(addprefix $(SceneQuery_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SceneQuery_ccfiles))))) +SceneQuery_release_c_o = $(addprefix $(SceneQuery_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SceneQuery_cfiles))))) +SceneQuery_release_obj = $(SceneQuery_release_cpp_o) $(SceneQuery_release_cc_o) $(SceneQuery_release_c_o) +SceneQuery_release_bin := ./../../../Lib/linux64/libSceneQuery.a + +clean_SceneQuery_release: + @$(ECHO) clean SceneQuery release + @$(RMDIR) $(SceneQuery_release_objsdir) + @$(RMDIR) $(SceneQuery_release_bin) + @$(RMDIR) $(DEPSDIR)/SceneQuery/release + +build_SceneQuery_release: postbuild_SceneQuery_release +postbuild_SceneQuery_release: mainbuild_SceneQuery_release +mainbuild_SceneQuery_release: prebuild_SceneQuery_release $(SceneQuery_release_bin) +prebuild_SceneQuery_release: + +$(SceneQuery_release_bin): $(SceneQuery_release_obj) + mkdir -p `dirname ./../../../Lib/linux64/libSceneQuery.a` + @$(AR) rcs $(SceneQuery_release_bin) $(SceneQuery_release_obj) + $(ECHO) building $@ complete! + +SceneQuery_release_DEPDIR = $(dir $(@))/$(*F) +$(SceneQuery_release_cpp_o): $(SceneQuery_release_objsdir)/%.o: + $(ECHO) SceneQuery: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SceneQuery_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SceneQuery/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_cppfiles)))))) + cp $(SceneQuery_release_DEPDIR).d $(addprefix $(DEPSDIR)/SceneQuery/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SceneQuery/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_cppfiles))))).P; \ + rm -f $(SceneQuery_release_DEPDIR).d + +$(SceneQuery_release_cc_o): $(SceneQuery_release_objsdir)/%.o: + $(ECHO) SceneQuery: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SceneQuery_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_ccfiles)))))) + cp $(SceneQuery_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_ccfiles))))).release.P; \ + rm -f $(SceneQuery_release_DEPDIR).d + +$(SceneQuery_release_c_o): $(SceneQuery_release_objsdir)/%.o: + $(ECHO) SceneQuery: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SceneQuery_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SceneQuery/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_cfiles)))))) + cp $(SceneQuery_release_DEPDIR).d $(addprefix $(DEPSDIR)/SceneQuery/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SceneQuery_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SceneQuery/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SceneQuery_release_objsdir),, $@))), $(SceneQuery_cfiles))))).P; \ + rm -f $(SceneQuery_release_DEPDIR).d + +clean_SceneQuery: clean_SceneQuery_debug clean_SceneQuery_checked clean_SceneQuery_profile clean_SceneQuery_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.SimulationController.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.SimulationController.mk new file mode 100644 index 00000000..f153ed70 --- /dev/null +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.SimulationController.mk @@ -0,0 +1,562 @@ +# Makefile generated by XPJ for linux64 +-include Makefile.custom +ProjectName = SimulationController +SimulationController_cppfiles += ./../../SimulationController/src/ScActorCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScActorSim.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScArticulationCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScArticulationJointCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScArticulationJointSim.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScArticulationSim.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScBodyCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScBodyCoreKinematic.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScBodySim.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScConstraintCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScConstraintGroupNode.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScConstraintInteraction.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScConstraintProjectionManager.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScConstraintProjectionTree.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScConstraintSim.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScElementInteractionMarker.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScElementSim.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScInteraction.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScIterators.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScMaterialCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScMetaData.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScNPhaseCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScPhysics.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScRigidCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScRigidSim.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScScene.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScShapeCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScShapeInteraction.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScShapeSim.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScSimStats.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScSimulationController.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScSqBoundsManager.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScStaticCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScStaticSim.cpp +SimulationController_cppfiles += ./../../SimulationController/src/ScTriggerInteraction.cpp +SimulationController_cppfiles += ./../../SimulationController/src/particles/ScParticleBodyInteraction.cpp +SimulationController_cppfiles += ./../../SimulationController/src/particles/ScParticlePacketShape.cpp +SimulationController_cppfiles += ./../../SimulationController/src/particles/ScParticleSystemCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/particles/ScParticleSystemSim.cpp +SimulationController_cppfiles += ./../../SimulationController/src/cloth/ScClothCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/cloth/ScClothFabricCore.cpp +SimulationController_cppfiles += ./../../SimulationController/src/cloth/ScClothShape.cpp +SimulationController_cppfiles += ./../../SimulationController/src/cloth/ScClothSim.cpp + +SimulationController_cpp_debug_dep = $(addprefix $(DEPSDIR)/SimulationController/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SimulationController_cppfiles))))) +SimulationController_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(SimulationController_ccfiles))))) +SimulationController_c_debug_dep = $(addprefix $(DEPSDIR)/SimulationController/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SimulationController_cfiles))))) +SimulationController_debug_dep = $(SimulationController_cpp_debug_dep) $(SimulationController_cc_debug_dep) $(SimulationController_c_debug_dep) +-include $(SimulationController_debug_dep) +SimulationController_cpp_checked_dep = $(addprefix $(DEPSDIR)/SimulationController/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SimulationController_cppfiles))))) +SimulationController_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(SimulationController_ccfiles))))) +SimulationController_c_checked_dep = $(addprefix $(DEPSDIR)/SimulationController/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SimulationController_cfiles))))) +SimulationController_checked_dep = $(SimulationController_cpp_checked_dep) $(SimulationController_cc_checked_dep) $(SimulationController_c_checked_dep) +-include $(SimulationController_checked_dep) +SimulationController_cpp_profile_dep = $(addprefix $(DEPSDIR)/SimulationController/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SimulationController_cppfiles))))) +SimulationController_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(SimulationController_ccfiles))))) +SimulationController_c_profile_dep = $(addprefix $(DEPSDIR)/SimulationController/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SimulationController_cfiles))))) +SimulationController_profile_dep = $(SimulationController_cpp_profile_dep) $(SimulationController_cc_profile_dep) $(SimulationController_c_profile_dep) +-include $(SimulationController_profile_dep) +SimulationController_cpp_release_dep = $(addprefix $(DEPSDIR)/SimulationController/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SimulationController_cppfiles))))) +SimulationController_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(SimulationController_ccfiles))))) +SimulationController_c_release_dep = $(addprefix $(DEPSDIR)/SimulationController/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SimulationController_cfiles))))) +SimulationController_release_dep = $(SimulationController_cpp_release_dep) $(SimulationController_cc_release_dep) $(SimulationController_c_release_dep) +-include $(SimulationController_release_dep) +SimulationController_debug_hpaths := +SimulationController_debug_hpaths += ./../../PhysXGpu/include +SimulationController_debug_hpaths += ./../../Common/include +SimulationController_debug_hpaths += ./../../../../PxShared/include +SimulationController_debug_hpaths += ./../../../../PxShared/src/foundation/include +SimulationController_debug_hpaths += ./../../../../PxShared/src/fastxml/include +SimulationController_debug_hpaths += ./../../../../PxShared/src/pvd/include +SimulationController_debug_hpaths += ./../../../Include/common +SimulationController_debug_hpaths += ./../../../Include/geometry +SimulationController_debug_hpaths += ./../../../Include/GeomUtils +SimulationController_debug_hpaths += ./../../../Include/pvd +SimulationController_debug_hpaths += ./../../../Include/particles +SimulationController_debug_hpaths += ./../../../Include/cloth +SimulationController_debug_hpaths += ./../../../Include +SimulationController_debug_hpaths += ./../../Common/src +SimulationController_debug_hpaths += ./../../Common/src/unix +SimulationController_debug_hpaths += ./../../GeomUtils/headers +SimulationController_debug_hpaths += ./../../GeomUtils/src +SimulationController_debug_hpaths += ./../../GeomUtils/src/contact +SimulationController_debug_hpaths += ./../../GeomUtils/src/common +SimulationController_debug_hpaths += ./../../GeomUtils/src/convex +SimulationController_debug_hpaths += ./../../GeomUtils/src/distance +SimulationController_debug_hpaths += ./../../GeomUtils/src/sweep +SimulationController_debug_hpaths += ./../../GeomUtils/src/gjk +SimulationController_debug_hpaths += ./../../GeomUtils/src/intersection +SimulationController_debug_hpaths += ./../../GeomUtils/src/mesh +SimulationController_debug_hpaths += ./../../GeomUtils/src/hf +SimulationController_debug_hpaths += ./../../GeomUtils/src/pcm +SimulationController_debug_hpaths += ./../../GeomUtils/src/ccd +SimulationController_debug_hpaths += ./../../SimulationController/include +SimulationController_debug_hpaths += ./../../SimulationController/src +SimulationController_debug_hpaths += ./../../SimulationController/src/particles +SimulationController_debug_hpaths += ./../../SimulationController/src/cloth +SimulationController_debug_hpaths += ./../../LowLevel/unix/include +SimulationController_debug_hpaths += ./../../LowLevel/API/include +SimulationController_debug_hpaths += ./../../LowLevel/software/include +SimulationController_debug_hpaths += ./../../LowLevel/common/include/math +SimulationController_debug_hpaths += ./../../LowLevel/common/include/utils +SimulationController_debug_hpaths += ./../../LowLevel/common/include/collision +SimulationController_debug_hpaths += ./../../LowLevel/common/include/pipeline +SimulationController_debug_hpaths += ./../../LowLevelCloth/include +SimulationController_debug_hpaths += ./../../LowLevelAABB/include +SimulationController_debug_hpaths += ./../../LowLevelDynamics/include +SimulationController_debug_hpaths += ./../../LowLevelParticles/include +SimulationController_debug_lpaths := +SimulationController_debug_defines := $(SimulationController_custom_defines) +SimulationController_debug_defines += PX_PHYSX_STATIC_LIB +SimulationController_debug_defines += _DEBUG +SimulationController_debug_defines += PX_DEBUG=1 +SimulationController_debug_defines += PX_CHECKED=1 +SimulationController_debug_defines += PX_SUPPORT_PVD=1 +SimulationController_debug_libraries := +SimulationController_debug_common_cflags := $(SimulationController_custom_cflags) +SimulationController_debug_common_cflags += -MMD +SimulationController_debug_common_cflags += $(addprefix -D, $(SimulationController_debug_defines)) +SimulationController_debug_common_cflags += $(addprefix -I, $(SimulationController_debug_hpaths)) +SimulationController_debug_common_cflags += -m64 +SimulationController_debug_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +SimulationController_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SimulationController_debug_common_cflags += -Wno-missing-field-initializers +SimulationController_debug_common_cflags += -g3 -gdwarf-2 +SimulationController_debug_cflags := $(SimulationController_debug_common_cflags) +SimulationController_debug_cppflags := $(SimulationController_debug_common_cflags) +SimulationController_debug_lflags := $(SimulationController_custom_lflags) +SimulationController_debug_lflags += $(addprefix -L, $(SimulationController_debug_lpaths)) +SimulationController_debug_lflags += -Wl,--start-group $(addprefix -l, $(SimulationController_debug_libraries)) -Wl,--end-group +SimulationController_debug_lflags += -lrt +SimulationController_debug_lflags += -m64 +SimulationController_debug_objsdir = $(OBJS_DIR)/SimulationController_debug +SimulationController_debug_cpp_o = $(addprefix $(SimulationController_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) +SimulationController_debug_cc_o = $(addprefix $(SimulationController_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) +SimulationController_debug_c_o = $(addprefix $(SimulationController_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SimulationController_cfiles))))) +SimulationController_debug_obj = $(SimulationController_debug_cpp_o) $(SimulationController_debug_cc_o) $(SimulationController_debug_c_o) +SimulationController_debug_bin := ./../../../Lib/linux64/libSimulationControllerDEBUG.a + +clean_SimulationController_debug: + @$(ECHO) clean SimulationController debug + @$(RMDIR) $(SimulationController_debug_objsdir) + @$(RMDIR) $(SimulationController_debug_bin) + @$(RMDIR) $(DEPSDIR)/SimulationController/debug + +build_SimulationController_debug: postbuild_SimulationController_debug +postbuild_SimulationController_debug: mainbuild_SimulationController_debug +mainbuild_SimulationController_debug: prebuild_SimulationController_debug $(SimulationController_debug_bin) +prebuild_SimulationController_debug: + +$(SimulationController_debug_bin): $(SimulationController_debug_obj) + mkdir -p `dirname ./../../../Lib/linux64/libSimulationControllerDEBUG.a` + @$(AR) rcs $(SimulationController_debug_bin) $(SimulationController_debug_obj) + $(ECHO) building $@ complete! + +SimulationController_debug_DEPDIR = $(dir $(@))/$(*F) +$(SimulationController_debug_cpp_o): $(SimulationController_debug_objsdir)/%.o: + $(ECHO) SimulationController: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SimulationController_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SimulationController/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_cppfiles)))))) + cp $(SimulationController_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SimulationController/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SimulationController/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_cppfiles))))).P; \ + rm -f $(SimulationController_debug_DEPDIR).d + +$(SimulationController_debug_cc_o): $(SimulationController_debug_objsdir)/%.o: + $(ECHO) SimulationController: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SimulationController_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_ccfiles)))))) + cp $(SimulationController_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_ccfiles))))).debug.P; \ + rm -f $(SimulationController_debug_DEPDIR).d + +$(SimulationController_debug_c_o): $(SimulationController_debug_objsdir)/%.o: + $(ECHO) SimulationController: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SimulationController_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SimulationController/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_cfiles)))))) + cp $(SimulationController_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SimulationController/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SimulationController/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_debug_objsdir),, $@))), $(SimulationController_cfiles))))).P; \ + rm -f $(SimulationController_debug_DEPDIR).d + +SimulationController_checked_hpaths := +SimulationController_checked_hpaths += ./../../PhysXGpu/include +SimulationController_checked_hpaths += ./../../Common/include +SimulationController_checked_hpaths += ./../../../../PxShared/include +SimulationController_checked_hpaths += ./../../../../PxShared/src/foundation/include +SimulationController_checked_hpaths += ./../../../../PxShared/src/fastxml/include +SimulationController_checked_hpaths += ./../../../../PxShared/src/pvd/include +SimulationController_checked_hpaths += ./../../../Include/common +SimulationController_checked_hpaths += ./../../../Include/geometry +SimulationController_checked_hpaths += ./../../../Include/GeomUtils +SimulationController_checked_hpaths += ./../../../Include/pvd +SimulationController_checked_hpaths += ./../../../Include/particles +SimulationController_checked_hpaths += ./../../../Include/cloth +SimulationController_checked_hpaths += ./../../../Include +SimulationController_checked_hpaths += ./../../Common/src +SimulationController_checked_hpaths += ./../../Common/src/unix +SimulationController_checked_hpaths += ./../../GeomUtils/headers +SimulationController_checked_hpaths += ./../../GeomUtils/src +SimulationController_checked_hpaths += ./../../GeomUtils/src/contact +SimulationController_checked_hpaths += ./../../GeomUtils/src/common +SimulationController_checked_hpaths += ./../../GeomUtils/src/convex +SimulationController_checked_hpaths += ./../../GeomUtils/src/distance +SimulationController_checked_hpaths += ./../../GeomUtils/src/sweep +SimulationController_checked_hpaths += ./../../GeomUtils/src/gjk +SimulationController_checked_hpaths += ./../../GeomUtils/src/intersection +SimulationController_checked_hpaths += ./../../GeomUtils/src/mesh +SimulationController_checked_hpaths += ./../../GeomUtils/src/hf +SimulationController_checked_hpaths += ./../../GeomUtils/src/pcm +SimulationController_checked_hpaths += ./../../GeomUtils/src/ccd +SimulationController_checked_hpaths += ./../../SimulationController/include +SimulationController_checked_hpaths += ./../../SimulationController/src +SimulationController_checked_hpaths += ./../../SimulationController/src/particles +SimulationController_checked_hpaths += ./../../SimulationController/src/cloth +SimulationController_checked_hpaths += ./../../LowLevel/unix/include +SimulationController_checked_hpaths += ./../../LowLevel/API/include +SimulationController_checked_hpaths += ./../../LowLevel/software/include +SimulationController_checked_hpaths += ./../../LowLevel/common/include/math +SimulationController_checked_hpaths += ./../../LowLevel/common/include/utils +SimulationController_checked_hpaths += ./../../LowLevel/common/include/collision +SimulationController_checked_hpaths += ./../../LowLevel/common/include/pipeline +SimulationController_checked_hpaths += ./../../LowLevelCloth/include +SimulationController_checked_hpaths += ./../../LowLevelAABB/include +SimulationController_checked_hpaths += ./../../LowLevelDynamics/include +SimulationController_checked_hpaths += ./../../LowLevelParticles/include +SimulationController_checked_lpaths := +SimulationController_checked_defines := $(SimulationController_custom_defines) +SimulationController_checked_defines += PX_PHYSX_STATIC_LIB +SimulationController_checked_defines += NDEBUG +SimulationController_checked_defines += PX_CHECKED=1 +SimulationController_checked_defines += PX_SUPPORT_PVD=1 +SimulationController_checked_libraries := +SimulationController_checked_common_cflags := $(SimulationController_custom_cflags) +SimulationController_checked_common_cflags += -MMD +SimulationController_checked_common_cflags += $(addprefix -D, $(SimulationController_checked_defines)) +SimulationController_checked_common_cflags += $(addprefix -I, $(SimulationController_checked_hpaths)) +SimulationController_checked_common_cflags += -m64 +SimulationController_checked_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +SimulationController_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SimulationController_checked_common_cflags += -Wno-missing-field-initializers +SimulationController_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +SimulationController_checked_cflags := $(SimulationController_checked_common_cflags) +SimulationController_checked_cppflags := $(SimulationController_checked_common_cflags) +SimulationController_checked_lflags := $(SimulationController_custom_lflags) +SimulationController_checked_lflags += $(addprefix -L, $(SimulationController_checked_lpaths)) +SimulationController_checked_lflags += -Wl,--start-group $(addprefix -l, $(SimulationController_checked_libraries)) -Wl,--end-group +SimulationController_checked_lflags += -lrt +SimulationController_checked_lflags += -m64 +SimulationController_checked_objsdir = $(OBJS_DIR)/SimulationController_checked +SimulationController_checked_cpp_o = $(addprefix $(SimulationController_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) +SimulationController_checked_cc_o = $(addprefix $(SimulationController_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) +SimulationController_checked_c_o = $(addprefix $(SimulationController_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SimulationController_cfiles))))) +SimulationController_checked_obj = $(SimulationController_checked_cpp_o) $(SimulationController_checked_cc_o) $(SimulationController_checked_c_o) +SimulationController_checked_bin := ./../../../Lib/linux64/libSimulationControllerCHECKED.a + +clean_SimulationController_checked: + @$(ECHO) clean SimulationController checked + @$(RMDIR) $(SimulationController_checked_objsdir) + @$(RMDIR) $(SimulationController_checked_bin) + @$(RMDIR) $(DEPSDIR)/SimulationController/checked + +build_SimulationController_checked: postbuild_SimulationController_checked +postbuild_SimulationController_checked: mainbuild_SimulationController_checked +mainbuild_SimulationController_checked: prebuild_SimulationController_checked $(SimulationController_checked_bin) +prebuild_SimulationController_checked: + +$(SimulationController_checked_bin): $(SimulationController_checked_obj) + mkdir -p `dirname ./../../../Lib/linux64/libSimulationControllerCHECKED.a` + @$(AR) rcs $(SimulationController_checked_bin) $(SimulationController_checked_obj) + $(ECHO) building $@ complete! + +SimulationController_checked_DEPDIR = $(dir $(@))/$(*F) +$(SimulationController_checked_cpp_o): $(SimulationController_checked_objsdir)/%.o: + $(ECHO) SimulationController: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SimulationController_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SimulationController/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_cppfiles)))))) + cp $(SimulationController_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SimulationController/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SimulationController/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_cppfiles))))).P; \ + rm -f $(SimulationController_checked_DEPDIR).d + +$(SimulationController_checked_cc_o): $(SimulationController_checked_objsdir)/%.o: + $(ECHO) SimulationController: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SimulationController_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_ccfiles)))))) + cp $(SimulationController_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_ccfiles))))).checked.P; \ + rm -f $(SimulationController_checked_DEPDIR).d + +$(SimulationController_checked_c_o): $(SimulationController_checked_objsdir)/%.o: + $(ECHO) SimulationController: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SimulationController_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SimulationController/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_cfiles)))))) + cp $(SimulationController_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SimulationController/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SimulationController/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_checked_objsdir),, $@))), $(SimulationController_cfiles))))).P; \ + rm -f $(SimulationController_checked_DEPDIR).d + +SimulationController_profile_hpaths := +SimulationController_profile_hpaths += ./../../PhysXGpu/include +SimulationController_profile_hpaths += ./../../Common/include +SimulationController_profile_hpaths += ./../../../../PxShared/include +SimulationController_profile_hpaths += ./../../../../PxShared/src/foundation/include +SimulationController_profile_hpaths += ./../../../../PxShared/src/fastxml/include +SimulationController_profile_hpaths += ./../../../../PxShared/src/pvd/include +SimulationController_profile_hpaths += ./../../../Include/common +SimulationController_profile_hpaths += ./../../../Include/geometry +SimulationController_profile_hpaths += ./../../../Include/GeomUtils +SimulationController_profile_hpaths += ./../../../Include/pvd +SimulationController_profile_hpaths += ./../../../Include/particles +SimulationController_profile_hpaths += ./../../../Include/cloth +SimulationController_profile_hpaths += ./../../../Include +SimulationController_profile_hpaths += ./../../Common/src +SimulationController_profile_hpaths += ./../../Common/src/unix +SimulationController_profile_hpaths += ./../../GeomUtils/headers +SimulationController_profile_hpaths += ./../../GeomUtils/src +SimulationController_profile_hpaths += ./../../GeomUtils/src/contact +SimulationController_profile_hpaths += ./../../GeomUtils/src/common +SimulationController_profile_hpaths += ./../../GeomUtils/src/convex +SimulationController_profile_hpaths += ./../../GeomUtils/src/distance +SimulationController_profile_hpaths += ./../../GeomUtils/src/sweep +SimulationController_profile_hpaths += ./../../GeomUtils/src/gjk +SimulationController_profile_hpaths += ./../../GeomUtils/src/intersection +SimulationController_profile_hpaths += ./../../GeomUtils/src/mesh +SimulationController_profile_hpaths += ./../../GeomUtils/src/hf +SimulationController_profile_hpaths += ./../../GeomUtils/src/pcm +SimulationController_profile_hpaths += ./../../GeomUtils/src/ccd +SimulationController_profile_hpaths += ./../../SimulationController/include +SimulationController_profile_hpaths += ./../../SimulationController/src +SimulationController_profile_hpaths += ./../../SimulationController/src/particles +SimulationController_profile_hpaths += ./../../SimulationController/src/cloth +SimulationController_profile_hpaths += ./../../LowLevel/unix/include +SimulationController_profile_hpaths += ./../../LowLevel/API/include +SimulationController_profile_hpaths += ./../../LowLevel/software/include +SimulationController_profile_hpaths += ./../../LowLevel/common/include/math +SimulationController_profile_hpaths += ./../../LowLevel/common/include/utils +SimulationController_profile_hpaths += ./../../LowLevel/common/include/collision +SimulationController_profile_hpaths += ./../../LowLevel/common/include/pipeline +SimulationController_profile_hpaths += ./../../LowLevelCloth/include +SimulationController_profile_hpaths += ./../../LowLevelAABB/include +SimulationController_profile_hpaths += ./../../LowLevelDynamics/include +SimulationController_profile_hpaths += ./../../LowLevelParticles/include +SimulationController_profile_lpaths := +SimulationController_profile_defines := $(SimulationController_custom_defines) +SimulationController_profile_defines += PX_PHYSX_STATIC_LIB +SimulationController_profile_defines += NDEBUG +SimulationController_profile_defines += PX_PROFILE=1 +SimulationController_profile_defines += PX_SUPPORT_PVD=1 +SimulationController_profile_libraries := +SimulationController_profile_common_cflags := $(SimulationController_custom_cflags) +SimulationController_profile_common_cflags += -MMD +SimulationController_profile_common_cflags += $(addprefix -D, $(SimulationController_profile_defines)) +SimulationController_profile_common_cflags += $(addprefix -I, $(SimulationController_profile_hpaths)) +SimulationController_profile_common_cflags += -m64 +SimulationController_profile_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +SimulationController_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SimulationController_profile_common_cflags += -Wno-missing-field-initializers +SimulationController_profile_common_cflags += -O3 -fno-strict-aliasing +SimulationController_profile_cflags := $(SimulationController_profile_common_cflags) +SimulationController_profile_cppflags := $(SimulationController_profile_common_cflags) +SimulationController_profile_lflags := $(SimulationController_custom_lflags) +SimulationController_profile_lflags += $(addprefix -L, $(SimulationController_profile_lpaths)) +SimulationController_profile_lflags += -Wl,--start-group $(addprefix -l, $(SimulationController_profile_libraries)) -Wl,--end-group +SimulationController_profile_lflags += -lrt +SimulationController_profile_lflags += -m64 +SimulationController_profile_objsdir = $(OBJS_DIR)/SimulationController_profile +SimulationController_profile_cpp_o = $(addprefix $(SimulationController_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) +SimulationController_profile_cc_o = $(addprefix $(SimulationController_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) +SimulationController_profile_c_o = $(addprefix $(SimulationController_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SimulationController_cfiles))))) +SimulationController_profile_obj = $(SimulationController_profile_cpp_o) $(SimulationController_profile_cc_o) $(SimulationController_profile_c_o) +SimulationController_profile_bin := ./../../../Lib/linux64/libSimulationControllerPROFILE.a + +clean_SimulationController_profile: + @$(ECHO) clean SimulationController profile + @$(RMDIR) $(SimulationController_profile_objsdir) + @$(RMDIR) $(SimulationController_profile_bin) + @$(RMDIR) $(DEPSDIR)/SimulationController/profile + +build_SimulationController_profile: postbuild_SimulationController_profile +postbuild_SimulationController_profile: mainbuild_SimulationController_profile +mainbuild_SimulationController_profile: prebuild_SimulationController_profile $(SimulationController_profile_bin) +prebuild_SimulationController_profile: + +$(SimulationController_profile_bin): $(SimulationController_profile_obj) + mkdir -p `dirname ./../../../Lib/linux64/libSimulationControllerPROFILE.a` + @$(AR) rcs $(SimulationController_profile_bin) $(SimulationController_profile_obj) + $(ECHO) building $@ complete! + +SimulationController_profile_DEPDIR = $(dir $(@))/$(*F) +$(SimulationController_profile_cpp_o): $(SimulationController_profile_objsdir)/%.o: + $(ECHO) SimulationController: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SimulationController_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SimulationController/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_cppfiles)))))) + cp $(SimulationController_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SimulationController/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SimulationController/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_cppfiles))))).P; \ + rm -f $(SimulationController_profile_DEPDIR).d + +$(SimulationController_profile_cc_o): $(SimulationController_profile_objsdir)/%.o: + $(ECHO) SimulationController: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SimulationController_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_ccfiles)))))) + cp $(SimulationController_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_ccfiles))))).profile.P; \ + rm -f $(SimulationController_profile_DEPDIR).d + +$(SimulationController_profile_c_o): $(SimulationController_profile_objsdir)/%.o: + $(ECHO) SimulationController: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SimulationController_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SimulationController/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_cfiles)))))) + cp $(SimulationController_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SimulationController/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SimulationController/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_profile_objsdir),, $@))), $(SimulationController_cfiles))))).P; \ + rm -f $(SimulationController_profile_DEPDIR).d + +SimulationController_release_hpaths := +SimulationController_release_hpaths += ./../../PhysXGpu/include +SimulationController_release_hpaths += ./../../Common/include +SimulationController_release_hpaths += ./../../../../PxShared/include +SimulationController_release_hpaths += ./../../../../PxShared/src/foundation/include +SimulationController_release_hpaths += ./../../../../PxShared/src/fastxml/include +SimulationController_release_hpaths += ./../../../../PxShared/src/pvd/include +SimulationController_release_hpaths += ./../../../Include/common +SimulationController_release_hpaths += ./../../../Include/geometry +SimulationController_release_hpaths += ./../../../Include/GeomUtils +SimulationController_release_hpaths += ./../../../Include/pvd +SimulationController_release_hpaths += ./../../../Include/particles +SimulationController_release_hpaths += ./../../../Include/cloth +SimulationController_release_hpaths += ./../../../Include +SimulationController_release_hpaths += ./../../Common/src +SimulationController_release_hpaths += ./../../Common/src/unix +SimulationController_release_hpaths += ./../../GeomUtils/headers +SimulationController_release_hpaths += ./../../GeomUtils/src +SimulationController_release_hpaths += ./../../GeomUtils/src/contact +SimulationController_release_hpaths += ./../../GeomUtils/src/common +SimulationController_release_hpaths += ./../../GeomUtils/src/convex +SimulationController_release_hpaths += ./../../GeomUtils/src/distance +SimulationController_release_hpaths += ./../../GeomUtils/src/sweep +SimulationController_release_hpaths += ./../../GeomUtils/src/gjk +SimulationController_release_hpaths += ./../../GeomUtils/src/intersection +SimulationController_release_hpaths += ./../../GeomUtils/src/mesh +SimulationController_release_hpaths += ./../../GeomUtils/src/hf +SimulationController_release_hpaths += ./../../GeomUtils/src/pcm +SimulationController_release_hpaths += ./../../GeomUtils/src/ccd +SimulationController_release_hpaths += ./../../SimulationController/include +SimulationController_release_hpaths += ./../../SimulationController/src +SimulationController_release_hpaths += ./../../SimulationController/src/particles +SimulationController_release_hpaths += ./../../SimulationController/src/cloth +SimulationController_release_hpaths += ./../../LowLevel/unix/include +SimulationController_release_hpaths += ./../../LowLevel/API/include +SimulationController_release_hpaths += ./../../LowLevel/software/include +SimulationController_release_hpaths += ./../../LowLevel/common/include/math +SimulationController_release_hpaths += ./../../LowLevel/common/include/utils +SimulationController_release_hpaths += ./../../LowLevel/common/include/collision +SimulationController_release_hpaths += ./../../LowLevel/common/include/pipeline +SimulationController_release_hpaths += ./../../LowLevelCloth/include +SimulationController_release_hpaths += ./../../LowLevelAABB/include +SimulationController_release_hpaths += ./../../LowLevelDynamics/include +SimulationController_release_hpaths += ./../../LowLevelParticles/include +SimulationController_release_lpaths := +SimulationController_release_defines := $(SimulationController_custom_defines) +SimulationController_release_defines += PX_PHYSX_STATIC_LIB +SimulationController_release_defines += NDEBUG +SimulationController_release_defines += PX_SUPPORT_PVD=0 +SimulationController_release_libraries := +SimulationController_release_common_cflags := $(SimulationController_custom_cflags) +SimulationController_release_common_cflags += -MMD +SimulationController_release_common_cflags += $(addprefix -D, $(SimulationController_release_defines)) +SimulationController_release_common_cflags += $(addprefix -I, $(SimulationController_release_hpaths)) +SimulationController_release_common_cflags += -m64 +SimulationController_release_common_cflags += -Werror -m64 -fPIC -msse2 -mfpmath=sse -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden +SimulationController_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option +SimulationController_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized +SimulationController_release_common_cflags += -Wno-missing-field-initializers +SimulationController_release_common_cflags += -O3 -fno-strict-aliasing +SimulationController_release_cflags := $(SimulationController_release_common_cflags) +SimulationController_release_cppflags := $(SimulationController_release_common_cflags) +SimulationController_release_lflags := $(SimulationController_custom_lflags) +SimulationController_release_lflags += $(addprefix -L, $(SimulationController_release_lpaths)) +SimulationController_release_lflags += -Wl,--start-group $(addprefix -l, $(SimulationController_release_libraries)) -Wl,--end-group +SimulationController_release_lflags += -lrt +SimulationController_release_lflags += -m64 +SimulationController_release_objsdir = $(OBJS_DIR)/SimulationController_release +SimulationController_release_cpp_o = $(addprefix $(SimulationController_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SimulationController_cppfiles))))) +SimulationController_release_cc_o = $(addprefix $(SimulationController_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SimulationController_ccfiles))))) +SimulationController_release_c_o = $(addprefix $(SimulationController_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SimulationController_cfiles))))) +SimulationController_release_obj = $(SimulationController_release_cpp_o) $(SimulationController_release_cc_o) $(SimulationController_release_c_o) +SimulationController_release_bin := ./../../../Lib/linux64/libSimulationController.a + +clean_SimulationController_release: + @$(ECHO) clean SimulationController release + @$(RMDIR) $(SimulationController_release_objsdir) + @$(RMDIR) $(SimulationController_release_bin) + @$(RMDIR) $(DEPSDIR)/SimulationController/release + +build_SimulationController_release: postbuild_SimulationController_release +postbuild_SimulationController_release: mainbuild_SimulationController_release +mainbuild_SimulationController_release: prebuild_SimulationController_release $(SimulationController_release_bin) +prebuild_SimulationController_release: + +$(SimulationController_release_bin): $(SimulationController_release_obj) + mkdir -p `dirname ./../../../Lib/linux64/libSimulationController.a` + @$(AR) rcs $(SimulationController_release_bin) $(SimulationController_release_obj) + $(ECHO) building $@ complete! + +SimulationController_release_DEPDIR = $(dir $(@))/$(*F) +$(SimulationController_release_cpp_o): $(SimulationController_release_objsdir)/%.o: + $(ECHO) SimulationController: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SimulationController_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SimulationController/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_cppfiles)))))) + cp $(SimulationController_release_DEPDIR).d $(addprefix $(DEPSDIR)/SimulationController/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SimulationController/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_cppfiles))))).P; \ + rm -f $(SimulationController_release_DEPDIR).d + +$(SimulationController_release_cc_o): $(SimulationController_release_objsdir)/%.o: + $(ECHO) SimulationController: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SimulationController_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_ccfiles)))))) + cp $(SimulationController_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_ccfiles))))).release.P; \ + rm -f $(SimulationController_release_DEPDIR).d + +$(SimulationController_release_c_o): $(SimulationController_release_objsdir)/%.o: + $(ECHO) SimulationController: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SimulationController_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SimulationController/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_cfiles)))))) + cp $(SimulationController_release_DEPDIR).d $(addprefix $(DEPSDIR)/SimulationController/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SimulationController_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SimulationController/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SimulationController_release_objsdir),, $@))), $(SimulationController_cfiles))))).P; \ + rm -f $(SimulationController_release_DEPDIR).d + +clean_SimulationController: clean_SimulationController_debug clean_SimulationController_checked clean_SimulationController_profile clean_SimulationController_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif |