diff options
| author | git perforce import user <a@b> | 2016-10-25 12:29:14 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <Sheikh Dawood Abdul Ajees> | 2016-10-25 18:56:37 -0500 |
| commit | 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 (patch) | |
| tree | fa6485c169e50d7415a651bf838f5bcd0fd3bfbd /APEX_1.4/compiler/android16/Makefile.ApexFramework.mk | |
| download | physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.tar.xz physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.zip | |
Initial commit:
PhysX 3.4.0 Update @ 21294896
APEX 1.4.0 Update @ 21275617
[CL 21300167]
Diffstat (limited to 'APEX_1.4/compiler/android16/Makefile.ApexFramework.mk')
| -rw-r--r-- | APEX_1.4/compiler/android16/Makefile.ApexFramework.mk | 669 |
1 files changed, 669 insertions, 0 deletions
diff --git a/APEX_1.4/compiler/android16/Makefile.ApexFramework.mk b/APEX_1.4/compiler/android16/Makefile.ApexFramework.mk new file mode 100644 index 00000000..7e8d2945 --- /dev/null +++ b/APEX_1.4/compiler/android16/Makefile.ApexFramework.mk @@ -0,0 +1,669 @@ +# Makefile generated by XPJ for android16 +-include Makefile.custom +ProjectName = ApexFramework +ApexFramework_cppfiles += ./../../framework/src/ApexAssetPreviewScene.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexCreateSDK.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexCustomBufferIterator.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexRenderDebug.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexRenderMeshActor.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexRenderMeshAsset.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexRenderMeshAssetAuthoring.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexRenderSubmesh.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexResourceProvider.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexScene.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexSceneTasks.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexSceneUserNotify.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexSDKImpl.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexSDKVersionString.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexVertexBuffer.cpp +ApexFramework_cppfiles += ./../../framework/src/ApexVertexFormat.cpp +ApexFramework_cppfiles += ./../../framework/src/FrameworkProfile.cpp +ApexFramework_cppfiles += ./../../framework/src/MirrorSceneImpl.cpp +ApexFramework_cppfiles += ./../../framework/src/ThreadPool.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferF32x1.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferF32x2.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferF32x3.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferF32x4.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU16x1.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU16x2.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU16x3.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU16x4.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU32x1.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU32x2.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU32x3.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU32x4.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU8x1.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU8x2.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU8x3.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/BufferU8x4.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/RenderMeshAssetParameters.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/SubmeshParameters.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/SurfaceBufferParameters.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/VertexBufferParameters.cpp +ApexFramework_cppfiles += ./../../framework/src/autogen/VertexFormatParameters.cpp + +ApexFramework_cpp_debug_dep = $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexFramework_cppfiles))))) +ApexFramework_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(ApexFramework_ccfiles))))) +ApexFramework_c_debug_dep = $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexFramework_cfiles))))) +ApexFramework_debug_dep = $(ApexFramework_cpp_debug_dep) $(ApexFramework_cc_debug_dep) $(ApexFramework_c_debug_dep) +-include $(ApexFramework_debug_dep) +ApexFramework_cpp_release_dep = $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexFramework_cppfiles))))) +ApexFramework_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(ApexFramework_ccfiles))))) +ApexFramework_c_release_dep = $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexFramework_cfiles))))) +ApexFramework_release_dep = $(ApexFramework_cpp_release_dep) $(ApexFramework_cc_release_dep) $(ApexFramework_c_release_dep) +-include $(ApexFramework_release_dep) +ApexFramework_cpp_profile_dep = $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexFramework_cppfiles))))) +ApexFramework_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(ApexFramework_ccfiles))))) +ApexFramework_c_profile_dep = $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexFramework_cfiles))))) +ApexFramework_profile_dep = $(ApexFramework_cpp_profile_dep) $(ApexFramework_cc_profile_dep) $(ApexFramework_c_profile_dep) +-include $(ApexFramework_profile_dep) +ApexFramework_cpp_checked_dep = $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(ApexFramework_cppfiles))))) +ApexFramework_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(ApexFramework_ccfiles))))) +ApexFramework_c_checked_dep = $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(ApexFramework_cfiles))))) +ApexFramework_checked_dep = $(ApexFramework_cpp_checked_dep) $(ApexFramework_cc_checked_dep) $(ApexFramework_c_checked_dep) +-include $(ApexFramework_checked_dep) +ApexFramework_debug_hpaths := +ApexFramework_debug_hpaths += ./../../../Externals/nvToolsExt/1/include +ApexFramework_debug_hpaths += ./../../framework/include +ApexFramework_debug_hpaths += ./../../framework/include/autogen +ApexFramework_debug_hpaths += ./../../common/include +ApexFramework_debug_hpaths += ./../../common/include/autogen +ApexFramework_debug_hpaths += ./../../shared/internal/include +ApexFramework_debug_hpaths += ./../../NvParameterized/include +ApexFramework_debug_hpaths += ./../../shared/general/RenderDebug/public +ApexFramework_debug_hpaths += ./../../include +ApexFramework_debug_hpaths += ./../../include/PhysX3 +ApexFramework_debug_hpaths += $(STLROOT)/include +ApexFramework_debug_hpaths += $(STLROOT)/libs/$(STL_ABI)/include +ApexFramework_debug_hpaths += ./../../../PxShared/include +ApexFramework_debug_hpaths += ./../../../PxShared/include/filebuf +ApexFramework_debug_hpaths += ./../../../PxShared/include/foundation +ApexFramework_debug_hpaths += ./../../../PxShared/include/task +ApexFramework_debug_hpaths += ./../../../PxShared/include/cudamanager +ApexFramework_debug_hpaths += ./../../../PxShared/include/pvd +ApexFramework_debug_hpaths += ./../../../PxShared/src/foundation/include +ApexFramework_debug_hpaths += ./../../../PxShared/src/filebuf/include +ApexFramework_debug_hpaths += ./../../../PxShared/src/fastxml/include +ApexFramework_debug_hpaths += ./../../../PxShared/src/pvd/include +ApexFramework_debug_hpaths += ./../../shared/general/shared +ApexFramework_debug_hpaths += ./../../public +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/common +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/cooking +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/extensions +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/geometry +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/gpu +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/deformable +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/particles +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/characterkinematic +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/characterdynamic +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Include/vehicle +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers +ApexFramework_debug_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include +ApexFramework_debug_hpaths += ./../../shared/general/PairFilter/include +ApexFramework_debug_hpaths += ./../../shared/general/PairFilter/public +ApexFramework_debug_hpaths += ./../../../PxShared/src/pvd/src +ApexFramework_debug_hpaths += ./../../../PxShared/src/cudamanager/include +ApexFramework_debug_lpaths := +ApexFramework_debug_lpaths += ./../../../PxShared/lib/makeandroid16 +ApexFramework_debug_lpaths += ./../../../PhysX_3.4/Lib/android16 +ApexFramework_debug_lpaths += ./../../lib/android16 +ApexFramework_debug_lpaths += ./../../NvParameterized/lib/android16 +ApexFramework_debug_lpaths += ./../../../PxShared/lib/android16 +ApexFramework_debug_lpaths += ./../../shared/general/RenderDebug/lib/android16 +ApexFramework_debug_defines := $(ApexFramework_custom_defines) +ApexFramework_debug_defines += ANDROID +ApexFramework_debug_defines += GLES2 +ApexFramework_debug_defines += __STDC_LIMIT_MACROS +ApexFramework_debug_defines += __ARM_ARCH_5__ +ApexFramework_debug_defines += __ARM_ARCH_5T__ +ApexFramework_debug_defines += __ARM_ARCH_5E__ +ApexFramework_debug_defines += __ARM_ARCH_5TE__ +ApexFramework_debug_defines += PX_PHYSX_STATIC_LIB +ApexFramework_debug_defines += _DEBUG +ApexFramework_debug_defines += PX_DEBUG +ApexFramework_debug_defines += PX_CHECKED +ApexFramework_debug_defines += PX_PROFILE +ApexFramework_debug_defines += PX_SUPPORT_VISUAL_DEBUGGER +ApexFramework_debug_defines += PHYSX_PROFILE_SDK +ApexFramework_debug_defines += PX_NVTX=1 +ApexFramework_debug_libraries := +ApexFramework_debug_libraries += ApexCommonDEBUG +ApexFramework_debug_libraries += ApexSharedDEBUG +ApexFramework_debug_libraries += NvParameterizedDEBUG +ApexFramework_debug_libraries += PsFastXmlDEBUG +ApexFramework_debug_libraries += PxFoundationDEBUG +ApexFramework_debug_libraries += PxPvdSDKDEBUG +ApexFramework_debug_libraries += PxTaskDEBUG +ApexFramework_debug_libraries += RenderDebugDEBUG +ApexFramework_debug_libraries += PhysX3CommonDEBUG +ApexFramework_debug_libraries += PxCudaContextManagerDEBUG +ApexFramework_debug_common_cflags := $(ApexFramework_custom_cflags) +ApexFramework_debug_common_cflags += $(addprefix -D, $(ApexFramework_debug_defines)) +ApexFramework_debug_common_cflags += $(addprefix -I, $(ApexFramework_debug_hpaths)) +ApexFramework_debug_common_cflags += -march=armv7-a -mfpu=neon -O3 -fpic -ftree-vectorizer-verbose=0 -fno-exceptions -fno-rtti +ApexFramework_debug_common_cflags += -ffast-math -fno-strict-aliasing +ApexFramework_debug_common_cflags += -ffunction-sections -funwind-tables -fstack-protector +ApexFramework_debug_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300 +ApexFramework_debug_common_cflags += -Werror -Wall -Wextra +ApexFramework_debug_common_cflags += -Wno-invalid-offsetof -Wno-unknown-pragmas -Wno-psabi -Wno-unused-parameter -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-local-typedefs +ApexFramework_debug_common_cflags += -Wno-missing-braces -Wno-reorder -Wno-maybe-uninitialized +ApexFramework_debug_common_cflags += -isysroot $(PLATFORM_DIR)/arch-arm +ApexFramework_debug_common_cflags += -mfloat-abi=softfp +ApexFramework_debug_common_cflags += -O0 -g3 -gdwarf-2 +ApexFramework_debug_cflags := $(ApexFramework_debug_common_cflags) +ApexFramework_debug_cppflags := $(ApexFramework_debug_common_cflags) +ApexFramework_debug_lflags := $(ApexFramework_custom_lflags) +ApexFramework_debug_lflags += $(addprefix -L, $(ApexFramework_debug_lpaths)) +ApexFramework_debug_lflags += -Wl,--start-group $(addprefix -l, $(ApexFramework_debug_libraries)) -Wl,--end-group +ApexFramework_debug_lflags += --sysroot=$(PLATFORM_DIR)/arch-arm +ApexFramework_debug_objsdir = $(OBJS_DIR)/ApexFramework_debug +ApexFramework_debug_cpp_o = $(addprefix $(ApexFramework_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexFramework_cppfiles))))) +ApexFramework_debug_cc_o = $(addprefix $(ApexFramework_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexFramework_ccfiles))))) +ApexFramework_debug_c_o = $(addprefix $(ApexFramework_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexFramework_cfiles))))) +ApexFramework_debug_obj = $(ApexFramework_debug_cpp_o) $(ApexFramework_debug_cc_o) $(ApexFramework_debug_c_o) +ApexFramework_debug_bin := ./../../lib/android16/libApexFrameworkDEBUG.a + +clean_ApexFramework_debug: + @$(ECHO) clean ApexFramework debug + @$(RMDIR) $(ApexFramework_debug_objsdir) + @$(RMDIR) $(ApexFramework_debug_bin) + @$(RMDIR) $(DEPSDIR)/ApexFramework/debug + +build_ApexFramework_debug: postbuild_ApexFramework_debug +postbuild_ApexFramework_debug: mainbuild_ApexFramework_debug +mainbuild_ApexFramework_debug: prebuild_ApexFramework_debug $(ApexFramework_debug_bin) +prebuild_ApexFramework_debug: + +$(ApexFramework_debug_bin): $(NvParameterized_debug_obj) $(PsFastXml_debug_obj) $(PxPvdSDK_debug_obj) $(PxTask_debug_obj) $(RenderDebug_debug_obj) $(ApexFramework_debug_obj) build_ApexCommon_debug build_ApexShared_debug build_NvParameterized_debug build_PsFastXml_debug build_PxFoundation_debug build_PxPvdSDK_debug build_PxTask_debug build_RenderDebug_debug + mkdir -p `dirname ./../../lib/android16/libApexFrameworkDEBUG.a` + @$(AR) rcs $(ApexFramework_debug_bin) $(NvParameterized_debug_obj) $(PsFastXml_debug_obj) $(PxPvdSDK_debug_obj) $(PxTask_debug_obj) $(RenderDebug_debug_obj) $(ApexFramework_debug_obj) + $(ECHO) building $@ complete! + +ApexFramework_debug_DEPDIR = $(dir $(@))/$(*F) +$(ApexFramework_debug_cpp_o): $(ApexFramework_debug_objsdir)/%.o: + $(ECHO) ApexFramework: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(ApexFramework_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles)))))) + $(CXX_NOCACHE) -MM -MT '$@' $(ApexFramework_debug_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles)) + cp $(ApexFramework_debug_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \ + rm -f $(ApexFramework_debug_DEPDIR).d + +$(ApexFramework_debug_cc_o): $(ApexFramework_debug_objsdir)/%.o: + $(ECHO) ApexFramework: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(ApexFramework_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles)))))) + $(CXX_NOCACHE) -MM -MT '$@' $(ApexFramework_debug_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles)) + cp $(ApexFramework_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_ccfiles))))).debug.P; \ + rm -f $(ApexFramework_debug_DEPDIR).d + +$(ApexFramework_debug_c_o): $(ApexFramework_debug_objsdir)/%.o: + $(ECHO) ApexFramework: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(ApexFramework_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles)))))) + $(CC_NOCACHE) -MM -MT '$@' $(ApexFramework_debug_cflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles)) + cp $(ApexFramework_debug_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_debug_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \ + rm -f $(ApexFramework_debug_DEPDIR).d + +ApexFramework_release_hpaths := +ApexFramework_release_hpaths += ./../../../Externals/nvToolsExt/1/include +ApexFramework_release_hpaths += ./../../framework/include +ApexFramework_release_hpaths += ./../../framework/include/autogen +ApexFramework_release_hpaths += ./../../common/include +ApexFramework_release_hpaths += ./../../common/include/autogen +ApexFramework_release_hpaths += ./../../shared/internal/include +ApexFramework_release_hpaths += ./../../NvParameterized/include +ApexFramework_release_hpaths += ./../../shared/general/RenderDebug/public +ApexFramework_release_hpaths += ./../../include +ApexFramework_release_hpaths += ./../../include/PhysX3 +ApexFramework_release_hpaths += $(STLROOT)/include +ApexFramework_release_hpaths += $(STLROOT)/libs/$(STL_ABI)/include +ApexFramework_release_hpaths += ./../../../PxShared/include +ApexFramework_release_hpaths += ./../../../PxShared/include/filebuf +ApexFramework_release_hpaths += ./../../../PxShared/include/foundation +ApexFramework_release_hpaths += ./../../../PxShared/include/task +ApexFramework_release_hpaths += ./../../../PxShared/include/cudamanager +ApexFramework_release_hpaths += ./../../../PxShared/include/pvd +ApexFramework_release_hpaths += ./../../../PxShared/src/foundation/include +ApexFramework_release_hpaths += ./../../../PxShared/src/filebuf/include +ApexFramework_release_hpaths += ./../../../PxShared/src/fastxml/include +ApexFramework_release_hpaths += ./../../../PxShared/src/pvd/include +ApexFramework_release_hpaths += ./../../shared/general/shared +ApexFramework_release_hpaths += ./../../public +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/common +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/cooking +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/extensions +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/geometry +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/gpu +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/deformable +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/particles +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/characterkinematic +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/characterdynamic +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Include/vehicle +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers +ApexFramework_release_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include +ApexFramework_release_hpaths += ./../../shared/general/PairFilter/include +ApexFramework_release_hpaths += ./../../shared/general/PairFilter/public +ApexFramework_release_hpaths += ./../../../PxShared/src/pvd/src +ApexFramework_release_hpaths += ./../../../PxShared/src/cudamanager/include +ApexFramework_release_lpaths := +ApexFramework_release_lpaths += ./../../../PxShared/lib/makeandroid16 +ApexFramework_release_lpaths += ./../../../PhysX_3.4/Lib/android16 +ApexFramework_release_lpaths += ./../../lib/android16 +ApexFramework_release_lpaths += ./../../NvParameterized/lib/android16 +ApexFramework_release_lpaths += ./../../../PxShared/lib/android16 +ApexFramework_release_lpaths += ./../../shared/general/RenderDebug/lib/android16 +ApexFramework_release_defines := $(ApexFramework_custom_defines) +ApexFramework_release_defines += ANDROID +ApexFramework_release_defines += GLES2 +ApexFramework_release_defines += __STDC_LIMIT_MACROS +ApexFramework_release_defines += __ARM_ARCH_5__ +ApexFramework_release_defines += __ARM_ARCH_5T__ +ApexFramework_release_defines += __ARM_ARCH_5E__ +ApexFramework_release_defines += __ARM_ARCH_5TE__ +ApexFramework_release_defines += PX_PHYSX_STATIC_LIB +ApexFramework_release_defines += NDEBUG +ApexFramework_release_defines += APEX_SHIPPING +ApexFramework_release_libraries := +ApexFramework_release_libraries += ApexCommon +ApexFramework_release_libraries += ApexShared +ApexFramework_release_libraries += NvParameterized +ApexFramework_release_libraries += PsFastXml +ApexFramework_release_libraries += PxFoundation +ApexFramework_release_libraries += PxPvdSDK +ApexFramework_release_libraries += PxTask +ApexFramework_release_libraries += RenderDebug +ApexFramework_release_libraries += PhysX3Common +ApexFramework_release_libraries += PxCudaContextManager +ApexFramework_release_common_cflags := $(ApexFramework_custom_cflags) +ApexFramework_release_common_cflags += $(addprefix -D, $(ApexFramework_release_defines)) +ApexFramework_release_common_cflags += $(addprefix -I, $(ApexFramework_release_hpaths)) +ApexFramework_release_common_cflags += -march=armv7-a -mfpu=neon -O3 -fpic -ftree-vectorizer-verbose=0 -fno-exceptions -fno-rtti +ApexFramework_release_common_cflags += -ffast-math -fno-strict-aliasing +ApexFramework_release_common_cflags += -ffunction-sections -funwind-tables -fstack-protector +ApexFramework_release_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300 +ApexFramework_release_common_cflags += -Werror -Wall -Wextra +ApexFramework_release_common_cflags += -Wno-invalid-offsetof -Wno-unknown-pragmas -Wno-psabi -Wno-unused-parameter -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-local-typedefs +ApexFramework_release_common_cflags += -Wno-missing-braces -Wno-reorder -Wno-maybe-uninitialized +ApexFramework_release_common_cflags += -isysroot $(PLATFORM_DIR)/arch-arm +ApexFramework_release_common_cflags += -mfloat-abi=softfp +ApexFramework_release_cflags := $(ApexFramework_release_common_cflags) +ApexFramework_release_cppflags := $(ApexFramework_release_common_cflags) +ApexFramework_release_lflags := $(ApexFramework_custom_lflags) +ApexFramework_release_lflags += $(addprefix -L, $(ApexFramework_release_lpaths)) +ApexFramework_release_lflags += -Wl,--start-group $(addprefix -l, $(ApexFramework_release_libraries)) -Wl,--end-group +ApexFramework_release_lflags += --sysroot=$(PLATFORM_DIR)/arch-arm +ApexFramework_release_objsdir = $(OBJS_DIR)/ApexFramework_release +ApexFramework_release_cpp_o = $(addprefix $(ApexFramework_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexFramework_cppfiles))))) +ApexFramework_release_cc_o = $(addprefix $(ApexFramework_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexFramework_ccfiles))))) +ApexFramework_release_c_o = $(addprefix $(ApexFramework_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexFramework_cfiles))))) +ApexFramework_release_obj = $(ApexFramework_release_cpp_o) $(ApexFramework_release_cc_o) $(ApexFramework_release_c_o) +ApexFramework_release_bin := ./../../lib/android16/libApexFramework.a + +clean_ApexFramework_release: + @$(ECHO) clean ApexFramework release + @$(RMDIR) $(ApexFramework_release_objsdir) + @$(RMDIR) $(ApexFramework_release_bin) + @$(RMDIR) $(DEPSDIR)/ApexFramework/release + +build_ApexFramework_release: postbuild_ApexFramework_release +postbuild_ApexFramework_release: mainbuild_ApexFramework_release +mainbuild_ApexFramework_release: prebuild_ApexFramework_release $(ApexFramework_release_bin) +prebuild_ApexFramework_release: + +$(ApexFramework_release_bin): $(NvParameterized_release_obj) $(PsFastXml_release_obj) $(PxPvdSDK_release_obj) $(PxTask_release_obj) $(RenderDebug_release_obj) $(ApexFramework_release_obj) build_ApexCommon_release build_ApexShared_release build_NvParameterized_release build_PsFastXml_release build_PxFoundation_release build_PxPvdSDK_release build_PxTask_release build_RenderDebug_release + mkdir -p `dirname ./../../lib/android16/libApexFramework.a` + @$(AR) rcs $(ApexFramework_release_bin) $(NvParameterized_release_obj) $(PsFastXml_release_obj) $(PxPvdSDK_release_obj) $(PxTask_release_obj) $(RenderDebug_release_obj) $(ApexFramework_release_obj) + $(ECHO) building $@ complete! + +ApexFramework_release_DEPDIR = $(dir $(@))/$(*F) +$(ApexFramework_release_cpp_o): $(ApexFramework_release_objsdir)/%.o: + $(ECHO) ApexFramework: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(ApexFramework_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles)))))) + $(CXX_NOCACHE) -MM -MT '$@' $(ApexFramework_release_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles)) + cp $(ApexFramework_release_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \ + rm -f $(ApexFramework_release_DEPDIR).d + +$(ApexFramework_release_cc_o): $(ApexFramework_release_objsdir)/%.o: + $(ECHO) ApexFramework: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(ApexFramework_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles)))))) + $(CXX_NOCACHE) -MM -MT '$@' $(ApexFramework_release_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles)) + cp $(ApexFramework_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_ccfiles))))).release.P; \ + rm -f $(ApexFramework_release_DEPDIR).d + +$(ApexFramework_release_c_o): $(ApexFramework_release_objsdir)/%.o: + $(ECHO) ApexFramework: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(ApexFramework_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles)))))) + $(CC_NOCACHE) -MM -MT '$@' $(ApexFramework_release_cflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles)) + cp $(ApexFramework_release_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_release_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \ + rm -f $(ApexFramework_release_DEPDIR).d + +ApexFramework_profile_hpaths := +ApexFramework_profile_hpaths += ./../../../Externals/nvToolsExt/1/include +ApexFramework_profile_hpaths += ./../../framework/include +ApexFramework_profile_hpaths += ./../../framework/include/autogen +ApexFramework_profile_hpaths += ./../../common/include +ApexFramework_profile_hpaths += ./../../common/include/autogen +ApexFramework_profile_hpaths += ./../../shared/internal/include +ApexFramework_profile_hpaths += ./../../NvParameterized/include +ApexFramework_profile_hpaths += ./../../shared/general/RenderDebug/public +ApexFramework_profile_hpaths += ./../../include +ApexFramework_profile_hpaths += ./../../include/PhysX3 +ApexFramework_profile_hpaths += $(STLROOT)/include +ApexFramework_profile_hpaths += $(STLROOT)/libs/$(STL_ABI)/include +ApexFramework_profile_hpaths += ./../../../PxShared/include +ApexFramework_profile_hpaths += ./../../../PxShared/include/filebuf +ApexFramework_profile_hpaths += ./../../../PxShared/include/foundation +ApexFramework_profile_hpaths += ./../../../PxShared/include/task +ApexFramework_profile_hpaths += ./../../../PxShared/include/cudamanager +ApexFramework_profile_hpaths += ./../../../PxShared/include/pvd +ApexFramework_profile_hpaths += ./../../../PxShared/src/foundation/include +ApexFramework_profile_hpaths += ./../../../PxShared/src/filebuf/include +ApexFramework_profile_hpaths += ./../../../PxShared/src/fastxml/include +ApexFramework_profile_hpaths += ./../../../PxShared/src/pvd/include +ApexFramework_profile_hpaths += ./../../shared/general/shared +ApexFramework_profile_hpaths += ./../../public +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/common +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/cooking +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/extensions +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/geometry +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/gpu +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/deformable +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/particles +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/characterkinematic +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/characterdynamic +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Include/vehicle +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers +ApexFramework_profile_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include +ApexFramework_profile_hpaths += ./../../shared/general/PairFilter/include +ApexFramework_profile_hpaths += ./../../shared/general/PairFilter/public +ApexFramework_profile_hpaths += ./../../../PxShared/src/pvd/src +ApexFramework_profile_hpaths += ./../../../PxShared/src/cudamanager/include +ApexFramework_profile_lpaths := +ApexFramework_profile_lpaths += ./../../../PxShared/lib/makeandroid16 +ApexFramework_profile_lpaths += ./../../../PhysX_3.4/Lib/android16 +ApexFramework_profile_lpaths += ./../../lib/android16 +ApexFramework_profile_lpaths += ./../../NvParameterized/lib/android16 +ApexFramework_profile_lpaths += ./../../../PxShared/lib/android16 +ApexFramework_profile_lpaths += ./../../shared/general/RenderDebug/lib/android16 +ApexFramework_profile_defines := $(ApexFramework_custom_defines) +ApexFramework_profile_defines += ANDROID +ApexFramework_profile_defines += GLES2 +ApexFramework_profile_defines += __STDC_LIMIT_MACROS +ApexFramework_profile_defines += __ARM_ARCH_5__ +ApexFramework_profile_defines += __ARM_ARCH_5T__ +ApexFramework_profile_defines += __ARM_ARCH_5E__ +ApexFramework_profile_defines += __ARM_ARCH_5TE__ +ApexFramework_profile_defines += PX_PHYSX_STATIC_LIB +ApexFramework_profile_defines += NDEBUG +ApexFramework_profile_defines += PX_PROFILE +ApexFramework_profile_defines += PHYSX_PROFILE_SDK +ApexFramework_profile_defines += PX_SUPPORT_VISUAL_DEBUGGER +ApexFramework_profile_defines += PX_NVTX=1 +ApexFramework_profile_libraries := +ApexFramework_profile_libraries += ApexCommonPROFILE +ApexFramework_profile_libraries += ApexSharedPROFILE +ApexFramework_profile_libraries += NvParameterizedPROFILE +ApexFramework_profile_libraries += PsFastXmlPROFILE +ApexFramework_profile_libraries += PxFoundationPROFILE +ApexFramework_profile_libraries += PxPvdSDKPROFILE +ApexFramework_profile_libraries += PxTaskPROFILE +ApexFramework_profile_libraries += RenderDebugPROFILE +ApexFramework_profile_libraries += PhysX3CommonPROFILE +ApexFramework_profile_libraries += PxCudaContextManagerPROFILE +ApexFramework_profile_common_cflags := $(ApexFramework_custom_cflags) +ApexFramework_profile_common_cflags += $(addprefix -D, $(ApexFramework_profile_defines)) +ApexFramework_profile_common_cflags += $(addprefix -I, $(ApexFramework_profile_hpaths)) +ApexFramework_profile_common_cflags += -march=armv7-a -mfpu=neon -O3 -fpic -ftree-vectorizer-verbose=0 -fno-exceptions -fno-rtti +ApexFramework_profile_common_cflags += -ffast-math -fno-strict-aliasing +ApexFramework_profile_common_cflags += -ffunction-sections -funwind-tables -fstack-protector +ApexFramework_profile_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300 +ApexFramework_profile_common_cflags += -Werror -Wall -Wextra +ApexFramework_profile_common_cflags += -Wno-invalid-offsetof -Wno-unknown-pragmas -Wno-psabi -Wno-unused-parameter -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-local-typedefs +ApexFramework_profile_common_cflags += -Wno-missing-braces -Wno-reorder -Wno-maybe-uninitialized +ApexFramework_profile_common_cflags += -isysroot $(PLATFORM_DIR)/arch-arm +ApexFramework_profile_common_cflags += -mfloat-abi=softfp +ApexFramework_profile_cflags := $(ApexFramework_profile_common_cflags) +ApexFramework_profile_cppflags := $(ApexFramework_profile_common_cflags) +ApexFramework_profile_lflags := $(ApexFramework_custom_lflags) +ApexFramework_profile_lflags += $(addprefix -L, $(ApexFramework_profile_lpaths)) +ApexFramework_profile_lflags += -Wl,--start-group $(addprefix -l, $(ApexFramework_profile_libraries)) -Wl,--end-group +ApexFramework_profile_lflags += --sysroot=$(PLATFORM_DIR)/arch-arm +ApexFramework_profile_objsdir = $(OBJS_DIR)/ApexFramework_profile +ApexFramework_profile_cpp_o = $(addprefix $(ApexFramework_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexFramework_cppfiles))))) +ApexFramework_profile_cc_o = $(addprefix $(ApexFramework_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexFramework_ccfiles))))) +ApexFramework_profile_c_o = $(addprefix $(ApexFramework_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexFramework_cfiles))))) +ApexFramework_profile_obj = $(ApexFramework_profile_cpp_o) $(ApexFramework_profile_cc_o) $(ApexFramework_profile_c_o) +ApexFramework_profile_bin := ./../../lib/android16/libApexFrameworkPROFILE.a + +clean_ApexFramework_profile: + @$(ECHO) clean ApexFramework profile + @$(RMDIR) $(ApexFramework_profile_objsdir) + @$(RMDIR) $(ApexFramework_profile_bin) + @$(RMDIR) $(DEPSDIR)/ApexFramework/profile + +build_ApexFramework_profile: postbuild_ApexFramework_profile +postbuild_ApexFramework_profile: mainbuild_ApexFramework_profile +mainbuild_ApexFramework_profile: prebuild_ApexFramework_profile $(ApexFramework_profile_bin) +prebuild_ApexFramework_profile: + +$(ApexFramework_profile_bin): $(NvParameterized_profile_obj) $(PsFastXml_profile_obj) $(PxPvdSDK_profile_obj) $(PxTask_profile_obj) $(RenderDebug_profile_obj) $(ApexFramework_profile_obj) build_ApexCommon_profile build_ApexShared_profile build_NvParameterized_profile build_PsFastXml_profile build_PxFoundation_profile build_PxPvdSDK_profile build_PxTask_profile build_RenderDebug_profile + mkdir -p `dirname ./../../lib/android16/libApexFrameworkPROFILE.a` + @$(AR) rcs $(ApexFramework_profile_bin) $(NvParameterized_profile_obj) $(PsFastXml_profile_obj) $(PxPvdSDK_profile_obj) $(PxTask_profile_obj) $(RenderDebug_profile_obj) $(ApexFramework_profile_obj) + $(ECHO) building $@ complete! + +ApexFramework_profile_DEPDIR = $(dir $(@))/$(*F) +$(ApexFramework_profile_cpp_o): $(ApexFramework_profile_objsdir)/%.o: + $(ECHO) ApexFramework: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(ApexFramework_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles)))))) + $(CXX_NOCACHE) -MM -MT '$@' $(ApexFramework_profile_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles)) + cp $(ApexFramework_profile_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \ + rm -f $(ApexFramework_profile_DEPDIR).d + +$(ApexFramework_profile_cc_o): $(ApexFramework_profile_objsdir)/%.o: + $(ECHO) ApexFramework: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(ApexFramework_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles)))))) + $(CXX_NOCACHE) -MM -MT '$@' $(ApexFramework_profile_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles)) + cp $(ApexFramework_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_ccfiles))))).profile.P; \ + rm -f $(ApexFramework_profile_DEPDIR).d + +$(ApexFramework_profile_c_o): $(ApexFramework_profile_objsdir)/%.o: + $(ECHO) ApexFramework: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(ApexFramework_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles)))))) + $(CC_NOCACHE) -MM -MT '$@' $(ApexFramework_profile_cflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles)) + cp $(ApexFramework_profile_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_profile_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \ + rm -f $(ApexFramework_profile_DEPDIR).d + +ApexFramework_checked_hpaths := +ApexFramework_checked_hpaths += ./../../../Externals/nvToolsExt/1/include +ApexFramework_checked_hpaths += ./../../framework/include +ApexFramework_checked_hpaths += ./../../framework/include/autogen +ApexFramework_checked_hpaths += ./../../common/include +ApexFramework_checked_hpaths += ./../../common/include/autogen +ApexFramework_checked_hpaths += ./../../shared/internal/include +ApexFramework_checked_hpaths += ./../../NvParameterized/include +ApexFramework_checked_hpaths += ./../../shared/general/RenderDebug/public +ApexFramework_checked_hpaths += ./../../include +ApexFramework_checked_hpaths += ./../../include/PhysX3 +ApexFramework_checked_hpaths += $(STLROOT)/include +ApexFramework_checked_hpaths += $(STLROOT)/libs/$(STL_ABI)/include +ApexFramework_checked_hpaths += ./../../../PxShared/include +ApexFramework_checked_hpaths += ./../../../PxShared/include/filebuf +ApexFramework_checked_hpaths += ./../../../PxShared/include/foundation +ApexFramework_checked_hpaths += ./../../../PxShared/include/task +ApexFramework_checked_hpaths += ./../../../PxShared/include/cudamanager +ApexFramework_checked_hpaths += ./../../../PxShared/include/pvd +ApexFramework_checked_hpaths += ./../../../PxShared/src/foundation/include +ApexFramework_checked_hpaths += ./../../../PxShared/src/filebuf/include +ApexFramework_checked_hpaths += ./../../../PxShared/src/fastxml/include +ApexFramework_checked_hpaths += ./../../../PxShared/src/pvd/include +ApexFramework_checked_hpaths += ./../../shared/general/shared +ApexFramework_checked_hpaths += ./../../public +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/common +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/cooking +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/extensions +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/geometry +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/gpu +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/deformable +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/particles +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/characterkinematic +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/characterdynamic +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Include/vehicle +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Source/GeomUtils/headers +ApexFramework_checked_hpaths += ./../../../PhysX_3.4/Source/PhysXGpu/include +ApexFramework_checked_hpaths += ./../../shared/general/PairFilter/include +ApexFramework_checked_hpaths += ./../../shared/general/PairFilter/public +ApexFramework_checked_hpaths += ./../../../PxShared/src/pvd/src +ApexFramework_checked_hpaths += ./../../../PxShared/src/cudamanager/include +ApexFramework_checked_lpaths := +ApexFramework_checked_lpaths += ./../../../PxShared/lib/makeandroid16 +ApexFramework_checked_lpaths += ./../../../PhysX_3.4/Lib/android16 +ApexFramework_checked_lpaths += ./../../lib/android16 +ApexFramework_checked_lpaths += ./../../NvParameterized/lib/android16 +ApexFramework_checked_lpaths += ./../../../PxShared/lib/android16 +ApexFramework_checked_lpaths += ./../../shared/general/RenderDebug/lib/android16 +ApexFramework_checked_defines := $(ApexFramework_custom_defines) +ApexFramework_checked_defines += ANDROID +ApexFramework_checked_defines += GLES2 +ApexFramework_checked_defines += __STDC_LIMIT_MACROS +ApexFramework_checked_defines += __ARM_ARCH_5__ +ApexFramework_checked_defines += __ARM_ARCH_5T__ +ApexFramework_checked_defines += __ARM_ARCH_5E__ +ApexFramework_checked_defines += __ARM_ARCH_5TE__ +ApexFramework_checked_defines += PX_PHYSX_STATIC_LIB +ApexFramework_checked_defines += NDEBUG +ApexFramework_checked_defines += PX_CHECKED +ApexFramework_checked_defines += PHYSX_PROFILE_SDK +ApexFramework_checked_defines += PX_SUPPORT_VISUAL_DEBUGGER +ApexFramework_checked_defines += PX_ENABLE_CHECKED_ASSERTS +ApexFramework_checked_defines += PX_NVTX=1 +ApexFramework_checked_libraries := +ApexFramework_checked_libraries += ApexCommonCHECKED +ApexFramework_checked_libraries += ApexSharedCHECKED +ApexFramework_checked_libraries += NvParameterizedCHECKED +ApexFramework_checked_libraries += PsFastXmlCHECKED +ApexFramework_checked_libraries += PxFoundationCHECKED +ApexFramework_checked_libraries += PxPvdSDKCHECKED +ApexFramework_checked_libraries += PxTaskCHECKED +ApexFramework_checked_libraries += RenderDebugCHECKED +ApexFramework_checked_libraries += PhysX3CommonCHECKED +ApexFramework_checked_libraries += PxCudaContextManagerCHECKED +ApexFramework_checked_common_cflags := $(ApexFramework_custom_cflags) +ApexFramework_checked_common_cflags += $(addprefix -D, $(ApexFramework_checked_defines)) +ApexFramework_checked_common_cflags += $(addprefix -I, $(ApexFramework_checked_hpaths)) +ApexFramework_checked_common_cflags += -march=armv7-a -mfpu=neon -O3 -fpic -ftree-vectorizer-verbose=0 -fno-exceptions -fno-rtti +ApexFramework_checked_common_cflags += -ffast-math -fno-strict-aliasing +ApexFramework_checked_common_cflags += -ffunction-sections -funwind-tables -fstack-protector +ApexFramework_checked_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300 +ApexFramework_checked_common_cflags += -Werror -Wall -Wextra +ApexFramework_checked_common_cflags += -Wno-invalid-offsetof -Wno-unknown-pragmas -Wno-psabi -Wno-unused-parameter -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-local-typedefs +ApexFramework_checked_common_cflags += -Wno-missing-braces -Wno-reorder -Wno-maybe-uninitialized +ApexFramework_checked_common_cflags += -isysroot $(PLATFORM_DIR)/arch-arm +ApexFramework_checked_common_cflags += -mfloat-abi=softfp +ApexFramework_checked_common_cflags += -g3 -gdwarf-2 +ApexFramework_checked_cflags := $(ApexFramework_checked_common_cflags) +ApexFramework_checked_cppflags := $(ApexFramework_checked_common_cflags) +ApexFramework_checked_lflags := $(ApexFramework_custom_lflags) +ApexFramework_checked_lflags += $(addprefix -L, $(ApexFramework_checked_lpaths)) +ApexFramework_checked_lflags += -Wl,--start-group $(addprefix -l, $(ApexFramework_checked_libraries)) -Wl,--end-group +ApexFramework_checked_lflags += --sysroot=$(PLATFORM_DIR)/arch-arm +ApexFramework_checked_objsdir = $(OBJS_DIR)/ApexFramework_checked +ApexFramework_checked_cpp_o = $(addprefix $(ApexFramework_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(ApexFramework_cppfiles))))) +ApexFramework_checked_cc_o = $(addprefix $(ApexFramework_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(ApexFramework_ccfiles))))) +ApexFramework_checked_c_o = $(addprefix $(ApexFramework_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(ApexFramework_cfiles))))) +ApexFramework_checked_obj = $(ApexFramework_checked_cpp_o) $(ApexFramework_checked_cc_o) $(ApexFramework_checked_c_o) +ApexFramework_checked_bin := ./../../lib/android16/libApexFrameworkCHECKED.a + +clean_ApexFramework_checked: + @$(ECHO) clean ApexFramework checked + @$(RMDIR) $(ApexFramework_checked_objsdir) + @$(RMDIR) $(ApexFramework_checked_bin) + @$(RMDIR) $(DEPSDIR)/ApexFramework/checked + +build_ApexFramework_checked: postbuild_ApexFramework_checked +postbuild_ApexFramework_checked: mainbuild_ApexFramework_checked +mainbuild_ApexFramework_checked: prebuild_ApexFramework_checked $(ApexFramework_checked_bin) +prebuild_ApexFramework_checked: + +$(ApexFramework_checked_bin): $(NvParameterized_checked_obj) $(PsFastXml_checked_obj) $(PxPvdSDK_checked_obj) $(PxTask_checked_obj) $(RenderDebug_checked_obj) $(ApexFramework_checked_obj) build_ApexCommon_checked build_ApexShared_checked build_NvParameterized_checked build_PsFastXml_checked build_PxFoundation_checked build_PxPvdSDK_checked build_PxTask_checked build_RenderDebug_checked + mkdir -p `dirname ./../../lib/android16/libApexFrameworkCHECKED.a` + @$(AR) rcs $(ApexFramework_checked_bin) $(NvParameterized_checked_obj) $(PsFastXml_checked_obj) $(PxPvdSDK_checked_obj) $(PxTask_checked_obj) $(RenderDebug_checked_obj) $(ApexFramework_checked_obj) + $(ECHO) building $@ complete! + +ApexFramework_checked_DEPDIR = $(dir $(@))/$(*F) +$(ApexFramework_checked_cpp_o): $(ApexFramework_checked_objsdir)/%.o: + $(ECHO) ApexFramework: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(ApexFramework_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles)))))) + $(CXX_NOCACHE) -MM -MT '$@' $(ApexFramework_checked_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles)) + cp $(ApexFramework_checked_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cppfiles))))).P; \ + rm -f $(ApexFramework_checked_DEPDIR).d + +$(ApexFramework_checked_cc_o): $(ApexFramework_checked_objsdir)/%.o: + $(ECHO) ApexFramework: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(ApexFramework_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles)))))) + $(CXX_NOCACHE) -MM -MT '$@' $(ApexFramework_checked_cppflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles)) + cp $(ApexFramework_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_ccfiles))))).checked.P; \ + rm -f $(ApexFramework_checked_DEPDIR).d + +$(ApexFramework_checked_c_o): $(ApexFramework_checked_objsdir)/%.o: + $(ECHO) ApexFramework: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(ApexFramework_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles)))))) + $(CC_NOCACHE) -MM -MT '$@' $(ApexFramework_checked_cflags) -o $(dir $(@))/$(*F).d $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles)) + cp $(ApexFramework_checked_DEPDIR).d $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(ApexFramework_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/ApexFramework/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(ApexFramework_checked_objsdir),, $@))), $(ApexFramework_cfiles))))).P; \ + rm -f $(ApexFramework_checked_DEPDIR).d + +clean_ApexFramework: clean_ApexFramework_debug clean_ApexFramework_release clean_ApexFramework_profile clean_ApexFramework_checked + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif |