aboutsummaryrefslogtreecommitdiff
path: root/PxShared/src/compiler/linux32
diff options
context:
space:
mode:
authorgit perforce import user <a@b>2016-10-25 12:29:14 -0600
committerSheikh Dawood Abdul Ajees <Sheikh Dawood Abdul Ajees>2016-10-25 18:56:37 -0500
commit3dfe2108cfab31ba3ee5527e217d0d8e99a51162 (patch)
treefa6485c169e50d7415a651bf838f5bcd0fd3bfbd /PxShared/src/compiler/linux32
downloadphysx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.tar.xz
physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.zip
Initial commit:
PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167]
Diffstat (limited to 'PxShared/src/compiler/linux32')
-rw-r--r--PxShared/src/compiler/linux32/Makefile209
-rw-r--r--PxShared/src/compiler/linux32/Makefile.PsFastXml.mk356
-rw-r--r--PxShared/src/compiler/linux32/Makefile.PxFoundation.mk372
-rw-r--r--PxShared/src/compiler/linux32/Makefile.PxPvdSDK.mk386
-rw-r--r--PxShared/src/compiler/linux32/Makefile.PxTask.mk352
5 files changed, 1675 insertions, 0 deletions
diff --git a/PxShared/src/compiler/linux32/Makefile b/PxShared/src/compiler/linux32/Makefile
new file mode 100644
index 00000000..9c95f4ae
--- /dev/null
+++ b/PxShared/src/compiler/linux32/Makefile
@@ -0,0 +1,209 @@
+#!/usr/bin/make
+# Makefile generated by XPJ for linux32
+
+DEPSDIR = .deps
+#default defines
+OBJS_DIR = build
+RMDIR = rm -fr
+ECHO = echo
+CCLD = g++
+CXX = g++
+CC = gcc
+RANLIB = ranlib
+AR = ar
+STRIP = strip
+OBJDUMP = objdump
+OBJCOPY = objcopy
+-include Makedefs.linux32.mk
+
+all: checked debug profile release
+
+checked: build_PsFastXml_checked
+
+debug: build_PsFastXml_debug
+
+profile: build_PsFastXml_profile
+
+release: build_PsFastXml_release
+
+clean: clean_PsFastXml_debug clean_PsFastXml_release clean_PsFastXml_checked clean_PsFastXml_profile
+ rm -rf $(DEPSDIR)
+
+
+clean_debug: clean_PsFastXml_debug
+ rm -rf $(DEPSDIR)
+
+
+clean_release: clean_PsFastXml_release
+ rm -rf $(DEPSDIR)
+
+
+clean_checked: clean_PsFastXml_checked
+ rm -rf $(DEPSDIR)
+
+
+clean_profile: clean_PsFastXml_profile
+ rm -rf $(DEPSDIR)
+
+
+include Makefile.PsFastXml.mk
+
+
+# Disable implicit rules to speedup build
+.SUFFIXES:
+SUFFIXES :=
+%.out:
+%.a:
+%.ln:
+%.o:
+%: %.o
+%.c:
+%: %.c
+%.ln: %.c
+%.o: %.c
+%.cc:
+%: %.cc
+%.o: %.cc
+%.C:
+%: %.C
+%.o: %.C
+%.cpp:
+%: %.cpp
+%.o: %.cpp
+%.p:
+%: %.p
+%.o: %.p
+%.f:
+%:
+ %.f%.o: %.f
+%.F:
+%: %.F
+%.o: %.F
+%.f: %.F
+%.r:
+%: %.r
+%.o: %.r
+%.f: %.r
+%.y:
+%.ln: %.y
+%.c: %.y
+%.l:
+%.ln: %.l
+%.c: %.l
+%.r: %.l
+%.s:
+%: %.s
+%.o: %.s
+%.S:
+%: %.S
+%.o: %.S
+%.s: %.S
+%.mod:
+%: %.mod
+%.o: %.mod
+%.sym:
+%.def:
+%.sym: %.def
+%.h:
+%.info:
+%.dvi:
+%.tex:
+%.dvi: %.tex
+%.texinfo:
+%.info: %.texinfo
+%.dvi: %.texinfo
+%.texi:
+%.info: %.texi
+%.dvi: %.texi
+%.txinfo:
+%.info: %.txinfo
+%.dvi: %.txinfo
+%.w:
+%.c: %.w
+%.tex: %.w
+%.ch:
+%.web:
+%.p: %.web
+%.tex: %.web
+%.sh:
+%: %.sh
+%.elc:
+%.el:
+(%): %
+%.out: %
+%.c: %.w %.ch
+%.tex: %.w %.ch
+%: %,v
+%: RCS/%,v
+%: RCS/%
+%: s.%
+%: SCCS/s.%
+.web.p:
+.l.r:
+.dvi:
+.F.o:
+.l:
+.y.ln:
+.o:
+.y:
+.def.sym:
+.p.o:
+.p:
+.txinfo.dvi:
+.a:
+.l.ln:
+.w.c:
+.texi.dvi:
+.sh:
+.cc:
+.cc.o:
+.def:
+.c.o:
+.r.o:
+.r:
+.info:
+.elc:
+.l.c:
+.out:
+.C:
+.r.f:
+.S:
+.texinfo.info:
+.c:
+.w.tex:
+.c.ln:
+.s.o:
+.s:
+.texinfo.dvi:
+.el:
+.texinfo:
+.y.c:
+.web.tex:
+.texi.info:
+.DEFAULT:
+.h:
+.tex.dvi:
+.cpp.o:
+.cpp:
+.C.o:
+.ln:
+.texi:
+.txinfo:
+.tex:
+.txinfo.info:
+.ch:
+.S.s:
+.mod:
+.mod.o:
+.F.f:
+.w:
+.S.o:
+.F:
+.web:
+.sym:
+.f:
+.f.o:
+export VERBOSE
+ifndef VERBOSE
+.SILENT:
+endif
diff --git a/PxShared/src/compiler/linux32/Makefile.PsFastXml.mk b/PxShared/src/compiler/linux32/Makefile.PsFastXml.mk
new file mode 100644
index 00000000..02c8ae26
--- /dev/null
+++ b/PxShared/src/compiler/linux32/Makefile.PsFastXml.mk
@@ -0,0 +1,356 @@
+# Makefile generated by XPJ for linux32
+-include Makefile.custom
+ProjectName = PsFastXml
+PsFastXml_cppfiles += ./../../fastxml/src/PsFastXml.cpp
+
+PsFastXml_cpp_debug_dep = $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PsFastXml_cppfiles)))))
+PsFastXml_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PsFastXml_ccfiles)))))
+PsFastXml_c_debug_dep = $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PsFastXml_cfiles)))))
+PsFastXml_debug_dep = $(PsFastXml_cpp_debug_dep) $(PsFastXml_cc_debug_dep) $(PsFastXml_c_debug_dep)
+-include $(PsFastXml_debug_dep)
+PsFastXml_cpp_release_dep = $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PsFastXml_cppfiles)))))
+PsFastXml_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PsFastXml_ccfiles)))))
+PsFastXml_c_release_dep = $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PsFastXml_cfiles)))))
+PsFastXml_release_dep = $(PsFastXml_cpp_release_dep) $(PsFastXml_cc_release_dep) $(PsFastXml_c_release_dep)
+-include $(PsFastXml_release_dep)
+PsFastXml_cpp_checked_dep = $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PsFastXml_cppfiles)))))
+PsFastXml_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PsFastXml_ccfiles)))))
+PsFastXml_c_checked_dep = $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PsFastXml_cfiles)))))
+PsFastXml_checked_dep = $(PsFastXml_cpp_checked_dep) $(PsFastXml_cc_checked_dep) $(PsFastXml_c_checked_dep)
+-include $(PsFastXml_checked_dep)
+PsFastXml_cpp_profile_dep = $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PsFastXml_cppfiles)))))
+PsFastXml_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PsFastXml_ccfiles)))))
+PsFastXml_c_profile_dep = $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PsFastXml_cfiles)))))
+PsFastXml_profile_dep = $(PsFastXml_cpp_profile_dep) $(PsFastXml_cc_profile_dep) $(PsFastXml_c_profile_dep)
+-include $(PsFastXml_profile_dep)
+PsFastXml_debug_hpaths :=
+PsFastXml_debug_hpaths += ./../../../include
+PsFastXml_debug_hpaths += ./../../foundation/include
+PsFastXml_debug_hpaths += ./../../fastxml/include
+PsFastXml_debug_lpaths :=
+PsFastXml_debug_defines := $(PsFastXml_custom_defines)
+PsFastXml_debug_defines += PX_FOUNDATION_DLL=0
+PsFastXml_debug_defines += _DEBUG
+PsFastXml_debug_defines += PX_DEBUG=1
+PsFastXml_debug_defines += PX_CHECKED=1
+PsFastXml_debug_libraries :=
+PsFastXml_debug_common_cflags := $(PsFastXml_custom_cflags)
+PsFastXml_debug_common_cflags += -MMD
+PsFastXml_debug_common_cflags += $(addprefix -D, $(PsFastXml_debug_defines))
+PsFastXml_debug_common_cflags += $(addprefix -I, $(PsFastXml_debug_hpaths))
+PsFastXml_debug_common_cflags += -m32
+PsFastXml_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PsFastXml_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PsFastXml_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PsFastXml_debug_common_cflags += -Wno-missing-field-initializers
+PsFastXml_debug_common_cflags += -g3 -gdwarf-2
+PsFastXml_debug_cflags := $(PsFastXml_debug_common_cflags)
+PsFastXml_debug_cppflags := $(PsFastXml_debug_common_cflags)
+PsFastXml_debug_lflags := $(PsFastXml_custom_lflags)
+PsFastXml_debug_lflags += $(addprefix -L, $(PsFastXml_debug_lpaths))
+PsFastXml_debug_lflags += -Wl,--start-group $(addprefix -l, $(PsFastXml_debug_libraries)) -Wl,--end-group
+PsFastXml_debug_lflags += -lrt
+PsFastXml_debug_lflags += -m32
+PsFastXml_debug_objsdir = $(OBJS_DIR)/PsFastXml_debug
+PsFastXml_debug_cpp_o = $(addprefix $(PsFastXml_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles)))))
+PsFastXml_debug_cc_o = $(addprefix $(PsFastXml_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles)))))
+PsFastXml_debug_c_o = $(addprefix $(PsFastXml_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PsFastXml_cfiles)))))
+PsFastXml_debug_obj = $(PsFastXml_debug_cpp_o) $(PsFastXml_debug_cc_o) $(PsFastXml_debug_c_o)
+PsFastXml_debug_bin := ./../../../lib/linux32/libPsFastXmlDEBUG.a
+
+clean_PsFastXml_debug:
+ @$(ECHO) clean PsFastXml debug
+ @$(RMDIR) $(PsFastXml_debug_objsdir)
+ @$(RMDIR) $(PsFastXml_debug_bin)
+ @$(RMDIR) $(DEPSDIR)/PsFastXml/debug
+
+build_PsFastXml_debug: postbuild_PsFastXml_debug
+postbuild_PsFastXml_debug: mainbuild_PsFastXml_debug
+mainbuild_PsFastXml_debug: prebuild_PsFastXml_debug $(PsFastXml_debug_bin)
+prebuild_PsFastXml_debug:
+
+$(PsFastXml_debug_bin): $(PsFastXml_debug_obj)
+ mkdir -p `dirname ./../../../lib/linux32/libPsFastXmlDEBUG.a`
+ @$(AR) rcs $(PsFastXml_debug_bin) $(PsFastXml_debug_obj)
+ $(ECHO) building $@ complete!
+
+PsFastXml_debug_DEPDIR = $(dir $(@))/$(*F)
+$(PsFastXml_debug_cpp_o): $(PsFastXml_debug_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PsFastXml_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cppfiles))))))
+ cp $(PsFastXml_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \
+ rm -f $(PsFastXml_debug_DEPDIR).d
+
+$(PsFastXml_debug_cc_o): $(PsFastXml_debug_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PsFastXml_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_ccfiles))))))
+ cp $(PsFastXml_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_ccfiles))))).debug.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_ccfiles))))).debug.P; \
+ rm -f $(PsFastXml_debug_DEPDIR).d
+
+$(PsFastXml_debug_c_o): $(PsFastXml_debug_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PsFastXml_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cfiles))))))
+ cp $(PsFastXml_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_debug_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \
+ rm -f $(PsFastXml_debug_DEPDIR).d
+
+PsFastXml_release_hpaths :=
+PsFastXml_release_hpaths += ./../../../include
+PsFastXml_release_hpaths += ./../../foundation/include
+PsFastXml_release_hpaths += ./../../fastxml/include
+PsFastXml_release_lpaths :=
+PsFastXml_release_defines := $(PsFastXml_custom_defines)
+PsFastXml_release_defines += PX_FOUNDATION_DLL=0
+PsFastXml_release_defines += NDEBUG
+PsFastXml_release_libraries :=
+PsFastXml_release_common_cflags := $(PsFastXml_custom_cflags)
+PsFastXml_release_common_cflags += -MMD
+PsFastXml_release_common_cflags += $(addprefix -D, $(PsFastXml_release_defines))
+PsFastXml_release_common_cflags += $(addprefix -I, $(PsFastXml_release_hpaths))
+PsFastXml_release_common_cflags += -m32
+PsFastXml_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PsFastXml_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PsFastXml_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PsFastXml_release_common_cflags += -Wno-missing-field-initializers
+PsFastXml_release_common_cflags += -O3 -fno-strict-aliasing
+PsFastXml_release_cflags := $(PsFastXml_release_common_cflags)
+PsFastXml_release_cppflags := $(PsFastXml_release_common_cflags)
+PsFastXml_release_lflags := $(PsFastXml_custom_lflags)
+PsFastXml_release_lflags += $(addprefix -L, $(PsFastXml_release_lpaths))
+PsFastXml_release_lflags += -Wl,--start-group $(addprefix -l, $(PsFastXml_release_libraries)) -Wl,--end-group
+PsFastXml_release_lflags += -lrt
+PsFastXml_release_lflags += -m32
+PsFastXml_release_objsdir = $(OBJS_DIR)/PsFastXml_release
+PsFastXml_release_cpp_o = $(addprefix $(PsFastXml_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles)))))
+PsFastXml_release_cc_o = $(addprefix $(PsFastXml_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles)))))
+PsFastXml_release_c_o = $(addprefix $(PsFastXml_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PsFastXml_cfiles)))))
+PsFastXml_release_obj = $(PsFastXml_release_cpp_o) $(PsFastXml_release_cc_o) $(PsFastXml_release_c_o)
+PsFastXml_release_bin := ./../../../lib/linux32/libPsFastXml.a
+
+clean_PsFastXml_release:
+ @$(ECHO) clean PsFastXml release
+ @$(RMDIR) $(PsFastXml_release_objsdir)
+ @$(RMDIR) $(PsFastXml_release_bin)
+ @$(RMDIR) $(DEPSDIR)/PsFastXml/release
+
+build_PsFastXml_release: postbuild_PsFastXml_release
+postbuild_PsFastXml_release: mainbuild_PsFastXml_release
+mainbuild_PsFastXml_release: prebuild_PsFastXml_release $(PsFastXml_release_bin)
+prebuild_PsFastXml_release:
+
+$(PsFastXml_release_bin): $(PsFastXml_release_obj)
+ mkdir -p `dirname ./../../../lib/linux32/libPsFastXml.a`
+ @$(AR) rcs $(PsFastXml_release_bin) $(PsFastXml_release_obj)
+ $(ECHO) building $@ complete!
+
+PsFastXml_release_DEPDIR = $(dir $(@))/$(*F)
+$(PsFastXml_release_cpp_o): $(PsFastXml_release_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PsFastXml_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cppfiles))))))
+ cp $(PsFastXml_release_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \
+ rm -f $(PsFastXml_release_DEPDIR).d
+
+$(PsFastXml_release_cc_o): $(PsFastXml_release_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PsFastXml_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_ccfiles))))))
+ cp $(PsFastXml_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_ccfiles))))).release.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_ccfiles))))).release.P; \
+ rm -f $(PsFastXml_release_DEPDIR).d
+
+$(PsFastXml_release_c_o): $(PsFastXml_release_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PsFastXml_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cfiles))))))
+ cp $(PsFastXml_release_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_release_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \
+ rm -f $(PsFastXml_release_DEPDIR).d
+
+PsFastXml_checked_hpaths :=
+PsFastXml_checked_hpaths += ./../../../include
+PsFastXml_checked_hpaths += ./../../foundation/include
+PsFastXml_checked_hpaths += ./../../fastxml/include
+PsFastXml_checked_lpaths :=
+PsFastXml_checked_defines := $(PsFastXml_custom_defines)
+PsFastXml_checked_defines += PX_FOUNDATION_DLL=0
+PsFastXml_checked_defines += NDEBUG
+PsFastXml_checked_defines += PX_CHECKED=1
+PsFastXml_checked_libraries :=
+PsFastXml_checked_common_cflags := $(PsFastXml_custom_cflags)
+PsFastXml_checked_common_cflags += -MMD
+PsFastXml_checked_common_cflags += $(addprefix -D, $(PsFastXml_checked_defines))
+PsFastXml_checked_common_cflags += $(addprefix -I, $(PsFastXml_checked_hpaths))
+PsFastXml_checked_common_cflags += -m32
+PsFastXml_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PsFastXml_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PsFastXml_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PsFastXml_checked_common_cflags += -Wno-missing-field-initializers
+PsFastXml_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
+PsFastXml_checked_cflags := $(PsFastXml_checked_common_cflags)
+PsFastXml_checked_cppflags := $(PsFastXml_checked_common_cflags)
+PsFastXml_checked_lflags := $(PsFastXml_custom_lflags)
+PsFastXml_checked_lflags += $(addprefix -L, $(PsFastXml_checked_lpaths))
+PsFastXml_checked_lflags += -Wl,--start-group $(addprefix -l, $(PsFastXml_checked_libraries)) -Wl,--end-group
+PsFastXml_checked_lflags += -lrt
+PsFastXml_checked_lflags += -m32
+PsFastXml_checked_objsdir = $(OBJS_DIR)/PsFastXml_checked
+PsFastXml_checked_cpp_o = $(addprefix $(PsFastXml_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles)))))
+PsFastXml_checked_cc_o = $(addprefix $(PsFastXml_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles)))))
+PsFastXml_checked_c_o = $(addprefix $(PsFastXml_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PsFastXml_cfiles)))))
+PsFastXml_checked_obj = $(PsFastXml_checked_cpp_o) $(PsFastXml_checked_cc_o) $(PsFastXml_checked_c_o)
+PsFastXml_checked_bin := ./../../../lib/linux32/libPsFastXmlCHECKED.a
+
+clean_PsFastXml_checked:
+ @$(ECHO) clean PsFastXml checked
+ @$(RMDIR) $(PsFastXml_checked_objsdir)
+ @$(RMDIR) $(PsFastXml_checked_bin)
+ @$(RMDIR) $(DEPSDIR)/PsFastXml/checked
+
+build_PsFastXml_checked: postbuild_PsFastXml_checked
+postbuild_PsFastXml_checked: mainbuild_PsFastXml_checked
+mainbuild_PsFastXml_checked: prebuild_PsFastXml_checked $(PsFastXml_checked_bin)
+prebuild_PsFastXml_checked:
+
+$(PsFastXml_checked_bin): $(PsFastXml_checked_obj)
+ mkdir -p `dirname ./../../../lib/linux32/libPsFastXmlCHECKED.a`
+ @$(AR) rcs $(PsFastXml_checked_bin) $(PsFastXml_checked_obj)
+ $(ECHO) building $@ complete!
+
+PsFastXml_checked_DEPDIR = $(dir $(@))/$(*F)
+$(PsFastXml_checked_cpp_o): $(PsFastXml_checked_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PsFastXml_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cppfiles))))))
+ cp $(PsFastXml_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \
+ rm -f $(PsFastXml_checked_DEPDIR).d
+
+$(PsFastXml_checked_cc_o): $(PsFastXml_checked_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PsFastXml_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_ccfiles))))))
+ cp $(PsFastXml_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_ccfiles))))).checked.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_ccfiles))))).checked.P; \
+ rm -f $(PsFastXml_checked_DEPDIR).d
+
+$(PsFastXml_checked_c_o): $(PsFastXml_checked_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PsFastXml_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cfiles))))))
+ cp $(PsFastXml_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_checked_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \
+ rm -f $(PsFastXml_checked_DEPDIR).d
+
+PsFastXml_profile_hpaths :=
+PsFastXml_profile_hpaths += ./../../../include
+PsFastXml_profile_hpaths += ./../../foundation/include
+PsFastXml_profile_hpaths += ./../../fastxml/include
+PsFastXml_profile_lpaths :=
+PsFastXml_profile_defines := $(PsFastXml_custom_defines)
+PsFastXml_profile_defines += PX_FOUNDATION_DLL=0
+PsFastXml_profile_defines += NDEBUG
+PsFastXml_profile_defines += PX_PROFILE=1
+PsFastXml_profile_libraries :=
+PsFastXml_profile_common_cflags := $(PsFastXml_custom_cflags)
+PsFastXml_profile_common_cflags += -MMD
+PsFastXml_profile_common_cflags += $(addprefix -D, $(PsFastXml_profile_defines))
+PsFastXml_profile_common_cflags += $(addprefix -I, $(PsFastXml_profile_hpaths))
+PsFastXml_profile_common_cflags += -m32
+PsFastXml_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PsFastXml_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PsFastXml_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PsFastXml_profile_common_cflags += -Wno-missing-field-initializers
+PsFastXml_profile_common_cflags += -O3 -fno-strict-aliasing
+PsFastXml_profile_cflags := $(PsFastXml_profile_common_cflags)
+PsFastXml_profile_cppflags := $(PsFastXml_profile_common_cflags)
+PsFastXml_profile_lflags := $(PsFastXml_custom_lflags)
+PsFastXml_profile_lflags += $(addprefix -L, $(PsFastXml_profile_lpaths))
+PsFastXml_profile_lflags += -Wl,--start-group $(addprefix -l, $(PsFastXml_profile_libraries)) -Wl,--end-group
+PsFastXml_profile_lflags += -lrt
+PsFastXml_profile_lflags += -m32
+PsFastXml_profile_objsdir = $(OBJS_DIR)/PsFastXml_profile
+PsFastXml_profile_cpp_o = $(addprefix $(PsFastXml_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PsFastXml_cppfiles)))))
+PsFastXml_profile_cc_o = $(addprefix $(PsFastXml_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PsFastXml_ccfiles)))))
+PsFastXml_profile_c_o = $(addprefix $(PsFastXml_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PsFastXml_cfiles)))))
+PsFastXml_profile_obj = $(PsFastXml_profile_cpp_o) $(PsFastXml_profile_cc_o) $(PsFastXml_profile_c_o)
+PsFastXml_profile_bin := ./../../../lib/linux32/libPsFastXmlPROFILE.a
+
+clean_PsFastXml_profile:
+ @$(ECHO) clean PsFastXml profile
+ @$(RMDIR) $(PsFastXml_profile_objsdir)
+ @$(RMDIR) $(PsFastXml_profile_bin)
+ @$(RMDIR) $(DEPSDIR)/PsFastXml/profile
+
+build_PsFastXml_profile: postbuild_PsFastXml_profile
+postbuild_PsFastXml_profile: mainbuild_PsFastXml_profile
+mainbuild_PsFastXml_profile: prebuild_PsFastXml_profile $(PsFastXml_profile_bin)
+prebuild_PsFastXml_profile:
+
+$(PsFastXml_profile_bin): $(PsFastXml_profile_obj)
+ mkdir -p `dirname ./../../../lib/linux32/libPsFastXmlPROFILE.a`
+ @$(AR) rcs $(PsFastXml_profile_bin) $(PsFastXml_profile_obj)
+ $(ECHO) building $@ complete!
+
+PsFastXml_profile_DEPDIR = $(dir $(@))/$(*F)
+$(PsFastXml_profile_cpp_o): $(PsFastXml_profile_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PsFastXml_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cppfiles))))))
+ cp $(PsFastXml_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cppfiles))))).P; \
+ rm -f $(PsFastXml_profile_DEPDIR).d
+
+$(PsFastXml_profile_cc_o): $(PsFastXml_profile_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PsFastXml_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_ccfiles))))))
+ cp $(PsFastXml_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_ccfiles))))).profile.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_ccfiles))))).profile.P; \
+ rm -f $(PsFastXml_profile_DEPDIR).d
+
+$(PsFastXml_profile_c_o): $(PsFastXml_profile_objsdir)/%.o:
+ $(ECHO) PsFastXml: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PsFastXml_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cfiles))))))
+ cp $(PsFastXml_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PsFastXml_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PsFastXml/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PsFastXml_profile_objsdir),, $@))), $(PsFastXml_cfiles))))).P; \
+ rm -f $(PsFastXml_profile_DEPDIR).d
+
+clean_PsFastXml: clean_PsFastXml_debug clean_PsFastXml_release clean_PsFastXml_checked clean_PsFastXml_profile
+ rm -rf $(DEPSDIR)
+
+export VERBOSE
+ifndef VERBOSE
+.SILENT:
+endif
diff --git a/PxShared/src/compiler/linux32/Makefile.PxFoundation.mk b/PxShared/src/compiler/linux32/Makefile.PxFoundation.mk
new file mode 100644
index 00000000..6a478869
--- /dev/null
+++ b/PxShared/src/compiler/linux32/Makefile.PxFoundation.mk
@@ -0,0 +1,372 @@
+# Makefile generated by XPJ for linux32
+-include Makefile.custom
+ProjectName = PxFoundation
+PxFoundation_cppfiles += ./../../foundation/src/PsAllocator.cpp
+PxFoundation_cppfiles += ./../../foundation/src/PsAssert.cpp
+PxFoundation_cppfiles += ./../../foundation/src/PsFoundation.cpp
+PxFoundation_cppfiles += ./../../foundation/src/PsMathUtils.cpp
+PxFoundation_cppfiles += ./../../foundation/src/PsString.cpp
+PxFoundation_cppfiles += ./../../foundation/src/PsTempAllocator.cpp
+PxFoundation_cppfiles += ./../../foundation/src/PsUtilities.cpp
+PxFoundation_cppfiles += ./../../foundation/src/unix/PsUnixAtomic.cpp
+PxFoundation_cppfiles += ./../../foundation/src/unix/PsUnixCpu.cpp
+PxFoundation_cppfiles += ./../../foundation/src/unix/PsUnixFPU.cpp
+PxFoundation_cppfiles += ./../../foundation/src/unix/PsUnixMutex.cpp
+PxFoundation_cppfiles += ./../../foundation/src/unix/PsUnixPrintString.cpp
+PxFoundation_cppfiles += ./../../foundation/src/unix/PsUnixSList.cpp
+PxFoundation_cppfiles += ./../../foundation/src/unix/PsUnixSocket.cpp
+PxFoundation_cppfiles += ./../../foundation/src/unix/PsUnixSync.cpp
+PxFoundation_cppfiles += ./../../foundation/src/unix/PsUnixThread.cpp
+PxFoundation_cppfiles += ./../../foundation/src/unix/PsUnixTime.cpp
+
+PxFoundation_cpp_debug_dep = $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxFoundation_cppfiles)))))
+PxFoundation_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PxFoundation_ccfiles)))))
+PxFoundation_c_debug_dep = $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxFoundation_cfiles)))))
+PxFoundation_debug_dep = $(PxFoundation_cpp_debug_dep) $(PxFoundation_cc_debug_dep) $(PxFoundation_c_debug_dep)
+-include $(PxFoundation_debug_dep)
+PxFoundation_cpp_release_dep = $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxFoundation_cppfiles)))))
+PxFoundation_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PxFoundation_ccfiles)))))
+PxFoundation_c_release_dep = $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxFoundation_cfiles)))))
+PxFoundation_release_dep = $(PxFoundation_cpp_release_dep) $(PxFoundation_cc_release_dep) $(PxFoundation_c_release_dep)
+-include $(PxFoundation_release_dep)
+PxFoundation_cpp_checked_dep = $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxFoundation_cppfiles)))))
+PxFoundation_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PxFoundation_ccfiles)))))
+PxFoundation_c_checked_dep = $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxFoundation_cfiles)))))
+PxFoundation_checked_dep = $(PxFoundation_cpp_checked_dep) $(PxFoundation_cc_checked_dep) $(PxFoundation_c_checked_dep)
+-include $(PxFoundation_checked_dep)
+PxFoundation_cpp_profile_dep = $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxFoundation_cppfiles)))))
+PxFoundation_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PxFoundation_ccfiles)))))
+PxFoundation_c_profile_dep = $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxFoundation_cfiles)))))
+PxFoundation_profile_dep = $(PxFoundation_cpp_profile_dep) $(PxFoundation_cc_profile_dep) $(PxFoundation_c_profile_dep)
+-include $(PxFoundation_profile_dep)
+PxFoundation_debug_hpaths :=
+PxFoundation_debug_hpaths += ./../../../include
+PxFoundation_debug_hpaths += ./../../foundation/include
+PxFoundation_debug_hpaths += ./../../foundation/include/unix
+PxFoundation_debug_lpaths :=
+PxFoundation_debug_defines := $(PxFoundation_custom_defines)
+PxFoundation_debug_defines += PX_FOUNDATION_DLL=1
+PxFoundation_debug_defines += _DEBUG
+PxFoundation_debug_defines += PX_DEBUG=1
+PxFoundation_debug_defines += PX_CHECKED=1
+PxFoundation_debug_libraries :=
+PxFoundation_debug_common_cflags := $(PxFoundation_custom_cflags)
+PxFoundation_debug_common_cflags += -MMD
+PxFoundation_debug_common_cflags += $(addprefix -D, $(PxFoundation_debug_defines))
+PxFoundation_debug_common_cflags += $(addprefix -I, $(PxFoundation_debug_hpaths))
+PxFoundation_debug_common_cflags += -m32
+PxFoundation_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxFoundation_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxFoundation_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxFoundation_debug_common_cflags += -Wno-missing-field-initializers
+PxFoundation_debug_common_cflags += -g3 -gdwarf-2
+PxFoundation_debug_cflags := $(PxFoundation_debug_common_cflags)
+PxFoundation_debug_cppflags := $(PxFoundation_debug_common_cflags)
+PxFoundation_debug_lflags := $(PxFoundation_custom_lflags)
+PxFoundation_debug_lflags += $(addprefix -L, $(PxFoundation_debug_lpaths))
+PxFoundation_debug_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_debug_libraries)) -Wl,--end-group
+PxFoundation_debug_lflags += -lrt
+PxFoundation_debug_lflags += -m32
+PxFoundation_debug_objsdir = $(OBJS_DIR)/PxFoundation_debug
+PxFoundation_debug_cpp_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles)))))
+PxFoundation_debug_cc_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles)))))
+PxFoundation_debug_c_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxFoundation_cfiles)))))
+PxFoundation_debug_obj = $(PxFoundation_debug_cpp_o) $(PxFoundation_debug_cc_o) $(PxFoundation_debug_c_o)
+PxFoundation_debug_bin := ./../../../bin/linux32/libPxFoundationDEBUG_x86.so
+
+clean_PxFoundation_debug:
+ @$(ECHO) clean PxFoundation debug
+ @$(RMDIR) $(PxFoundation_debug_objsdir)
+ @$(RMDIR) $(PxFoundation_debug_bin)
+ @$(RMDIR) $(DEPSDIR)/PxFoundation/debug
+
+build_PxFoundation_debug: postbuild_PxFoundation_debug
+postbuild_PxFoundation_debug: mainbuild_PxFoundation_debug
+mainbuild_PxFoundation_debug: prebuild_PxFoundation_debug $(PxFoundation_debug_bin)
+prebuild_PxFoundation_debug:
+
+$(PxFoundation_debug_bin): $(PxFoundation_debug_obj)
+ mkdir -p `dirname ./../../../bin/linux32/libPxFoundationDEBUG_x86.so`
+ $(CXX) -shared $(PxFoundation_debug_obj) $(PxFoundation_debug_lflags) -lc -o $@
+ $(ECHO) building $@ complete!
+
+PxFoundation_debug_DEPDIR = $(dir $(@))/$(*F)
+$(PxFoundation_debug_cpp_o): $(PxFoundation_debug_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxFoundation_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cppfiles))))))
+ cp $(PxFoundation_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \
+ rm -f $(PxFoundation_debug_DEPDIR).d
+
+$(PxFoundation_debug_cc_o): $(PxFoundation_debug_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxFoundation_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_ccfiles))))))
+ cp $(PxFoundation_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_ccfiles))))).debug.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_ccfiles))))).debug.P; \
+ rm -f $(PxFoundation_debug_DEPDIR).d
+
+$(PxFoundation_debug_c_o): $(PxFoundation_debug_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxFoundation_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cfiles))))))
+ cp $(PxFoundation_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_debug_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \
+ rm -f $(PxFoundation_debug_DEPDIR).d
+
+PxFoundation_release_hpaths :=
+PxFoundation_release_hpaths += ./../../../include
+PxFoundation_release_hpaths += ./../../foundation/include
+PxFoundation_release_hpaths += ./../../foundation/include/unix
+PxFoundation_release_lpaths :=
+PxFoundation_release_defines := $(PxFoundation_custom_defines)
+PxFoundation_release_defines += PX_FOUNDATION_DLL=1
+PxFoundation_release_defines += NDEBUG
+PxFoundation_release_libraries :=
+PxFoundation_release_common_cflags := $(PxFoundation_custom_cflags)
+PxFoundation_release_common_cflags += -MMD
+PxFoundation_release_common_cflags += $(addprefix -D, $(PxFoundation_release_defines))
+PxFoundation_release_common_cflags += $(addprefix -I, $(PxFoundation_release_hpaths))
+PxFoundation_release_common_cflags += -m32
+PxFoundation_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxFoundation_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxFoundation_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxFoundation_release_common_cflags += -Wno-missing-field-initializers
+PxFoundation_release_common_cflags += -O3 -fno-strict-aliasing
+PxFoundation_release_cflags := $(PxFoundation_release_common_cflags)
+PxFoundation_release_cppflags := $(PxFoundation_release_common_cflags)
+PxFoundation_release_lflags := $(PxFoundation_custom_lflags)
+PxFoundation_release_lflags += $(addprefix -L, $(PxFoundation_release_lpaths))
+PxFoundation_release_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_release_libraries)) -Wl,--end-group
+PxFoundation_release_lflags += -lrt
+PxFoundation_release_lflags += -m32
+PxFoundation_release_objsdir = $(OBJS_DIR)/PxFoundation_release
+PxFoundation_release_cpp_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles)))))
+PxFoundation_release_cc_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles)))))
+PxFoundation_release_c_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxFoundation_cfiles)))))
+PxFoundation_release_obj = $(PxFoundation_release_cpp_o) $(PxFoundation_release_cc_o) $(PxFoundation_release_c_o)
+PxFoundation_release_bin := ./../../../bin/linux32/libPxFoundation_x86.so
+
+clean_PxFoundation_release:
+ @$(ECHO) clean PxFoundation release
+ @$(RMDIR) $(PxFoundation_release_objsdir)
+ @$(RMDIR) $(PxFoundation_release_bin)
+ @$(RMDIR) $(DEPSDIR)/PxFoundation/release
+
+build_PxFoundation_release: postbuild_PxFoundation_release
+postbuild_PxFoundation_release: mainbuild_PxFoundation_release
+mainbuild_PxFoundation_release: prebuild_PxFoundation_release $(PxFoundation_release_bin)
+prebuild_PxFoundation_release:
+
+$(PxFoundation_release_bin): $(PxFoundation_release_obj)
+ mkdir -p `dirname ./../../../bin/linux32/libPxFoundation_x86.so`
+ $(CXX) -shared $(PxFoundation_release_obj) $(PxFoundation_release_lflags) -lc -o $@
+ $(ECHO) building $@ complete!
+
+PxFoundation_release_DEPDIR = $(dir $(@))/$(*F)
+$(PxFoundation_release_cpp_o): $(PxFoundation_release_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxFoundation_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cppfiles))))))
+ cp $(PxFoundation_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \
+ rm -f $(PxFoundation_release_DEPDIR).d
+
+$(PxFoundation_release_cc_o): $(PxFoundation_release_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxFoundation_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_ccfiles))))))
+ cp $(PxFoundation_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_ccfiles))))).release.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_ccfiles))))).release.P; \
+ rm -f $(PxFoundation_release_DEPDIR).d
+
+$(PxFoundation_release_c_o): $(PxFoundation_release_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxFoundation_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cfiles))))))
+ cp $(PxFoundation_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_release_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \
+ rm -f $(PxFoundation_release_DEPDIR).d
+
+PxFoundation_checked_hpaths :=
+PxFoundation_checked_hpaths += ./../../../include
+PxFoundation_checked_hpaths += ./../../foundation/include
+PxFoundation_checked_hpaths += ./../../foundation/include/unix
+PxFoundation_checked_lpaths :=
+PxFoundation_checked_defines := $(PxFoundation_custom_defines)
+PxFoundation_checked_defines += PX_FOUNDATION_DLL=1
+PxFoundation_checked_defines += NDEBUG
+PxFoundation_checked_defines += PX_CHECKED=1
+PxFoundation_checked_libraries :=
+PxFoundation_checked_common_cflags := $(PxFoundation_custom_cflags)
+PxFoundation_checked_common_cflags += -MMD
+PxFoundation_checked_common_cflags += $(addprefix -D, $(PxFoundation_checked_defines))
+PxFoundation_checked_common_cflags += $(addprefix -I, $(PxFoundation_checked_hpaths))
+PxFoundation_checked_common_cflags += -m32
+PxFoundation_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxFoundation_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxFoundation_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxFoundation_checked_common_cflags += -Wno-missing-field-initializers
+PxFoundation_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
+PxFoundation_checked_cflags := $(PxFoundation_checked_common_cflags)
+PxFoundation_checked_cppflags := $(PxFoundation_checked_common_cflags)
+PxFoundation_checked_lflags := $(PxFoundation_custom_lflags)
+PxFoundation_checked_lflags += $(addprefix -L, $(PxFoundation_checked_lpaths))
+PxFoundation_checked_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_checked_libraries)) -Wl,--end-group
+PxFoundation_checked_lflags += -lrt
+PxFoundation_checked_lflags += -m32
+PxFoundation_checked_objsdir = $(OBJS_DIR)/PxFoundation_checked
+PxFoundation_checked_cpp_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles)))))
+PxFoundation_checked_cc_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles)))))
+PxFoundation_checked_c_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxFoundation_cfiles)))))
+PxFoundation_checked_obj = $(PxFoundation_checked_cpp_o) $(PxFoundation_checked_cc_o) $(PxFoundation_checked_c_o)
+PxFoundation_checked_bin := ./../../../bin/linux32/libPxFoundationCHECKED_x86.so
+
+clean_PxFoundation_checked:
+ @$(ECHO) clean PxFoundation checked
+ @$(RMDIR) $(PxFoundation_checked_objsdir)
+ @$(RMDIR) $(PxFoundation_checked_bin)
+ @$(RMDIR) $(DEPSDIR)/PxFoundation/checked
+
+build_PxFoundation_checked: postbuild_PxFoundation_checked
+postbuild_PxFoundation_checked: mainbuild_PxFoundation_checked
+mainbuild_PxFoundation_checked: prebuild_PxFoundation_checked $(PxFoundation_checked_bin)
+prebuild_PxFoundation_checked:
+
+$(PxFoundation_checked_bin): $(PxFoundation_checked_obj)
+ mkdir -p `dirname ./../../../bin/linux32/libPxFoundationCHECKED_x86.so`
+ $(CXX) -shared $(PxFoundation_checked_obj) $(PxFoundation_checked_lflags) -lc -o $@
+ $(ECHO) building $@ complete!
+
+PxFoundation_checked_DEPDIR = $(dir $(@))/$(*F)
+$(PxFoundation_checked_cpp_o): $(PxFoundation_checked_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxFoundation_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cppfiles))))))
+ cp $(PxFoundation_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \
+ rm -f $(PxFoundation_checked_DEPDIR).d
+
+$(PxFoundation_checked_cc_o): $(PxFoundation_checked_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxFoundation_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_ccfiles))))))
+ cp $(PxFoundation_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_ccfiles))))).checked.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_ccfiles))))).checked.P; \
+ rm -f $(PxFoundation_checked_DEPDIR).d
+
+$(PxFoundation_checked_c_o): $(PxFoundation_checked_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxFoundation_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cfiles))))))
+ cp $(PxFoundation_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_checked_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \
+ rm -f $(PxFoundation_checked_DEPDIR).d
+
+PxFoundation_profile_hpaths :=
+PxFoundation_profile_hpaths += ./../../../include
+PxFoundation_profile_hpaths += ./../../foundation/include
+PxFoundation_profile_hpaths += ./../../foundation/include/unix
+PxFoundation_profile_lpaths :=
+PxFoundation_profile_defines := $(PxFoundation_custom_defines)
+PxFoundation_profile_defines += PX_FOUNDATION_DLL=1
+PxFoundation_profile_defines += NDEBUG
+PxFoundation_profile_defines += PX_PROFILE=1
+PxFoundation_profile_libraries :=
+PxFoundation_profile_common_cflags := $(PxFoundation_custom_cflags)
+PxFoundation_profile_common_cflags += -MMD
+PxFoundation_profile_common_cflags += $(addprefix -D, $(PxFoundation_profile_defines))
+PxFoundation_profile_common_cflags += $(addprefix -I, $(PxFoundation_profile_hpaths))
+PxFoundation_profile_common_cflags += -m32
+PxFoundation_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxFoundation_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxFoundation_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxFoundation_profile_common_cflags += -Wno-missing-field-initializers
+PxFoundation_profile_common_cflags += -O3 -fno-strict-aliasing
+PxFoundation_profile_cflags := $(PxFoundation_profile_common_cflags)
+PxFoundation_profile_cppflags := $(PxFoundation_profile_common_cflags)
+PxFoundation_profile_lflags := $(PxFoundation_custom_lflags)
+PxFoundation_profile_lflags += $(addprefix -L, $(PxFoundation_profile_lpaths))
+PxFoundation_profile_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_profile_libraries)) -Wl,--end-group
+PxFoundation_profile_lflags += -lrt
+PxFoundation_profile_lflags += -m32
+PxFoundation_profile_objsdir = $(OBJS_DIR)/PxFoundation_profile
+PxFoundation_profile_cpp_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles)))))
+PxFoundation_profile_cc_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles)))))
+PxFoundation_profile_c_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxFoundation_cfiles)))))
+PxFoundation_profile_obj = $(PxFoundation_profile_cpp_o) $(PxFoundation_profile_cc_o) $(PxFoundation_profile_c_o)
+PxFoundation_profile_bin := ./../../../bin/linux32/libPxFoundationPROFILE_x86.so
+
+clean_PxFoundation_profile:
+ @$(ECHO) clean PxFoundation profile
+ @$(RMDIR) $(PxFoundation_profile_objsdir)
+ @$(RMDIR) $(PxFoundation_profile_bin)
+ @$(RMDIR) $(DEPSDIR)/PxFoundation/profile
+
+build_PxFoundation_profile: postbuild_PxFoundation_profile
+postbuild_PxFoundation_profile: mainbuild_PxFoundation_profile
+mainbuild_PxFoundation_profile: prebuild_PxFoundation_profile $(PxFoundation_profile_bin)
+prebuild_PxFoundation_profile:
+
+$(PxFoundation_profile_bin): $(PxFoundation_profile_obj)
+ mkdir -p `dirname ./../../../bin/linux32/libPxFoundationPROFILE_x86.so`
+ $(CXX) -shared $(PxFoundation_profile_obj) $(PxFoundation_profile_lflags) -lc -o $@
+ $(ECHO) building $@ complete!
+
+PxFoundation_profile_DEPDIR = $(dir $(@))/$(*F)
+$(PxFoundation_profile_cpp_o): $(PxFoundation_profile_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxFoundation_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cppfiles))))))
+ cp $(PxFoundation_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cppfiles))))).P; \
+ rm -f $(PxFoundation_profile_DEPDIR).d
+
+$(PxFoundation_profile_cc_o): $(PxFoundation_profile_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxFoundation_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_ccfiles))))))
+ cp $(PxFoundation_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_ccfiles))))).profile.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_ccfiles))))).profile.P; \
+ rm -f $(PxFoundation_profile_DEPDIR).d
+
+$(PxFoundation_profile_c_o): $(PxFoundation_profile_objsdir)/%.o:
+ $(ECHO) PxFoundation: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxFoundation_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cfiles))))))
+ cp $(PxFoundation_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxFoundation_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxFoundation/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxFoundation_profile_objsdir),, $@))), $(PxFoundation_cfiles))))).P; \
+ rm -f $(PxFoundation_profile_DEPDIR).d
+
+clean_PxFoundation: clean_PxFoundation_debug clean_PxFoundation_release clean_PxFoundation_checked clean_PxFoundation_profile
+ rm -rf $(DEPSDIR)
+
+export VERBOSE
+ifndef VERBOSE
+.SILENT:
+endif
diff --git a/PxShared/src/compiler/linux32/Makefile.PxPvdSDK.mk b/PxShared/src/compiler/linux32/Makefile.PxPvdSDK.mk
new file mode 100644
index 00000000..e4430250
--- /dev/null
+++ b/PxShared/src/compiler/linux32/Makefile.PxPvdSDK.mk
@@ -0,0 +1,386 @@
+# Makefile generated by XPJ for linux32
+-include Makefile.custom
+ProjectName = PxPvdSDK
+PxPvdSDK_cppfiles += ./../../pvd/src/PxProfileEventImpl.cpp
+PxPvdSDK_cppfiles += ./../../pvd/src/PxPvd.cpp
+PxPvdSDK_cppfiles += ./../../pvd/src/PxPvdDataStream.cpp
+PxPvdSDK_cppfiles += ./../../pvd/src/PxPvdDefaultFileTransport.cpp
+PxPvdSDK_cppfiles += ./../../pvd/src/PxPvdDefaultSocketTransport.cpp
+PxPvdSDK_cppfiles += ./../../pvd/src/PxPvdImpl.cpp
+PxPvdSDK_cppfiles += ./../../pvd/src/PxPvdMemClient.cpp
+PxPvdSDK_cppfiles += ./../../pvd/src/PxPvdObjectModelMetaData.cpp
+PxPvdSDK_cppfiles += ./../../pvd/src/PxPvdObjectRegistrar.cpp
+PxPvdSDK_cppfiles += ./../../pvd/src/PxPvdProfileZoneClient.cpp
+PxPvdSDK_cppfiles += ./../../pvd/src/PxPvdUserRenderer.cpp
+
+PxPvdSDK_cpp_debug_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles)))))
+PxPvdSDK_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PxPvdSDK_ccfiles)))))
+PxPvdSDK_c_debug_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles)))))
+PxPvdSDK_debug_dep = $(PxPvdSDK_cpp_debug_dep) $(PxPvdSDK_cc_debug_dep) $(PxPvdSDK_c_debug_dep)
+-include $(PxPvdSDK_debug_dep)
+PxPvdSDK_cpp_release_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles)))))
+PxPvdSDK_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PxPvdSDK_ccfiles)))))
+PxPvdSDK_c_release_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles)))))
+PxPvdSDK_release_dep = $(PxPvdSDK_cpp_release_dep) $(PxPvdSDK_cc_release_dep) $(PxPvdSDK_c_release_dep)
+-include $(PxPvdSDK_release_dep)
+PxPvdSDK_cpp_checked_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles)))))
+PxPvdSDK_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PxPvdSDK_ccfiles)))))
+PxPvdSDK_c_checked_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles)))))
+PxPvdSDK_checked_dep = $(PxPvdSDK_cpp_checked_dep) $(PxPvdSDK_cc_checked_dep) $(PxPvdSDK_c_checked_dep)
+-include $(PxPvdSDK_checked_dep)
+PxPvdSDK_cpp_profile_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles)))))
+PxPvdSDK_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PxPvdSDK_ccfiles)))))
+PxPvdSDK_c_profile_dep = $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles)))))
+PxPvdSDK_profile_dep = $(PxPvdSDK_cpp_profile_dep) $(PxPvdSDK_cc_profile_dep) $(PxPvdSDK_c_profile_dep)
+-include $(PxPvdSDK_profile_dep)
+PxPvdSDK_debug_hpaths :=
+PxPvdSDK_debug_hpaths += ./../../../include
+PxPvdSDK_debug_hpaths += ./../../pvd/include
+PxPvdSDK_debug_hpaths += ./../../foundation/include
+PxPvdSDK_debug_hpaths += ./../../filebuf/include
+PxPvdSDK_debug_hpaths += ./../../../../Externals/nvToolsExt/1/include
+PxPvdSDK_debug_lpaths :=
+PxPvdSDK_debug_lpaths += ./../../../bin/linux32
+PxPvdSDK_debug_defines := $(PxPvdSDK_custom_defines)
+PxPvdSDK_debug_defines += PX_PVDSDK_DLL=1
+PxPvdSDK_debug_defines += PX_FOUNDATION_DLL=1
+PxPvdSDK_debug_defines += _DEBUG
+PxPvdSDK_debug_defines += PX_DEBUG=1
+PxPvdSDK_debug_defines += PX_CHECKED=1
+PxPvdSDK_debug_libraries :=
+PxPvdSDK_debug_libraries += PxFoundationDEBUG_x86
+PxPvdSDK_debug_common_cflags := $(PxPvdSDK_custom_cflags)
+PxPvdSDK_debug_common_cflags += -MMD
+PxPvdSDK_debug_common_cflags += $(addprefix -D, $(PxPvdSDK_debug_defines))
+PxPvdSDK_debug_common_cflags += $(addprefix -I, $(PxPvdSDK_debug_hpaths))
+PxPvdSDK_debug_common_cflags += -m32
+PxPvdSDK_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxPvdSDK_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxPvdSDK_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxPvdSDK_debug_common_cflags += -Wno-missing-field-initializers
+PxPvdSDK_debug_common_cflags += -g3 -gdwarf-2
+PxPvdSDK_debug_cflags := $(PxPvdSDK_debug_common_cflags)
+PxPvdSDK_debug_cppflags := $(PxPvdSDK_debug_common_cflags)
+PxPvdSDK_debug_lflags := $(PxPvdSDK_custom_lflags)
+PxPvdSDK_debug_lflags += $(addprefix -L, $(PxPvdSDK_debug_lpaths))
+PxPvdSDK_debug_lflags += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_debug_libraries)) -Wl,--end-group
+PxPvdSDK_debug_lflags += -lrt
+PxPvdSDK_debug_lflags += -m32
+PxPvdSDK_debug_objsdir = $(OBJS_DIR)/PxPvdSDK_debug
+PxPvdSDK_debug_cpp_o = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles)))))
+PxPvdSDK_debug_cc_o = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles)))))
+PxPvdSDK_debug_c_o = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles)))))
+PxPvdSDK_debug_obj = $(PxPvdSDK_debug_cpp_o) $(PxPvdSDK_debug_cc_o) $(PxPvdSDK_debug_c_o)
+PxPvdSDK_debug_bin := ./../../../bin/linux32/libPxPvdSDKDEBUG_x86.so
+
+clean_PxPvdSDK_debug:
+ @$(ECHO) clean PxPvdSDK debug
+ @$(RMDIR) $(PxPvdSDK_debug_objsdir)
+ @$(RMDIR) $(PxPvdSDK_debug_bin)
+ @$(RMDIR) $(DEPSDIR)/PxPvdSDK/debug
+
+build_PxPvdSDK_debug: postbuild_PxPvdSDK_debug
+postbuild_PxPvdSDK_debug: mainbuild_PxPvdSDK_debug
+mainbuild_PxPvdSDK_debug: prebuild_PxPvdSDK_debug $(PxPvdSDK_debug_bin)
+prebuild_PxPvdSDK_debug:
+
+$(PxPvdSDK_debug_bin): $(PxPvdSDK_debug_obj) build_PxFoundation_debug
+ mkdir -p `dirname ./../../../bin/linux32/libPxPvdSDKDEBUG_x86.so`
+ $(CXX) -shared $(PxPvdSDK_debug_obj) $(PxPvdSDK_debug_lflags) -lc -o $@
+ $(ECHO) building $@ complete!
+
+PxPvdSDK_debug_DEPDIR = $(dir $(@))/$(*F)
+$(PxPvdSDK_debug_cpp_o): $(PxPvdSDK_debug_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxPvdSDK_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))))))
+ cp $(PxPvdSDK_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
+ rm -f $(PxPvdSDK_debug_DEPDIR).d
+
+$(PxPvdSDK_debug_cc_o): $(PxPvdSDK_debug_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxPvdSDK_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))))))
+ cp $(PxPvdSDK_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).debug.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).debug.P; \
+ rm -f $(PxPvdSDK_debug_DEPDIR).d
+
+$(PxPvdSDK_debug_c_o): $(PxPvdSDK_debug_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxPvdSDK_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))))))
+ cp $(PxPvdSDK_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
+ rm -f $(PxPvdSDK_debug_DEPDIR).d
+
+PxPvdSDK_release_hpaths :=
+PxPvdSDK_release_hpaths += ./../../../include
+PxPvdSDK_release_hpaths += ./../../pvd/include
+PxPvdSDK_release_hpaths += ./../../foundation/include
+PxPvdSDK_release_hpaths += ./../../filebuf/include
+PxPvdSDK_release_hpaths += ./../../../../Externals/nvToolsExt/1/include
+PxPvdSDK_release_lpaths :=
+PxPvdSDK_release_lpaths += ./../../../bin/linux32
+PxPvdSDK_release_defines := $(PxPvdSDK_custom_defines)
+PxPvdSDK_release_defines += PX_PVDSDK_DLL=1
+PxPvdSDK_release_defines += PX_FOUNDATION_DLL=1
+PxPvdSDK_release_defines += NDEBUG
+PxPvdSDK_release_libraries :=
+PxPvdSDK_release_libraries += PxFoundation_x86
+PxPvdSDK_release_common_cflags := $(PxPvdSDK_custom_cflags)
+PxPvdSDK_release_common_cflags += -MMD
+PxPvdSDK_release_common_cflags += $(addprefix -D, $(PxPvdSDK_release_defines))
+PxPvdSDK_release_common_cflags += $(addprefix -I, $(PxPvdSDK_release_hpaths))
+PxPvdSDK_release_common_cflags += -m32
+PxPvdSDK_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxPvdSDK_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxPvdSDK_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxPvdSDK_release_common_cflags += -Wno-missing-field-initializers
+PxPvdSDK_release_common_cflags += -O3 -fno-strict-aliasing
+PxPvdSDK_release_cflags := $(PxPvdSDK_release_common_cflags)
+PxPvdSDK_release_cppflags := $(PxPvdSDK_release_common_cflags)
+PxPvdSDK_release_lflags := $(PxPvdSDK_custom_lflags)
+PxPvdSDK_release_lflags += $(addprefix -L, $(PxPvdSDK_release_lpaths))
+PxPvdSDK_release_lflags += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_release_libraries)) -Wl,--end-group
+PxPvdSDK_release_lflags += -lrt
+PxPvdSDK_release_lflags += -m32
+PxPvdSDK_release_objsdir = $(OBJS_DIR)/PxPvdSDK_release
+PxPvdSDK_release_cpp_o = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles)))))
+PxPvdSDK_release_cc_o = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles)))))
+PxPvdSDK_release_c_o = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles)))))
+PxPvdSDK_release_obj = $(PxPvdSDK_release_cpp_o) $(PxPvdSDK_release_cc_o) $(PxPvdSDK_release_c_o)
+PxPvdSDK_release_bin := ./../../../bin/linux32/libPxPvdSDK_x86.so
+
+clean_PxPvdSDK_release:
+ @$(ECHO) clean PxPvdSDK release
+ @$(RMDIR) $(PxPvdSDK_release_objsdir)
+ @$(RMDIR) $(PxPvdSDK_release_bin)
+ @$(RMDIR) $(DEPSDIR)/PxPvdSDK/release
+
+build_PxPvdSDK_release: postbuild_PxPvdSDK_release
+postbuild_PxPvdSDK_release: mainbuild_PxPvdSDK_release
+mainbuild_PxPvdSDK_release: prebuild_PxPvdSDK_release $(PxPvdSDK_release_bin)
+prebuild_PxPvdSDK_release:
+
+$(PxPvdSDK_release_bin): $(PxPvdSDK_release_obj) build_PxFoundation_release
+ mkdir -p `dirname ./../../../bin/linux32/libPxPvdSDK_x86.so`
+ $(CXX) -shared $(PxPvdSDK_release_obj) $(PxPvdSDK_release_lflags) -lc -o $@
+ $(ECHO) building $@ complete!
+
+PxPvdSDK_release_DEPDIR = $(dir $(@))/$(*F)
+$(PxPvdSDK_release_cpp_o): $(PxPvdSDK_release_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxPvdSDK_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))))))
+ cp $(PxPvdSDK_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
+ rm -f $(PxPvdSDK_release_DEPDIR).d
+
+$(PxPvdSDK_release_cc_o): $(PxPvdSDK_release_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxPvdSDK_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))))))
+ cp $(PxPvdSDK_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).release.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).release.P; \
+ rm -f $(PxPvdSDK_release_DEPDIR).d
+
+$(PxPvdSDK_release_c_o): $(PxPvdSDK_release_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxPvdSDK_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))))))
+ cp $(PxPvdSDK_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
+ rm -f $(PxPvdSDK_release_DEPDIR).d
+
+PxPvdSDK_checked_hpaths :=
+PxPvdSDK_checked_hpaths += ./../../../include
+PxPvdSDK_checked_hpaths += ./../../pvd/include
+PxPvdSDK_checked_hpaths += ./../../foundation/include
+PxPvdSDK_checked_hpaths += ./../../filebuf/include
+PxPvdSDK_checked_hpaths += ./../../../../Externals/nvToolsExt/1/include
+PxPvdSDK_checked_lpaths :=
+PxPvdSDK_checked_lpaths += ./../../../bin/linux32
+PxPvdSDK_checked_defines := $(PxPvdSDK_custom_defines)
+PxPvdSDK_checked_defines += PX_PVDSDK_DLL=1
+PxPvdSDK_checked_defines += PX_FOUNDATION_DLL=1
+PxPvdSDK_checked_defines += NDEBUG
+PxPvdSDK_checked_defines += PX_CHECKED=1
+PxPvdSDK_checked_libraries :=
+PxPvdSDK_checked_libraries += PxFoundationCHECKED_x86
+PxPvdSDK_checked_common_cflags := $(PxPvdSDK_custom_cflags)
+PxPvdSDK_checked_common_cflags += -MMD
+PxPvdSDK_checked_common_cflags += $(addprefix -D, $(PxPvdSDK_checked_defines))
+PxPvdSDK_checked_common_cflags += $(addprefix -I, $(PxPvdSDK_checked_hpaths))
+PxPvdSDK_checked_common_cflags += -m32
+PxPvdSDK_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxPvdSDK_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxPvdSDK_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxPvdSDK_checked_common_cflags += -Wno-missing-field-initializers
+PxPvdSDK_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
+PxPvdSDK_checked_cflags := $(PxPvdSDK_checked_common_cflags)
+PxPvdSDK_checked_cppflags := $(PxPvdSDK_checked_common_cflags)
+PxPvdSDK_checked_lflags := $(PxPvdSDK_custom_lflags)
+PxPvdSDK_checked_lflags += $(addprefix -L, $(PxPvdSDK_checked_lpaths))
+PxPvdSDK_checked_lflags += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_checked_libraries)) -Wl,--end-group
+PxPvdSDK_checked_lflags += -lrt
+PxPvdSDK_checked_lflags += -m32
+PxPvdSDK_checked_objsdir = $(OBJS_DIR)/PxPvdSDK_checked
+PxPvdSDK_checked_cpp_o = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles)))))
+PxPvdSDK_checked_cc_o = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles)))))
+PxPvdSDK_checked_c_o = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles)))))
+PxPvdSDK_checked_obj = $(PxPvdSDK_checked_cpp_o) $(PxPvdSDK_checked_cc_o) $(PxPvdSDK_checked_c_o)
+PxPvdSDK_checked_bin := ./../../../bin/linux32/libPxPvdSDKCHECKED_x86.so
+
+clean_PxPvdSDK_checked:
+ @$(ECHO) clean PxPvdSDK checked
+ @$(RMDIR) $(PxPvdSDK_checked_objsdir)
+ @$(RMDIR) $(PxPvdSDK_checked_bin)
+ @$(RMDIR) $(DEPSDIR)/PxPvdSDK/checked
+
+build_PxPvdSDK_checked: postbuild_PxPvdSDK_checked
+postbuild_PxPvdSDK_checked: mainbuild_PxPvdSDK_checked
+mainbuild_PxPvdSDK_checked: prebuild_PxPvdSDK_checked $(PxPvdSDK_checked_bin)
+prebuild_PxPvdSDK_checked:
+
+$(PxPvdSDK_checked_bin): $(PxPvdSDK_checked_obj) build_PxFoundation_checked
+ mkdir -p `dirname ./../../../bin/linux32/libPxPvdSDKCHECKED_x86.so`
+ $(CXX) -shared $(PxPvdSDK_checked_obj) $(PxPvdSDK_checked_lflags) -lc -o $@
+ $(ECHO) building $@ complete!
+
+PxPvdSDK_checked_DEPDIR = $(dir $(@))/$(*F)
+$(PxPvdSDK_checked_cpp_o): $(PxPvdSDK_checked_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxPvdSDK_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))))))
+ cp $(PxPvdSDK_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
+ rm -f $(PxPvdSDK_checked_DEPDIR).d
+
+$(PxPvdSDK_checked_cc_o): $(PxPvdSDK_checked_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxPvdSDK_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))))))
+ cp $(PxPvdSDK_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).checked.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).checked.P; \
+ rm -f $(PxPvdSDK_checked_DEPDIR).d
+
+$(PxPvdSDK_checked_c_o): $(PxPvdSDK_checked_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxPvdSDK_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))))))
+ cp $(PxPvdSDK_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
+ rm -f $(PxPvdSDK_checked_DEPDIR).d
+
+PxPvdSDK_profile_hpaths :=
+PxPvdSDK_profile_hpaths += ./../../../include
+PxPvdSDK_profile_hpaths += ./../../pvd/include
+PxPvdSDK_profile_hpaths += ./../../foundation/include
+PxPvdSDK_profile_hpaths += ./../../filebuf/include
+PxPvdSDK_profile_hpaths += ./../../../../Externals/nvToolsExt/1/include
+PxPvdSDK_profile_lpaths :=
+PxPvdSDK_profile_lpaths += ./../../../bin/linux32
+PxPvdSDK_profile_defines := $(PxPvdSDK_custom_defines)
+PxPvdSDK_profile_defines += PX_PVDSDK_DLL=1
+PxPvdSDK_profile_defines += PX_FOUNDATION_DLL=1
+PxPvdSDK_profile_defines += NDEBUG
+PxPvdSDK_profile_defines += PX_PROFILE=1
+PxPvdSDK_profile_libraries :=
+PxPvdSDK_profile_libraries += PxFoundationPROFILE_x86
+PxPvdSDK_profile_common_cflags := $(PxPvdSDK_custom_cflags)
+PxPvdSDK_profile_common_cflags += -MMD
+PxPvdSDK_profile_common_cflags += $(addprefix -D, $(PxPvdSDK_profile_defines))
+PxPvdSDK_profile_common_cflags += $(addprefix -I, $(PxPvdSDK_profile_hpaths))
+PxPvdSDK_profile_common_cflags += -m32
+PxPvdSDK_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxPvdSDK_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxPvdSDK_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxPvdSDK_profile_common_cflags += -Wno-missing-field-initializers
+PxPvdSDK_profile_common_cflags += -O3 -fno-strict-aliasing
+PxPvdSDK_profile_cflags := $(PxPvdSDK_profile_common_cflags)
+PxPvdSDK_profile_cppflags := $(PxPvdSDK_profile_common_cflags)
+PxPvdSDK_profile_lflags := $(PxPvdSDK_custom_lflags)
+PxPvdSDK_profile_lflags += $(addprefix -L, $(PxPvdSDK_profile_lpaths))
+PxPvdSDK_profile_lflags += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_profile_libraries)) -Wl,--end-group
+PxPvdSDK_profile_lflags += -lrt
+PxPvdSDK_profile_lflags += -m32
+PxPvdSDK_profile_objsdir = $(OBJS_DIR)/PxPvdSDK_profile
+PxPvdSDK_profile_cpp_o = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles)))))
+PxPvdSDK_profile_cc_o = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles)))))
+PxPvdSDK_profile_c_o = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles)))))
+PxPvdSDK_profile_obj = $(PxPvdSDK_profile_cpp_o) $(PxPvdSDK_profile_cc_o) $(PxPvdSDK_profile_c_o)
+PxPvdSDK_profile_bin := ./../../../bin/linux32/libPxPvdSDKPROFILE_x86.so
+
+clean_PxPvdSDK_profile:
+ @$(ECHO) clean PxPvdSDK profile
+ @$(RMDIR) $(PxPvdSDK_profile_objsdir)
+ @$(RMDIR) $(PxPvdSDK_profile_bin)
+ @$(RMDIR) $(DEPSDIR)/PxPvdSDK/profile
+
+build_PxPvdSDK_profile: postbuild_PxPvdSDK_profile
+postbuild_PxPvdSDK_profile: mainbuild_PxPvdSDK_profile
+mainbuild_PxPvdSDK_profile: prebuild_PxPvdSDK_profile $(PxPvdSDK_profile_bin)
+prebuild_PxPvdSDK_profile:
+
+$(PxPvdSDK_profile_bin): $(PxPvdSDK_profile_obj) build_PxFoundation_profile
+ mkdir -p `dirname ./../../../bin/linux32/libPxPvdSDKPROFILE_x86.so`
+ $(CXX) -shared $(PxPvdSDK_profile_obj) $(PxPvdSDK_profile_lflags) -lc -o $@
+ $(ECHO) building $@ complete!
+
+PxPvdSDK_profile_DEPDIR = $(dir $(@))/$(*F)
+$(PxPvdSDK_profile_cpp_o): $(PxPvdSDK_profile_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxPvdSDK_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))))))
+ cp $(PxPvdSDK_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
+ rm -f $(PxPvdSDK_profile_DEPDIR).d
+
+$(PxPvdSDK_profile_cc_o): $(PxPvdSDK_profile_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxPvdSDK_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))))))
+ cp $(PxPvdSDK_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).profile.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).profile.P; \
+ rm -f $(PxPvdSDK_profile_DEPDIR).d
+
+$(PxPvdSDK_profile_c_o): $(PxPvdSDK_profile_objsdir)/%.o:
+ $(ECHO) PxPvdSDK: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxPvdSDK_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))))))
+ cp $(PxPvdSDK_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
+ rm -f $(PxPvdSDK_profile_DEPDIR).d
+
+clean_PxPvdSDK: clean_PxPvdSDK_debug clean_PxPvdSDK_release clean_PxPvdSDK_checked clean_PxPvdSDK_profile
+ rm -rf $(DEPSDIR)
+
+export VERBOSE
+ifndef VERBOSE
+.SILENT:
+endif
diff --git a/PxShared/src/compiler/linux32/Makefile.PxTask.mk b/PxShared/src/compiler/linux32/Makefile.PxTask.mk
new file mode 100644
index 00000000..e24886e2
--- /dev/null
+++ b/PxShared/src/compiler/linux32/Makefile.PxTask.mk
@@ -0,0 +1,352 @@
+# Makefile generated by XPJ for linux32
+-include Makefile.custom
+ProjectName = PxTask
+PxTask_cppfiles += ./../../task/src/TaskManager.cpp
+
+PxTask_cpp_debug_dep = $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxTask_cppfiles)))))
+PxTask_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PxTask_ccfiles)))))
+PxTask_c_debug_dep = $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxTask_cfiles)))))
+PxTask_debug_dep = $(PxTask_cpp_debug_dep) $(PxTask_cc_debug_dep) $(PxTask_c_debug_dep)
+-include $(PxTask_debug_dep)
+PxTask_cpp_release_dep = $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxTask_cppfiles)))))
+PxTask_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PxTask_ccfiles)))))
+PxTask_c_release_dep = $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxTask_cfiles)))))
+PxTask_release_dep = $(PxTask_cpp_release_dep) $(PxTask_cc_release_dep) $(PxTask_c_release_dep)
+-include $(PxTask_release_dep)
+PxTask_cpp_checked_dep = $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxTask_cppfiles)))))
+PxTask_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PxTask_ccfiles)))))
+PxTask_c_checked_dep = $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxTask_cfiles)))))
+PxTask_checked_dep = $(PxTask_cpp_checked_dep) $(PxTask_cc_checked_dep) $(PxTask_c_checked_dep)
+-include $(PxTask_checked_dep)
+PxTask_cpp_profile_dep = $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxTask_cppfiles)))))
+PxTask_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PxTask_ccfiles)))))
+PxTask_c_profile_dep = $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxTask_cfiles)))))
+PxTask_profile_dep = $(PxTask_cpp_profile_dep) $(PxTask_cc_profile_dep) $(PxTask_c_profile_dep)
+-include $(PxTask_profile_dep)
+PxTask_debug_hpaths :=
+PxTask_debug_hpaths += ./../../../include
+PxTask_debug_hpaths += ./../../task/include
+PxTask_debug_hpaths += ./../../foundation/include
+PxTask_debug_lpaths :=
+PxTask_debug_defines := $(PxTask_custom_defines)
+PxTask_debug_defines += _DEBUG
+PxTask_debug_defines += PX_DEBUG=1
+PxTask_debug_defines += PX_CHECKED=1
+PxTask_debug_libraries :=
+PxTask_debug_common_cflags := $(PxTask_custom_cflags)
+PxTask_debug_common_cflags += -MMD
+PxTask_debug_common_cflags += $(addprefix -D, $(PxTask_debug_defines))
+PxTask_debug_common_cflags += $(addprefix -I, $(PxTask_debug_hpaths))
+PxTask_debug_common_cflags += -m32
+PxTask_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxTask_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxTask_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxTask_debug_common_cflags += -Wno-missing-field-initializers
+PxTask_debug_common_cflags += -g3 -gdwarf-2
+PxTask_debug_cflags := $(PxTask_debug_common_cflags)
+PxTask_debug_cppflags := $(PxTask_debug_common_cflags)
+PxTask_debug_lflags := $(PxTask_custom_lflags)
+PxTask_debug_lflags += $(addprefix -L, $(PxTask_debug_lpaths))
+PxTask_debug_lflags += -Wl,--start-group $(addprefix -l, $(PxTask_debug_libraries)) -Wl,--end-group
+PxTask_debug_lflags += -lrt
+PxTask_debug_lflags += -m32
+PxTask_debug_objsdir = $(OBJS_DIR)/PxTask_debug
+PxTask_debug_cpp_o = $(addprefix $(PxTask_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles)))))
+PxTask_debug_cc_o = $(addprefix $(PxTask_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles)))))
+PxTask_debug_c_o = $(addprefix $(PxTask_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxTask_cfiles)))))
+PxTask_debug_obj = $(PxTask_debug_cpp_o) $(PxTask_debug_cc_o) $(PxTask_debug_c_o)
+PxTask_debug_bin := ./../../../lib/linux32/libPxTaskDEBUG.a
+
+clean_PxTask_debug:
+ @$(ECHO) clean PxTask debug
+ @$(RMDIR) $(PxTask_debug_objsdir)
+ @$(RMDIR) $(PxTask_debug_bin)
+ @$(RMDIR) $(DEPSDIR)/PxTask/debug
+
+build_PxTask_debug: postbuild_PxTask_debug
+postbuild_PxTask_debug: mainbuild_PxTask_debug
+mainbuild_PxTask_debug: prebuild_PxTask_debug $(PxTask_debug_bin)
+prebuild_PxTask_debug:
+
+$(PxTask_debug_bin): $(PxTask_debug_obj)
+ mkdir -p `dirname ./../../../lib/linux32/libPxTaskDEBUG.a`
+ @$(AR) rcs $(PxTask_debug_bin) $(PxTask_debug_obj)
+ $(ECHO) building $@ complete!
+
+PxTask_debug_DEPDIR = $(dir $(@))/$(*F)
+$(PxTask_debug_cpp_o): $(PxTask_debug_objsdir)/%.o:
+ $(ECHO) PxTask: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxTask_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cppfiles))))))
+ cp $(PxTask_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cppfiles))))).P; \
+ rm -f $(PxTask_debug_DEPDIR).d
+
+$(PxTask_debug_cc_o): $(PxTask_debug_objsdir)/%.o:
+ $(ECHO) PxTask: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxTask_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_ccfiles))))))
+ cp $(PxTask_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_ccfiles))))).debug.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_ccfiles))))).debug.P; \
+ rm -f $(PxTask_debug_DEPDIR).d
+
+$(PxTask_debug_c_o): $(PxTask_debug_objsdir)/%.o:
+ $(ECHO) PxTask: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxTask_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cfiles))))))
+ cp $(PxTask_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_debug_objsdir),, $@))), $(PxTask_cfiles))))).P; \
+ rm -f $(PxTask_debug_DEPDIR).d
+
+PxTask_release_hpaths :=
+PxTask_release_hpaths += ./../../../include
+PxTask_release_hpaths += ./../../task/include
+PxTask_release_hpaths += ./../../foundation/include
+PxTask_release_lpaths :=
+PxTask_release_defines := $(PxTask_custom_defines)
+PxTask_release_defines += NDEBUG
+PxTask_release_libraries :=
+PxTask_release_common_cflags := $(PxTask_custom_cflags)
+PxTask_release_common_cflags += -MMD
+PxTask_release_common_cflags += $(addprefix -D, $(PxTask_release_defines))
+PxTask_release_common_cflags += $(addprefix -I, $(PxTask_release_hpaths))
+PxTask_release_common_cflags += -m32
+PxTask_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxTask_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxTask_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxTask_release_common_cflags += -Wno-missing-field-initializers
+PxTask_release_common_cflags += -O3 -fno-strict-aliasing
+PxTask_release_cflags := $(PxTask_release_common_cflags)
+PxTask_release_cppflags := $(PxTask_release_common_cflags)
+PxTask_release_lflags := $(PxTask_custom_lflags)
+PxTask_release_lflags += $(addprefix -L, $(PxTask_release_lpaths))
+PxTask_release_lflags += -Wl,--start-group $(addprefix -l, $(PxTask_release_libraries)) -Wl,--end-group
+PxTask_release_lflags += -lrt
+PxTask_release_lflags += -m32
+PxTask_release_objsdir = $(OBJS_DIR)/PxTask_release
+PxTask_release_cpp_o = $(addprefix $(PxTask_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles)))))
+PxTask_release_cc_o = $(addprefix $(PxTask_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles)))))
+PxTask_release_c_o = $(addprefix $(PxTask_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxTask_cfiles)))))
+PxTask_release_obj = $(PxTask_release_cpp_o) $(PxTask_release_cc_o) $(PxTask_release_c_o)
+PxTask_release_bin := ./../../../lib/linux32/libPxTask.a
+
+clean_PxTask_release:
+ @$(ECHO) clean PxTask release
+ @$(RMDIR) $(PxTask_release_objsdir)
+ @$(RMDIR) $(PxTask_release_bin)
+ @$(RMDIR) $(DEPSDIR)/PxTask/release
+
+build_PxTask_release: postbuild_PxTask_release
+postbuild_PxTask_release: mainbuild_PxTask_release
+mainbuild_PxTask_release: prebuild_PxTask_release $(PxTask_release_bin)
+prebuild_PxTask_release:
+
+$(PxTask_release_bin): $(PxTask_release_obj)
+ mkdir -p `dirname ./../../../lib/linux32/libPxTask.a`
+ @$(AR) rcs $(PxTask_release_bin) $(PxTask_release_obj)
+ $(ECHO) building $@ complete!
+
+PxTask_release_DEPDIR = $(dir $(@))/$(*F)
+$(PxTask_release_cpp_o): $(PxTask_release_objsdir)/%.o:
+ $(ECHO) PxTask: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxTask_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cppfiles))))))
+ cp $(PxTask_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cppfiles))))).P; \
+ rm -f $(PxTask_release_DEPDIR).d
+
+$(PxTask_release_cc_o): $(PxTask_release_objsdir)/%.o:
+ $(ECHO) PxTask: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxTask_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_ccfiles))))))
+ cp $(PxTask_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_ccfiles))))).release.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_ccfiles))))).release.P; \
+ rm -f $(PxTask_release_DEPDIR).d
+
+$(PxTask_release_c_o): $(PxTask_release_objsdir)/%.o:
+ $(ECHO) PxTask: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxTask_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cfiles))))))
+ cp $(PxTask_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_release_objsdir),, $@))), $(PxTask_cfiles))))).P; \
+ rm -f $(PxTask_release_DEPDIR).d
+
+PxTask_checked_hpaths :=
+PxTask_checked_hpaths += ./../../../include
+PxTask_checked_hpaths += ./../../task/include
+PxTask_checked_hpaths += ./../../foundation/include
+PxTask_checked_lpaths :=
+PxTask_checked_defines := $(PxTask_custom_defines)
+PxTask_checked_defines += NDEBUG
+PxTask_checked_defines += PX_CHECKED=1
+PxTask_checked_libraries :=
+PxTask_checked_common_cflags := $(PxTask_custom_cflags)
+PxTask_checked_common_cflags += -MMD
+PxTask_checked_common_cflags += $(addprefix -D, $(PxTask_checked_defines))
+PxTask_checked_common_cflags += $(addprefix -I, $(PxTask_checked_hpaths))
+PxTask_checked_common_cflags += -m32
+PxTask_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxTask_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxTask_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxTask_checked_common_cflags += -Wno-missing-field-initializers
+PxTask_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
+PxTask_checked_cflags := $(PxTask_checked_common_cflags)
+PxTask_checked_cppflags := $(PxTask_checked_common_cflags)
+PxTask_checked_lflags := $(PxTask_custom_lflags)
+PxTask_checked_lflags += $(addprefix -L, $(PxTask_checked_lpaths))
+PxTask_checked_lflags += -Wl,--start-group $(addprefix -l, $(PxTask_checked_libraries)) -Wl,--end-group
+PxTask_checked_lflags += -lrt
+PxTask_checked_lflags += -m32
+PxTask_checked_objsdir = $(OBJS_DIR)/PxTask_checked
+PxTask_checked_cpp_o = $(addprefix $(PxTask_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles)))))
+PxTask_checked_cc_o = $(addprefix $(PxTask_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles)))))
+PxTask_checked_c_o = $(addprefix $(PxTask_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxTask_cfiles)))))
+PxTask_checked_obj = $(PxTask_checked_cpp_o) $(PxTask_checked_cc_o) $(PxTask_checked_c_o)
+PxTask_checked_bin := ./../../../lib/linux32/libPxTaskCHECKED.a
+
+clean_PxTask_checked:
+ @$(ECHO) clean PxTask checked
+ @$(RMDIR) $(PxTask_checked_objsdir)
+ @$(RMDIR) $(PxTask_checked_bin)
+ @$(RMDIR) $(DEPSDIR)/PxTask/checked
+
+build_PxTask_checked: postbuild_PxTask_checked
+postbuild_PxTask_checked: mainbuild_PxTask_checked
+mainbuild_PxTask_checked: prebuild_PxTask_checked $(PxTask_checked_bin)
+prebuild_PxTask_checked:
+
+$(PxTask_checked_bin): $(PxTask_checked_obj)
+ mkdir -p `dirname ./../../../lib/linux32/libPxTaskCHECKED.a`
+ @$(AR) rcs $(PxTask_checked_bin) $(PxTask_checked_obj)
+ $(ECHO) building $@ complete!
+
+PxTask_checked_DEPDIR = $(dir $(@))/$(*F)
+$(PxTask_checked_cpp_o): $(PxTask_checked_objsdir)/%.o:
+ $(ECHO) PxTask: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxTask_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cppfiles))))))
+ cp $(PxTask_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cppfiles))))).P; \
+ rm -f $(PxTask_checked_DEPDIR).d
+
+$(PxTask_checked_cc_o): $(PxTask_checked_objsdir)/%.o:
+ $(ECHO) PxTask: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxTask_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_ccfiles))))))
+ cp $(PxTask_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_ccfiles))))).checked.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_ccfiles))))).checked.P; \
+ rm -f $(PxTask_checked_DEPDIR).d
+
+$(PxTask_checked_c_o): $(PxTask_checked_objsdir)/%.o:
+ $(ECHO) PxTask: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxTask_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cfiles))))))
+ cp $(PxTask_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_checked_objsdir),, $@))), $(PxTask_cfiles))))).P; \
+ rm -f $(PxTask_checked_DEPDIR).d
+
+PxTask_profile_hpaths :=
+PxTask_profile_hpaths += ./../../../include
+PxTask_profile_hpaths += ./../../task/include
+PxTask_profile_hpaths += ./../../foundation/include
+PxTask_profile_lpaths :=
+PxTask_profile_defines := $(PxTask_custom_defines)
+PxTask_profile_defines += NDEBUG
+PxTask_profile_defines += PX_PROFILE=1
+PxTask_profile_libraries :=
+PxTask_profile_common_cflags := $(PxTask_custom_cflags)
+PxTask_profile_common_cflags += -MMD
+PxTask_profile_common_cflags += $(addprefix -D, $(PxTask_profile_defines))
+PxTask_profile_common_cflags += $(addprefix -I, $(PxTask_profile_hpaths))
+PxTask_profile_common_cflags += -m32
+PxTask_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -ffast-math -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
+PxTask_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
+PxTask_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+PxTask_profile_common_cflags += -Wno-missing-field-initializers
+PxTask_profile_common_cflags += -O3 -fno-strict-aliasing
+PxTask_profile_cflags := $(PxTask_profile_common_cflags)
+PxTask_profile_cppflags := $(PxTask_profile_common_cflags)
+PxTask_profile_lflags := $(PxTask_custom_lflags)
+PxTask_profile_lflags += $(addprefix -L, $(PxTask_profile_lpaths))
+PxTask_profile_lflags += -Wl,--start-group $(addprefix -l, $(PxTask_profile_libraries)) -Wl,--end-group
+PxTask_profile_lflags += -lrt
+PxTask_profile_lflags += -m32
+PxTask_profile_objsdir = $(OBJS_DIR)/PxTask_profile
+PxTask_profile_cpp_o = $(addprefix $(PxTask_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxTask_cppfiles)))))
+PxTask_profile_cc_o = $(addprefix $(PxTask_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxTask_ccfiles)))))
+PxTask_profile_c_o = $(addprefix $(PxTask_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxTask_cfiles)))))
+PxTask_profile_obj = $(PxTask_profile_cpp_o) $(PxTask_profile_cc_o) $(PxTask_profile_c_o)
+PxTask_profile_bin := ./../../../lib/linux32/libPxTaskPROFILE.a
+
+clean_PxTask_profile:
+ @$(ECHO) clean PxTask profile
+ @$(RMDIR) $(PxTask_profile_objsdir)
+ @$(RMDIR) $(PxTask_profile_bin)
+ @$(RMDIR) $(DEPSDIR)/PxTask/profile
+
+build_PxTask_profile: postbuild_PxTask_profile
+postbuild_PxTask_profile: mainbuild_PxTask_profile
+mainbuild_PxTask_profile: prebuild_PxTask_profile $(PxTask_profile_bin)
+prebuild_PxTask_profile:
+
+$(PxTask_profile_bin): $(PxTask_profile_obj)
+ mkdir -p `dirname ./../../../lib/linux32/libPxTaskPROFILE.a`
+ @$(AR) rcs $(PxTask_profile_bin) $(PxTask_profile_obj)
+ $(ECHO) building $@ complete!
+
+PxTask_profile_DEPDIR = $(dir $(@))/$(*F)
+$(PxTask_profile_cpp_o): $(PxTask_profile_objsdir)/%.o:
+ $(ECHO) PxTask: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cppfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxTask_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cppfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cppfiles))))))
+ cp $(PxTask_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cppfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cppfiles))))).P; \
+ rm -f $(PxTask_profile_DEPDIR).d
+
+$(PxTask_profile_cc_o): $(PxTask_profile_objsdir)/%.o:
+ $(ECHO) PxTask: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_ccfiles))...
+ mkdir -p $(dir $(@))
+ $(CXX) $(PxTask_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_ccfiles)) -o $@
+ mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_ccfiles))))))
+ cp $(PxTask_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_ccfiles))))).profile.P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_ccfiles))))).profile.P; \
+ rm -f $(PxTask_profile_DEPDIR).d
+
+$(PxTask_profile_c_o): $(PxTask_profile_objsdir)/%.o:
+ $(ECHO) PxTask: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cfiles))...
+ mkdir -p $(dir $(@))
+ $(CC) $(PxTask_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cfiles)) -o $@
+ @mkdir -p $(dir $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cfiles))))))
+ cp $(PxTask_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cfiles))))).P; \
+ sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ -e '/^$$/ d' -e 's/$$/ :/' < $(PxTask_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxTask/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxTask_profile_objsdir),, $@))), $(PxTask_cfiles))))).P; \
+ rm -f $(PxTask_profile_DEPDIR).d
+
+clean_PxTask: clean_PxTask_debug clean_PxTask_release clean_PxTask_checked clean_PxTask_profile
+ rm -rf $(DEPSDIR)
+
+export VERBOSE
+ifndef VERBOSE
+.SILENT:
+endif