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 /PhysX_3.4/Snippets/compiler/android16/Makefile.SnippetSpatialIndex.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 'PhysX_3.4/Snippets/compiler/android16/Makefile.SnippetSpatialIndex.mk')
| -rw-r--r-- | PhysX_3.4/Snippets/compiler/android16/Makefile.SnippetSpatialIndex.mk | 522 |
1 files changed, 522 insertions, 0 deletions
diff --git a/PhysX_3.4/Snippets/compiler/android16/Makefile.SnippetSpatialIndex.mk b/PhysX_3.4/Snippets/compiler/android16/Makefile.SnippetSpatialIndex.mk new file mode 100644 index 00000000..bafa207c --- /dev/null +++ b/PhysX_3.4/Snippets/compiler/android16/Makefile.SnippetSpatialIndex.mk @@ -0,0 +1,522 @@ +# Makefile generated by XPJ for android16 +-include Makefile.custom +ProjectName = SnippetSpatialIndex +SnippetSpatialIndex_cppfiles += ./../../SnippetCommon/ClassicMain.cpp +SnippetSpatialIndex_cppfiles += ./../../SnippetSpatialIndex/SnippetSpatialIndex.cpp + +SnippetSpatialIndex_cpp_debug_dep = $(addprefix $(DEPSDIR)/SnippetSpatialIndex/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetSpatialIndex_cppfiles))))) +SnippetSpatialIndex_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(SnippetSpatialIndex_ccfiles))))) +SnippetSpatialIndex_c_debug_dep = $(addprefix $(DEPSDIR)/SnippetSpatialIndex/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetSpatialIndex_cfiles))))) +SnippetSpatialIndex_debug_dep = $(SnippetSpatialIndex_cpp_debug_dep) $(SnippetSpatialIndex_cc_debug_dep) $(SnippetSpatialIndex_c_debug_dep) +-include $(SnippetSpatialIndex_debug_dep) +SnippetSpatialIndex_cpp_checked_dep = $(addprefix $(DEPSDIR)/SnippetSpatialIndex/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetSpatialIndex_cppfiles))))) +SnippetSpatialIndex_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(SnippetSpatialIndex_ccfiles))))) +SnippetSpatialIndex_c_checked_dep = $(addprefix $(DEPSDIR)/SnippetSpatialIndex/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetSpatialIndex_cfiles))))) +SnippetSpatialIndex_checked_dep = $(SnippetSpatialIndex_cpp_checked_dep) $(SnippetSpatialIndex_cc_checked_dep) $(SnippetSpatialIndex_c_checked_dep) +-include $(SnippetSpatialIndex_checked_dep) +SnippetSpatialIndex_cpp_profile_dep = $(addprefix $(DEPSDIR)/SnippetSpatialIndex/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetSpatialIndex_cppfiles))))) +SnippetSpatialIndex_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(SnippetSpatialIndex_ccfiles))))) +SnippetSpatialIndex_c_profile_dep = $(addprefix $(DEPSDIR)/SnippetSpatialIndex/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetSpatialIndex_cfiles))))) +SnippetSpatialIndex_profile_dep = $(SnippetSpatialIndex_cpp_profile_dep) $(SnippetSpatialIndex_cc_profile_dep) $(SnippetSpatialIndex_c_profile_dep) +-include $(SnippetSpatialIndex_profile_dep) +SnippetSpatialIndex_cpp_release_dep = $(addprefix $(DEPSDIR)/SnippetSpatialIndex/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(SnippetSpatialIndex_cppfiles))))) +SnippetSpatialIndex_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(SnippetSpatialIndex_ccfiles))))) +SnippetSpatialIndex_c_release_dep = $(addprefix $(DEPSDIR)/SnippetSpatialIndex/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(SnippetSpatialIndex_cfiles))))) +SnippetSpatialIndex_release_dep = $(SnippetSpatialIndex_cpp_release_dep) $(SnippetSpatialIndex_cc_release_dep) $(SnippetSpatialIndex_c_release_dep) +-include $(SnippetSpatialIndex_release_dep) +SnippetSpatialIndex_debug_hpaths := +SnippetSpatialIndex_debug_hpaths += ./../../../Include +SnippetSpatialIndex_debug_hpaths += ./../../../../PxShared/include +SnippetSpatialIndex_debug_hpaths += ./../../../../PxShared/src/foundation/include +SnippetSpatialIndex_debug_hpaths += ./../../../../PxShared/src/fastxml/include +SnippetSpatialIndex_debug_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include +SnippetSpatialIndex_debug_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include +SnippetSpatialIndex_debug_lpaths := +SnippetSpatialIndex_debug_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7 +SnippetSpatialIndex_debug_lpaths += ./../../../Lib/android16 +SnippetSpatialIndex_debug_lpaths += ./../../lib/android16 +SnippetSpatialIndex_debug_lpaths += ./../../../../PxShared/lib/android16 +SnippetSpatialIndex_debug_lpaths += ./../../lib/android16 +SnippetSpatialIndex_debug_defines := $(SnippetSpatialIndex_custom_defines) +SnippetSpatialIndex_debug_defines += ANDROID +SnippetSpatialIndex_debug_defines += GLES2 +SnippetSpatialIndex_debug_defines += __STDC_LIMIT_MACROS +SnippetSpatialIndex_debug_defines += __ARM_ARCH_5__ +SnippetSpatialIndex_debug_defines += __ARM_ARCH_5T__ +SnippetSpatialIndex_debug_defines += __ARM_ARCH_5E__ +SnippetSpatialIndex_debug_defines += __ARM_ARCH_5TE__ +SnippetSpatialIndex_debug_defines += _DEBUG +SnippetSpatialIndex_debug_defines += PX_DEBUG=1 +SnippetSpatialIndex_debug_defines += PX_CHECKED=1 +SnippetSpatialIndex_debug_defines += PX_SUPPORT_PVD=1 +SnippetSpatialIndex_debug_defines += PX_NVTX=1 +SnippetSpatialIndex_debug_defines += PHYSX_PROFILE_SDK +SnippetSpatialIndex_debug_libraries := +SnippetSpatialIndex_debug_libraries += SnippetUtilsDEBUG +SnippetSpatialIndex_debug_libraries += log +SnippetSpatialIndex_debug_libraries += gnustl_static +SnippetSpatialIndex_debug_libraries += supc++ +SnippetSpatialIndex_debug_libraries += m +SnippetSpatialIndex_debug_libraries += c +SnippetSpatialIndex_debug_libraries += nvToolsExt +SnippetSpatialIndex_debug_libraries += PhysX3CommonDEBUG +SnippetSpatialIndex_debug_libraries += PhysX3DEBUG +SnippetSpatialIndex_debug_libraries += PhysX3VehicleDEBUG +SnippetSpatialIndex_debug_libraries += PhysX3CookingDEBUG +SnippetSpatialIndex_debug_libraries += PhysX3ExtensionsDEBUG +SnippetSpatialIndex_debug_libraries += PhysX3CharacterKinematicDEBUG +SnippetSpatialIndex_debug_libraries += SnippetUtilsDEBUG +SnippetSpatialIndex_debug_libraries += PxFoundationDEBUG +SnippetSpatialIndex_debug_libraries += PsFastXmlDEBUG +SnippetSpatialIndex_debug_libraries += PxPvdSDKDEBUG +SnippetSpatialIndex_debug_common_cflags := $(SnippetSpatialIndex_custom_cflags) +SnippetSpatialIndex_debug_common_cflags += -MMD +SnippetSpatialIndex_debug_common_cflags += $(addprefix -D, $(SnippetSpatialIndex_debug_defines)) +SnippetSpatialIndex_debug_common_cflags += $(addprefix -I, $(SnippetSpatialIndex_debug_hpaths)) +SnippetSpatialIndex_debug_common_cflags += -Werror +SnippetSpatialIndex_debug_common_cflags += -fpic -fno-exceptions +SnippetSpatialIndex_debug_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm +SnippetSpatialIndex_debug_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork +SnippetSpatialIndex_debug_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2 +SnippetSpatialIndex_debug_common_cflags += -Wno-maybe-uninitialized +SnippetSpatialIndex_debug_common_cflags += -Wno-pedantic +SnippetSpatialIndex_debug_common_cflags += -fPIE +SnippetSpatialIndex_debug_common_cflags += -g3 -gdwarf-2 +SnippetSpatialIndex_debug_cflags := $(SnippetSpatialIndex_debug_common_cflags) +SnippetSpatialIndex_debug_cppflags := $(SnippetSpatialIndex_debug_common_cflags) +SnippetSpatialIndex_debug_cppflags += -fno-rtti +SnippetSpatialIndex_debug_lflags := $(SnippetSpatialIndex_custom_lflags) +SnippetSpatialIndex_debug_lflags += $(addprefix -L, $(SnippetSpatialIndex_debug_lpaths)) +SnippetSpatialIndex_debug_lflags += -Wl,--start-group $(addprefix -l, $(SnippetSpatialIndex_debug_libraries)) -Wl,--end-group +SnippetSpatialIndex_debug_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm +SnippetSpatialIndex_debug_lflags += -Wl,--no-undefined +SnippetSpatialIndex_debug_lflags += -Wl,-z,noexecstack -L../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -Wl,-rpath-link=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm/usr/lib +SnippetSpatialIndex_debug_lflags += -pie +SnippetSpatialIndex_debug_objsdir = $(OBJS_DIR)/SnippetSpatialIndex_debug +SnippetSpatialIndex_debug_cpp_o = $(addprefix $(SnippetSpatialIndex_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetSpatialIndex_cppfiles))))) +SnippetSpatialIndex_debug_cc_o = $(addprefix $(SnippetSpatialIndex_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetSpatialIndex_ccfiles))))) +SnippetSpatialIndex_debug_c_o = $(addprefix $(SnippetSpatialIndex_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetSpatialIndex_cfiles))))) +SnippetSpatialIndex_debug_obj = $(SnippetSpatialIndex_debug_cpp_o) $(SnippetSpatialIndex_debug_cc_o) $(SnippetSpatialIndex_debug_c_o) +SnippetSpatialIndex_debug_bin := ./../../../Bin/android16/SnippetSpatialIndexDEBUG + +clean_SnippetSpatialIndex_debug: + @$(ECHO) clean SnippetSpatialIndex debug + @$(RMDIR) $(SnippetSpatialIndex_debug_objsdir) + @$(RMDIR) $(SnippetSpatialIndex_debug_bin) + @$(RMDIR) $(DEPSDIR)/SnippetSpatialIndex/debug + +build_SnippetSpatialIndex_debug: postbuild_SnippetSpatialIndex_debug +postbuild_SnippetSpatialIndex_debug: mainbuild_SnippetSpatialIndex_debug +mainbuild_SnippetSpatialIndex_debug: prebuild_SnippetSpatialIndex_debug $(SnippetSpatialIndex_debug_bin) +prebuild_SnippetSpatialIndex_debug: + +$(SnippetSpatialIndex_debug_bin): $(SnippetSpatialIndex_debug_obj) build_SnippetUtils_debug + mkdir -p `dirname ./../../../Bin/android16/SnippetSpatialIndexDEBUG` + $(CCLD) $(SnippetSpatialIndex_debug_obj) $(SnippetSpatialIndex_debug_lflags) -o $(SnippetSpatialIndex_debug_bin) + $(ECHO) building $@ complete! + +SnippetSpatialIndex_debug_DEPDIR = $(dir $(@))/$(*F) +$(SnippetSpatialIndex_debug_cpp_o): $(SnippetSpatialIndex_debug_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SnippetSpatialIndex_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetSpatialIndex/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles)))))) + cp $(SnippetSpatialIndex_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetSpatialIndex/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetSpatialIndex/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))))).P; \ + rm -f $(SnippetSpatialIndex_debug_DEPDIR).d + +$(SnippetSpatialIndex_debug_cc_o): $(SnippetSpatialIndex_debug_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SnippetSpatialIndex_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles)))))) + cp $(SnippetSpatialIndex_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))))).debug.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))))).debug.P; \ + rm -f $(SnippetSpatialIndex_debug_DEPDIR).d + +$(SnippetSpatialIndex_debug_c_o): $(SnippetSpatialIndex_debug_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SnippetSpatialIndex_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetSpatialIndex/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_cfiles)))))) + cp $(SnippetSpatialIndex_debug_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetSpatialIndex/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetSpatialIndex/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_debug_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))))).P; \ + rm -f $(SnippetSpatialIndex_debug_DEPDIR).d + +SnippetSpatialIndex_checked_hpaths := +SnippetSpatialIndex_checked_hpaths += ./../../../Include +SnippetSpatialIndex_checked_hpaths += ./../../../../PxShared/include +SnippetSpatialIndex_checked_hpaths += ./../../../../PxShared/src/foundation/include +SnippetSpatialIndex_checked_hpaths += ./../../../../PxShared/src/fastxml/include +SnippetSpatialIndex_checked_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include +SnippetSpatialIndex_checked_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include +SnippetSpatialIndex_checked_lpaths := +SnippetSpatialIndex_checked_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7 +SnippetSpatialIndex_checked_lpaths += ./../../../Lib/android16 +SnippetSpatialIndex_checked_lpaths += ./../../lib/android16 +SnippetSpatialIndex_checked_lpaths += ./../../../../PxShared/lib/android16 +SnippetSpatialIndex_checked_lpaths += ./../../lib/android16 +SnippetSpatialIndex_checked_defines := $(SnippetSpatialIndex_custom_defines) +SnippetSpatialIndex_checked_defines += ANDROID +SnippetSpatialIndex_checked_defines += GLES2 +SnippetSpatialIndex_checked_defines += __STDC_LIMIT_MACROS +SnippetSpatialIndex_checked_defines += __ARM_ARCH_5__ +SnippetSpatialIndex_checked_defines += __ARM_ARCH_5T__ +SnippetSpatialIndex_checked_defines += __ARM_ARCH_5E__ +SnippetSpatialIndex_checked_defines += __ARM_ARCH_5TE__ +SnippetSpatialIndex_checked_defines += NDEBUG +SnippetSpatialIndex_checked_defines += PX_CHECKED=1 +SnippetSpatialIndex_checked_defines += PX_SUPPORT_PVD=1 +SnippetSpatialIndex_checked_defines += PX_NVTX=1 +SnippetSpatialIndex_checked_defines += PHYSX_PROFILE_SDK +SnippetSpatialIndex_checked_libraries := +SnippetSpatialIndex_checked_libraries += SnippetUtilsCHECKED +SnippetSpatialIndex_checked_libraries += log +SnippetSpatialIndex_checked_libraries += gnustl_static +SnippetSpatialIndex_checked_libraries += supc++ +SnippetSpatialIndex_checked_libraries += m +SnippetSpatialIndex_checked_libraries += c +SnippetSpatialIndex_checked_libraries += nvToolsExt +SnippetSpatialIndex_checked_libraries += PhysX3CommonCHECKED +SnippetSpatialIndex_checked_libraries += PhysX3CHECKED +SnippetSpatialIndex_checked_libraries += PhysX3VehicleCHECKED +SnippetSpatialIndex_checked_libraries += PhysX3CookingCHECKED +SnippetSpatialIndex_checked_libraries += PhysX3ExtensionsCHECKED +SnippetSpatialIndex_checked_libraries += PhysX3CharacterKinematicCHECKED +SnippetSpatialIndex_checked_libraries += SnippetUtilsCHECKED +SnippetSpatialIndex_checked_libraries += PxFoundationCHECKED +SnippetSpatialIndex_checked_libraries += PsFastXmlCHECKED +SnippetSpatialIndex_checked_libraries += PxPvdSDKCHECKED +SnippetSpatialIndex_checked_common_cflags := $(SnippetSpatialIndex_custom_cflags) +SnippetSpatialIndex_checked_common_cflags += -MMD +SnippetSpatialIndex_checked_common_cflags += $(addprefix -D, $(SnippetSpatialIndex_checked_defines)) +SnippetSpatialIndex_checked_common_cflags += $(addprefix -I, $(SnippetSpatialIndex_checked_hpaths)) +SnippetSpatialIndex_checked_common_cflags += -Werror +SnippetSpatialIndex_checked_common_cflags += -fpic -fno-exceptions +SnippetSpatialIndex_checked_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm +SnippetSpatialIndex_checked_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork +SnippetSpatialIndex_checked_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2 +SnippetSpatialIndex_checked_common_cflags += -Wno-maybe-uninitialized +SnippetSpatialIndex_checked_common_cflags += -Wno-pedantic +SnippetSpatialIndex_checked_common_cflags += -fPIE +SnippetSpatialIndex_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing +SnippetSpatialIndex_checked_common_cflags += -ffunction-sections -funwind-tables -fstack-protector +SnippetSpatialIndex_checked_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300 +SnippetSpatialIndex_checked_cflags := $(SnippetSpatialIndex_checked_common_cflags) +SnippetSpatialIndex_checked_cppflags := $(SnippetSpatialIndex_checked_common_cflags) +SnippetSpatialIndex_checked_cppflags += -fno-rtti +SnippetSpatialIndex_checked_lflags := $(SnippetSpatialIndex_custom_lflags) +SnippetSpatialIndex_checked_lflags += $(addprefix -L, $(SnippetSpatialIndex_checked_lpaths)) +SnippetSpatialIndex_checked_lflags += -Wl,--start-group $(addprefix -l, $(SnippetSpatialIndex_checked_libraries)) -Wl,--end-group +SnippetSpatialIndex_checked_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm +SnippetSpatialIndex_checked_lflags += -Wl,--no-undefined +SnippetSpatialIndex_checked_lflags += -Wl,-z,noexecstack -L../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -Wl,-rpath-link=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm/usr/lib +SnippetSpatialIndex_checked_lflags += -pie +SnippetSpatialIndex_checked_objsdir = $(OBJS_DIR)/SnippetSpatialIndex_checked +SnippetSpatialIndex_checked_cpp_o = $(addprefix $(SnippetSpatialIndex_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetSpatialIndex_cppfiles))))) +SnippetSpatialIndex_checked_cc_o = $(addprefix $(SnippetSpatialIndex_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetSpatialIndex_ccfiles))))) +SnippetSpatialIndex_checked_c_o = $(addprefix $(SnippetSpatialIndex_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetSpatialIndex_cfiles))))) +SnippetSpatialIndex_checked_obj = $(SnippetSpatialIndex_checked_cpp_o) $(SnippetSpatialIndex_checked_cc_o) $(SnippetSpatialIndex_checked_c_o) +SnippetSpatialIndex_checked_bin := ./../../../Bin/android16/SnippetSpatialIndexCHECKED + +clean_SnippetSpatialIndex_checked: + @$(ECHO) clean SnippetSpatialIndex checked + @$(RMDIR) $(SnippetSpatialIndex_checked_objsdir) + @$(RMDIR) $(SnippetSpatialIndex_checked_bin) + @$(RMDIR) $(DEPSDIR)/SnippetSpatialIndex/checked + +build_SnippetSpatialIndex_checked: postbuild_SnippetSpatialIndex_checked +postbuild_SnippetSpatialIndex_checked: mainbuild_SnippetSpatialIndex_checked +mainbuild_SnippetSpatialIndex_checked: prebuild_SnippetSpatialIndex_checked $(SnippetSpatialIndex_checked_bin) +prebuild_SnippetSpatialIndex_checked: + +$(SnippetSpatialIndex_checked_bin): $(SnippetSpatialIndex_checked_obj) build_SnippetUtils_checked + mkdir -p `dirname ./../../../Bin/android16/SnippetSpatialIndexCHECKED` + $(CCLD) $(SnippetSpatialIndex_checked_obj) $(SnippetSpatialIndex_checked_lflags) -o $(SnippetSpatialIndex_checked_bin) + $(ECHO) building $@ complete! + +SnippetSpatialIndex_checked_DEPDIR = $(dir $(@))/$(*F) +$(SnippetSpatialIndex_checked_cpp_o): $(SnippetSpatialIndex_checked_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SnippetSpatialIndex_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetSpatialIndex/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles)))))) + cp $(SnippetSpatialIndex_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetSpatialIndex/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetSpatialIndex/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))))).P; \ + rm -f $(SnippetSpatialIndex_checked_DEPDIR).d + +$(SnippetSpatialIndex_checked_cc_o): $(SnippetSpatialIndex_checked_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SnippetSpatialIndex_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles)))))) + cp $(SnippetSpatialIndex_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))))).checked.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))))).checked.P; \ + rm -f $(SnippetSpatialIndex_checked_DEPDIR).d + +$(SnippetSpatialIndex_checked_c_o): $(SnippetSpatialIndex_checked_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SnippetSpatialIndex_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetSpatialIndex/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_cfiles)))))) + cp $(SnippetSpatialIndex_checked_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetSpatialIndex/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetSpatialIndex/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_checked_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))))).P; \ + rm -f $(SnippetSpatialIndex_checked_DEPDIR).d + +SnippetSpatialIndex_profile_hpaths := +SnippetSpatialIndex_profile_hpaths += ./../../../Include +SnippetSpatialIndex_profile_hpaths += ./../../../../PxShared/include +SnippetSpatialIndex_profile_hpaths += ./../../../../PxShared/src/foundation/include +SnippetSpatialIndex_profile_hpaths += ./../../../../PxShared/src/fastxml/include +SnippetSpatialIndex_profile_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include +SnippetSpatialIndex_profile_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include +SnippetSpatialIndex_profile_lpaths := +SnippetSpatialIndex_profile_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7 +SnippetSpatialIndex_profile_lpaths += ./../../../Lib/android16 +SnippetSpatialIndex_profile_lpaths += ./../../lib/android16 +SnippetSpatialIndex_profile_lpaths += ./../../../../PxShared/lib/android16 +SnippetSpatialIndex_profile_lpaths += ./../../lib/android16 +SnippetSpatialIndex_profile_defines := $(SnippetSpatialIndex_custom_defines) +SnippetSpatialIndex_profile_defines += ANDROID +SnippetSpatialIndex_profile_defines += GLES2 +SnippetSpatialIndex_profile_defines += __STDC_LIMIT_MACROS +SnippetSpatialIndex_profile_defines += __ARM_ARCH_5__ +SnippetSpatialIndex_profile_defines += __ARM_ARCH_5T__ +SnippetSpatialIndex_profile_defines += __ARM_ARCH_5E__ +SnippetSpatialIndex_profile_defines += __ARM_ARCH_5TE__ +SnippetSpatialIndex_profile_defines += NDEBUG +SnippetSpatialIndex_profile_defines += PX_PROFILE=1 +SnippetSpatialIndex_profile_defines += PX_SUPPORT_PVD=1 +SnippetSpatialIndex_profile_defines += PX_NVTX=1 +SnippetSpatialIndex_profile_defines += PHYSX_PROFILE_SDK +SnippetSpatialIndex_profile_libraries := +SnippetSpatialIndex_profile_libraries += SnippetUtilsPROFILE +SnippetSpatialIndex_profile_libraries += log +SnippetSpatialIndex_profile_libraries += gnustl_static +SnippetSpatialIndex_profile_libraries += supc++ +SnippetSpatialIndex_profile_libraries += m +SnippetSpatialIndex_profile_libraries += c +SnippetSpatialIndex_profile_libraries += nvToolsExt +SnippetSpatialIndex_profile_libraries += PhysX3CommonPROFILE +SnippetSpatialIndex_profile_libraries += PhysX3PROFILE +SnippetSpatialIndex_profile_libraries += PhysX3VehiclePROFILE +SnippetSpatialIndex_profile_libraries += PhysX3CookingPROFILE +SnippetSpatialIndex_profile_libraries += PhysX3ExtensionsPROFILE +SnippetSpatialIndex_profile_libraries += PhysX3CharacterKinematicPROFILE +SnippetSpatialIndex_profile_libraries += SnippetUtilsPROFILE +SnippetSpatialIndex_profile_libraries += PxFoundationPROFILE +SnippetSpatialIndex_profile_libraries += PsFastXmlPROFILE +SnippetSpatialIndex_profile_libraries += PxPvdSDKPROFILE +SnippetSpatialIndex_profile_common_cflags := $(SnippetSpatialIndex_custom_cflags) +SnippetSpatialIndex_profile_common_cflags += -MMD +SnippetSpatialIndex_profile_common_cflags += $(addprefix -D, $(SnippetSpatialIndex_profile_defines)) +SnippetSpatialIndex_profile_common_cflags += $(addprefix -I, $(SnippetSpatialIndex_profile_hpaths)) +SnippetSpatialIndex_profile_common_cflags += -Werror +SnippetSpatialIndex_profile_common_cflags += -fpic -fno-exceptions +SnippetSpatialIndex_profile_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm +SnippetSpatialIndex_profile_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork +SnippetSpatialIndex_profile_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2 +SnippetSpatialIndex_profile_common_cflags += -Wno-maybe-uninitialized +SnippetSpatialIndex_profile_common_cflags += -Wno-pedantic +SnippetSpatialIndex_profile_common_cflags += -fPIE +SnippetSpatialIndex_profile_common_cflags += -O3 -fno-strict-aliasing +SnippetSpatialIndex_profile_common_cflags += -ffunction-sections -funwind-tables -fstack-protector +SnippetSpatialIndex_profile_common_cflags += -fno-omit-frame-pointer -funswitch-loops -finline-limit=300 +SnippetSpatialIndex_profile_cflags := $(SnippetSpatialIndex_profile_common_cflags) +SnippetSpatialIndex_profile_cppflags := $(SnippetSpatialIndex_profile_common_cflags) +SnippetSpatialIndex_profile_cppflags += -fno-rtti +SnippetSpatialIndex_profile_lflags := $(SnippetSpatialIndex_custom_lflags) +SnippetSpatialIndex_profile_lflags += $(addprefix -L, $(SnippetSpatialIndex_profile_lpaths)) +SnippetSpatialIndex_profile_lflags += -Wl,--start-group $(addprefix -l, $(SnippetSpatialIndex_profile_libraries)) -Wl,--end-group +SnippetSpatialIndex_profile_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm +SnippetSpatialIndex_profile_lflags += -Wl,--no-undefined +SnippetSpatialIndex_profile_lflags += -Wl,-z,noexecstack -L../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -Wl,-rpath-link=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm/usr/lib +SnippetSpatialIndex_profile_lflags += -pie +SnippetSpatialIndex_profile_objsdir = $(OBJS_DIR)/SnippetSpatialIndex_profile +SnippetSpatialIndex_profile_cpp_o = $(addprefix $(SnippetSpatialIndex_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetSpatialIndex_cppfiles))))) +SnippetSpatialIndex_profile_cc_o = $(addprefix $(SnippetSpatialIndex_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetSpatialIndex_ccfiles))))) +SnippetSpatialIndex_profile_c_o = $(addprefix $(SnippetSpatialIndex_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetSpatialIndex_cfiles))))) +SnippetSpatialIndex_profile_obj = $(SnippetSpatialIndex_profile_cpp_o) $(SnippetSpatialIndex_profile_cc_o) $(SnippetSpatialIndex_profile_c_o) +SnippetSpatialIndex_profile_bin := ./../../../Bin/android16/SnippetSpatialIndexPROFILE + +clean_SnippetSpatialIndex_profile: + @$(ECHO) clean SnippetSpatialIndex profile + @$(RMDIR) $(SnippetSpatialIndex_profile_objsdir) + @$(RMDIR) $(SnippetSpatialIndex_profile_bin) + @$(RMDIR) $(DEPSDIR)/SnippetSpatialIndex/profile + +build_SnippetSpatialIndex_profile: postbuild_SnippetSpatialIndex_profile +postbuild_SnippetSpatialIndex_profile: mainbuild_SnippetSpatialIndex_profile +mainbuild_SnippetSpatialIndex_profile: prebuild_SnippetSpatialIndex_profile $(SnippetSpatialIndex_profile_bin) +prebuild_SnippetSpatialIndex_profile: + +$(SnippetSpatialIndex_profile_bin): $(SnippetSpatialIndex_profile_obj) build_SnippetUtils_profile + mkdir -p `dirname ./../../../Bin/android16/SnippetSpatialIndexPROFILE` + $(CCLD) $(SnippetSpatialIndex_profile_obj) $(SnippetSpatialIndex_profile_lflags) -o $(SnippetSpatialIndex_profile_bin) + $(ECHO) building $@ complete! + +SnippetSpatialIndex_profile_DEPDIR = $(dir $(@))/$(*F) +$(SnippetSpatialIndex_profile_cpp_o): $(SnippetSpatialIndex_profile_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SnippetSpatialIndex_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetSpatialIndex/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles)))))) + cp $(SnippetSpatialIndex_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetSpatialIndex/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetSpatialIndex/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))))).P; \ + rm -f $(SnippetSpatialIndex_profile_DEPDIR).d + +$(SnippetSpatialIndex_profile_cc_o): $(SnippetSpatialIndex_profile_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SnippetSpatialIndex_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles)))))) + cp $(SnippetSpatialIndex_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))))).profile.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))))).profile.P; \ + rm -f $(SnippetSpatialIndex_profile_DEPDIR).d + +$(SnippetSpatialIndex_profile_c_o): $(SnippetSpatialIndex_profile_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SnippetSpatialIndex_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetSpatialIndex/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_cfiles)))))) + cp $(SnippetSpatialIndex_profile_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetSpatialIndex/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetSpatialIndex/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_profile_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))))).P; \ + rm -f $(SnippetSpatialIndex_profile_DEPDIR).d + +SnippetSpatialIndex_release_hpaths := +SnippetSpatialIndex_release_hpaths += ./../../../Include +SnippetSpatialIndex_release_hpaths += ./../../../../PxShared/include +SnippetSpatialIndex_release_hpaths += ./../../../../PxShared/src/foundation/include +SnippetSpatialIndex_release_hpaths += ./../../../../PxShared/src/fastxml/include +SnippetSpatialIndex_release_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include +SnippetSpatialIndex_release_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include +SnippetSpatialIndex_release_lpaths := +SnippetSpatialIndex_release_lpaths += ./../../../../Externals/nvToolsExt/1/lib/armv7 +SnippetSpatialIndex_release_lpaths += ./../../../Lib/android16 +SnippetSpatialIndex_release_lpaths += ./../../lib/android16 +SnippetSpatialIndex_release_lpaths += ./../../../../PxShared/lib/android16 +SnippetSpatialIndex_release_lpaths += ./../../lib/android16 +SnippetSpatialIndex_release_defines := $(SnippetSpatialIndex_custom_defines) +SnippetSpatialIndex_release_defines += ANDROID +SnippetSpatialIndex_release_defines += GLES2 +SnippetSpatialIndex_release_defines += __STDC_LIMIT_MACROS +SnippetSpatialIndex_release_defines += __ARM_ARCH_5__ +SnippetSpatialIndex_release_defines += __ARM_ARCH_5T__ +SnippetSpatialIndex_release_defines += __ARM_ARCH_5E__ +SnippetSpatialIndex_release_defines += __ARM_ARCH_5TE__ +SnippetSpatialIndex_release_defines += NDEBUG +SnippetSpatialIndex_release_defines += PX_SUPPORT_PVD=0 +SnippetSpatialIndex_release_defines += PHYSX_PROFILE_SDK +SnippetSpatialIndex_release_libraries := +SnippetSpatialIndex_release_libraries += SnippetUtils +SnippetSpatialIndex_release_libraries += log +SnippetSpatialIndex_release_libraries += gnustl_static +SnippetSpatialIndex_release_libraries += supc++ +SnippetSpatialIndex_release_libraries += m +SnippetSpatialIndex_release_libraries += c +SnippetSpatialIndex_release_libraries += nvToolsExt +SnippetSpatialIndex_release_libraries += PhysX3Common +SnippetSpatialIndex_release_libraries += PhysX3 +SnippetSpatialIndex_release_libraries += PhysX3Vehicle +SnippetSpatialIndex_release_libraries += PhysX3Cooking +SnippetSpatialIndex_release_libraries += PhysX3Extensions +SnippetSpatialIndex_release_libraries += PhysX3CharacterKinematic +SnippetSpatialIndex_release_libraries += SnippetUtils +SnippetSpatialIndex_release_libraries += PxFoundation +SnippetSpatialIndex_release_libraries += PsFastXml +SnippetSpatialIndex_release_libraries += PxPvdSDK +SnippetSpatialIndex_release_common_cflags := $(SnippetSpatialIndex_custom_cflags) +SnippetSpatialIndex_release_common_cflags += -MMD +SnippetSpatialIndex_release_common_cflags += $(addprefix -D, $(SnippetSpatialIndex_release_defines)) +SnippetSpatialIndex_release_common_cflags += $(addprefix -I, $(SnippetSpatialIndex_release_hpaths)) +SnippetSpatialIndex_release_common_cflags += -Werror +SnippetSpatialIndex_release_common_cflags += -fpic -fno-exceptions +SnippetSpatialIndex_release_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm +SnippetSpatialIndex_release_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork +SnippetSpatialIndex_release_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2 +SnippetSpatialIndex_release_common_cflags += -Wno-maybe-uninitialized +SnippetSpatialIndex_release_common_cflags += -Wno-pedantic +SnippetSpatialIndex_release_common_cflags += -fPIE +SnippetSpatialIndex_release_common_cflags += -O3 -fno-strict-aliasing +SnippetSpatialIndex_release_common_cflags += -ffunction-sections -funwind-tables -fstack-protector +SnippetSpatialIndex_release_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300 +SnippetSpatialIndex_release_cflags := $(SnippetSpatialIndex_release_common_cflags) +SnippetSpatialIndex_release_cppflags := $(SnippetSpatialIndex_release_common_cflags) +SnippetSpatialIndex_release_cppflags += -fno-rtti +SnippetSpatialIndex_release_lflags := $(SnippetSpatialIndex_custom_lflags) +SnippetSpatialIndex_release_lflags += $(addprefix -L, $(SnippetSpatialIndex_release_lpaths)) +SnippetSpatialIndex_release_lflags += -Wl,--start-group $(addprefix -l, $(SnippetSpatialIndex_release_libraries)) -Wl,--end-group +SnippetSpatialIndex_release_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm +SnippetSpatialIndex_release_lflags += -Wl,--no-undefined +SnippetSpatialIndex_release_lflags += -Wl,-z,noexecstack -L../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -Wl,-rpath-link=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm/usr/lib +SnippetSpatialIndex_release_lflags += -pie +SnippetSpatialIndex_release_objsdir = $(OBJS_DIR)/SnippetSpatialIndex_release +SnippetSpatialIndex_release_cpp_o = $(addprefix $(SnippetSpatialIndex_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(SnippetSpatialIndex_cppfiles))))) +SnippetSpatialIndex_release_cc_o = $(addprefix $(SnippetSpatialIndex_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(SnippetSpatialIndex_ccfiles))))) +SnippetSpatialIndex_release_c_o = $(addprefix $(SnippetSpatialIndex_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(SnippetSpatialIndex_cfiles))))) +SnippetSpatialIndex_release_obj = $(SnippetSpatialIndex_release_cpp_o) $(SnippetSpatialIndex_release_cc_o) $(SnippetSpatialIndex_release_c_o) +SnippetSpatialIndex_release_bin := ./../../../Bin/android16/SnippetSpatialIndex + +clean_SnippetSpatialIndex_release: + @$(ECHO) clean SnippetSpatialIndex release + @$(RMDIR) $(SnippetSpatialIndex_release_objsdir) + @$(RMDIR) $(SnippetSpatialIndex_release_bin) + @$(RMDIR) $(DEPSDIR)/SnippetSpatialIndex/release + +build_SnippetSpatialIndex_release: postbuild_SnippetSpatialIndex_release +postbuild_SnippetSpatialIndex_release: mainbuild_SnippetSpatialIndex_release +mainbuild_SnippetSpatialIndex_release: prebuild_SnippetSpatialIndex_release $(SnippetSpatialIndex_release_bin) +prebuild_SnippetSpatialIndex_release: + +$(SnippetSpatialIndex_release_bin): $(SnippetSpatialIndex_release_obj) build_SnippetUtils_release + mkdir -p `dirname ./../../../Bin/android16/SnippetSpatialIndex` + $(CCLD) $(SnippetSpatialIndex_release_obj) $(SnippetSpatialIndex_release_lflags) -o $(SnippetSpatialIndex_release_bin) + $(ECHO) building $@ complete! + +SnippetSpatialIndex_release_DEPDIR = $(dir $(@))/$(*F) +$(SnippetSpatialIndex_release_cpp_o): $(SnippetSpatialIndex_release_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SnippetSpatialIndex_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetSpatialIndex/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles)))))) + cp $(SnippetSpatialIndex_release_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetSpatialIndex/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetSpatialIndex/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_cppfiles))))).P; \ + rm -f $(SnippetSpatialIndex_release_DEPDIR).d + +$(SnippetSpatialIndex_release_cc_o): $(SnippetSpatialIndex_release_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))... + mkdir -p $(dir $(@)) + $(CXX) $(SnippetSpatialIndex_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles)) -o $@ + mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles)))))) + cp $(SnippetSpatialIndex_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))))).release.P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_ccfiles))))).release.P; \ + rm -f $(SnippetSpatialIndex_release_DEPDIR).d + +$(SnippetSpatialIndex_release_c_o): $(SnippetSpatialIndex_release_objsdir)/%.o: + $(ECHO) SnippetSpatialIndex: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))... + mkdir -p $(dir $(@)) + $(CC) $(SnippetSpatialIndex_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_cfiles)) -o $@ + @mkdir -p $(dir $(addprefix $(DEPSDIR)/SnippetSpatialIndex/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_cfiles)))))) + cp $(SnippetSpatialIndex_release_DEPDIR).d $(addprefix $(DEPSDIR)/SnippetSpatialIndex/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))))).P; \ + sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \ + -e '/^$$/ d' -e 's/$$/ :/' < $(SnippetSpatialIndex_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/SnippetSpatialIndex/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(SnippetSpatialIndex_release_objsdir),, $@))), $(SnippetSpatialIndex_cfiles))))).P; \ + rm -f $(SnippetSpatialIndex_release_DEPDIR).d + +clean_SnippetSpatialIndex: clean_SnippetSpatialIndex_debug clean_SnippetSpatialIndex_checked clean_SnippetSpatialIndex_profile clean_SnippetSpatialIndex_release + rm -rf $(DEPSDIR) + +export VERBOSE +ifndef VERBOSE +.SILENT: +endif |