|
|
@@ -4,8 +4,8 @@ PHFLAGS = -c -pedantic-errors -pedantic -ansi -Wall -Wextra -W -pipe -O0 -g3 -pg
|
|
|
LFLAGS = -rdynamic -L../../../SDL-hg/build/.libs -L../../../glew/lib -L../../../bullet_svn/src/BulletSoftBody -L../../../bullet_svn/src/BulletDynamics -L../../../bullet_svn/src/BulletCollision -L../../../bullet_svn/src/LinearMath -Wl,-Bstatic -lBulletSoftBody -lBulletDynamics -lBulletCollision -lLinearMath -lGLEW -lSDL_image -lGLU -lSDL -Wl,-Bdynamic -lGL -ljpeg -lpng -ltiff
|
|
|
EXECUTABLE = AnKi.bin
|
|
|
INCPATH = -I../../src/Math/ -I../../src/Util/Tokenizer/ -I../../src/Misc/ -I../../src/ -I../../src/Renderer/ -I../../src/Scene/ -I../../src/Ui/ -I../../src/Resources/ -I../../src/Util/ -I../../src/Scene/Controllers/ -I../../src/Physics/ -I../../src/Renderer/BufferObjects/ -I../../src/Renderer2/ -I../../../bullet_svn/src/ -I../../../SDL-hg/include -I../../glew/include
|
|
|
-SOURCES = ../../src/Util/Tokenizer//Scanner.cpp ../../src/Misc//skybox.cpp ../../src/Misc//particles.cpp ../../src/Misc//memory.cpp ../../src/Misc//collision.cpp ../../src/Misc//map.cpp ../../src//Main.cpp ../../src/Renderer//PpsHdr.cpp ../../src/Renderer//Pps.cpp ../../src/Renderer//Bs.cpp ../../src/Renderer//IsShadows.cpp ../../src/Renderer//MsEarlyz.cpp ../../src/Renderer//Renderer.cpp ../../src/Renderer//Is.cpp ../../src/Renderer//PpsLscatt.cpp ../../src/Renderer//Ms.cpp ../../src/Renderer//BulletDebuger.cpp ../../src/Renderer//Bs2.cpp ../../src/Renderer//PpsSsao.cpp ../../src/Renderer//Dbg.cpp ../../src/Scene//MeshNode.cpp ../../src/Scene//SkelNode.cpp ../../src/Scene//SkelModelNode.cpp ../../src/Scene//Light.cpp ../../src/Scene//Camera.cpp ../../src/Scene//Scene.cpp ../../src/Scene//ParticleEmitter.cpp ../../src/Scene//SceneNode.cpp ../../src/Ui//Ui.cpp ../../src/Resources//Material.cpp ../../src/Resources//ShaderProg.cpp ../../src/Resources//Texture.cpp ../../src/Resources//SkelAnim.cpp ../../src/Resources//Extension.cpp ../../src/Resources//Skeleton.cpp ../../src/Resources//ShaderPrePreprocessor.cpp ../../src/Resources//Resource.cpp ../../src/Resources//LightProps.cpp ../../src/Resources//Mesh.cpp ../../src/Util//Input.cpp ../../src/Util//App.cpp ../../src/Util//Common.cpp ../../src/Util//Util.cpp ../../src/Scene/Controllers//Controller.cpp ../../src/Scene/Controllers//SkelAnimCtrl.cpp ../../src/Physics//PhyWorld.cpp ../../src/Renderer2//Ms.cpp ../../src/Renderer2//Hdr.cpp ../../src/Renderer2//Ssao.cpp ../../src/Renderer2//Renderer.cpp
|
|
|
-OBJECTS = Scanner.o skybox.o particles.o memory.o collision.o map.o Main.o PpsHdr.o Pps.o Bs.o IsShadows.o MsEarlyz.o Renderer.o Is.o PpsLscatt.o Ms.o BulletDebuger.o Bs2.o PpsSsao.o Dbg.o MeshNode.o SkelNode.o SkelModelNode.o Light.o Camera.o Scene.o ParticleEmitter.o SceneNode.o Ui.o Material.o ShaderProg.o Texture.o SkelAnim.o Extension.o Skeleton.o ShaderPrePreprocessor.o Resource.o LightProps.o Mesh.o Input.o App.o Common.o Util.o Controller.o SkelAnimCtrl.o PhyWorld.o 36.Ms.o Hdr.o Ssao.o 60.Renderer.o
|
|
|
+SOURCES = ../../src/Util/Tokenizer//Scanner.cpp ../../src/Misc//skybox.cpp ../../src/Misc//particles.cpp ../../src/Misc//memory.cpp ../../src/Misc//collision.cpp ../../src/Misc//map.cpp ../../src//Main.cpp ../../src/Renderer//PpsHdr.cpp ../../src/Renderer//Pps.cpp ../../src/Renderer//Bs.cpp ../../src/Renderer//IsShadows.cpp ../../src/Renderer//MsEarlyz.cpp ../../src/Renderer//Renderer.cpp ../../src/Renderer//Is.cpp ../../src/Renderer//PpsLscatt.cpp ../../src/Renderer//Ms.cpp ../../src/Renderer//BulletDebuger.cpp ../../src/Renderer//Bs2.cpp ../../src/Renderer//PpsSsao.cpp ../../src/Renderer//Dbg.cpp ../../src/Scene//MeshNode.cpp ../../src/Scene//SkelNode.cpp ../../src/Scene//SkelModelNode.cpp ../../src/Scene//Light.cpp ../../src/Scene//Camera.cpp ../../src/Scene//Scene.cpp ../../src/Scene//ParticleEmitter.cpp ../../src/Scene//SceneNode.cpp ../../src/Ui//Ui.cpp ../../src/Resources//Material.cpp ../../src/Resources//ShaderProg.cpp ../../src/Resources//Texture.cpp ../../src/Resources//SkelAnim.cpp ../../src/Resources//Extension.cpp ../../src/Resources//Skeleton.cpp ../../src/Resources//ShaderPrePreprocessor.cpp ../../src/Resources//Resource.cpp ../../src/Resources//LightProps.cpp ../../src/Resources//Mesh.cpp ../../src/Util//Input.cpp ../../src/Util//App.cpp ../../src/Util//Common.cpp ../../src/Util//Util.cpp ../../src/Scene/Controllers//Controller.cpp ../../src/Scene/Controllers//SkelAnimCtrl.cpp ../../src/Physics//PhyWorld.cpp ../../src/Renderer2//Ms.cpp ../../src/Renderer2//Hdr.cpp ../../src/Renderer2//Is.cpp ../../src/Renderer2//Ssao.cpp ../../src/Renderer2//Renderer.cpp ../../src/Renderer2//Sm.cpp
|
|
|
+OBJECTS = Scanner.o skybox.o particles.o memory.o collision.o map.o Main.o PpsHdr.o Pps.o Bs.o IsShadows.o MsEarlyz.o Renderer.o Is.o PpsLscatt.o Ms.o BulletDebuger.o Bs2.o PpsSsao.o Dbg.o MeshNode.o SkelNode.o SkelModelNode.o Light.o Camera.o Scene.o ParticleEmitter.o SceneNode.o Ui.o Material.o ShaderProg.o Texture.o SkelAnim.o Extension.o Skeleton.o ShaderPrePreprocessor.o Resource.o LightProps.o Mesh.o Input.o App.o Common.o Util.o Controller.o SkelAnimCtrl.o PhyWorld.o 50.Ms.o Hdr.o 1.Is.o Ssao.o 36.Renderer.o Sm.o
|
|
|
PRECOMPILED_HEADERS =
|
|
|
|
|
|
all: $(PRECOMPILED_HEADERS) $(SOURCES) $(EXECUTABLE)
|
|
|
@@ -175,7 +175,30 @@ skybox.o: ../../src/Misc//skybox.cpp ../../src/Misc//skybox.h \
|
|
|
../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionWorld.h \
|
|
|
../../src/Physics/PhyConversions.h ../../src/Physics/MotionState.h \
|
|
|
../../src/Scene/SceneNode.h ../../src/Physics/PhyWorld.h \
|
|
|
- ../../src/Util/App.h
|
|
|
+ ../../src/Util/App.h ../../../SDL-hg/include/SDL.h \
|
|
|
+ ../../../SDL-hg/include/SDL_main.h ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h
|
|
|
@echo Compiling ../../src/Misc//skybox.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Misc//skybox.cpp -o skybox.o
|
|
|
|
|
|
@@ -263,10 +286,28 @@ Main.o: ../../src//Main.cpp ../../src/Util/Common.h \
|
|
|
../../../SDL-hg/include/SDL_platform.h \
|
|
|
../../../SDL-hg/include/begin_code.h \
|
|
|
../../../SDL-hg/include/close_code.h ../../src/Util/Common.h \
|
|
|
- ../../src/Util/App.h ../../src/Math/Math.h ../../src/Math/Vec2.h \
|
|
|
- ../../src/Math/MathForwardDecls.h ../../src/Math/Vec2.inl.h \
|
|
|
- ../../src/Math/MathDfltHeader.h ../../src/Math/Vec3.h \
|
|
|
- ../../src/Math/Vec3.inl.h ../../src/Math/Vec4.h \
|
|
|
+ ../../src/Util/App.h ../../../SDL-hg/include/SDL.h \
|
|
|
+ ../../../SDL-hg/include/SDL_main.h ../../../SDL-hg/include/SDL_atomic.h \
|
|
|
+ ../../../SDL-hg/include/SDL_audio.h ../../../SDL-hg/include/SDL_error.h \
|
|
|
+ ../../../SDL-hg/include/SDL_endian.h ../../../SDL-hg/include/SDL_mutex.h \
|
|
|
+ ../../../SDL-hg/include/SDL_thread.h ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h ../../src/Math/Math.h \
|
|
|
+ ../../src/Math/Vec2.h ../../src/Math/MathForwardDecls.h \
|
|
|
+ ../../src/Math/Vec2.inl.h ../../src/Math/MathDfltHeader.h \
|
|
|
+ ../../src/Math/Vec3.h ../../src/Math/Vec3.inl.h ../../src/Math/Vec4.h \
|
|
|
../../src/Math/Vec4.inl.h ../../src/Math/Quat.h \
|
|
|
../../src/Math/Quat.inl.h ../../src/Math/Axisang.h \
|
|
|
../../src/Math/Axisang.inl.h ../../src/Math/Euler.h \
|
|
|
@@ -772,7 +813,31 @@ Bs.o: ../../src/Renderer//Bs.cpp ../../src/Renderer//Renderer.h \
|
|
|
../../src/Renderer/BufferObjects/BufferObject.h \
|
|
|
../../src/Resources/Resource.h ../../src/Renderer/BufferObjects/Fbo.h \
|
|
|
../../src/Scene/MeshNode.h ../../src/Resources/Material.h \
|
|
|
- ../../src/Resources/ShaderProg.h ../../src/Util/App.h
|
|
|
+ ../../src/Resources/ShaderProg.h ../../src/Util/App.h \
|
|
|
+ ../../../SDL-hg/include/SDL.h ../../../SDL-hg/include/SDL_main.h \
|
|
|
+ ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h
|
|
|
@echo Compiling ../../src/Renderer//Bs.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer//Bs.cpp -o Bs.o
|
|
|
|
|
|
@@ -932,7 +997,31 @@ IsShadows.o: ../../src/Renderer//IsShadows.cpp \
|
|
|
../../src/Scene/SceneNode.h ../../src/Physics/PhyWorld.h \
|
|
|
../../src/Resources/Resource.h ../../src/Renderer/BufferObjects/Fbo.h \
|
|
|
../../src/Resources/Material.h ../../src/Resources/ShaderProg.h \
|
|
|
- ../../src/Scene/MeshNode.h ../../src/Util/App.h
|
|
|
+ ../../src/Scene/MeshNode.h ../../src/Util/App.h \
|
|
|
+ ../../../SDL-hg/include/SDL.h ../../../SDL-hg/include/SDL_main.h \
|
|
|
+ ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h
|
|
|
@echo Compiling ../../src/Renderer//IsShadows.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer//IsShadows.cpp -o IsShadows.o
|
|
|
|
|
|
@@ -1248,7 +1337,30 @@ Renderer.o: ../../src/Renderer//Renderer.cpp \
|
|
|
../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionWorld.h \
|
|
|
../../src/Physics/PhyConversions.h ../../src/Physics/MotionState.h \
|
|
|
../../src/Scene/SceneNode.h ../../src/Physics/PhyWorld.h \
|
|
|
- ../../src/Util/App.h
|
|
|
+ ../../src/Util/App.h ../../../SDL-hg/include/SDL.h \
|
|
|
+ ../../../SDL-hg/include/SDL_main.h ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h
|
|
|
@echo Compiling ../../src/Renderer//Renderer.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer//Renderer.cpp -o Renderer.o
|
|
|
|
|
|
@@ -1409,7 +1521,30 @@ Is.o: ../../src/Renderer//Is.cpp ../../src/Renderer//Renderer.h \
|
|
|
../../src/Renderer/BufferObjects/BufferObject.h ../../src/Scene/Light.h \
|
|
|
../../src/Scene/Camera.h ../../src/Resources/Resource.h \
|
|
|
../../src/Renderer/BufferObjects/Fbo.h ../../src/Resources/LightProps.h \
|
|
|
- ../../src/Util/App.h
|
|
|
+ ../../src/Util/App.h ../../../SDL-hg/include/SDL.h \
|
|
|
+ ../../../SDL-hg/include/SDL_main.h ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h
|
|
|
@echo Compiling ../../src/Renderer//Is.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer//Is.cpp -o Is.o
|
|
|
|
|
|
@@ -1567,7 +1702,31 @@ PpsLscatt.o: ../../src/Renderer//PpsLscatt.cpp \
|
|
|
../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionWorld.h \
|
|
|
../../src/Physics/PhyConversions.h ../../src/Physics/MotionState.h \
|
|
|
../../src/Scene/SceneNode.h ../../src/Physics/PhyWorld.h \
|
|
|
- ../../src/Renderer/BufferObjects/Fbo.h ../../src/Util/App.h
|
|
|
+ ../../src/Renderer/BufferObjects/Fbo.h ../../src/Util/App.h \
|
|
|
+ ../../../SDL-hg/include/SDL.h ../../../SDL-hg/include/SDL_main.h \
|
|
|
+ ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h
|
|
|
@echo Compiling ../../src/Renderer//PpsLscatt.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer//PpsLscatt.cpp -o PpsLscatt.o
|
|
|
|
|
|
@@ -1728,7 +1887,30 @@ Ms.o: ../../src/Renderer//Ms.cpp ../../src/Renderer//Renderer.h \
|
|
|
../../src/Renderer/BufferObjects/BufferObject.h \
|
|
|
../../src/Renderer/BufferObjects/Fbo.h ../../src/Resources/Material.h \
|
|
|
../../src/Resources/ShaderProg.h ../../src/Scene/MeshNode.h \
|
|
|
- ../../src/Util/App.h
|
|
|
+ ../../src/Util/App.h ../../../SDL-hg/include/SDL.h \
|
|
|
+ ../../../SDL-hg/include/SDL_main.h ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h
|
|
|
@echo Compiling ../../src/Renderer//Ms.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer//Ms.cpp -o Ms.o
|
|
|
|
|
|
@@ -1918,7 +2100,31 @@ Bs2.o: ../../src/Renderer//Bs2.cpp ../../src/Renderer//Renderer.h \
|
|
|
../../src/Renderer/BufferObjects/BufferObject.h \
|
|
|
../../src/Resources/Resource.h ../../src/Renderer/BufferObjects/Fbo.h \
|
|
|
../../src/Scene/MeshNode.h ../../src/Resources/Material.h \
|
|
|
- ../../src/Resources/ShaderProg.h ../../src/Util/App.h
|
|
|
+ ../../src/Resources/ShaderProg.h ../../src/Util/App.h \
|
|
|
+ ../../../SDL-hg/include/SDL.h ../../../SDL-hg/include/SDL_main.h \
|
|
|
+ ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h
|
|
|
@echo Compiling ../../src/Renderer//Bs2.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer//Bs2.cpp -o Bs2.o
|
|
|
|
|
|
@@ -2233,7 +2439,30 @@ Dbg.o: ../../src/Renderer//Dbg.cpp ../../src/Renderer//Renderer.h \
|
|
|
../../src/Physics/PhyConversions.h ../../src/Physics/MotionState.h \
|
|
|
../../src/Scene/SceneNode.h ../../src/Physics/PhyWorld.h \
|
|
|
../../src/Scene/SkelNode.h ../../src/Scene/Controllers/Controller.h \
|
|
|
- ../../src/Util/App.h ../../src/Physics/PhyCommon.h
|
|
|
+ ../../src/Util/App.h ../../../SDL-hg/include/SDL.h \
|
|
|
+ ../../../SDL-hg/include/SDL_main.h ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h ../../src/Physics/PhyCommon.h
|
|
|
@echo Compiling ../../src/Renderer//Dbg.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer//Dbg.cpp -o Dbg.o
|
|
|
|
|
|
@@ -2670,8 +2899,32 @@ ParticleEmitter.o: ../../src/Scene//ParticleEmitter.cpp \
|
|
|
../../src/Physics/PhyWorld.h ../../src/Renderer/Renderer.h \
|
|
|
../../src/Resources/ShaderProg.h ../../src/Scene/Camera.h \
|
|
|
../../src/Misc/collision.h ../../src/Scene/SceneNode.h \
|
|
|
- ../../src/Util/App.h ../../src/Scene//Scene.h ../../src/Misc/skybox.h \
|
|
|
- ../../src/Resources/Texture.h ../../src/Physics/PhyWorld.h
|
|
|
+ ../../src/Util/App.h ../../../SDL-hg/include/SDL.h \
|
|
|
+ ../../../SDL-hg/include/SDL_main.h ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h ../../src/Scene//Scene.h \
|
|
|
+ ../../src/Misc/skybox.h ../../src/Resources/Texture.h \
|
|
|
+ ../../src/Physics/PhyWorld.h
|
|
|
@echo Compiling ../../src/Scene//ParticleEmitter.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Scene//ParticleEmitter.cpp -o ParticleEmitter.o
|
|
|
|
|
|
@@ -2828,9 +3081,32 @@ SceneNode.o: ../../src/Scene//SceneNode.cpp ../../src/Scene//SceneNode.h \
|
|
|
../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionWorld.h \
|
|
|
../../src/Physics/PhyConversions.h ../../src/Physics/MotionState.h \
|
|
|
../../src/Scene/SceneNode.h ../../src/Physics/PhyWorld.h \
|
|
|
- ../../src/Util/App.h
|
|
|
- @echo Compiling ../../src/Scene//SceneNode.cpp...
|
|
|
- @$(CXX) $(INCPATH) $(CFLAGS) ../../src/Scene//SceneNode.cpp -o SceneNode.o
|
|
|
+ ../../src/Util/App.h ../../../SDL-hg/include/SDL.h \
|
|
|
+ ../../../SDL-hg/include/SDL_main.h ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h
|
|
|
+ @echo Compiling ../../src/Scene//SceneNode.cpp...
|
|
|
+ @$(CXX) $(INCPATH) $(CFLAGS) ../../src/Scene//SceneNode.cpp -o SceneNode.o
|
|
|
|
|
|
Ui.o: ../../src/Ui//Ui.cpp ../../src/Ui//Ui.h ../../src/Util/Common.h \
|
|
|
../../src/Misc/memory.h ../../src/Renderer/Renderer.h \
|
|
|
@@ -3419,7 +3695,30 @@ Controller.o: ../../src/Scene/Controllers//Controller.cpp \
|
|
|
../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionWorld.h \
|
|
|
../../src/Physics/PhyConversions.h ../../src/Physics/MotionState.h \
|
|
|
../../src/Scene/SceneNode.h ../../src/Physics/PhyWorld.h \
|
|
|
- ../../src/Util/App.h
|
|
|
+ ../../src/Util/App.h ../../../SDL-hg/include/SDL.h \
|
|
|
+ ../../../SDL-hg/include/SDL_main.h ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h
|
|
|
@echo Compiling ../../src/Scene/Controllers//Controller.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Scene/Controllers//Controller.cpp -o Controller.o
|
|
|
|
|
|
@@ -3598,7 +3897,7 @@ PhyWorld.o: ../../src/Physics//PhyWorld.cpp ../../src/Physics//PhyWorld.h \
|
|
|
@echo Compiling ../../src/Physics//PhyWorld.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Physics//PhyWorld.cpp -o PhyWorld.o
|
|
|
|
|
|
-36.Ms.o: ../../src/Renderer2//Ms.cpp ../../src/Renderer2//Renderer.hpp \
|
|
|
+50.Ms.o: ../../src/Renderer2//Ms.cpp ../../src/Renderer2//Renderer.hpp \
|
|
|
../../src/Util/Common.h ../../src/Misc/memory.h ../../src/Math/Math.h \
|
|
|
../../src/Math/Vec2.h ../../src/Math/MathForwardDecls.h \
|
|
|
../../src/Math/Vec2.inl.h ../../src/Math/MathDfltHeader.h \
|
|
|
@@ -3614,8 +3913,32 @@ PhyWorld.o: ../../src/Physics//PhyWorld.cpp ../../src/Physics//PhyWorld.h \
|
|
|
../../src/Resources/Texture.h ../../src/Resources/Resource.h \
|
|
|
../../src/Util/Util.h ../../src/Util/Common.h \
|
|
|
../../src/Resources/ShaderProg.h ../../src/Util/App.h \
|
|
|
- ../../src/Scene/Scene.h ../../src/Misc/skybox.h \
|
|
|
- ../../src/Physics/PhyWorld.h ../../src/Physics/PhyCommon.h \
|
|
|
+ ../../../SDL-hg/include/SDL.h ../../../SDL-hg/include/SDL_main.h \
|
|
|
+ ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h ../../src/Scene/Scene.h \
|
|
|
+ ../../src/Misc/skybox.h ../../src/Physics/PhyWorld.h \
|
|
|
+ ../../src/Physics/PhyCommon.h \
|
|
|
../../../bullet_svn/src/btBulletCollisionCommon.h \
|
|
|
../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionWorld.h \
|
|
|
../../../bullet_svn/src/LinearMath/btVector3.h \
|
|
|
@@ -3754,7 +4077,7 @@ PhyWorld.o: ../../src/Physics//PhyWorld.cpp ../../src/Physics//PhyWorld.h \
|
|
|
../../src/Scene/SceneNode.h ../../src/Scene/MeshNode.h \
|
|
|
../../src/Resources/Material.h ../../src/Resources/ShaderProg.h
|
|
|
@echo Compiling ../../src/Renderer2//Ms.cpp...
|
|
|
- @$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer2//Ms.cpp -o 36.Ms.o
|
|
|
+ @$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer2//Ms.cpp -o 50.Ms.o
|
|
|
|
|
|
Hdr.o: ../../src/Renderer2//Hdr.cpp ../../src/Renderer2//Renderer.hpp \
|
|
|
../../src/Util/Common.h ../../src/Misc/memory.h ../../src/Math/Math.h \
|
|
|
@@ -3775,6 +4098,25 @@ Hdr.o: ../../src/Renderer2//Hdr.cpp ../../src/Renderer2//Renderer.hpp \
|
|
|
@echo Compiling ../../src/Renderer2//Hdr.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer2//Hdr.cpp -o Hdr.o
|
|
|
|
|
|
+1.Is.o: ../../src/Renderer2//Is.cpp ../../src/Renderer2//Renderer.hpp \
|
|
|
+ ../../src/Util/Common.h ../../src/Misc/memory.h ../../src/Math/Math.h \
|
|
|
+ ../../src/Math/Vec2.h ../../src/Math/MathForwardDecls.h \
|
|
|
+ ../../src/Math/Vec2.inl.h ../../src/Math/MathDfltHeader.h \
|
|
|
+ ../../src/Math/Vec3.h ../../src/Math/Vec3.inl.h ../../src/Math/Vec4.h \
|
|
|
+ ../../src/Math/Vec4.inl.h ../../src/Math/Quat.h \
|
|
|
+ ../../src/Math/Quat.inl.h ../../src/Math/Axisang.h \
|
|
|
+ ../../src/Math/Axisang.inl.h ../../src/Math/Euler.h \
|
|
|
+ ../../src/Math/Euler.inl.h ../../src/Math/Mat3.h \
|
|
|
+ ../../src/Math/Mat3.inl.h ../../src/Math/Mat4.h \
|
|
|
+ ../../src/Math/Mat4.inl.h ../../src/Math/MathFuncs.h \
|
|
|
+ ../../src/Math/MathFuncs.inl.h ../../src/Math/Transform.h \
|
|
|
+ ../../src/Math/Transform.inl.h ../../src/Renderer/BufferObjects/Fbo.h \
|
|
|
+ ../../src/Resources/Texture.h ../../src/Resources/Resource.h \
|
|
|
+ ../../src/Util/Util.h ../../src/Util/Common.h \
|
|
|
+ ../../src/Resources/ShaderProg.h
|
|
|
+ @echo Compiling ../../src/Renderer2//Is.cpp...
|
|
|
+ @$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer2//Is.cpp -o 1.Is.o
|
|
|
+
|
|
|
Ssao.o: ../../src/Renderer2//Ssao.cpp ../../src/Renderer2//Renderer.hpp \
|
|
|
../../src/Util/Common.h ../../src/Misc/memory.h ../../src/Math/Math.h \
|
|
|
../../src/Math/Vec2.h ../../src/Math/MathForwardDecls.h \
|
|
|
@@ -3795,7 +4137,7 @@ Ssao.o: ../../src/Renderer2//Ssao.cpp ../../src/Renderer2//Renderer.hpp \
|
|
|
@echo Compiling ../../src/Renderer2//Ssao.cpp...
|
|
|
@$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer2//Ssao.cpp -o Ssao.o
|
|
|
|
|
|
-60.Renderer.o: ../../src/Renderer2//Renderer.cpp \
|
|
|
+36.Renderer.o: ../../src/Renderer2//Renderer.cpp \
|
|
|
../../src/Renderer2//Renderer.hpp ../../src/Util/Common.h \
|
|
|
../../src/Misc/memory.h ../../src/Math/Math.h ../../src/Math/Vec2.h \
|
|
|
../../src/Math/MathForwardDecls.h ../../src/Math/Vec2.inl.h \
|
|
|
@@ -3813,7 +4155,188 @@ Ssao.o: ../../src/Renderer2//Ssao.cpp ../../src/Renderer2//Renderer.hpp \
|
|
|
../../src/Util/Util.h ../../src/Util/Common.h \
|
|
|
../../src/Resources/ShaderProg.h
|
|
|
@echo Compiling ../../src/Renderer2//Renderer.cpp...
|
|
|
- @$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer2//Renderer.cpp -o 60.Renderer.o
|
|
|
+ @$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer2//Renderer.cpp -o 36.Renderer.o
|
|
|
+
|
|
|
+Sm.o: ../../src/Renderer2//Sm.cpp ../../src/Renderer2//Renderer.hpp \
|
|
|
+ ../../src/Util/Common.h ../../src/Misc/memory.h ../../src/Math/Math.h \
|
|
|
+ ../../src/Math/Vec2.h ../../src/Math/MathForwardDecls.h \
|
|
|
+ ../../src/Math/Vec2.inl.h ../../src/Math/MathDfltHeader.h \
|
|
|
+ ../../src/Math/Vec3.h ../../src/Math/Vec3.inl.h ../../src/Math/Vec4.h \
|
|
|
+ ../../src/Math/Vec4.inl.h ../../src/Math/Quat.h \
|
|
|
+ ../../src/Math/Quat.inl.h ../../src/Math/Axisang.h \
|
|
|
+ ../../src/Math/Axisang.inl.h ../../src/Math/Euler.h \
|
|
|
+ ../../src/Math/Euler.inl.h ../../src/Math/Mat3.h \
|
|
|
+ ../../src/Math/Mat3.inl.h ../../src/Math/Mat4.h \
|
|
|
+ ../../src/Math/Mat4.inl.h ../../src/Math/MathFuncs.h \
|
|
|
+ ../../src/Math/MathFuncs.inl.h ../../src/Math/Transform.h \
|
|
|
+ ../../src/Math/Transform.inl.h ../../src/Renderer/BufferObjects/Fbo.h \
|
|
|
+ ../../src/Resources/Texture.h ../../src/Resources/Resource.h \
|
|
|
+ ../../src/Util/Util.h ../../src/Util/Common.h \
|
|
|
+ ../../src/Resources/ShaderProg.h ../../src/Util/App.h \
|
|
|
+ ../../../SDL-hg/include/SDL.h ../../../SDL-hg/include/SDL_main.h \
|
|
|
+ ../../../SDL-hg/include/SDL_stdinc.h \
|
|
|
+ ../../../SDL-hg/include/SDL_config.h \
|
|
|
+ ../../../SDL-hg/include/SDL_platform.h \
|
|
|
+ ../../../SDL-hg/include/begin_code.h \
|
|
|
+ ../../../SDL-hg/include/close_code.h \
|
|
|
+ ../../../SDL-hg/include/SDL_atomic.h ../../../SDL-hg/include/SDL_audio.h \
|
|
|
+ ../../../SDL-hg/include/SDL_error.h ../../../SDL-hg/include/SDL_endian.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mutex.h ../../../SDL-hg/include/SDL_thread.h \
|
|
|
+ ../../../SDL-hg/include/SDL_rwops.h \
|
|
|
+ ../../../SDL-hg/include/SDL_cpuinfo.h \
|
|
|
+ ../../../SDL-hg/include/SDL_events.h ../../../SDL-hg/include/SDL_video.h \
|
|
|
+ ../../../SDL-hg/include/SDL_pixels.h ../../../SDL-hg/include/SDL_rect.h \
|
|
|
+ ../../../SDL-hg/include/SDL_surface.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keyboard.h \
|
|
|
+ ../../../SDL-hg/include/SDL_keysym.h \
|
|
|
+ ../../../SDL-hg/include/SDL_scancode.h \
|
|
|
+ ../../../SDL-hg/include/SDL_mouse.h \
|
|
|
+ ../../../SDL-hg/include/SDL_joystick.h \
|
|
|
+ ../../../SDL-hg/include/SDL_quit.h ../../../SDL-hg/include/SDL_loadso.h \
|
|
|
+ ../../../SDL-hg/include/SDL_power.h ../../../SDL-hg/include/SDL_timer.h \
|
|
|
+ ../../../SDL-hg/include/SDL_version.h \
|
|
|
+ ../../../SDL-hg/include/SDL_revision.h \
|
|
|
+ ../../../SDL-hg/include/SDL_compat.h ../../src/Scene/Scene.h \
|
|
|
+ ../../src/Misc/skybox.h ../../src/Physics/PhyWorld.h \
|
|
|
+ ../../src/Physics/PhyCommon.h \
|
|
|
+ ../../../bullet_svn/src/btBulletCollisionCommon.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionWorld.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btVector3.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btScalar.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btMinMax.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btTransform.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btMatrix3x3.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btVector3.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btQuaternion.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btQuadWord.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionObject.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btMotionState.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btTransform.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btAlignedAllocator.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btAlignedObjectArray.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btAlignedAllocator.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btDispatcher.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btScalar.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btTransformUtil.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btManifoldResult.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionObject.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btBoxShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btMatrix3x3.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btConvexInternalShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btConvexShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btCollisionShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btCollisionMargin.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btAabbUtil2.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btMinMax.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btSphereShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btCapsuleShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btCylinderShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btBoxShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btConeShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btConcaveShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btTriangleCallback.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btConvexHullShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btTriangleMesh.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btOptimizedBvh.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btHashMap.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btAlignedObjectArray.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btSerializer.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btStackAlloc.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btHashMap.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btCompoundShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btTetrahedronShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btEmptyShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btMultiSphereShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionShapes/btUniformScalingShape.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionConfiguration.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btDbvt.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btQuaternion.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btTransform.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btDefaultMotionState.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btMotionState.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btQuickprof.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btIDebugDraw.h \
|
|
|
+ ../../../bullet_svn/src/LinearMath/btSerializer.h \
|
|
|
+ ../../../bullet_svn/src/btBulletDynamicsCommon.h \
|
|
|
+ ../../../bullet_svn/src/btBulletCollisionCommon.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Dynamics/btDynamicsWorld.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionWorld.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Dynamics/btContinuousDynamicsWorld.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Dynamics/btRigidBody.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionObject.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Dynamics/btRigidBody.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btSolverBody.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btConstraintSolver.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btContactConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Vehicle/btRaycastVehicle.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Vehicle/btVehicleRaycaster.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Vehicle/btWheelInfo.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Dynamics/btActionInterface.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Dynamics/btRigidBody.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Character/btKinematicCharacterController.h \
|
|
|
+ ../../../bullet_svn/src/BulletDynamics/Character/btCharacterControllerInterface.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btGhostObject.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h \
|
|
|
+ ../../../bullet_svn/src/BulletCollision/CollisionDispatch/btCollisionWorld.h \
|
|
|
+ ../../src/Physics/PhyConversions.h ../../src/Physics/MotionState.h \
|
|
|
+ ../../src/Scene/SceneNode.h ../../src/Physics/PhyWorld.h \
|
|
|
+ ../../src/Scene/MeshNode.h ../../src/Scene/SceneNode.h \
|
|
|
+ ../../src/Resources/Material.h ../../src/Resources/ShaderProg.h
|
|
|
+ @echo Compiling ../../src/Renderer2//Sm.cpp...
|
|
|
+ @$(CXX) $(INCPATH) $(CFLAGS) ../../src/Renderer2//Sm.cpp -o Sm.o
|
|
|
|
|
|
clean:
|
|
|
rm -f *.o
|