[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19833] branches/sim_physics: 2nd try to merge sim_physics with trunk rev 19825

Daniel Genrich daniel.genrich at gmx.net
Tue Apr 21 10:49:09 CEST 2009


Revision: 19833
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19833
Author:   genscher
Date:     2009-04-21 10:49:06 +0200 (Tue, 21 Apr 2009)

Log Message:
-----------
2nd try to merge sim_physics with trunk rev 19825
Please check if volumetrics are yet working 

Revision Links:
--------------
    http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19825

Modified Paths:
--------------
    branches/sim_physics/extern/bFTGL/make/msvc_9_0/ftgl_static_lib.vcproj
    branches/sim_physics/extern/bullet2/make/msvc_9_0/Bullet.vcproj
    branches/sim_physics/extern/bullet2/src/Bullet-C-Api.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvt.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvt.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionConfiguration.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexInternalShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMaterial.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btShapeHull.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btShapeHull.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btUniformScalingShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btBoxCollision.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btClipPolygon.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btContactProcessing.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btContactProcessing.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactMassUtil.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGenericPoolAllocator.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGenericPoolAllocator.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGeometryOperations.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btQuantization.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btTriangleShapeEx.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_array.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_basic_geometry_operations.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_bitset.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_box_collision.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_box_set.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_box_set.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_clip_polygon.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_contact.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_contact.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_geom_types.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_geometry.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_hash_table.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_linear_math.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_math.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_memory.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_memory.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_radixsort.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_tri_collision.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_tri_collision.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/Bullet-C-API.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btContinuousDynamicsWorld.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/CMakeLists.txt
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/Jamfile
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBody.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBody.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyInternals.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftRigidCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftSoftCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSparseSDF.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btConvexHull.cpp
    branches/sim_physics/extern/bullet2/src/LinearMath/btConvexHull.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btHashMap.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btPoolAllocator.h
    branches/sim_physics/extern/glew/README.txt
    branches/sim_physics/extern/glew/doc/glew.css
    branches/sim_physics/extern/glew/doc/glx.txt
    branches/sim_physics/extern/glew/doc/gpl.txt
    branches/sim_physics/extern/glew/doc/sgi.txt
    branches/sim_physics/extern/glew/make/msvc_7_0/glew_vc7.vcproj
    branches/sim_physics/extern/glew/make/msvc_9_0/glew.vcproj
    branches/sim_physics/extern/libmp3lame/libmp3lame_vc6.dsp
    branches/sim_physics/extern/libmp3lame/libmp3lame_vc7.vcproj
    branches/sim_physics/extern/libopenjpeg/opj_malloc.h
    branches/sim_physics/extern/make/msvc_9_0/build_install_all.vcproj
    branches/sim_physics/extern/qhull/make/msvc_9_0/qhull.vcproj
    branches/sim_physics/extern/solid/make/msvc_9_0/broad/broad.vcproj
    branches/sim_physics/extern/solid/make/msvc_9_0/complex/complex.vcproj
    branches/sim_physics/extern/solid/make/msvc_9_0/convex/convex.vcproj
    branches/sim_physics/extern/solid/make/msvc_9_0/solid.vcproj
    branches/sim_physics/extern/verse/make/msvc_9_0/libverse.vcproj
    branches/sim_physics/extern/verse/make/msvc_9_0/verse.vcproj
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/SoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/dummy/DummySoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/openal/OpenALSoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/make/msvc_9_0/SoundSystem.vcproj
    branches/sim_physics/intern/SoundSystem/make/msvc_9_0/dummy/DummySoundSystem.vcproj
    branches/sim_physics/intern/SoundSystem/make/msvc_9_0/openal/OpenALSoundSystem.vcproj
    branches/sim_physics/intern/bmfont/make/msvc_6_0/bmfont.dsp
    branches/sim_physics/intern/bmfont/make/msvc_6_0/bmfont.dsw
    branches/sim_physics/intern/bmfont/make/msvc_9_0/bmfont.vcproj
    branches/sim_physics/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsp
    branches/sim_physics/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsw
    branches/sim_physics/intern/boolop/intern/BOP_Merge2.cpp
    branches/sim_physics/intern/boolop/intern/BOP_Misc.h
    branches/sim_physics/intern/boolop/make/msvc_6_0/boolop.dsp
    branches/sim_physics/intern/boolop/make/msvc_9_0/boolop.vcproj
    branches/sim_physics/intern/bsp/make/msvc6_0/bsplib.dsp
    branches/sim_physics/intern/bsp/make/msvc6_0/bsplib.dsw
    branches/sim_physics/intern/bsp/make/msvc_9_0/bsplib.vcproj
    branches/sim_physics/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsp
    branches/sim_physics/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsw
    branches/sim_physics/intern/container/make/msvc_6_0/container.dsp
    branches/sim_physics/intern/container/make/msvc_6_0/container.dsw
    branches/sim_physics/intern/container/make/msvc_9_0/container.vcproj
    branches/sim_physics/intern/decimation/make/msvc_6_0/decimation.dsp
    branches/sim_physics/intern/decimation/make/msvc_6_0/decimation.dsw
    branches/sim_physics/intern/decimation/make/msvc_9_0/decimation.vcproj
    branches/sim_physics/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsp
    branches/sim_physics/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsw
    branches/sim_physics/intern/elbeem/make/msvc_6_0/elbeem.dsp
    branches/sim_physics/intern/elbeem/make/msvc_9_0/elbeem.vcproj
    branches/sim_physics/intern/ghost/make/msvc/ghost.dsp
    branches/sim_physics/intern/ghost/make/msvc/ghost.dsw
    branches/sim_physics/intern/ghost/make/msvc_9_0/ghost.vcproj
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/gears.dsp
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/gears_C.dsp
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/ghost_test.dsw
    branches/sim_physics/intern/guardedalloc/BLO_sys_types.h
    branches/sim_physics/intern/guardedalloc/intern/mmap_win.c
    branches/sim_physics/intern/guardedalloc/make/msvc_6_0/guardedalloc.dsp
    branches/sim_physics/intern/guardedalloc/make/msvc_9_0/guardedalloc.vcproj
    branches/sim_physics/intern/guardedalloc/mmap_win.h
    branches/sim_physics/intern/iksolver/make/msvc_6_0/iksolver.dsp
    branches/sim_physics/intern/iksolver/make/msvc_6_0/iksolver.dsw
    branches/sim_physics/intern/iksolver/make/msvc_9_0/iksolver.vcproj
    branches/sim_physics/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsp
    branches/sim_physics/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsw
    branches/sim_physics/intern/make/msvc_6_0/build_install_all.dsp
    branches/sim_physics/intern/make/msvc_6_0/intern.dsw
    branches/sim_physics/intern/make/msvc_9_0/INT_build_install_all.vcproj
    branches/sim_physics/intern/memutil/make/msvc_60/memutil.dsp
    branches/sim_physics/intern/memutil/make/msvc_60/memutil.dsw
    branches/sim_physics/intern/memutil/make/msvc_9_0/memutil.vcproj
    branches/sim_physics/intern/moto/make/msvc_6_0/MoTo.dsp
    branches/sim_physics/intern/moto/make/msvc_6_0/MoTo.dsw
    branches/sim_physics/intern/moto/make/msvc_9_0/moto.vcproj
    branches/sim_physics/intern/opennl/make/msvc_6_0/OpenNL.dsp
    branches/sim_physics/intern/opennl/make/msvc_6_0/OpenNL.dsw
    branches/sim_physics/intern/opennl/make/msvc_9_0/opennl.vcproj
    branches/sim_physics/intern/opennl/superlu/BLO_sys_types.h
    branches/sim_physics/intern/string/make/msvc_6_0/string.dsp
    branches/sim_physics/intern/string/make/msvc_6_0/string.dsw
    branches/sim_physics/intern/string/make/msvc_9_0/string.vcproj
    branches/sim_physics/projectfiles/blender/BLO_readblenfile/BLO_readblenfile.dsp
    branches/sim_physics/projectfiles/blender/BPY_python/BPY_python.dsp
    branches/sim_physics/projectfiles/blender/avi/BL_avi.dsp
    branches/sim_physics/projectfiles/blender/blender.dsp
    branches/sim_physics/projectfiles/blender/blender.dsw
    branches/sim_physics/projectfiles/blender/blenkernel/BKE_blenkernel.dsp
    branches/sim_physics/projectfiles/blender/blenlib/BLI_blenlib.dsp
    branches/sim_physics/projectfiles/blender/blenpluginapi/blenpluginapi/blenpluginapi.dsp
    branches/sim_physics/projectfiles/blender/ftfont/FTF_ftfont.dsp
    branches/sim_physics/projectfiles/blender/glut/BL_glut.dsp
    branches/sim_physics/projectfiles/blender/imbuf/BL_imbuf.dsp
    branches/sim_physics/projectfiles/blender/img/BL_img.dsp
    branches/sim_physics/projectfiles/blender/loader/BLO_loader.dsp
    branches/sim_physics/projectfiles/blender/makesdna/DNA_makesdna.dsp
    branches/sim_physics/projectfiles/blender/radiosity/BRA_radiosity.dsp
    branches/sim_physics/projectfiles/blender/render/BRE_render.dsp
    branches/sim_physics/projectfiles/blender/renderconverter/BRE_renderconverter.dsp
    branches/sim_physics/projectfiles/blender/src/BL_src.dsp
    branches/sim_physics/projectfiles/blender/src/BL_src_cre.dsp
    branches/sim_physics/projectfiles/blender/yafray/BRE_yafray.dsp
    branches/sim_physics/projectfiles/datatoc/datatoc.dsp
    branches/sim_physics/projectfiles/gameengine/blenderhook/KX_blenderhook.dsp
    branches/sim_physics/projectfiles/gameengine/converter/KX_converter.dsp
    branches/sim_physics/projectfiles/gameengine/expression/EXP_expressions.dsp
    branches/sim_physics/projectfiles/gameengine/gamelogic/SCA_gamelogic.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/axctl/GP_axctl.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/common/GP_common.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/ghost/GP_ghost.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/glut/GP_glut.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/loader/BlenderLoader/BlenderLoader.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/netscape/GP_netscape.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/netscape2/GP_netscape.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/ps2/GP_ps2.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/gp.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/gpplugin.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/qtgp.dsw
    branches/sim_physics/projectfiles/gameengine/gameplayer/sdl/GP_sdl.dsp
    branches/sim_physics/projectfiles/gameengine/ketsji/KX_ketsji.dsp
    branches/sim_physics/projectfiles/gameengine/ketsji/network/KX_network.dsp
    branches/sim_physics/projectfiles/gameengine/network/loopbacknetwork/NG_loopbacknetwork.dsp
    branches/sim_physics/projectfiles/gameengine/network/network/NG_network.dsp
    branches/sim_physics/projectfiles/gameengine/network/terraplaynetwork/NG_terraplaynetwork.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Physics.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.dsp
    branches/sim_physics/projectfiles/gameengine/rasterizer/RAS_rasterizer.dsp
    branches/sim_physics/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp
    branches/sim_physics/projectfiles/gameengine/scenegraph/SG_scenegraph.dsp
    branches/sim_physics/projectfiles/kernel/gen_messaging/gen_messaging.dsp
    branches/sim_physics/projectfiles/kernel/system/SYS_system.dsp
    branches/sim_physics/projectfiles/sumo/fuzzics/SM_fuzzics.dsp
    branches/sim_physics/projectfiles/sumo/moto/SM_moto.dsp
    branches/sim_physics/projectfiles/sumo/solid/SM_solid.dsp
    branches/sim_physics/projectfiles_vc7/blender/gpu/BL_gpu.vcproj
    branches/sim_physics/projectfiles_vc7/gameengine/videotexture/TEX_Video.vcproj
    branches/sim_physics/projectfiles_vc7/sumo/moto/SM_moto.dsp
    branches/sim_physics/projectfiles_vc7/sumo/solid/SM_solid.dsp
    branches/sim_physics/projectfiles_vc9/blender/BLO_readblenfile/BLO_readblenfile.vcproj
    branches/sim_physics/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
    branches/sim_physics/projectfiles_vc9/blender/avi/BL_avi.vcproj
    branches/sim_physics/projectfiles_vc9/blender/blender.sln
    branches/sim_physics/projectfiles_vc9/blender/blender.vcproj
    branches/sim_physics/projectfiles_vc9/blender/blenkernel/BKE_blenkernel.vcproj
    branches/sim_physics/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
    branches/sim_physics/projectfiles_vc9/blender/blenpluginapi/blenpluginapi/blenpluginapi.vcproj
    branches/sim_physics/projectfiles_vc9/blender/ftfont/FTF_ftfont.vcproj
    branches/sim_physics/projectfiles_vc9/blender/gpu/BL_gpu.vcproj
    branches/sim_physics/projectfiles_vc9/blender/imbuf/BL_imbuf.vcproj
    branches/sim_physics/projectfiles_vc9/blender/img/BL_img.vcproj
    branches/sim_physics/projectfiles_vc9/blender/loader/BLO_loader.vcproj
    branches/sim_physics/projectfiles_vc9/blender/makesdna/DNA_makesdna.vcproj
    branches/sim_physics/projectfiles_vc9/blender/nodes/nodes.vcproj
    branches/sim_physics/projectfiles_vc9/blender/radiosity/BRA_radiosity.vcproj
    branches/sim_physics/projectfiles_vc9/blender/render/BRE_render.vcproj
    branches/sim_physics/projectfiles_vc9/blender/renderconverter/BRE_renderconverter.vcproj
    branches/sim_physics/projectfiles_vc9/blender/src/BL_src.vcproj
    branches/sim_physics/projectfiles_vc9/blender/yafray/BRE_yafray.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/blenderhook/KX_blenderhook.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/converter/KX_converter.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/expression/EXP_expressions.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/gamelogic/SCA_GameLogic.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/gameplayer/axctl/GP_axctl.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/gameplayer/common/GP_common.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/gameplayer/ghost/GP_ghost.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/ketsji/KX_ketsji.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/ketsji/network/KX_network.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/network/loopbacknetwork/NG_loopbacknetwork.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/network/network/NG_network.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Bullet/PHY_Bullet.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Physics.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/rasterizer/RAS_rasterizer.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/scenegraph/SG_SceneGraph.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/videotexture/TEX_Video.vcproj
    branches/sim_physics/projectfiles_vc9/kernel/gen_messaging/gen_messaging.vcproj
    branches/sim_physics/projectfiles_vc9/kernel/system/SYS_system.vcproj
    branches/sim_physics/release/datafiles/.Bfs
    branches/sim_physics/release/scripts/add_mesh_empty.py
    branches/sim_physics/release/scripts/export_dxf.py
    branches/sim_physics/release/scripts/export_m3g.py
    branches/sim_physics/release/scripts/flt_lodedit.py
    branches/sim_physics/release/scripts/flt_palettemanager.py
    branches/sim_physics/release/scripts/image_auto_layout.py
    branches/sim_physics/release/scripts/image_edit.py
    branches/sim_physics/release/scripts/import_dxf.py
    branches/sim_physics/release/scripts/import_lightwave_motion.py
    branches/sim_physics/release/scripts/scripttemplate_gamelogic.py
    branches/sim_physics/release/scripts/scripttemplate_gamelogic_basic.py
    branches/sim_physics/release/scripts/scripttemplate_ipo_gen.py
    branches/sim_physics/release/scripts/scripttemplate_pyconstraint.py
    branches/sim_physics/release/scripts/scripttemplate_text_plugin.py
    branches/sim_physics/release/scripts/textplugin_functiondocs.py
    branches/sim_physics/release/scripts/textplugin_imports.py
    branches/sim_physics/release/scripts/textplugin_suggest.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_textwrap.py
    branches/sim_physics/source/blender/blenkernel/BKE_blender.h
    branches/sim_physics/source/blender/blenkernel/BKE_bmesh.h
    branches/sim_physics/source/blender/blenkernel/BKE_bmeshCustomData.h
    branches/sim_physics/source/blender/blenkernel/BKE_bvhutils.h
    branches/sim_physics/source/blender/blenkernel/BKE_cloth.h
    branches/sim_physics/source/blender/blenkernel/BKE_collision.h
    branches/sim_physics/source/blender/blenkernel/BKE_particle.h
    branches/sim_physics/source/blender/blenkernel/BKE_suggestions.h
    branches/sim_physics/source/blender/blenkernel/intern/BME_Customdata.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_conversions.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_eulers.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_mesh.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_structure.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_tools.c
    branches/sim_physics/source/blender/blenkernel/intern/bmesh_private.h
    branches/sim_physics/source/blender/blenkernel/intern/bvhutils.c
    branches/sim_physics/source/blender/blenkernel/intern/particle.c
    branches/sim_physics/source/blender/blenkernel/intern/particle_system.c
    branches/sim_physics/source/blender/blenkernel/intern/suggestions.c
    branches/sim_physics/source/blender/blenlib/BLI_kdtree.h
    branches/sim_physics/source/blender/gpu/GPU_draw.h
    branches/sim_physics/source/blender/gpu/GPU_extensions.h
    branches/sim_physics/source/blender/gpu/GPU_material.h
    branches/sim_physics/source/blender/gpu/Makefile
    branches/sim_physics/source/blender/gpu/intern/Makefile
    branches/sim_physics/source/blender/gpu/intern/gpu_codegen.c
    branches/sim_physics/source/blender/gpu/intern/gpu_codegen.h
    branches/sim_physics/source/blender/gpu/intern/gpu_draw.c
    branches/sim_physics/source/blender/gpu/intern/gpu_extensions.c
    branches/sim_physics/source/blender/gpu/intern/gpu_material.c
    branches/sim_physics/source/blender/imbuf/intern/IMB_jp2.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Makefile
    branches/sim_physics/source/blender/include/BIF_editparticle.h
    branches/sim_physics/source/blender/include/BIF_radialcontrol.h
    branches/sim_physics/source/blender/include/BSE_editaction_types.h
    branches/sim_physics/source/blender/makesdna/DNA_cloth_types.h
    branches/sim_physics/source/blender/makesdna/DNA_particle_types.h
    branches/sim_physics/source/blender/nodes/TEX_node.h
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_normalize.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_premulkey.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_scale.c
    branches/sim_physics/source/blender/nodes/intern/SHD_nodes/SHD_invert.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/Makefile
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_image.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_valToRgb.c
    branches/sim_physics/source/blender/python/api2_2x/doc/Particle.py
    branches/sim_physics/source/blender/render/intern/include/voxeldata.h
    branches/sim_physics/source/blender/render/intern/source/raytrace.c
    branches/sim_physics/source/blender/src/booleanops.c
    branches/sim_physics/source/blender/src/editparticle.c
    branches/sim_physics/source/blender/src/ghostwinlay.c
    branches/sim_physics/source/blender/src/radialcontrol.c
    branches/sim_physics/source/darwin/Makefile
    branches/sim_physics/source/gameengine/Converter/BL_ActionActuator.cpp
    branches/sim_physics/source/gameengine/Converter/BL_ActionActuator.h
    branches/sim_physics/source/gameengine/Converter/BL_ShapeActionActuator.cpp
    branches/sim_physics/source/gameengine/Converter/BL_ShapeActionActuator.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_2DFilterActuator.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_2DFilterActuator.h
    branches/sim_physics/source/gameengine/GameLogic/SCA_JoystickSensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_MouseSensor.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_PythonController.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_RandomActuator.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_RandomSensor.cpp
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/BlenderPlayerCtl.cpp
    branches/sim_physics/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
    branches/sim_physics/source/gameengine/GamePlayer/ghost/GPG_Application.h
    branches/sim_physics/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
    branches/sim_physics/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_ketsji_hooks.cpp
    branches/sim_physics/source/gameengine/Ketsji/BL_Shader.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_BlenderMaterial.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_Camera.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_ConstraintActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_GameObject.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_MeshProxy.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_ParentActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_ParentActuator.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PolyProxy.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PyMath.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PythonInit.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_Scene.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_SoundActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_TouchSensor.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_VertexProxy.cpp
    branches/sim_physics/source/gameengine/PyDoc/BL_ShapeActionActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_ParentActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_StateActuator.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_DelaySensor.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_ILogicBrick.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_JoystickSensor.py
    branches/sim_physics/source/gameengine/VideoTexture/FilterNormal.cpp
    branches/sim_physics/source/gameengine/VideoTexture/blendVideoTex.cpp

Added Paths:
-----------
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btGhostObject.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btGhostObject.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexPointCloudShape.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btActionInterface.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aac.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aac.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aac_parser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aacdectab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aacenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aacpsy.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aacpsy.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aactab.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aactab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aandcttab.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aandcttab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3dec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3dec_data.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3dec_data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_filters.c
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_filters.h
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_pitch_delay.c
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_pitch_delay.h
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_vectors.c
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_vectors.h
    branches/sim_physics/extern/ffmpeg/libavcodec/alacenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/asm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_arm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_arm_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_iwmmxt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_iwmmxt_rnd_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_neon.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_neon_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_vfp.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/float_arm_vfp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/h264dsp_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/h264idct_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/jrevdct_arm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_arm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_armv5te.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_armv5te_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_iwmmxt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_arm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_armv5te.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_armv6.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/audioconvert.h
    branches/sim_physics/extern/ffmpeg/libavcodec/bfi.c
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_filters.c
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_filters.h
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_math.c
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_math.h
    branches/sim_physics/extern/ffmpeg/libavcodec/dirac_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dnxhd_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dnxhdenc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/eac3dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eacmv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eaidct.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eatgq.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eatgv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eatqi.c
    branches/sim_physics/extern/ffmpeg/libavcodec/faxcompr.c
    branches/sim_physics/extern/ffmpeg/libavcodec/faxcompr.h
    branches/sim_physics/extern/ffmpeg/libavcodec/flac.h
    branches/sim_physics/extern/ffmpeg/libavcodec/flacdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/g729.h
    branches/sim_physics/extern/ffmpeg/libavcodec/g729data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/g729dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/iirfilter.c
    branches/sim_physics/extern/ffmpeg/libavcodec/iirfilter.h
    branches/sim_physics/extern/ffmpeg/libavcodec/imgconvert_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/internal.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libdirac.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libdirac_libschro.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libdirac_libschro.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libdiracdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libdiracenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libopenjpeg.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedinger.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedinger.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedingerdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedingerenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libspeexdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lpc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lpc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/lsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lsp.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mlp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mlp.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mlpdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/motionpixels.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegvideo_xvmc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/msrledec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/msrledec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/nellymoser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/nellymoser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/nellymoserenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/options.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pixdesc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pixdesc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/qcelp_lsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/qcelpdata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/qcelpdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rdft.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rv40dsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vdpau.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vdpau.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vdpau_internal.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vp3_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vp6dsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/cavsdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/cpuid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dnxhd_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_h264_template_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_h264_template_ssse3.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_avg_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_qns_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_rnd_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_yasm.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputilenc_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fdct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_3dn.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_3dn2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_mmx.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_sse.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/flacdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_deblock_sse2.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_i386.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_idct_sse2.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_mmx_xvid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_sse2_xvid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_xvid.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/motion_est_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mpegvideo_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mpegvideo_mmx_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/rv40dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/simple_idct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/snowdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vc1dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_sse2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_sse2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_sse2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_sse2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/x86inc.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/x86util.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/xvmc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/xvmc_internal.h
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio-common.c
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio-dec.c
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio-enc.c
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio.h
    branches/sim_physics/extern/ffmpeg/libavdevice/oss_audio.c
    branches/sim_physics/extern/ffmpeg/libavformat/asfdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/asfenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/assdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/assenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/audiointerleave.c
    branches/sim_physics/extern/ffmpeg/libavformat/audiointerleave.h
    branches/sim_physics/extern/ffmpeg/libavformat/bfi.c
    branches/sim_physics/extern/ffmpeg/libavformat/ffm.h
    branches/sim_physics/extern/ffmpeg/libavformat/ffmdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/ffmenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/flacdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/flacenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/flacenc.h
    branches/sim_physics/extern/ffmpeg/libavformat/gopher.c
    branches/sim_physics/extern/ffmpeg/libavformat/id3v2.c
    branches/sim_physics/extern/ffmpeg/libavformat/id3v2.h
    branches/sim_physics/extern/ffmpeg/libavformat/internal.h
    branches/sim_physics/extern/ffmpeg/libavformat/iss.c
    branches/sim_physics/extern/ffmpeg/libavformat/metadata.c
    branches/sim_physics/extern/ffmpeg/libavformat/metadata.h
    branches/sim_physics/extern/ffmpeg/libavformat/metadata_compat.c
    branches/sim_physics/extern/ffmpeg/libavformat/mvi.c
    branches/sim_physics/extern/ffmpeg/libavformat/mxf.h
    branches/sim_physics/extern/ffmpeg/libavformat/mxfdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/mxfenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/ncdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/oma.c
    branches/sim_physics/extern/ffmpeg/libavformat/options.c
    branches/sim_physics/extern/ffmpeg/libavformat/r3d.c
    branches/sim_physics/extern/ffmpeg/libavformat/rdt.c
    branches/sim_physics/extern/ffmpeg/libavformat/rdt.h
    branches/sim_physics/extern/ffmpeg/libavformat/rm.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtpdec.h
    branches/sim_physics/extern/ffmpeg/libavformat/rtpenc.h
    branches/sim_physics/extern/ffmpeg/libavformat/swf.h
    branches/sim_physics/extern/ffmpeg/libavformat/swfdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/swfenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/vc1testenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/xa.c
    branches/sim_physics/extern/ffmpeg/libavutil/arm/
    branches/sim_physics/extern/ffmpeg/libavutil/arm/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/avstring.c
    branches/sim_physics/extern/ffmpeg/libavutil/bfin/
    branches/sim_physics/extern/ffmpeg/libavutil/bfin/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/lfg.c
    branches/sim_physics/extern/ffmpeg/libavutil/lfg.h
    branches/sim_physics/extern/ffmpeg/libavutil/pca.c
    branches/sim_physics/extern/ffmpeg/libavutil/pca.h
    branches/sim_physics/extern/ffmpeg/libavutil/pixfmt.h
    branches/sim_physics/extern/ffmpeg/libavutil/sh4/
    branches/sim_physics/extern/ffmpeg/libavutil/sh4/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/timer.h
    branches/sim_physics/extern/ffmpeg/libavutil/utils.c
    branches/sim_physics/extern/ffmpeg/libavutil/x86/
    branches/sim_physics/extern/ffmpeg/libavutil/x86/bswap.h
    branches/sim_physics/extern/ffmpeg/libswscale/swscale_avoption.c
    branches/sim_physics/extern/ffmpeg/subdir.mak
    branches/sim_physics/extern/libopenjpeg/CMakeLists.txt
    branches/sim_physics/extern/libopenjpeg/Makefile
    branches/sim_physics/extern/x264/common/vlc.c
    branches/sim_physics/extern/x264/common/x86/
    branches/sim_physics/extern/x264/common/x86/cabac-a.asm
    branches/sim_physics/extern/x264/common/x86/cpu-a.asm
    branches/sim_physics/extern/x264/common/x86/dct-32.asm
    branches/sim_physics/extern/x264/common/x86/dct-64.asm
    branches/sim_physics/extern/x264/common/x86/dct-a.asm
    branches/sim_physics/extern/x264/common/x86/dct.h
    branches/sim_physics/extern/x264/common/x86/deblock-a.asm
    branches/sim_physics/extern/x264/common/x86/mc-a.asm
    branches/sim_physics/extern/x264/common/x86/mc-a2.asm
    branches/sim_physics/extern/x264/common/x86/mc-c.c
    branches/sim_physics/extern/x264/common/x86/mc.h
    branches/sim_physics/extern/x264/common/x86/pixel-32.asm
    branches/sim_physics/extern/x264/common/x86/pixel-a.asm
    branches/sim_physics/extern/x264/common/x86/pixel.h
    branches/sim_physics/extern/x264/common/x86/predict-a.asm
    branches/sim_physics/extern/x264/common/x86/predict-c.c
    branches/sim_physics/extern/x264/common/x86/predict.h
    branches/sim_physics/extern/x264/common/x86/quant-a.asm
    branches/sim_physics/extern/x264/common/x86/quant.h
    branches/sim_physics/extern/x264/common/x86/sad-a.asm
    branches/sim_physics/extern/x264/common/x86/util.h
    branches/sim_physics/extern/x264/common/x86/x86inc.asm
    branches/sim_physics/extern/x264/common/x86/x86util.asm
    branches/sim_physics/release/freedesktop/blender.desktop
    branches/sim_physics/release/scripts/mesh_poly_reduce_grid.py
    branches/sim_physics/release/scripts/scripttemplate_camera_object.py
    branches/sim_physics/release/windows/extra/python26.zip
    branches/sim_physics/source/blender/include/BDR_sketch.h
    branches/sim_physics/source/blender/include/BIF_generate.h
    branches/sim_physics/source/blender/include/BIF_retarget.h
    branches/sim_physics/source/blender/include/BIF_sketch.h
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_compose.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_decompose.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_scale.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_valToNor.c
    branches/sim_physics/source/blender/python/api2_2x/bpy_internal_import.c
    branches/sim_physics/source/blender/python/api2_2x/bpy_internal_import.h
    branches/sim_physics/source/blender/src/editarmature_generate.c
    branches/sim_physics/source/blender/src/editarmature_retarget.c
    branches/sim_physics/source/blender/src/editarmature_sketch.c
    branches/sim_physics/source/gameengine/Ketsji/KX_Dome.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_Dome.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PythonInitTypes.h
    branches/sim_physics/source/gameengine/Physics/Bullet/CcdGraphicController.cpp
    branches/sim_physics/source/gameengine/Physics/Bullet/CcdGraphicController.h
    branches/sim_physics/source/gameengine/Physics/common/PHY_IController.cpp
    branches/sim_physics/source/gameengine/Physics/common/PHY_IController.h
    branches/sim_physics/source/gameengine/Physics/common/PHY_IGraphicController.cpp
    branches/sim_physics/source/gameengine/Physics/common/PHY_IGraphicController.h
    branches/sim_physics/source/gameengine/PyDoc/BL_Shader.py
    branches/sim_physics/source/gameengine/PyDoc/CListValue.py
    branches/sim_physics/source/gameengine/PyDoc/GameTypes.py
    branches/sim_physics/source/gameengine/PyDoc/KX_BlenderMaterial.py
    branches/sim_physics/source/gameengine/PyDoc/KX_ConstraintWrapper.py
    branches/sim_physics/source/gameengine/PyDoc/KX_LightObject.py
    branches/sim_physics/source/gameengine/PyDoc/KX_PhysicsObjectWrapper.py
    branches/sim_physics/source/gameengine/PyDoc/KX_SCA_DynamicActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_VehicleWrapper.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_2DFilterActuator.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_ActuatorSensor.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_NANDController.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_NORController.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_XNORController.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_XORController.py
    branches/sim_physics/source/gameengine/PyDoc/bge_api_validate_py.txt

Removed Paths:
-------------
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btGhostObject.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btGhostObject.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexPointCloudShape.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btActionInterface.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aac.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aac.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aac_parser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aacdectab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aacenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aacpsy.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aacpsy.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aactab.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aactab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/aandcttab.c
    branches/sim_physics/extern/ffmpeg/libavcodec/aandcttab.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3dec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3dec_data.c
    branches/sim_physics/extern/ffmpeg/libavcodec/ac3dec_data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_filters.c
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_filters.h
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_pitch_delay.c
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_pitch_delay.h
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_vectors.c
    branches/sim_physics/extern/ffmpeg/libavcodec/acelp_vectors.h
    branches/sim_physics/extern/ffmpeg/libavcodec/alacenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/asm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_arm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_arm_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_iwmmxt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_iwmmxt_rnd_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_neon.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_neon_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/dsputil_vfp.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/float_arm_vfp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/h264dsp_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/h264idct_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/jrevdct_arm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_arm.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_armv5te.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_armv5te_s.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/mpegvideo_iwmmxt.c
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_arm.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_armv5te.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_armv6.S
    branches/sim_physics/extern/ffmpeg/libavcodec/arm/simple_idct_neon.S
    branches/sim_physics/extern/ffmpeg/libavcodec/audioconvert.h
    branches/sim_physics/extern/ffmpeg/libavcodec/bfi.c
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_filters.c
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_filters.h
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_math.c
    branches/sim_physics/extern/ffmpeg/libavcodec/celp_math.h
    branches/sim_physics/extern/ffmpeg/libavcodec/dirac_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dnxhd_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/dnxhdenc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/eac3dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eacmv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eaidct.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eatgq.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eatgv.c
    branches/sim_physics/extern/ffmpeg/libavcodec/eatqi.c
    branches/sim_physics/extern/ffmpeg/libavcodec/faxcompr.c
    branches/sim_physics/extern/ffmpeg/libavcodec/faxcompr.h
    branches/sim_physics/extern/ffmpeg/libavcodec/flac.h
    branches/sim_physics/extern/ffmpeg/libavcodec/flacdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/g729.h
    branches/sim_physics/extern/ffmpeg/libavcodec/g729data.h
    branches/sim_physics/extern/ffmpeg/libavcodec/g729dec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/iirfilter.c
    branches/sim_physics/extern/ffmpeg/libavcodec/iirfilter.h
    branches/sim_physics/extern/ffmpeg/libavcodec/imgconvert_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/internal.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libdirac.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libdirac_libschro.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libdirac_libschro.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libdiracdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libdiracenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libopenjpeg.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedinger.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedinger.h
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedingerdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libschroedingerenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/libspeexdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lpc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lpc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/lsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/lsp.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mlp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mlp.h
    branches/sim_physics/extern/ffmpeg/libavcodec/mlpdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/motionpixels.c
    branches/sim_physics/extern/ffmpeg/libavcodec/mpegvideo_xvmc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/msrledec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/msrledec.h
    branches/sim_physics/extern/ffmpeg/libavcodec/nellymoser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/nellymoser.h
    branches/sim_physics/extern/ffmpeg/libavcodec/nellymoserenc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/options.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pixdesc.c
    branches/sim_physics/extern/ffmpeg/libavcodec/pixdesc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/qcelp_lsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/qcelpdata.h
    branches/sim_physics/extern/ffmpeg/libavcodec/qcelpdec.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rdft.c
    branches/sim_physics/extern/ffmpeg/libavcodec/rv40dsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vdpau.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vdpau.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vdpau_internal.h
    branches/sim_physics/extern/ffmpeg/libavcodec/vp3_parser.c
    branches/sim_physics/extern/ffmpeg/libavcodec/vp6dsp.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/cavsdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/cpuid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dnxhd_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_h264_template_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_h264_template_ssse3.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_avg_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_qns_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_mmx_rnd_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputil_yasm.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/dsputilenc_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fdct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_3dn.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_3dn2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_mmx.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/fft_sse.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/flacdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_deblock_sse2.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_i386.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264_idct_sse2.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/h264dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_mmx_xvid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_sse2_xvid.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/idct_xvid.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mathops.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/motion_est_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mpegvideo_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/mpegvideo_mmx_template.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/rv40dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/simple_idct_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/snowdsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vc1dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_sse2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp3dsp_sse2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_mmx.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_mmx.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_sse2.c
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/vp6dsp_sse2.h
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/x86inc.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/x86/x86util.asm
    branches/sim_physics/extern/ffmpeg/libavcodec/xvmc.h
    branches/sim_physics/extern/ffmpeg/libavcodec/xvmc_internal.h
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio-common.c
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio-dec.c
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio-enc.c
    branches/sim_physics/extern/ffmpeg/libavdevice/alsa-audio.h
    branches/sim_physics/extern/ffmpeg/libavdevice/oss_audio.c
    branches/sim_physics/extern/ffmpeg/libavformat/asfdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/asfenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/assdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/assenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/audiointerleave.c
    branches/sim_physics/extern/ffmpeg/libavformat/audiointerleave.h
    branches/sim_physics/extern/ffmpeg/libavformat/bfi.c
    branches/sim_physics/extern/ffmpeg/libavformat/ffm.h
    branches/sim_physics/extern/ffmpeg/libavformat/ffmdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/ffmenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/flacdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/flacenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/flacenc.h
    branches/sim_physics/extern/ffmpeg/libavformat/gopher.c
    branches/sim_physics/extern/ffmpeg/libavformat/id3v2.c
    branches/sim_physics/extern/ffmpeg/libavformat/id3v2.h
    branches/sim_physics/extern/ffmpeg/libavformat/internal.h
    branches/sim_physics/extern/ffmpeg/libavformat/iss.c
    branches/sim_physics/extern/ffmpeg/libavformat/metadata.c
    branches/sim_physics/extern/ffmpeg/libavformat/metadata.h
    branches/sim_physics/extern/ffmpeg/libavformat/metadata_compat.c
    branches/sim_physics/extern/ffmpeg/libavformat/mvi.c
    branches/sim_physics/extern/ffmpeg/libavformat/mxf.h
    branches/sim_physics/extern/ffmpeg/libavformat/mxfdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/mxfenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/ncdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/oma.c
    branches/sim_physics/extern/ffmpeg/libavformat/options.c
    branches/sim_physics/extern/ffmpeg/libavformat/r3d.c
    branches/sim_physics/extern/ffmpeg/libavformat/rdt.c
    branches/sim_physics/extern/ffmpeg/libavformat/rdt.h
    branches/sim_physics/extern/ffmpeg/libavformat/rm.c
    branches/sim_physics/extern/ffmpeg/libavformat/rtpdec.h
    branches/sim_physics/extern/ffmpeg/libavformat/rtpenc.h
    branches/sim_physics/extern/ffmpeg/libavformat/swf.h
    branches/sim_physics/extern/ffmpeg/libavformat/swfdec.c
    branches/sim_physics/extern/ffmpeg/libavformat/swfenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/vc1testenc.c
    branches/sim_physics/extern/ffmpeg/libavformat/xa.c
    branches/sim_physics/extern/ffmpeg/libavutil/arm/
    branches/sim_physics/extern/ffmpeg/libavutil/arm/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/avstring.c
    branches/sim_physics/extern/ffmpeg/libavutil/bfin/
    branches/sim_physics/extern/ffmpeg/libavutil/bfin/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/lfg.c
    branches/sim_physics/extern/ffmpeg/libavutil/lfg.h
    branches/sim_physics/extern/ffmpeg/libavutil/pca.c
    branches/sim_physics/extern/ffmpeg/libavutil/pca.h
    branches/sim_physics/extern/ffmpeg/libavutil/pixfmt.h
    branches/sim_physics/extern/ffmpeg/libavutil/sh4/
    branches/sim_physics/extern/ffmpeg/libavutil/sh4/bswap.h
    branches/sim_physics/extern/ffmpeg/libavutil/timer.h
    branches/sim_physics/extern/ffmpeg/libavutil/utils.c
    branches/sim_physics/extern/ffmpeg/libavutil/x86/
    branches/sim_physics/extern/ffmpeg/libavutil/x86/bswap.h
    branches/sim_physics/extern/ffmpeg/libswscale/swscale_avoption.c
    branches/sim_physics/extern/ffmpeg/subdir.mak
    branches/sim_physics/extern/libopenjpeg/CMakeLists.txt
    branches/sim_physics/extern/libopenjpeg/Makefile
    branches/sim_physics/extern/x264/common/vlc.c
    branches/sim_physics/extern/x264/common/x86/
    branches/sim_physics/extern/x264/common/x86/cabac-a.asm
    branches/sim_physics/extern/x264/common/x86/cpu-a.asm
    branches/sim_physics/extern/x264/common/x86/dct-32.asm
    branches/sim_physics/extern/x264/common/x86/dct-64.asm
    branches/sim_physics/extern/x264/common/x86/dct-a.asm
    branches/sim_physics/extern/x264/common/x86/dct.h
    branches/sim_physics/extern/x264/common/x86/deblock-a.asm
    branches/sim_physics/extern/x264/common/x86/mc-a.asm
    branches/sim_physics/extern/x264/common/x86/mc-a2.asm
    branches/sim_physics/extern/x264/common/x86/mc-c.c
    branches/sim_physics/extern/x264/common/x86/mc.h
    branches/sim_physics/extern/x264/common/x86/pixel-32.asm
    branches/sim_physics/extern/x264/common/x86/pixel-a.asm
    branches/sim_physics/extern/x264/common/x86/pixel.h
    branches/sim_physics/extern/x264/common/x86/predict-a.asm
    branches/sim_physics/extern/x264/common/x86/predict-c.c
    branches/sim_physics/extern/x264/common/x86/predict.h
    branches/sim_physics/extern/x264/common/x86/quant-a.asm
    branches/sim_physics/extern/x264/common/x86/quant.h
    branches/sim_physics/extern/x264/common/x86/sad-a.asm
    branches/sim_physics/extern/x264/common/x86/util.h
    branches/sim_physics/extern/x264/common/x86/x86inc.asm
    branches/sim_physics/extern/x264/common/x86/x86util.asm
    branches/sim_physics/release/freedesktop/blender.desktop
    branches/sim_physics/release/scripts/mesh_poly_reduce_grid.py
    branches/sim_physics/release/scripts/scripttemplate_camera_object.py
    branches/sim_physics/release/windows/extra/python26.zip
    branches/sim_physics/source/blender/include/BDR_sketch.h
    branches/sim_physics/source/blender/include/BIF_generate.h
    branches/sim_physics/source/blender/include/BIF_retarget.h
    branches/sim_physics/source/blender/include/BIF_sketch.h
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_compose.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_decompose.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_scale.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_valToNor.c
    branches/sim_physics/source/blender/python/api2_2x/bpy_internal_import.c
    branches/sim_physics/source/blender/python/api2_2x/bpy_internal_import.h
    branches/sim_physics/source/blender/src/editarmature_generate.c
    branches/sim_physics/source/blender/src/editarmature_retarget.c
    branches/sim_physics/source/blender/src/editarmature_sketch.c
    branches/sim_physics/source/gameengine/Ketsji/KX_Dome.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_Dome.h
    branches/sim_physics/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_PythonInitTypes.h
    branches/sim_physics/source/gameengine/Physics/Bullet/CcdGraphicController.cpp
    branches/sim_physics/source/gameengine/Physics/Bullet/CcdGraphicController.h
    branches/sim_physics/source/gameengine/Physics/common/PHY_IController.cpp
    branches/sim_physics/source/gameengine/Physics/common/PHY_IController.h
    branches/sim_physics/source/gameengine/Physics/common/PHY_IGraphicController.cpp
    branches/sim_physics/source/gameengine/Physics/common/PHY_IGraphicController.h
    branches/sim_physics/source/gameengine/PyDoc/BL_Shader.py
    branches/sim_physics/source/gameengine/PyDoc/CListValue.py
    branches/sim_physics/source/gameengine/PyDoc/GameTypes.py
    branches/sim_physics/source/gameengine/PyDoc/KX_BlenderMaterial.py
    branches/sim_physics/source/gameengine/PyDoc/KX_ConstraintWrapper.py
    branches/sim_physics/source/gameengine/PyDoc/KX_LightObject.py
    branches/sim_physics/source/gameengine/PyDoc/KX_PhysicsObjectWrapper.py
    branches/sim_physics/source/gameengine/PyDoc/KX_SCA_DynamicActuator.py
    branches/sim_physics/source/gameengine/PyDoc/KX_VehicleWrapper.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_2DFilterActuator.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_ActuatorSensor.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_NANDController.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_NORController.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_XNORController.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_XORController.py
    branches/sim_physics/source/gameengine/PyDoc/bge_api_validate_py.txt

Property Changed:
----------------
    branches/sim_physics/CMakeLists.txt
    branches/sim_physics/config/irix6-config.py
    branches/sim_physics/doc/BL-license.txt
    branches/sim_physics/doc/GPL-license.txt
    branches/sim_physics/doc/bf-members.txt
    branches/sim_physics/doc/blender-cmake.txt
    branches/sim_physics/doc/blender-guardedalloc.txt
    branches/sim_physics/doc/blender-scons-dev.txt
    branches/sim_physics/doc/blender-scons.txt
    branches/sim_physics/doc/interface_API.txt
    branches/sim_physics/doc/oldbugs.txt
    branches/sim_physics/doc/python-dev-guide.txt
    branches/sim_physics/extern/bFTGL/make/msvc_9_0/ftgl_static_lib.vcproj
    branches/sim_physics/extern/binreloc/CMakeLists.txt
    branches/sim_physics/extern/binreloc/Makefile
    branches/sim_physics/extern/binreloc/SConscript
    branches/sim_physics/extern/binreloc/binreloc.c
    branches/sim_physics/extern/binreloc/include/binreloc.h
    branches/sim_physics/extern/bullet2/make/msvc_9_0/Bullet.vcproj
    branches/sim_physics/extern/bullet2/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMaterial.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btShapeHull.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btShapeHull.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/CollisionShapes/btUniformScalingShape.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btClipPolygon.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactMassUtil.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGImpactShape.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGenericPoolAllocator.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btGeometryOperations.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/btQuantization.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_basic_geometry_operations.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_bitset.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_box_collision.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_box_set.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_clip_polygon.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_contact.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_geometry.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_linear_math.h
    branches/sim_physics/extern/bullet2/src/BulletCollision/Gimpact/gim_memory.cpp
    branches/sim_physics/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h
    branches/sim_physics/extern/bullet2/src/BulletDynamics/Dynamics/btContinuousDynamicsWorld.h
    branches/sim_physics/extern/bullet2/src/BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp
    branches/sim_physics/extern/bullet2/src/LinearMath/btHashMap.h
    branches/sim_physics/extern/bullet2/src/LinearMath/btPoolAllocator.h
    branches/sim_physics/extern/ffmpeg/patches/README
    branches/sim_physics/extern/ffmpeg/patches/ffmpeg_accel_bgra32.patch
    branches/sim_physics/extern/ffmpeg/patches/swscale_stride_bugfix.patch
    branches/sim_physics/extern/fftw/AUTHORS
    branches/sim_physics/extern/fftw/CONVENTIONS
    branches/sim_physics/extern/fftw/COPYING
    branches/sim_physics/extern/fftw/COPYRIGHT
    branches/sim_physics/extern/fftw/ChangeLog
    branches/sim_physics/extern/fftw/INSTALL
    branches/sim_physics/extern/fftw/Makefile
    branches/sim_physics/extern/fftw/Makefile.am
    branches/sim_physics/extern/fftw/Makefile.in
    branches/sim_physics/extern/fftw/NEWS
    branches/sim_physics/extern/fftw/README
    branches/sim_physics/extern/fftw/SConscript
    branches/sim_physics/extern/fftw/TODO
    branches/sim_physics/extern/fftw/aclocal.m4
    branches/sim_physics/extern/fftw/api/.deps/apiplan.Plo
    branches/sim_physics/extern/fftw/api/.deps/configure.Plo
    branches/sim_physics/extern/fftw/api/.deps/execute-dft-c2r.Plo
    branches/sim_physics/extern/fftw/api/.deps/execute-dft-r2c.Plo
    branches/sim_physics/extern/fftw/api/.deps/execute-dft.Plo
    branches/sim_physics/extern/fftw/api/.deps/execute-r2r.Plo
    branches/sim_physics/extern/fftw/api/.deps/execute-split-dft-c2r.Plo
    branches/sim_physics/extern/fftw/api/.deps/execute-split-dft-r2c.Plo
    branches/sim_physics/extern/fftw/api/.deps/execute-split-dft.Plo
    branches/sim_physics/extern/fftw/api/.deps/execute.Plo
    branches/sim_physics/extern/fftw/api/.deps/export-wisdom-to-file.Plo
    branches/sim_physics/extern/fftw/api/.deps/export-wisdom-to-string.Plo
    branches/sim_physics/extern/fftw/api/.deps/export-wisdom.Plo
    branches/sim_physics/extern/fftw/api/.deps/extract-reim.Plo
    branches/sim_physics/extern/fftw/api/.deps/f77api.Plo
    branches/sim_physics/extern/fftw/api/.deps/flops.Plo
    branches/sim_physics/extern/fftw/api/.deps/forget-wisdom.Plo
    branches/sim_physics/extern/fftw/api/.deps/import-system-wisdom.Plo
    branches/sim_physics/extern/fftw/api/.deps/import-wisdom-from-file.Plo
    branches/sim_physics/extern/fftw/api/.deps/import-wisdom-from-string.Plo
    branches/sim_physics/extern/fftw/api/.deps/import-wisdom.Plo
    branches/sim_physics/extern/fftw/api/.deps/malloc.Plo
    branches/sim_physics/extern/fftw/api/.deps/map-r2r-kind.Plo
    branches/sim_physics/extern/fftw/api/.deps/mapflags.Plo
    branches/sim_physics/extern/fftw/api/.deps/mkprinter-file.Plo
    branches/sim_physics/extern/fftw/api/.deps/mktensor-iodims.Plo
    branches/sim_physics/extern/fftw/api/.deps/mktensor-rowmajor.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-1d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-2d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-3d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-c2r-1d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-c2r-2d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-c2r-3d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-c2r.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-r2c-1d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-r2c-2d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-r2c-3d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft-r2c.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-dft.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-guru-dft-c2r.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-guru-dft-r2c.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-guru-dft.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-guru-r2r.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-guru-split-dft-c2r.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-guru-split-dft-r2c.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-guru-split-dft.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-many-dft-c2r.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-many-dft-r2c.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-many-dft.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-many-r2r.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-r2r-1d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-r2r-2d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-r2r-3d.Plo
    branches/sim_physics/extern/fftw/api/.deps/plan-r2r.Plo
    branches/sim_physics/extern/fftw/api/.deps/print-plan.Plo
    branches/sim_physics/extern/fftw/api/.deps/rdft2-pad.Plo
    branches/sim_physics/extern/fftw/api/.deps/the-planner.Plo
    branches/sim_physics/extern/fftw/api/.deps/version.Plo
    branches/sim_physics/extern/fftw/api/Makefile
    branches/sim_physics/extern/fftw/api/Makefile.am
    branches/sim_physics/extern/fftw/api/Makefile.in
    branches/sim_physics/extern/fftw/api/api.h
    branches/sim_physics/extern/fftw/api/apiplan.c
    branches/sim_physics/extern/fftw/api/configure.c
    branches/sim_physics/extern/fftw/api/execute-dft-c2r.c
    branches/sim_physics/extern/fftw/api/execute-dft-r2c.c
    branches/sim_physics/extern/fftw/api/execute-dft.c
    branches/sim_physics/extern/fftw/api/execute-r2r.c
    branches/sim_physics/extern/fftw/api/execute-split-dft-c2r.c
    branches/sim_physics/extern/fftw/api/execute-split-dft-r2c.c
    branches/sim_physics/extern/fftw/api/execute-split-dft.c
    branches/sim_physics/extern/fftw/api/execute.c
    branches/sim_physics/extern/fftw/api/export-wisdom-to-file.c
    branches/sim_physics/extern/fftw/api/export-wisdom-to-string.c
    branches/sim_physics/extern/fftw/api/export-wisdom.c
    branches/sim_physics/extern/fftw/api/extract-reim.c
    branches/sim_physics/extern/fftw/api/f77api.c
    branches/sim_physics/extern/fftw/api/f77funcs.h
    branches/sim_physics/extern/fftw/api/fftw3.f
    branches/sim_physics/extern/fftw/api/fftw3.h
    branches/sim_physics/extern/fftw/api/flops.c
    branches/sim_physics/extern/fftw/api/forget-wisdom.c
    branches/sim_physics/extern/fftw/api/import-system-wisdom.c
    branches/sim_physics/extern/fftw/api/import-wisdom-from-file.c
    branches/sim_physics/extern/fftw/api/import-wisdom-from-string.c
    branches/sim_physics/extern/fftw/api/import-wisdom.c
    branches/sim_physics/extern/fftw/api/malloc.c
    branches/sim_physics/extern/fftw/api/map-r2r-kind.c
    branches/sim_physics/extern/fftw/api/mapflags.c
    branches/sim_physics/extern/fftw/api/mkprinter-file.c
    branches/sim_physics/extern/fftw/api/mktensor-iodims.c
    branches/sim_physics/extern/fftw/api/mktensor-rowmajor.c
    branches/sim_physics/extern/fftw/api/plan-dft-1d.c
    branches/sim_physics/extern/fftw/api/plan-dft-2d.c
    branches/sim_physics/extern/fftw/api/plan-dft-3d.c
    branches/sim_physics/extern/fftw/api/plan-dft-c2r-1d.c
    branches/sim_physics/extern/fftw/api/plan-dft-c2r-2d.c
    branches/sim_physics/extern/fftw/api/plan-dft-c2r-3d.c
    branches/sim_physics/extern/fftw/api/plan-dft-c2r.c
    branches/sim_physics/extern/fftw/api/plan-dft-r2c-1d.c
    branches/sim_physics/extern/fftw/api/plan-dft-r2c-2d.c
    branches/sim_physics/extern/fftw/api/plan-dft-r2c-3d.c
    branches/sim_physics/extern/fftw/api/plan-dft-r2c.c
    branches/sim_physics/extern/fftw/api/plan-dft.c
    branches/sim_physics/extern/fftw/api/plan-guru-dft-c2r.c
    branches/sim_physics/extern/fftw/api/plan-guru-dft-r2c.c
    branches/sim_physics/extern/fftw/api/plan-guru-dft.c
    branches/sim_physics/extern/fftw/api/plan-guru-r2r.c
    branches/sim_physics/extern/fftw/api/plan-guru-split-dft-c2r.c
    branches/sim_physics/extern/fftw/api/plan-guru-split-dft-r2c.c
    branches/sim_physics/extern/fftw/api/plan-guru-split-dft.c
    branches/sim_physics/extern/fftw/api/plan-many-dft-c2r.c
    branches/sim_physics/extern/fftw/api/plan-many-dft-r2c.c
    branches/sim_physics/extern/fftw/api/plan-many-dft.c
    branches/sim_physics/extern/fftw/api/plan-many-r2r.c
    branches/sim_physics/extern/fftw/api/plan-r2r-1d.c
    branches/sim_physics/extern/fftw/api/plan-r2r-2d.c
    branches/sim_physics/extern/fftw/api/plan-r2r-3d.c
    branches/sim_physics/extern/fftw/api/plan-r2r.c
    branches/sim_physics/extern/fftw/api/print-plan.c
    branches/sim_physics/extern/fftw/api/rdft2-pad.c
    branches/sim_physics/extern/fftw/api/the-planner.c
    branches/sim_physics/extern/fftw/api/version.c
    branches/sim_physics/extern/fftw/api/x77.h
    branches/sim_physics/extern/fftw/bootstrap.sh
    branches/sim_physics/extern/fftw/config.guess
    branches/sim_physics/extern/fftw/config.h
    branches/sim_physics/extern/fftw/config.h.in
    branches/sim_physics/extern/fftw/config.log
    branches/sim_physics/extern/fftw/config.status
    branches/sim_physics/extern/fftw/config.sub
    branches/sim_physics/extern/fftw/configure
    branches/sim_physics/extern/fftw/configure.ac
    branches/sim_physics/extern/fftw/depcomp
    branches/sim_physics/extern/fftw/dft/.deps/bluestein.Plo
    branches/sim_physics/extern/fftw/dft/.deps/buffered.Plo
    branches/sim_physics/extern/fftw/dft/.deps/conf.Plo
    branches/sim_physics/extern/fftw/dft/.deps/ct.Plo
    branches/sim_physics/extern/fftw/dft/.deps/ctsq.Plo
    branches/sim_physics/extern/fftw/dft/.deps/dftw-direct.Plo
    branches/sim_physics/extern/fftw/dft/.deps/dftw-generic.Plo
    branches/sim_physics/extern/fftw/dft/.deps/dftw-genericbuf.Plo
    branches/sim_physics/extern/fftw/dft/.deps/direct.Plo
    branches/sim_physics/extern/fftw/dft/.deps/generic.Plo
    branches/sim_physics/extern/fftw/dft/.deps/indirect-transpose.Plo
    branches/sim_physics/extern/fftw/dft/.deps/indirect.Plo
    branches/sim_physics/extern/fftw/dft/.deps/kdft-dif.Plo
    branches/sim_physics/extern/fftw/dft/.deps/kdft-difsq.Plo
    branches/sim_physics/extern/fftw/dft/.deps/kdft-dit.Plo
    branches/sim_physics/extern/fftw/dft/.deps/kdft.Plo
    branches/sim_physics/extern/fftw/dft/.deps/nop.Plo
    branches/sim_physics/extern/fftw/dft/.deps/plan.Plo
    branches/sim_physics/extern/fftw/dft/.deps/problem.Plo
    branches/sim_physics/extern/fftw/dft/.deps/rader.Plo
    branches/sim_physics/extern/fftw/dft/.deps/rank-geq2.Plo
    branches/sim_physics/extern/fftw/dft/.deps/solve.Plo
    branches/sim_physics/extern/fftw/dft/.deps/vrank-geq1.Plo
    branches/sim_physics/extern/fftw/dft/.deps/zero.Plo
    branches/sim_physics/extern/fftw/dft/Makefile
    branches/sim_physics/extern/fftw/dft/Makefile.am
    branches/sim_physics/extern/fftw/dft/Makefile.in
    branches/sim_physics/extern/fftw/dft/bluestein.c
    branches/sim_physics/extern/fftw/dft/buffered.c
    branches/sim_physics/extern/fftw/dft/codelet-dft.h
    branches/sim_physics/extern/fftw/dft/codelets/.deps/n.Plo
    branches/sim_physics/extern/fftw/dft/codelets/.deps/t.Plo
    branches/sim_physics/extern/fftw/dft/codelets/Makefile
    branches/sim_physics/extern/fftw/dft/codelets/Makefile.am
    branches/sim_physics/extern/fftw/dft/codelets/Makefile.in
    branches/sim_physics/extern/fftw/dft/codelets/f.h
    branches/sim_physics/extern/fftw/dft/codelets/n.c
    branches/sim_physics/extern/fftw/dft/codelets/n.h
    branches/sim_physics/extern/fftw/dft/codelets/q.h
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/codlist.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_10.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_11.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_12.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_13.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_14.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_15.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_16.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_2.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_3.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_32.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_4.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_5.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_6.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_64.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_7.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_8.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/n1_9.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/q1_2.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/q1_3.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/q1_4.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/q1_5.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/q1_6.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/q1_8.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_10.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_12.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_15.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_16.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_2.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_3.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_32.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_4.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_5.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_6.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_64.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_7.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_8.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t1_9.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t2_16.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t2_32.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t2_4.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t2_64.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/.deps/t2_8.Plo
    branches/sim_physics/extern/fftw/dft/codelets/standard/Makefile
    branches/sim_physics/extern/fftw/dft/codelets/standard/Makefile.am
    branches/sim_physics/extern/fftw/dft/codelets/standard/Makefile.in
    branches/sim_physics/extern/fftw/dft/codelets/standard/codlist.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_10.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_11.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_12.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_13.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_14.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_15.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_16.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_2.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_3.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_32.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_4.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_5.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_6.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_64.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_7.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_8.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/n1_9.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/q1_2.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/q1_3.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/q1_4.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/q1_5.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/q1_6.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/q1_8.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_10.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_12.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_15.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_16.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_2.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_3.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_32.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_4.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_5.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_6.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_64.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_7.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_8.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t1_9.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t2_16.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t2_32.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t2_4.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t2_64.c
    branches/sim_physics/extern/fftw/dft/codelets/standard/t2_8.c
    branches/sim_physics/extern/fftw/dft/codelets/t.c
    branches/sim_physics/extern/fftw/dft/codelets/t.h
    branches/sim_physics/extern/fftw/dft/conf.c
    branches/sim_physics/extern/fftw/dft/ct.c
    branches/sim_physics/extern/fftw/dft/ct.h
    branches/sim_physics/extern/fftw/dft/ctsq.c
    branches/sim_physics/extern/fftw/dft/dft.h
    branches/sim_physics/extern/fftw/dft/dftw-direct.c
    branches/sim_physics/extern/fftw/dft/dftw-generic.c
    branches/sim_physics/extern/fftw/dft/dftw-genericbuf.c
    branches/sim_physics/extern/fftw/dft/direct.c
    branches/sim_physics/extern/fftw/dft/generic.c
    branches/sim_physics/extern/fftw/dft/indirect-transpose.c
    branches/sim_physics/extern/fftw/dft/indirect.c
    branches/sim_physics/extern/fftw/dft/k7/.deps/k7.Plo
    branches/sim_physics/extern/fftw/dft/k7/Makefile
    branches/sim_physics/extern/fftw/dft/k7/Makefile.am
    branches/sim_physics/extern/fftw/dft/k7/Makefile.in
    branches/sim_physics/extern/fftw/dft/k7/codelets/.deps/codlist.Plo
    branches/sim_physics/extern/fftw/dft/k7/codelets/Makefile
    branches/sim_physics/extern/fftw/dft/k7/codelets/Makefile.am
    branches/sim_physics/extern/fftw/dft/k7/codelets/Makefile.in
    branches/sim_physics/extern/fftw/dft/k7/codelets/codlist.c
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7_16.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7_2.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7_32.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7_4.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7_64.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7_8.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7i_16.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7i_2.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7i_32.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7i_4.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7i_64.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/f1k7i_8.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_10.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_11.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_12.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_128.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_13.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_14.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_15.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_16.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_2.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_3.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_32.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_4.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_5.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_6.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_64.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_7.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_8.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7_9.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_10.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_11.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_12.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_128.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_13.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_14.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_15.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_16.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_2.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_3.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_32.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_4.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_5.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_6.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_64.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_7.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_8.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/n1k7i_9.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_10.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_12.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_15.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_16.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_2.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_3.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_32.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_4.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_5.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_6.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_64.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_7.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_8.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7_9.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_10.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_12.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_15.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_16.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_2.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_3.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_32.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_4.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_5.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_6.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_64.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_7.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_8.S
    branches/sim_physics/extern/fftw/dft/k7/codelets/t1k7i_9.S
    branches/sim_physics/extern/fftw/dft/k7/k7.c
    branches/sim_physics/extern/fftw/dft/kdft-dif.c
    branches/sim_physics/extern/fftw/dft/kdft-difsq.c
    branches/sim_physics/extern/fftw/dft/kdft-dit.c
    branches/sim_physics/extern/fftw/dft/kdft.c
    branches/sim_physics/extern/fftw/dft/nop.c
    branches/sim_physics/extern/fftw/dft/plan.c
    branches/sim_physics/extern/fftw/dft/problem.c
    branches/sim_physics/extern/fftw/dft/rader.c
    branches/sim_physics/extern/fftw/dft/rank-geq2.c
    branches/sim_physics/extern/fftw/dft/simd/.deps/n1b.Plo
    branches/sim_physics/extern/fftw/dft/simd/.deps/n1f.Plo
    branches/sim_physics/extern/fftw/dft/simd/.deps/n2b.Plo
    branches/sim_physics/extern/fftw/dft/simd/.deps/n2f.Plo
    branches/sim_physics/extern/fftw/dft/simd/.deps/n2s.Plo
    branches/sim_physics/extern/fftw/dft/simd/.deps/q1b.Plo
    branches/sim_physics/extern/fftw/dft/simd/.deps/q1f.Plo
    branches/sim_physics/extern/fftw/dft/simd/.deps/t.Plo
    branches/sim_physics/extern/fftw/dft/simd/.deps/ts.Plo
    branches/sim_physics/extern/fftw/dft/simd/Makefile
    branches/sim_physics/extern/fftw/dft/simd/Makefile.am
    branches/sim_physics/extern/fftw/dft/simd/Makefile.in
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/codlist.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_10.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_11.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_12.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_13.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_14.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_15.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_3.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_5.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_6.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_64.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_7.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1bv_9.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_10.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_11.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_12.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_13.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_14.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_15.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_3.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_5.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_6.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_64.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_7.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n1fv_9.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2bv_10.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2bv_12.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2bv_14.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2bv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2bv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2bv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2bv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2bv_6.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2bv_64.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2bv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2fv_10.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2fv_12.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2fv_14.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2fv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2fv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2fv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2fv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2fv_6.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2fv_64.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2fv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2sv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2sv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2sv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2sv_64.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/n2sv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/q1bv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/q1bv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/q1bv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/q1fv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/q1fv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/q1fv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_10.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_12.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_15.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_3.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_5.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_6.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_64.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_7.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1bv_9.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_10.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_12.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_15.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_3.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_5.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_6.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_64.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_7.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1fv_9.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1sv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1sv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1sv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1sv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t1sv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2bv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2bv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2bv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2bv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2bv_64.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2bv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2fv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2fv_2.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2fv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2fv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2fv_64.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2fv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2sv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2sv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2sv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t2sv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t3bv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t3bv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t3bv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t3bv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t3fv_16.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t3fv_32.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t3fv_4.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/.deps/t3fv_8.Plo
    branches/sim_physics/extern/fftw/dft/simd/codelets/Makefile
    branches/sim_physics/extern/fftw/dft/simd/codelets/Makefile.am
    branches/sim_physics/extern/fftw/dft/simd/codelets/Makefile.in
    branches/sim_physics/extern/fftw/dft/simd/codelets/codlist.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_10.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_11.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_12.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_13.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_14.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_15.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_3.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_5.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_6.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_64.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_7.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1bv_9.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_10.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_11.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_12.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_13.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_14.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_15.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_3.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_5.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_6.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_64.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_7.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n1fv_9.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2bv_10.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2bv_12.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2bv_14.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2bv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2bv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2bv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2bv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2bv_6.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2bv_64.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2bv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2fv_10.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2fv_12.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2fv_14.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2fv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2fv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2fv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2fv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2fv_6.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2fv_64.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2fv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2sv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2sv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2sv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2sv_64.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/n2sv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/q1bv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/q1bv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/q1bv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/q1fv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/q1fv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/q1fv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_10.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_12.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_15.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_3.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_5.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_6.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_64.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_7.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1bv_9.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_10.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_12.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_15.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_3.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_5.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_6.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_64.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_7.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1fv_9.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1sv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1sv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1sv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1sv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t1sv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2bv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2bv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2bv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2bv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2bv_64.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2bv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2fv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2fv_2.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2fv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2fv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2fv_64.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2fv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2sv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2sv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2sv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t2sv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t3bv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t3bv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t3bv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t3bv_8.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t3fv_16.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t3fv_32.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t3fv_4.c
    branches/sim_physics/extern/fftw/dft/simd/codelets/t3fv_8.c
    branches/sim_physics/extern/fftw/dft/simd/n1b.c
    branches/sim_physics/extern/fftw/dft/simd/n1b.h
    branches/sim_physics/extern/fftw/dft/simd/n1f.c
    branches/sim_physics/extern/fftw/dft/simd/n1f.h
    branches/sim_physics/extern/fftw/dft/simd/n2b.c
    branches/sim_physics/extern/fftw/dft/simd/n2b.h
    branches/sim_physics/extern/fftw/dft/simd/n2f.c
    branches/sim_physics/extern/fftw/dft/simd/n2f.h
    branches/sim_physics/extern/fftw/dft/simd/n2s.c
    branches/sim_physics/extern/fftw/dft/simd/n2s.h
    branches/sim_physics/extern/fftw/dft/simd/q1b.c
    branches/sim_physics/extern/fftw/dft/simd/q1b.h
    branches/sim_physics/extern/fftw/dft/simd/q1f.c
    branches/sim_physics/extern/fftw/dft/simd/q1f.h
    branches/sim_physics/extern/fftw/dft/simd/t.c
    branches/sim_physics/extern/fftw/dft/simd/t1b.h
    branches/sim_physics/extern/fftw/dft/simd/t1f.h
    branches/sim_physics/extern/fftw/dft/simd/t2b.h
    branches/sim_physics/extern/fftw/dft/simd/t2f.h
    branches/sim_physics/extern/fftw/dft/simd/t3b.h
    branches/sim_physics/extern/fftw/dft/simd/t3f.h
    branches/sim_physics/extern/fftw/dft/simd/ts.c
    branches/sim_physics/extern/fftw/dft/simd/ts.h
    branches/sim_physics/extern/fftw/dft/solve.c
    branches/sim_physics/extern/fftw/dft/vrank-geq1.c
    branches/sim_physics/extern/fftw/dft/zero.c
    branches/sim_physics/extern/fftw/doc/FAQ/Makefile
    branches/sim_physics/extern/fftw/doc/FAQ/Makefile.am
    branches/sim_physics/extern/fftw/doc/FAQ/Makefile.in
    branches/sim_physics/extern/fftw/doc/FAQ/bfnnconv.pl
    branches/sim_physics/extern/fftw/doc/FAQ/fftw-faq.ascii
    branches/sim_physics/extern/fftw/doc/FAQ/fftw-faq.bfnn
    branches/sim_physics/extern/fftw/doc/FAQ/fftw-faq.html/index.html
    branches/sim_physics/extern/fftw/doc/FAQ/fftw-faq.html/section1.html
    branches/sim_physics/extern/fftw/doc/FAQ/fftw-faq.html/section2.html
    branches/sim_physics/extern/fftw/doc/FAQ/fftw-faq.html/section3.html
    branches/sim_physics/extern/fftw/doc/FAQ/fftw-faq.html/section4.html
    branches/sim_physics/extern/fftw/doc/FAQ/fftw-faq.html/section5.html
    branches/sim_physics/extern/fftw/doc/FAQ/html.refs
    branches/sim_physics/extern/fftw/doc/FAQ/m-ascii.pl
    branches/sim_physics/extern/fftw/doc/FAQ/m-html.pl
    branches/sim_physics/extern/fftw/doc/FAQ/m-info.pl
    branches/sim_physics/extern/fftw/doc/FAQ/m-lout.pl
    branches/sim_physics/extern/fftw/doc/FAQ/m-post.pl
    branches/sim_physics/extern/fftw/doc/Makefile
    branches/sim_physics/extern/fftw/doc/Makefile.am
    branches/sim_physics/extern/fftw/doc/Makefile.in
    branches/sim_physics/extern/fftw/doc/f77_wisdom.f
    branches/sim_physics/extern/fftw/doc/fftw3.info
    branches/sim_physics/extern/fftw/doc/fftw3.texi
    branches/sim_physics/extern/fftw/doc/html/1d-Discrete-Hartley-Transforms-_0028DHTs_0029.html
    branches/sim_physics/extern/fftw/doc/html/1d-Real_002deven-DFTs-_0028DCTs_0029.html
    branches/sim_physics/extern/fftw/doc/html/1d-Real_002dodd-DFTs-_0028DSTs_0029.html
    branches/sim_physics/extern/fftw/doc/html/Acknowledgments.html
    branches/sim_physics/extern/fftw/doc/html/Advanced-Complex-DFTs.html
    branches/sim_physics/extern/fftw/doc/html/Advanced-Interface.html
    branches/sim_physics/extern/fftw/doc/html/Advanced-Real_002ddata-DFTs.html
    branches/sim_physics/extern/fftw/doc/html/Advanced-Real_002dto_002dreal-Transforms.html
    branches/sim_physics/extern/fftw/doc/html/Basic-Interface.html
    branches/sim_physics/extern/fftw/doc/html/Calling-FFTW-from-Fortran.html
    branches/sim_physics/extern/fftw/doc/html/Caveats-in-Using-Wisdom.html
    branches/sim_physics/extern/fftw/doc/html/Column_002dmajor-Format.html
    branches/sim_physics/extern/fftw/doc/html/Complex-DFTs.html
    branches/sim_physics/extern/fftw/doc/html/Complex-Multi_002dDimensional-DFTs.html
    branches/sim_physics/extern/fftw/doc/html/Complex-One_002dDimensional-DFTs.html
    branches/sim_physics/extern/fftw/doc/html/Complex-numbers.html
    branches/sim_physics/extern/fftw/doc/html/Concept-Index.html
    branches/sim_physics/extern/fftw/doc/html/Cycle-Counters.html
    branches/sim_physics/extern/fftw/doc/html/Data-Alignment.html
    branches/sim_physics/extern/fftw/doc/html/Data-Types-and-Files.html
    branches/sim_physics/extern/fftw/doc/html/Dynamic-Arrays-in-C.html
    branches/sim_physics/extern/fftw/doc/html/Dynamic-Arrays-in-C_002dThe-Wrong-Way.html
    branches/sim_physics/extern/fftw/doc/html/FFTW-Constants-in-Fortran.html
    branches/sim_physics/extern/fftw/doc/html/FFTW-Reference.html
    branches/sim_physics/extern/fftw/doc/html/Fixed_002dsize-Arrays-in-C.html
    branches/sim_physics/extern/fftw/doc/html/Forgetting-Wisdom.html
    branches/sim_physics/extern/fftw/doc/html/Fortran-Examples.html
    branches/sim_physics/extern/fftw/doc/html/Fortran_002dinterface-routines.html
    branches/sim_physics/extern/fftw/doc/html/Generating-your-own-code.html
    branches/sim_physics/extern/fftw/doc/html/Guru-Complex-DFTs.html
    branches/sim_physics/extern/fftw/doc/html/Guru-Execution-of-Plans.html
    branches/sim_physics/extern/fftw/doc/html/Guru-Interface.html
    branches/sim_physics/extern/fftw/doc/html/Guru-Real_002ddata-DFTs.html
    branches/sim_physics/extern/fftw/doc/html/Guru-Real_002dto_002dreal-Transforms.html
    branches/sim_physics/extern/fftw/doc/html/Guru-vector-and-transform-sizes.html
    branches/sim_physics/extern/fftw/doc/html/How-Many-Threads-to-Use_003f.html
    branches/sim_physics/extern/fftw/doc/html/Installation-and-Customization.html
    branches/sim_physics/extern/fftw/doc/html/Installation-and-Supported-Hardware_002fSoftware.html
    branches/sim_physics/extern/fftw/doc/html/Installation-on-Unix.html
    branches/sim_physics/extern/fftw/doc/html/Installation-on-non_002dUnix-systems.html
    branches/sim_physics/extern/fftw/doc/html/Interleaved-and-split-arrays.html
    branches/sim_physics/extern/fftw/doc/html/Introduction.html
    branches/sim_physics/extern/fftw/doc/html/Library-Index.html
    branches/sim_physics/extern/fftw/doc/html/License-and-Copyright.html
    branches/sim_physics/extern/fftw/doc/html/Memory-Allocation.html
    branches/sim_physics/extern/fftw/doc/html/More-DFTs-of-Real-Data.html
    branches/sim_physics/extern/fftw/doc/html/Multi_002dDimensional-DFTs-of-Real-Data.html
    branches/sim_physics/extern/fftw/doc/html/Multi_002ddimensional-Array-Format.html
    branches/sim_physics/extern/fftw/doc/html/Multi_002ddimensional-Transforms.html
    branches/sim_physics/extern/fftw/doc/html/Multi_002dthreaded-FFTW.html
    branches/sim_physics/extern/fftw/doc/html/One_002dDimensional-DFTs-of-Real-Data.html
    branches/sim_physics/extern/fftw/doc/html/Other-Important-Topics.html
    branches/sim_physics/extern/fftw/doc/html/Parallel-FFTW.html
    branches/sim_physics/extern/fftw/doc/html/Planner-Flags.html
    branches/sim_physics/extern/fftw/doc/html/Precision.html
    branches/sim_physics/extern/fftw/doc/html/Real-even_002fodd-DFTs-_0028cosine_002fsine-transforms_0029.html
    branches/sim_physics/extern/fftw/doc/html/Real_002ddata-DFT-Array-Format.html
    branches/sim_physics/extern/fftw/doc/html/Real_002ddata-DFTs.html
    branches/sim_physics/extern/fftw/doc/html/Real_002dto_002dReal-Transform-Kinds.html
    branches/sim_physics/extern/fftw/doc/html/Real_002dto_002dReal-Transforms.html
    branches/sim_physics/extern/fftw/doc/html/Row_002dmajor-Format.html
    branches/sim_physics/extern/fftw/doc/html/SIMD-alignment-and-fftw_005fmalloc.html
    branches/sim_physics/extern/fftw/doc/html/Stack-alignment-on-x86.html
    branches/sim_physics/extern/fftw/doc/html/The-1d-Discrete-Fourier-Transform-_0028DFT_0029.html
    branches/sim_physics/extern/fftw/doc/html/The-1d-Real_002ddata-DFT.html
    branches/sim_physics/extern/fftw/doc/html/The-Discrete-Hartley-Transform.html
    branches/sim_physics/extern/fftw/doc/html/The-Halfcomplex_002dformat-DFT.html
    branches/sim_physics/extern/fftw/doc/html/Thread-safety.html
    branches/sim_physics/extern/fftw/doc/html/Tutorial.html
    branches/sim_physics/extern/fftw/doc/html/Upgrading-from-FFTW-version-2.html
    branches/sim_physics/extern/fftw/doc/html/Usage-of-Multi_002dthreaded-FFTW.html
    branches/sim_physics/extern/fftw/doc/html/Using-Plans.html
    branches/sim_physics/extern/fftw/doc/html/What-FFTW-Really-Computes.html
    branches/sim_physics/extern/fftw/doc/html/Wisdom-Export.html
    branches/sim_physics/extern/fftw/doc/html/Wisdom-Import.html
    branches/sim_physics/extern/fftw/doc/html/Wisdom-Utilities.html
    branches/sim_physics/extern/fftw/doc/html/Wisdom-of-Fortran_003f.html
    branches/sim_physics/extern/fftw/doc/html/Wisdom.html
    branches/sim_physics/extern/fftw/doc/html/Words-of-Wisdom_002dSaving-Plans.html
    branches/sim_physics/extern/fftw/doc/html/index.html
    branches/sim_physics/extern/fftw/doc/mdate-sh
    branches/sim_physics/extern/fftw/doc/rfftwnd.eps
    branches/sim_physics/extern/fftw/doc/rfftwnd.fig
    branches/sim_physics/extern/fftw/doc/stamp-vti
    branches/sim_physics/extern/fftw/doc/texinfo.tex
    branches/sim_physics/extern/fftw/doc/version.texi
    branches/sim_physics/extern/fftw/fftw.pc
    branches/sim_physics/extern/fftw/fftw.pc.in
    branches/sim_physics/extern/fftw/fftw3.pc
    branches/sim_physics/extern/fftw/genfft/.depend
    branches/sim_physics/extern/fftw/genfft/Makefile
    branches/sim_physics/extern/fftw/genfft/Makefile.am
    branches/sim_physics/extern/fftw/genfft/Makefile.in
    branches/sim_physics/extern/fftw/genfft/algsimp.ml
    branches/sim_physics/extern/fftw/genfft/algsimp.mli
    branches/sim_physics/extern/fftw/genfft/annotate.ml
    branches/sim_physics/extern/fftw/genfft/annotate.mli
    branches/sim_physics/extern/fftw/genfft/assoctable.ml
    branches/sim_physics/extern/fftw/genfft/assoctable.mli
    branches/sim_physics/extern/fftw/genfft/c.ml
    branches/sim_physics/extern/fftw/genfft/c.mli
    branches/sim_physics/extern/fftw/genfft/complex.ml
    branches/sim_physics/extern/fftw/genfft/complex.mli
    branches/sim_physics/extern/fftw/genfft/conv.ml
    branches/sim_physics/extern/fftw/genfft/conv.mli
    branches/sim_physics/extern/fftw/genfft/dag.ml
    branches/sim_physics/extern/fftw/genfft/dag.mli
    branches/sim_physics/extern/fftw/genfft/expr.ml
    branches/sim_physics/extern/fftw/genfft/expr.mli
    branches/sim_physics/extern/fftw/genfft/fft.ml
    branches/sim_physics/extern/fftw/genfft/fft.mli
    branches/sim_physics/extern/fftw/genfft/gen_athnotw.ml
    branches/sim_physics/extern/fftw/genfft/gen_athtw.ml
    branches/sim_physics/extern/fftw/genfft/gen_conv.ml
    branches/sim_physics/extern/fftw/genfft/gen_hc2hc.ml
    branches/sim_physics/extern/fftw/genfft/gen_hc2r.ml
    branches/sim_physics/extern/fftw/genfft/gen_mdct.ml
    branches/sim_physics/extern/fftw/genfft/gen_notw.ml
    branches/sim_physics/extern/fftw/genfft/gen_notw_c.ml
    branches/sim_physics/extern/fftw/genfft/gen_r2hc.ml
    branches/sim_physics/extern/fftw/genfft/gen_r2r.ml
    branches/sim_physics/extern/fftw/genfft/gen_twiddle.ml
    branches/sim_physics/extern/fftw/genfft/gen_twiddle_c.ml
    branches/sim_physics/extern/fftw/genfft/gen_twidsq.ml
    branches/sim_physics/extern/fftw/genfft/gen_twidsq_c.ml
    branches/sim_physics/extern/fftw/genfft/genutil.ml
    branches/sim_physics/extern/fftw/genfft/littlesimp.ml
    branches/sim_physics/extern/fftw/genfft/littlesimp.mli
    branches/sim_physics/extern/fftw/genfft/magic.ml
    branches/sim_physics/extern/fftw/genfft/monads.ml
    branches/sim_physics/extern/fftw/genfft/number.ml
    branches/sim_physics/extern/fftw/genfft/number.mli
    branches/sim_physics/extern/fftw/genfft/oracle.ml
    branches/sim_physics/extern/fftw/genfft/oracle.mli
    branches/sim_physics/extern/fftw/genfft/schedule.ml
    branches/sim_physics/extern/fftw/genfft/schedule.mli
    branches/sim_physics/extern/fftw/genfft/simd.ml
    branches/sim_physics/extern/fftw/genfft/simd.mli
    branches/sim_physics/extern/fftw/genfft/simdmagic.ml
    branches/sim_physics/extern/fftw/genfft/to_alist.ml
    branches/sim_physics/extern/fftw/genfft/to_alist.mli
    branches/sim_physics/extern/fftw/genfft/trig.ml
    branches/sim_physics/extern/fftw/genfft/trig.mli
    branches/sim_physics/extern/fftw/genfft/twiddle.ml
    branches/sim_physics/extern/fftw/genfft/twiddle.mli
    branches/sim_physics/extern/fftw/genfft/unique.ml
    branches/sim_physics/extern/fftw/genfft/unique.mli
    branches/sim_physics/extern/fftw/genfft/util.ml
    branches/sim_physics/extern/fftw/genfft/util.mli
    branches/sim_physics/extern/fftw/genfft/variable.ml
    branches/sim_physics/extern/fftw/genfft/variable.mli
    branches/sim_physics/extern/fftw/genfft-k7/.depend
    branches/sim_physics/extern/fftw/genfft-k7/Makefile
    branches/sim_physics/extern/fftw/genfft-k7/Makefile.am
    branches/sim_physics/extern/fftw/genfft-k7/Makefile.in
    branches/sim_physics/extern/fftw/genfft-k7/algsimp.ml
    branches/sim_physics/extern/fftw/genfft-k7/algsimp.mli
    branches/sim_physics/extern/fftw/genfft-k7/assignmentsToVfpinstrs.ml
    branches/sim_physics/extern/fftw/genfft-k7/assignmentsToVfpinstrs.mli
    branches/sim_physics/extern/fftw/genfft-k7/assoctable.ml
    branches/sim_physics/extern/fftw/genfft-k7/assoctable.mli
    branches/sim_physics/extern/fftw/genfft-k7/balanceVfpinstrs.ml
    branches/sim_physics/extern/fftw/genfft-k7/balanceVfpinstrs.mli
    branches/sim_physics/extern/fftw/genfft-k7/complex.ml
    branches/sim_physics/extern/fftw/genfft-k7/complex.mli
    branches/sim_physics/extern/fftw/genfft-k7/expr.ml
    branches/sim_physics/extern/fftw/genfft-k7/expr.mli
    branches/sim_physics/extern/fftw/genfft-k7/fft.ml
    branches/sim_physics/extern/fftw/genfft-k7/fft.mli
    branches/sim_physics/extern/fftw/genfft-k7/genUtil.ml
    branches/sim_physics/extern/fftw/genfft-k7/gen_notw.ml
    branches/sim_physics/extern/fftw/genfft-k7/gen_twiddle.ml
    branches/sim_physics/extern/fftw/genfft-k7/id.ml
    branches/sim_physics/extern/fftw/genfft-k7/id.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7Basics.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7Basics.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7ExecutionModel.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7ExecutionModel.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7FlatInstructionScheduling.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7FlatInstructionScheduling.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7InstructionSchedulingBasics.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7InstructionSchedulingBasics.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7RegisterAllocationBasics.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7RegisterAllocationBasics.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7RegisterAllocator.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7RegisterAllocator.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7RegisterAllocatorEATranslation.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7RegisterAllocatorEATranslation.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7RegisterAllocatorInit.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7RegisterAllocatorInit.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7RegisterReallocation.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7RegisterReallocation.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7Translate.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7Translate.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7Unparsing.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7Unparsing.mli
    branches/sim_physics/extern/fftw/genfft-k7/k7Vectorization.ml
    branches/sim_physics/extern/fftw/genfft-k7/k7Vectorization.mli
    branches/sim_physics/extern/fftw/genfft-k7/littlesimp.ml
    branches/sim_physics/extern/fftw/genfft-k7/littlesimp.mli
    branches/sim_physics/extern/fftw/genfft-k7/magic.ml
    branches/sim_physics/extern/fftw/genfft-k7/memoMonad.ml
    branches/sim_physics/extern/fftw/genfft-k7/memoMonad.mli
    branches/sim_physics/extern/fftw/genfft-k7/monads.ml
    branches/sim_physics/extern/fftw/genfft-k7/nonDetMonad.ml
    branches/sim_physics/extern/fftw/genfft-k7/nonDetMonad.mli
    branches/sim_physics/extern/fftw/genfft-k7/nullVectorization.ml
    branches/sim_physics/extern/fftw/genfft-k7/nullVectorization.mli
    branches/sim_physics/extern/fftw/genfft-k7/number.ml
    branches/sim_physics/extern/fftw/genfft-k7/number.mli
    branches/sim_physics/extern/fftw/genfft-k7/oracle.ml
    branches/sim_physics/extern/fftw/genfft-k7/oracle.mli
    branches/sim_physics/extern/fftw/genfft-k7/stateMonad.ml
    branches/sim_physics/extern/fftw/genfft-k7/stateMonad.mli
    branches/sim_physics/extern/fftw/genfft-k7/to_alist.ml
    branches/sim_physics/extern/fftw/genfft-k7/to_alist.mli
    branches/sim_physics/extern/fftw/genfft-k7/twiddle.ml
    branches/sim_physics/extern/fftw/genfft-k7/twiddle.mli
    branches/sim_physics/extern/fftw/genfft-k7/util.ml
    branches/sim_physics/extern/fftw/genfft-k7/util.mli
    branches/sim_physics/extern/fftw/genfft-k7/vAnnotatedScheduler.ml
    branches/sim_physics/extern/fftw/genfft-k7/vAnnotatedScheduler.mli
    branches/sim_physics/extern/fftw/genfft-k7/vDag.ml
    branches/sim_physics/extern/fftw/genfft-k7/vDag.mli
    branches/sim_physics/extern/fftw/genfft-k7/vFpBasics.ml
    branches/sim_physics/extern/fftw/genfft-k7/vFpBasics.mli
    branches/sim_physics/extern/fftw/genfft-k7/vFpUnparsing.ml
    branches/sim_physics/extern/fftw/genfft-k7/vFpUnparsing.mli
    branches/sim_physics/extern/fftw/genfft-k7/vImproveSchedule.ml
    branches/sim_physics/extern/fftw/genfft-k7/vImproveSchedule.mli
    branches/sim_physics/extern/fftw/genfft-k7/vK7Optimization.ml
    branches/sim_physics/extern/fftw/genfft-k7/vK7Optimization.mli
    branches/sim_physics/extern/fftw/genfft-k7/vScheduler.ml
    branches/sim_physics/extern/fftw/genfft-k7/vScheduler.mli
    branches/sim_physics/extern/fftw/genfft-k7/vSimdBasics.ml
    branches/sim_physics/extern/fftw/genfft-k7/vSimdBasics.mli
    branches/sim_physics/extern/fftw/genfft-k7/vSimdIndexing.ml
    branches/sim_physics/extern/fftw/genfft-k7/vSimdIndexing.mli
    branches/sim_physics/extern/fftw/genfft-k7/vSimdUnparsing.ml
    branches/sim_physics/extern/fftw/genfft-k7/vSimdUnparsing.mli
    branches/sim_physics/extern/fftw/genfft-k7/variable.ml
    branches/sim_physics/extern/fftw/genfft-k7/variable.mli
    branches/sim_physics/extern/fftw/install-sh
    branches/sim_physics/extern/fftw/kernel/.deps/align.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/alloc.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/assert.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/awake.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/buffered.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/cpy1d.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/cpy2d-pair.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/cpy2d.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/ct.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/debug.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/hash.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/iabs.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/kalloc.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/md5-1.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/md5.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/minmax.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/ops.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/pickdim.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/plan.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/planner.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/primes.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/print.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/problem.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/rader.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/scan.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/solver.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/solvtab.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/stride.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/tensor.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/tensor1.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/tensor2.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/tensor4.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/tensor5.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/tensor7.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/tensor8.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/tensor9.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/tile2d.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/timer.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/transpose.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/trig.Plo
    branches/sim_physics/extern/fftw/kernel/.deps/twiddle.Plo
    branches/sim_physics/extern/fftw/kernel/Makefile
    branches/sim_physics/extern/fftw/kernel/Makefile.am
    branches/sim_physics/extern/fftw/kernel/Makefile.in
    branches/sim_physics/extern/fftw/kernel/align.c
    branches/sim_physics/extern/fftw/kernel/alloc.c
    branches/sim_physics/extern/fftw/kernel/assert.c
    branches/sim_physics/extern/fftw/kernel/awake.c
    branches/sim_physics/extern/fftw/kernel/buffered.c
    branches/sim_physics/extern/fftw/kernel/cpy1d.c
    branches/sim_physics/extern/fftw/kernel/cpy2d-pair.c
    branches/sim_physics/extern/fftw/kernel/cpy2d.c
    branches/sim_physics/extern/fftw/kernel/ct.c
    branches/sim_physics/extern/fftw/kernel/cycle.h
    branches/sim_physics/extern/fftw/kernel/debug.c
    branches/sim_physics/extern/fftw/kernel/hash.c
    branches/sim_physics/extern/fftw/kernel/iabs.c
    branches/sim_physics/extern/fftw/kernel/ifftw.h
    branches/sim_physics/extern/fftw/kernel/kalloc.c
    branches/sim_physics/extern/fftw/kernel/md5-1.c
    branches/sim_physics/extern/fftw/kernel/md5.c
    branches/sim_physics/extern/fftw/kernel/minmax.c
    branches/sim_physics/extern/fftw/kernel/ops.c
    branches/sim_physics/extern/fftw/kernel/pickdim.c
    branches/sim_physics/extern/fftw/kernel/plan.c
    branches/sim_physics/extern/fftw/kernel/planner.c
    branches/sim_physics/extern/fftw/kernel/primes.c
    branches/sim_physics/extern/fftw/kernel/print.c
    branches/sim_physics/extern/fftw/kernel/problem.c
    branches/sim_physics/extern/fftw/kernel/rader.c
    branches/sim_physics/extern/fftw/kernel/scan.c
    branches/sim_physics/extern/fftw/kernel/solver.c
    branches/sim_physics/extern/fftw/kernel/solvtab.c
    branches/sim_physics/extern/fftw/kernel/stride.c
    branches/sim_physics/extern/fftw/kernel/tensor.c
    branches/sim_physics/extern/fftw/kernel/tensor1.c
    branches/sim_physics/extern/fftw/kernel/tensor2.c
    branches/sim_physics/extern/fftw/kernel/tensor4.c
    branches/sim_physics/extern/fftw/kernel/tensor5.c
    branches/sim_physics/extern/fftw/kernel/tensor7.c
    branches/sim_physics/extern/fftw/kernel/tensor8.c
    branches/sim_physics/extern/fftw/kernel/tensor9.c
    branches/sim_physics/extern/fftw/kernel/tile2d.c
    branches/sim_physics/extern/fftw/kernel/timer.c
    branches/sim_physics/extern/fftw/kernel/transpose.c
    branches/sim_physics/extern/fftw/kernel/trig.c
    branches/sim_physics/extern/fftw/kernel/twiddle.c
    branches/sim_physics/extern/fftw/libbench2/.deps/aligned-main.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/allocate.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/aset.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/bench-main.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/can-do.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/caset.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/dotens2.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/info.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/main.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/mflops.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/mp.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/my-getopt.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/ovtpvt.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/pow2.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/problem.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/report.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/speed.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/tensor.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/timer.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/timer2.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/useropt.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/util.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/verify-dft.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/verify-lib.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/verify-r2r.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/verify-rdft2.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/verify.Po
    branches/sim_physics/extern/fftw/libbench2/.deps/zero.Po
    branches/sim_physics/extern/fftw/libbench2/Makefile
    branches/sim_physics/extern/fftw/libbench2/Makefile.am
    branches/sim_physics/extern/fftw/libbench2/Makefile.in
    branches/sim_physics/extern/fftw/libbench2/aligned-main.c
    branches/sim_physics/extern/fftw/libbench2/allocate.c
    branches/sim_physics/extern/fftw/libbench2/aset.c
    branches/sim_physics/extern/fftw/libbench2/bench-main.c
    branches/sim_physics/extern/fftw/libbench2/bench-user.h
    branches/sim_physics/extern/fftw/libbench2/bench.h
    branches/sim_physics/extern/fftw/libbench2/can-do.c
    branches/sim_physics/extern/fftw/libbench2/caset.c
    branches/sim_physics/extern/fftw/libbench2/dotens2.c
    branches/sim_physics/extern/fftw/libbench2/info.c
    branches/sim_physics/extern/fftw/libbench2/main.c
    branches/sim_physics/extern/fftw/libbench2/mflops.c
    branches/sim_physics/extern/fftw/libbench2/mp.c
    branches/sim_physics/extern/fftw/libbench2/my-getopt.c
    branches/sim_physics/extern/fftw/libbench2/my-getopt.h
    branches/sim_physics/extern/fftw/libbench2/ovtpvt.c
    branches/sim_physics/extern/fftw/libbench2/pow2.c
    branches/sim_physics/extern/fftw/libbench2/problem.c
    branches/sim_physics/extern/fftw/libbench2/report.c
    branches/sim_physics/extern/fftw/libbench2/speed.c
    branches/sim_physics/extern/fftw/libbench2/tensor.c
    branches/sim_physics/extern/fftw/libbench2/timer.c
    branches/sim_physics/extern/fftw/libbench2/timer2.c
    branches/sim_physics/extern/fftw/libbench2/useropt.c
    branches/sim_physics/extern/fftw/libbench2/util.c
    branches/sim_physics/extern/fftw/libbench2/verify-dft.c
    branches/sim_physics/extern/fftw/libbench2/verify-lib.c
    branches/sim_physics/extern/fftw/libbench2/verify-r2r.c
    branches/sim_physics/extern/fftw/libbench2/verify-rdft2.c
    branches/sim_physics/extern/fftw/libbench2/verify.c
    branches/sim_physics/extern/fftw/libbench2/verify.h
    branches/sim_physics/extern/fftw/libbench2/zero.c
    branches/sim_physics/extern/fftw/libtool
    branches/sim_physics/extern/fftw/ltmain.sh
    branches/sim_physics/extern/fftw/m4/CVS/Entries
    branches/sim_physics/extern/fftw/m4/CVS/Repository
    branches/sim_physics/extern/fftw/m4/CVS/Root
    branches/sim_physics/extern/fftw/m4/CVS/Tag
    branches/sim_physics/extern/fftw/m4/acx_pthread.m4
    branches/sim_physics/extern/fftw/m4/amx_prog_as.m4
    branches/sim_physics/extern/fftw/m4/ax_cc_maxopt.m4
    branches/sim_physics/extern/fftw/m4/ax_check_compiler_flags.m4
    branches/sim_physics/extern/fftw/m4/ax_compiler_vendor.m4
    branches/sim_physics/extern/fftw/m4/ax_gcc_aligns_stack.m4
    branches/sim_physics/extern/fftw/m4/ax_gcc_archflag.m4
    branches/sim_physics/extern/fftw/m4/ax_gcc_version.m4
    branches/sim_physics/extern/fftw/m4/ax_gcc_x86_cpuid.m4
    branches/sim_physics/extern/fftw/m4/ax_openmp.m4
    branches/sim_physics/extern/fftw/m4/ocaml.m4
    branches/sim_physics/extern/fftw/missing
    branches/sim_physics/extern/fftw/rdft/.deps/buffered.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/buffered2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/conf.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/dft-r2hc.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/dht-r2hc.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/dht-rader.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/direct.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/direct2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/generic.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/hc2hc-common.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/hc2hc-direct.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/hc2hc-directbuf.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/hc2hc-generic.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/hc2hc.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/indirect.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/khc2hc.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/khc2r.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/kr2hc.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/kr2r.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/nop.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/nop2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/plan.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/plan2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/problem.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/problem2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/rank-geq2-rdft2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/rank-geq2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/rank0-rdft2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/rank0.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/rdft-dht.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/rdft2-inplace-strides.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/rdft2-radix2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/rdft2-strides.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/rdft2-tensor-max-index.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/solve.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/solve2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/vrank-geq1-rdft2.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/vrank-geq1.Plo
    branches/sim_physics/extern/fftw/rdft/.deps/vrank3-transpose.Plo
    branches/sim_physics/extern/fftw/rdft/Makefile
    branches/sim_physics/extern/fftw/rdft/Makefile.am
    branches/sim_physics/extern/fftw/rdft/Makefile.in
    branches/sim_physics/extern/fftw/rdft/buffered.c
    branches/sim_physics/extern/fftw/rdft/buffered2.c
    branches/sim_physics/extern/fftw/rdft/codelet-rdft.h
    branches/sim_physics/extern/fftw/rdft/codelets/.deps/hc2r.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/.deps/hfb.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/.deps/r2hc.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/.deps/r2r.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/Makefile
    branches/sim_physics/extern/fftw/rdft/codelets/Makefile.am
    branches/sim_physics/extern/fftw/rdft/codelets/Makefile.in
    branches/sim_physics/extern/fftw/rdft/codelets/hb.h
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/codlist.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_10.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_12.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_15.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_16.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_2.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_3.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_32.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_4.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_5.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_6.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_64.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_7.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_8.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hb_9.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_10.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_12.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_15.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_16.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_2.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_3.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_32.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_4.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_5.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_6.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_64.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_7.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_8.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2rIII_9.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_10.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_11.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_12.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_128.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_13.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_14.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_15.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_16.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_3.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_32.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_4.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_5.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_6.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_64.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_7.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_8.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/.deps/hc2r_9.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/Makefile
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/Makefile.am
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/Makefile.in
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/codlist.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_10.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_12.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_15.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_16.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_2.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_3.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_32.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_4.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_5.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_6.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_64.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_7.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_8.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hb_9.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_10.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_12.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_15.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_16.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_2.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_3.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_32.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_4.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_5.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_6.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_64.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_7.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_8.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2rIII_9.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_10.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_11.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_12.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_128.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_13.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_14.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_15.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_16.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_3.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_32.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_4.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_5.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_6.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_64.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_7.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_8.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r/hc2r_9.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r.c
    branches/sim_physics/extern/fftw/rdft/codelets/hc2r.h
    branches/sim_physics/extern/fftw/rdft/codelets/hc2rIII.h
    branches/sim_physics/extern/fftw/rdft/codelets/hf.h
    branches/sim_physics/extern/fftw/rdft/codelets/hfb.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/codlist.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf2_16.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf2_32.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf2_4.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf2_64.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf2_8.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_10.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_12.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_15.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_16.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_2.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_3.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_32.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_4.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_5.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_6.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_64.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_7.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_8.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/hf_9.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_10.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_12.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_15.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_16.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_2.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_3.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_32.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_4.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_5.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_6.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_64.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_7.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_8.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hcII_9.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_10.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_11.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_12.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_128.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_13.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_14.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_15.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_16.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_2.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_3.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_32.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_4.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_5.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_6.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_64.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_7.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_8.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/.deps/r2hc_9.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/Makefile
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/Makefile.am
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/Makefile.in
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/codlist.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf2_16.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf2_32.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf2_4.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf2_64.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf2_8.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_10.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_12.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_15.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_16.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_2.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_3.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_32.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_4.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_5.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_6.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_64.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_7.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_8.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/hf_9.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_10.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_12.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_15.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_16.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_2.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_3.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_32.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_4.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_5.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_6.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_64.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_7.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_8.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hcII_9.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_10.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_11.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_12.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_128.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_13.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_14.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_15.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_16.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_2.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_3.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_32.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_4.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_5.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_6.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_64.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_7.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_8.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc/r2hc_9.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2hc.h
    branches/sim_physics/extern/fftw/rdft/codelets/r2hcII.h
    branches/sim_physics/extern/fftw/rdft/codelets/r2r/.deps/codlist.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2r/.deps/e01_8.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2r/.deps/e10_8.Plo
    branches/sim_physics/extern/fftw/rdft/codelets/r2r/Makefile
    branches/sim_physics/extern/fftw/rdft/codelets/r2r/Makefile.am
    branches/sim_physics/extern/fftw/rdft/codelets/r2r/Makefile.in
    branches/sim_physics/extern/fftw/rdft/codelets/r2r/codlist.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2r/e01_8.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2r/e10_8.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2r.c
    branches/sim_physics/extern/fftw/rdft/codelets/r2r.h
    branches/sim_physics/extern/fftw/rdft/conf.c
    branches/sim_physics/extern/fftw/rdft/dft-r2hc.c
    branches/sim_physics/extern/fftw/rdft/dht-r2hc.c
    branches/sim_physics/extern/fftw/rdft/dht-rader.c
    branches/sim_physics/extern/fftw/rdft/direct.c
    branches/sim_physics/extern/fftw/rdft/direct2.c
    branches/sim_physics/extern/fftw/rdft/generic.c
    branches/sim_physics/extern/fftw/rdft/hc2hc-common.c
    branches/sim_physics/extern/fftw/rdft/hc2hc-direct.c
    branches/sim_physics/extern/fftw/rdft/hc2hc-directbuf.c
    branches/sim_physics/extern/fftw/rdft/hc2hc-generic.c
    branches/sim_physics/extern/fftw/rdft/hc2hc.c
    branches/sim_physics/extern/fftw/rdft/hc2hc.h
    branches/sim_physics/extern/fftw/rdft/indirect.c
    branches/sim_physics/extern/fftw/rdft/khc2hc.c
    branches/sim_physics/extern/fftw/rdft/khc2r.c
    branches/sim_physics/extern/fftw/rdft/kr2hc.c
    branches/sim_physics/extern/fftw/rdft/kr2r.c
    branches/sim_physics/extern/fftw/rdft/nop.c
    branches/sim_physics/extern/fftw/rdft/nop2.c
    branches/sim_physics/extern/fftw/rdft/plan.c
    branches/sim_physics/extern/fftw/rdft/plan2.c
    branches/sim_physics/extern/fftw/rdft/problem.c
    branches/sim_physics/extern/fftw/rdft/problem2.c
    branches/sim_physics/extern/fftw/rdft/rank-geq2-rdft2.c
    branches/sim_physics/extern/fftw/rdft/rank-geq2.c
    branches/sim_physics/extern/fftw/rdft/rank0-rdft2.c
    branches/sim_physics/extern/fftw/rdft/rank0.c
    branches/sim_physics/extern/fftw/rdft/rdft-dht.c
    branches/sim_physics/extern/fftw/rdft/rdft.h
    branches/sim_physics/extern/fftw/rdft/rdft2-inplace-strides.c
    branches/sim_physics/extern/fftw/rdft/rdft2-radix2.c
    branches/sim_physics/extern/fftw/rdft/rdft2-strides.c
    branches/sim_physics/extern/fftw/rdft/rdft2-tensor-max-index.c
    branches/sim_physics/extern/fftw/rdft/solve.c
    branches/sim_physics/extern/fftw/rdft/solve2.c
    branches/sim_physics/extern/fftw/rdft/vrank-geq1-rdft2.c
    branches/sim_physics/extern/fftw/rdft/vrank-geq1.c
    branches/sim_physics/extern/fftw/rdft/vrank3-transpose.c
    branches/sim_physics/extern/fftw/reodft/.deps/conf.Plo
    branches/sim_physics/extern/fftw/reodft/.deps/redft00e-r2hc-pad.Plo
    branches/sim_physics/extern/fftw/reodft/.deps/reodft00e-splitradix.Plo
    branches/sim_physics/extern/fftw/reodft/.deps/reodft010e-r2hc.Plo
    branches/sim_physics/extern/fftw/reodft/.deps/reodft11e-r2hc-odd.Plo
    branches/sim_physics/extern/fftw/reodft/.deps/reodft11e-radix2.Plo
    branches/sim_physics/extern/fftw/reodft/.deps/rodft00e-r2hc-pad.Plo
    branches/sim_physics/extern/fftw/reodft/Makefile
    branches/sim_physics/extern/fftw/reodft/Makefile.am
    branches/sim_physics/extern/fftw/reodft/Makefile.in
    branches/sim_physics/extern/fftw/reodft/conf.c
    branches/sim_physics/extern/fftw/reodft/redft00e-r2hc-pad.c
    branches/sim_physics/extern/fftw/reodft/redft00e-r2hc.c
    branches/sim_physics/extern/fftw/reodft/reodft.h
    branches/sim_physics/extern/fftw/reodft/reodft00e-splitradix.c
    branches/sim_physics/extern/fftw/reodft/reodft010e-r2hc.c
    branches/sim_physics/extern/fftw/reodft/reodft11e-r2hc-odd.c
    branches/sim_physics/extern/fftw/reodft/reodft11e-r2hc.c
    branches/sim_physics/extern/fftw/reodft/reodft11e-radix2.c
    branches/sim_physics/extern/fftw/reodft/rodft00e-r2hc-pad.c
    branches/sim_physics/extern/fftw/reodft/rodft00e-r2hc.c
    branches/sim_physics/extern/fftw/simd/.deps/altivec.Plo
    branches/sim_physics/extern/fftw/simd/.deps/sse.Plo
    branches/sim_physics/extern/fftw/simd/.deps/sse2.Plo
    branches/sim_physics/extern/fftw/simd/.deps/taint.Plo
    branches/sim_physics/extern/fftw/simd/Makefile
    branches/sim_physics/extern/fftw/simd/Makefile.am
    branches/sim_physics/extern/fftw/simd/Makefile.in
    branches/sim_physics/extern/fftw/simd/README
    branches/sim_physics/extern/fftw/simd/altivec.c
    branches/sim_physics/extern/fftw/simd/nonportable/.deps/sse.Plo
    branches/sim_physics/extern/fftw/simd/nonportable/.deps/sse2.Plo
    branches/sim_physics/extern/fftw/simd/nonportable/Makefile
    branches/sim_physics/extern/fftw/simd/nonportable/Makefile.am
    branches/sim_physics/extern/fftw/simd/nonportable/Makefile.in
    branches/sim_physics/extern/fftw/simd/nonportable/sse.c
    branches/sim_physics/extern/fftw/simd/nonportable/sse2.c
    branches/sim_physics/extern/fftw/simd/simd-altivec.h
    branches/sim_physics/extern/fftw/simd/simd-sse.h
    branches/sim_physics/extern/fftw/simd/simd-sse2.h
    branches/sim_physics/extern/fftw/simd/simd.h
    branches/sim_physics/extern/fftw/simd/sse.c
    branches/sim_physics/extern/fftw/simd/sse2.c
    branches/sim_physics/extern/fftw/simd/taint.c
    branches/sim_physics/extern/fftw/simd/x86-cpuid.h
    branches/sim_physics/extern/fftw/stamp-h1
    branches/sim_physics/extern/fftw/support/Makefile
    branches/sim_physics/extern/fftw/support/Makefile.am
    branches/sim_physics/extern/fftw/support/Makefile.codelets
    branches/sim_physics/extern/fftw/support/Makefile.in
    branches/sim_physics/extern/fftw/support/addchain.c
    branches/sim_physics/extern/fftw/support/codelet_asmprelude
    branches/sim_physics/extern/fftw/support/codelet_prelude.dft
    branches/sim_physics/extern/fftw/support/codelet_prelude.rdft
    branches/sim_physics/extern/fftw/support/twovers.sh
    branches/sim_physics/extern/fftw/tests/.deps/bench.Po
    branches/sim_physics/extern/fftw/tests/.deps/hook.Po
    branches/sim_physics/extern/fftw/tests/Makefile
    branches/sim_physics/extern/fftw/tests/Makefile.am
    branches/sim_physics/extern/fftw/tests/Makefile.in
    branches/sim_physics/extern/fftw/tests/README
    branches/sim_physics/extern/fftw/tests/bench.c
    branches/sim_physics/extern/fftw/tests/check.pl
    branches/sim_physics/extern/fftw/tests/hook.c
    branches/sim_physics/extern/fftw/threads/.deps/api.Plo
    branches/sim_physics/extern/fftw/threads/.deps/conf.Plo
    branches/sim_physics/extern/fftw/threads/.deps/ct.Plo
    branches/sim_physics/extern/fftw/threads/.deps/dft-vrank-geq1.Plo
    branches/sim_physics/extern/fftw/threads/.deps/f77api.Plo
    branches/sim_physics/extern/fftw/threads/.deps/hc2hc.Plo
    branches/sim_physics/extern/fftw/threads/.deps/rdft-vrank-geq1.Plo
    branches/sim_physics/extern/fftw/threads/.deps/threads.Plo
    branches/sim_physics/extern/fftw/threads/.deps/vrank-geq1-rdft2.Plo
    branches/sim_physics/extern/fftw/threads/Makefile
    branches/sim_physics/extern/fftw/threads/Makefile.am
    branches/sim_physics/extern/fftw/threads/Makefile.in
    branches/sim_physics/extern/fftw/threads/api.c
    branches/sim_physics/extern/fftw/threads/conf.c
    branches/sim_physics/extern/fftw/threads/ct.c
    branches/sim_physics/extern/fftw/threads/dft-vrank-geq1.c
    branches/sim_physics/extern/fftw/threads/f77api.c
    branches/sim_physics/extern/fftw/threads/f77funcs.h
    branches/sim_physics/extern/fftw/threads/hc2hc.c
    branches/sim_physics/extern/fftw/threads/rdft-vrank-geq1.c
    branches/sim_physics/extern/fftw/threads/threads.c
    branches/sim_physics/extern/fftw/threads/threads.h
    branches/sim_physics/extern/fftw/threads/vrank-geq1-rdft2.c
    branches/sim_physics/extern/fftw/tools/.deps/fftw-wisdom.Po
    branches/sim_physics/extern/fftw/tools/Makefile
    branches/sim_physics/extern/fftw/tools/Makefile.am
    branches/sim_physics/extern/fftw/tools/Makefile.in
    branches/sim_physics/extern/fftw/tools/fftw-wisdom-to-conf
    branches/sim_physics/extern/fftw/tools/fftw-wisdom-to-conf.1
    branches/sim_physics/extern/fftw/tools/fftw-wisdom-to-conf.in
    branches/sim_physics/extern/fftw/tools/fftw-wisdom.1
    branches/sim_physics/extern/fftw/tools/fftw-wisdom.c
    branches/sim_physics/extern/fftw/tools/fftw_wisdom.1
    branches/sim_physics/extern/fftw/tools/fftw_wisdom.1.in
    branches/sim_physics/extern/fftw/tools/fftwf-wisdom.1
    branches/sim_physics/extern/glew/CMakeLists.txt
    branches/sim_physics/extern/glew/ChangeLog
    branches/sim_physics/extern/glew/README.txt
    branches/sim_physics/extern/glew/SConscript
    branches/sim_physics/extern/glew/doc/advanced.html
    branches/sim_physics/extern/glew/doc/basic.html
    branches/sim_physics/extern/glew/doc/credits.html
    branches/sim_physics/extern/glew/doc/glew.css
    branches/sim_physics/extern/glew/doc/glew.html
    branches/sim_physics/extern/glew/doc/glx.txt
    branches/sim_physics/extern/glew/doc/glxew.html
    branches/sim_physics/extern/glew/doc/gpl.txt
    branches/sim_physics/extern/glew/doc/index.html
    branches/sim_physics/extern/glew/doc/install.html
    branches/sim_physics/extern/glew/doc/log.html
    branches/sim_physics/extern/glew/doc/sgi.txt
    branches/sim_physics/extern/glew/doc/wglew.html
    branches/sim_physics/extern/glew/include/GL/glew.h
    branches/sim_physics/extern/glew/include/GL/glxew.h
    branches/sim_physics/extern/glew/include/GL/wglew.h
    branches/sim_physics/extern/glew/make/msvc_7_0/glew_vc7.vcproj
    branches/sim_physics/extern/glew/make/msvc_9_0/glew.vcproj
    branches/sim_physics/extern/glew/src/Makefile
    branches/sim_physics/extern/glew/src/glew.c
    branches/sim_physics/extern/libmp3lame/Makefile.am
    branches/sim_physics/extern/libmp3lame/Makefile.in
    branches/sim_physics/extern/libmp3lame/SConscript
    branches/sim_physics/extern/libmp3lame/VbrTag.c
    branches/sim_physics/extern/libmp3lame/VbrTag.h
    branches/sim_physics/extern/libmp3lame/bitstream.c
    branches/sim_physics/extern/libmp3lame/bitstream.h
    branches/sim_physics/extern/libmp3lame/depcomp
    branches/sim_physics/extern/libmp3lame/encoder.c
    branches/sim_physics/extern/libmp3lame/encoder.h
    branches/sim_physics/extern/libmp3lame/fft.c
    branches/sim_physics/extern/libmp3lame/fft.h
    branches/sim_physics/extern/libmp3lame/gain_analysis.c
    branches/sim_physics/extern/libmp3lame/gain_analysis.h
    branches/sim_physics/extern/libmp3lame/i386/Makefile.am
    branches/sim_physics/extern/libmp3lame/i386/Makefile.in
    branches/sim_physics/extern/libmp3lame/i386/choose_table.nas
    branches/sim_physics/extern/libmp3lame/i386/cpu_feat.nas
    branches/sim_physics/extern/libmp3lame/i386/fft.nas
    branches/sim_physics/extern/libmp3lame/i386/fft3dn.nas
    branches/sim_physics/extern/libmp3lame/i386/fftfpu.nas
    branches/sim_physics/extern/libmp3lame/i386/fftsse.nas
    branches/sim_physics/extern/libmp3lame/i386/ffttbl.nas
    branches/sim_physics/extern/libmp3lame/i386/nasm.h
    branches/sim_physics/extern/libmp3lame/id3tag.c
    branches/sim_physics/extern/libmp3lame/id3tag.h
    branches/sim_physics/extern/libmp3lame/l3side.h
    branches/sim_physics/extern/libmp3lame/lame/lame.h
    branches/sim_physics/extern/libmp3lame/lame-analysis.h
    branches/sim_physics/extern/libmp3lame/lame.c
    branches/sim_physics/extern/libmp3lame/lame.h
    branches/sim_physics/extern/libmp3lame/lame_global_flags.h
    branches/sim_physics/extern/libmp3lame/libmp3lame_vc6.dsp
    branches/sim_physics/extern/libmp3lame/libmp3lame_vc7.vcproj
    branches/sim_physics/extern/libmp3lame/machine.h
    branches/sim_physics/extern/libmp3lame/mpglib_interface.c
    branches/sim_physics/extern/libmp3lame/newmdct.c
    branches/sim_physics/extern/libmp3lame/newmdct.h
    branches/sim_physics/extern/libmp3lame/presets.c
    branches/sim_physics/extern/libmp3lame/psymodel.c
    branches/sim_physics/extern/libmp3lame/psymodel.h
    branches/sim_physics/extern/libmp3lame/quantize.c
    branches/sim_physics/extern/libmp3lame/quantize.h
    branches/sim_physics/extern/libmp3lame/quantize_pvt.c
    branches/sim_physics/extern/libmp3lame/quantize_pvt.h
    branches/sim_physics/extern/libmp3lame/reservoir.c
    branches/sim_physics/extern/libmp3lame/reservoir.h
    branches/sim_physics/extern/libmp3lame/set_get.c
    branches/sim_physics/extern/libmp3lame/set_get.h
    branches/sim_physics/extern/libmp3lame/tables.c
    branches/sim_physics/extern/libmp3lame/tables.h
    branches/sim_physics/extern/libmp3lame/takehiro.c
    branches/sim_physics/extern/libmp3lame/util.c
    branches/sim_physics/extern/libmp3lame/util.h
    branches/sim_physics/extern/libmp3lame/vbrquantize.c
    branches/sim_physics/extern/libmp3lame/vbrquantize.h
    branches/sim_physics/extern/libmp3lame/version.c
    branches/sim_physics/extern/libmp3lame/version.h
    branches/sim_physics/extern/libopenjpeg/SConscript
    branches/sim_physics/extern/libopenjpeg/bio.c
    branches/sim_physics/extern/libopenjpeg/bio.h
    branches/sim_physics/extern/libopenjpeg/cio.c
    branches/sim_physics/extern/libopenjpeg/cio.h
    branches/sim_physics/extern/libopenjpeg/dwt.c
    branches/sim_physics/extern/libopenjpeg/dwt.h
    branches/sim_physics/extern/libopenjpeg/event.c
    branches/sim_physics/extern/libopenjpeg/event.h
    branches/sim_physics/extern/libopenjpeg/fix.h
    branches/sim_physics/extern/libopenjpeg/image.c
    branches/sim_physics/extern/libopenjpeg/image.h
    branches/sim_physics/extern/libopenjpeg/int.h
    branches/sim_physics/extern/libopenjpeg/j2k.c
    branches/sim_physics/extern/libopenjpeg/j2k.h
    branches/sim_physics/extern/libopenjpeg/j2k_lib.c
    branches/sim_physics/extern/libopenjpeg/j2k_lib.h
    branches/sim_physics/extern/libopenjpeg/jp2.c
    branches/sim_physics/extern/libopenjpeg/jp2.h
    branches/sim_physics/extern/libopenjpeg/jpt.c
    branches/sim_physics/extern/libopenjpeg/jpt.h
    branches/sim_physics/extern/libopenjpeg/license.txt
    branches/sim_physics/extern/libopenjpeg/mct.c
    branches/sim_physics/extern/libopenjpeg/mct.h
    branches/sim_physics/extern/libopenjpeg/mqc.c
    branches/sim_physics/extern/libopenjpeg/mqc.h
    branches/sim_physics/extern/libopenjpeg/openjpeg.c
    branches/sim_physics/extern/libopenjpeg/openjpeg.h
    branches/sim_physics/extern/libopenjpeg/opj_includes.h
    branches/sim_physics/extern/libopenjpeg/opj_malloc.h
    branches/sim_physics/extern/libopenjpeg/pi.c
    branches/sim_physics/extern/libopenjpeg/pi.h
    branches/sim_physics/extern/libopenjpeg/raw.c
    branches/sim_physics/extern/libopenjpeg/raw.h
    branches/sim_physics/extern/libopenjpeg/t1.c
    branches/sim_physics/extern/libopenjpeg/t1.h
    branches/sim_physics/extern/libopenjpeg/t1_luts.h
    branches/sim_physics/extern/libopenjpeg/t2.c
    branches/sim_physics/extern/libopenjpeg/t2.h
    branches/sim_physics/extern/libopenjpeg/tcd.c
    branches/sim_physics/extern/libopenjpeg/tcd.h
    branches/sim_physics/extern/libopenjpeg/tgt.c
    branches/sim_physics/extern/libopenjpeg/tgt.h
    branches/sim_physics/extern/libredcode/AUTHOR
    branches/sim_physics/extern/libredcode/LICENSE
    branches/sim_physics/extern/libredcode/NOTES
    branches/sim_physics/extern/libredcode/SConscript
    branches/sim_physics/extern/libredcode/codec.c
    branches/sim_physics/extern/libredcode/codec.h
    branches/sim_physics/extern/libredcode/debayer.c
    branches/sim_physics/extern/libredcode/debayer.h
    branches/sim_physics/extern/libredcode/format.c
    branches/sim_physics/extern/libredcode/format.h
    branches/sim_physics/extern/make/msvc_9_0/build_install_all.vcproj
    branches/sim_physics/extern/qhull/make/msvc_9_0/qhull.vcproj
    branches/sim_physics/extern/solid/make/msvc_9_0/broad/broad.vcproj
    branches/sim_physics/extern/solid/make/msvc_9_0/complex/complex.vcproj
    branches/sim_physics/extern/solid/make/msvc_9_0/convex/convex.vcproj
    branches/sim_physics/extern/solid/make/msvc_9_0/solid.vcproj
    branches/sim_physics/extern/verse/make/msvc_9_0/libverse.vcproj
    branches/sim_physics/extern/verse/make/msvc_9_0/verse.vcproj
    branches/sim_physics/extern/x264/AUTHORS
    branches/sim_physics/extern/x264/COPYING
    branches/sim_physics/extern/x264/Makefile
    branches/sim_physics/extern/x264/SConscript
    branches/sim_physics/extern/x264/common/amd64/amd64inc.asm
    branches/sim_physics/extern/x264/common/amd64/cpu-a.asm
    branches/sim_physics/extern/x264/common/amd64/dct-a.asm
    branches/sim_physics/extern/x264/common/amd64/deblock-a.asm
    branches/sim_physics/extern/x264/common/amd64/mc-a.asm
    branches/sim_physics/extern/x264/common/amd64/mc-a2.asm
    branches/sim_physics/extern/x264/common/amd64/pixel-a.asm
    branches/sim_physics/extern/x264/common/amd64/pixel-sse2.asm
    branches/sim_physics/extern/x264/common/amd64/predict-a.asm
    branches/sim_physics/extern/x264/common/amd64/quant-a.asm
    branches/sim_physics/extern/x264/common/bs.h
    branches/sim_physics/extern/x264/common/cabac.c
    branches/sim_physics/extern/x264/common/cabac.h
    branches/sim_physics/extern/x264/common/clip1.h
    branches/sim_physics/extern/x264/common/common.c
    branches/sim_physics/extern/x264/common/common.h
    branches/sim_physics/extern/x264/common/cpu.c
    branches/sim_physics/extern/x264/common/cpu.h
    branches/sim_physics/extern/x264/common/dct.c
    branches/sim_physics/extern/x264/common/dct.h
    branches/sim_physics/extern/x264/common/display-x11.c
    branches/sim_physics/extern/x264/common/display.h
    branches/sim_physics/extern/x264/common/frame.c
    branches/sim_physics/extern/x264/common/frame.h
    branches/sim_physics/extern/x264/common/i386/cpu-a.asm
    branches/sim_physics/extern/x264/common/i386/dct-a.asm
    branches/sim_physics/extern/x264/common/i386/dct.h
    branches/sim_physics/extern/x264/common/i386/deblock-a.asm
    branches/sim_physics/extern/x264/common/i386/i386inc.asm
    branches/sim_physics/extern/x264/common/i386/mc-a.asm
    branches/sim_physics/extern/x264/common/i386/mc-a2.asm
    branches/sim_physics/extern/x264/common/i386/mc-c.c
    branches/sim_physics/extern/x264/common/i386/mc.h
    branches/sim_physics/extern/x264/common/i386/pixel-a.asm
    branches/sim_physics/extern/x264/common/i386/pixel-sse2.asm
    branches/sim_physics/extern/x264/common/i386/pixel.h
    branches/sim_physics/extern/x264/common/i386/predict-a.asm
    branches/sim_physics/extern/x264/common/i386/predict-c.c
    branches/sim_physics/extern/x264/common/i386/predict.h
    branches/sim_physics/extern/x264/common/i386/quant-a.asm
    branches/sim_physics/extern/x264/common/i386/quant.h
    branches/sim_physics/extern/x264/common/macroblock.c
    branches/sim_physics/extern/x264/common/macroblock.h
    branches/sim_physics/extern/x264/common/mc.c
    branches/sim_physics/extern/x264/common/mc.h
    branches/sim_physics/extern/x264/common/mdate.c
    branches/sim_physics/extern/x264/common/osdep.h
    branches/sim_physics/extern/x264/common/pixel.c
    branches/sim_physics/extern/x264/common/pixel.h
    branches/sim_physics/extern/x264/common/ppc/dct.c
    branches/sim_physics/extern/x264/common/ppc/dct.h
    branches/sim_physics/extern/x264/common/ppc/deblock.c
    branches/sim_physics/extern/x264/common/ppc/mc.c
    branches/sim_physics/extern/x264/common/ppc/mc.h
    branches/sim_physics/extern/x264/common/ppc/pixel.c
    branches/sim_physics/extern/x264/common/ppc/pixel.h
    branches/sim_physics/extern/x264/common/ppc/ppccommon.h
    branches/sim_physics/extern/x264/common/ppc/predict.c
    branches/sim_physics/extern/x264/common/ppc/predict.h
    branches/sim_physics/extern/x264/common/ppc/quant.c
    branches/sim_physics/extern/x264/common/ppc/quant.h
    branches/sim_physics/extern/x264/common/predict.c
    branches/sim_physics/extern/x264/common/predict.h
    branches/sim_physics/extern/x264/common/quant.c
    branches/sim_physics/extern/x264/common/quant.h
    branches/sim_physics/extern/x264/common/set.c
    branches/sim_physics/extern/x264/common/set.h
    branches/sim_physics/extern/x264/common/sparc/pixel.asm
    branches/sim_physics/extern/x264/common/sparc/pixel.h
    branches/sim_physics/extern/x264/common/visualize.c
    branches/sim_physics/extern/x264/common/visualize.h
    branches/sim_physics/extern/x264/common/vlc.h
    branches/sim_physics/extern/x264/config.guess
    branches/sim_physics/extern/x264/config.sub
    branches/sim_physics/extern/x264/configure
    branches/sim_physics/extern/x264/encoder/analyse.c
    branches/sim_physics/extern/x264/encoder/analyse.h
    branches/sim_physics/extern/x264/encoder/cabac.c
    branches/sim_physics/extern/x264/encoder/cavlc.c
    branches/sim_physics/extern/x264/encoder/encoder.c
    branches/sim_physics/extern/x264/encoder/eval.c
    branches/sim_physics/extern/x264/encoder/macroblock.c
    branches/sim_physics/extern/x264/encoder/macroblock.h
    branches/sim_physics/extern/x264/encoder/me.c
    branches/sim_physics/extern/x264/encoder/me.h
    branches/sim_physics/extern/x264/encoder/ratecontrol.c
    branches/sim_physics/extern/x264/encoder/ratecontrol.h
    branches/sim_physics/extern/x264/encoder/rdo.c
    branches/sim_physics/extern/x264/encoder/set.c
    branches/sim_physics/extern/x264/encoder/set.h
    branches/sim_physics/extern/x264/encoder/slicetype.c
    branches/sim_physics/extern/x264/extras/getopt.c
    branches/sim_physics/extern/x264/extras/getopt.h
    branches/sim_physics/extern/x264/extras/stdint.h
    branches/sim_physics/extern/x264/version.sh
    branches/sim_physics/extern/x264/x264.h
    branches/sim_physics/extern/xvidcore/AUTHORS
    branches/sim_physics/extern/xvidcore/LICENSE
    branches/sim_physics/extern/xvidcore/README
    branches/sim_physics/extern/xvidcore/SConscript
    branches/sim_physics/extern/xvidcore/build/generic/Makefile
    branches/sim_physics/extern/xvidcore/build/generic/bootstrap.sh
    branches/sim_physics/extern/xvidcore/build/generic/config.guess
    branches/sim_physics/extern/xvidcore/build/generic/config.sub
    branches/sim_physics/extern/xvidcore/build/generic/configure
    branches/sim_physics/extern/xvidcore/build/generic/configure.in
    branches/sim_physics/extern/xvidcore/build/generic/install-sh
    branches/sim_physics/extern/xvidcore/build/generic/libxvidcore.def
    branches/sim_physics/extern/xvidcore/build/generic/libxvidcore.ld
    branches/sim_physics/extern/xvidcore/build/generic/missing
    branches/sim_physics/extern/xvidcore/build/generic/platform.inc.in
    branches/sim_physics/extern/xvidcore/build/generic/sources.inc
    branches/sim_physics/extern/xvidcore/src/bitstream/bitstream.c
    branches/sim_physics/extern/xvidcore/src/bitstream/bitstream.h
    branches/sim_physics/extern/xvidcore/src/bitstream/cbp.c
    branches/sim_physics/extern/xvidcore/src/bitstream/cbp.h
    branches/sim_physics/extern/xvidcore/src/bitstream/mbcoding.c
    branches/sim_physics/extern/xvidcore/src/bitstream/mbcoding.h
    branches/sim_physics/extern/xvidcore/src/bitstream/vlc_codes.h
    branches/sim_physics/extern/xvidcore/src/bitstream/x86_asm/cbp_3dne.asm
    branches/sim_physics/extern/xvidcore/src/bitstream/x86_asm/cbp_mmx.asm
    branches/sim_physics/extern/xvidcore/src/bitstream/x86_asm/cbp_sse2.asm
    branches/sim_physics/extern/xvidcore/src/bitstream/zigzag.h
    branches/sim_physics/extern/xvidcore/src/dct/README.IJG
    branches/sim_physics/extern/xvidcore/src/dct/fdct.c
    branches/sim_physics/extern/xvidcore/src/dct/fdct.h
    branches/sim_physics/extern/xvidcore/src/dct/ia64_asm/fdct_ia64.s
    branches/sim_physics/extern/xvidcore/src/dct/ia64_asm/genidct.py
    branches/sim_physics/extern/xvidcore/src/dct/ia64_asm/idct_fini.s
    branches/sim_physics/extern/xvidcore/src/dct/ia64_asm/idct_ia64_ecc.s
    branches/sim_physics/extern/xvidcore/src/dct/ia64_asm/idct_ia64_gcc.s
    branches/sim_physics/extern/xvidcore/src/dct/ia64_asm/idct_init.s
    branches/sim_physics/extern/xvidcore/src/dct/idct.c
    branches/sim_physics/extern/xvidcore/src/dct/idct.h
    branches/sim_physics/extern/xvidcore/src/dct/ppc_asm/idct_altivec.c
    branches/sim_physics/extern/xvidcore/src/dct/simple_idct.c
    branches/sim_physics/extern/xvidcore/src/dct/x86_64_asm/fdct_mmx_skal.asm
    branches/sim_physics/extern/xvidcore/src/dct/x86_64_asm/idct_mmx.asm
    branches/sim_physics/extern/xvidcore/src/dct/x86_asm/fdct_mmx_ffmpeg.asm
    branches/sim_physics/extern/xvidcore/src/dct/x86_asm/fdct_mmx_skal.asm
    branches/sim_physics/extern/xvidcore/src/dct/x86_asm/fdct_sse2_skal.asm
    branches/sim_physics/extern/xvidcore/src/dct/x86_asm/idct_3dne.asm
    branches/sim_physics/extern/xvidcore/src/dct/x86_asm/idct_mmx.asm
    branches/sim_physics/extern/xvidcore/src/dct/x86_asm/idct_sse2_dmitry.asm
    branches/sim_physics/extern/xvidcore/src/dct/x86_asm/simple_idct_mmx.asm
    branches/sim_physics/extern/xvidcore/src/decoder.c
    branches/sim_physics/extern/xvidcore/src/decoder.h
    branches/sim_physics/extern/xvidcore/src/encoder.c
    branches/sim_physics/extern/xvidcore/src/encoder.h
    branches/sim_physics/extern/xvidcore/src/global.h
    branches/sim_physics/extern/xvidcore/src/image/colorspace.c
    branches/sim_physics/extern/xvidcore/src/image/colorspace.h
    branches/sim_physics/extern/xvidcore/src/image/font.c
    branches/sim_physics/extern/xvidcore/src/image/font.h
    branches/sim_physics/extern/xvidcore/src/image/ia64_asm/README
    branches/sim_physics/extern/xvidcore/src/image/ia64_asm/interpolate8x8_ia64.s
    branches/sim_physics/extern/xvidcore/src/image/ia64_asm/interpolate8x8_ia64_exact.s
    branches/sim_physics/extern/xvidcore/src/image/image.c
    branches/sim_physics/extern/xvidcore/src/image/image.h
    branches/sim_physics/extern/xvidcore/src/image/interpolate8x8.c
    branches/sim_physics/extern/xvidcore/src/image/interpolate8x8.h
    branches/sim_physics/extern/xvidcore/src/image/postprocessing.c
    branches/sim_physics/extern/xvidcore/src/image/postprocessing.h
    branches/sim_physics/extern/xvidcore/src/image/ppc_asm/colorspace_altivec.c
    branches/sim_physics/extern/xvidcore/src/image/ppc_asm/interpolate8x8_altivec.c
    branches/sim_physics/extern/xvidcore/src/image/ppc_asm/qpel_altivec.c
    branches/sim_physics/extern/xvidcore/src/image/qpel.c
    branches/sim_physics/extern/xvidcore/src/image/qpel.h
    branches/sim_physics/extern/xvidcore/src/image/reduced.c
    branches/sim_physics/extern/xvidcore/src/image/reduced.h
    branches/sim_physics/extern/xvidcore/src/image/x86_64_asm/interpolate8x8_mmx.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_64_asm/interpolate8x8_xmm.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_64_asm/qpel_mmx.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/colorspace_mmx.inc
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/colorspace_rgb_mmx.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/colorspace_yuv_mmx.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/colorspace_yuyv_mmx.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/interpolate8x8_3dn.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/interpolate8x8_3dne.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/interpolate8x8_mmx.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/interpolate8x8_xmm.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/postprocessing_mmx.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/postprocessing_sse2.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/qpel_mmx.asm
    branches/sim_physics/extern/xvidcore/src/image/x86_asm/reduced_mmx.asm
    branches/sim_physics/extern/xvidcore/src/motion/estimation.h
    branches/sim_physics/extern/xvidcore/src/motion/estimation_bvop.c
    branches/sim_physics/extern/xvidcore/src/motion/estimation_common.c
    branches/sim_physics/extern/xvidcore/src/motion/estimation_gmc.c
    branches/sim_physics/extern/xvidcore/src/motion/estimation_pvop.c
    branches/sim_physics/extern/xvidcore/src/motion/estimation_rd_based.c
    branches/sim_physics/extern/xvidcore/src/motion/estimation_rd_based_bvop.c
    branches/sim_physics/extern/xvidcore/src/motion/gmc.c
    branches/sim_physics/extern/xvidcore/src/motion/gmc.h
    branches/sim_physics/extern/xvidcore/src/motion/ia64_asm/calc_delta_1.s
    branches/sim_physics/extern/xvidcore/src/motion/ia64_asm/calc_delta_2.s
    branches/sim_physics/extern/xvidcore/src/motion/ia64_asm/calc_delta_3.s
    branches/sim_physics/extern/xvidcore/src/motion/ia64_asm/halfpel8_refine_ia64.s
    branches/sim_physics/extern/xvidcore/src/motion/ia64_asm/sad_ia64.s
    branches/sim_physics/extern/xvidcore/src/motion/motion.h
    branches/sim_physics/extern/xvidcore/src/motion/motion_comp.c
    branches/sim_physics/extern/xvidcore/src/motion/motion_inlines.h
    branches/sim_physics/extern/xvidcore/src/motion/ppc_asm/sad_altivec.c
    branches/sim_physics/extern/xvidcore/src/motion/sad.c
    branches/sim_physics/extern/xvidcore/src/motion/sad.h
    branches/sim_physics/extern/xvidcore/src/motion/vop_type_decision.c
    branches/sim_physics/extern/xvidcore/src/motion/x86_64_asm/sad_mmx.asm
    branches/sim_physics/extern/xvidcore/src/motion/x86_64_asm/sad_xmm.asm
    branches/sim_physics/extern/xvidcore/src/motion/x86_asm/sad_3dn.asm
    branches/sim_physics/extern/xvidcore/src/motion/x86_asm/sad_3dne.asm
    branches/sim_physics/extern/xvidcore/src/motion/x86_asm/sad_mmx.asm
    branches/sim_physics/extern/xvidcore/src/motion/x86_asm/sad_sse2.asm
    branches/sim_physics/extern/xvidcore/src/motion/x86_asm/sad_xmm.asm
    branches/sim_physics/extern/xvidcore/src/plugins/plugin_2pass1.c
    branches/sim_physics/extern/xvidcore/src/plugins/plugin_2pass2.c
    branches/sim_physics/extern/xvidcore/src/plugins/plugin_dump.c
    branches/sim_physics/extern/xvidcore/src/plugins/plugin_fixed.c
    branches/sim_physics/extern/xvidcore/src/plugins/plugin_lumimasking.c
    branches/sim_physics/extern/xvidcore/src/plugins/plugin_psnr.c
    branches/sim_physics/extern/xvidcore/src/plugins/plugin_single.c
    branches/sim_physics/extern/xvidcore/src/portab.h
    branches/sim_physics/extern/xvidcore/src/prediction/mbprediction.c
    branches/sim_physics/extern/xvidcore/src/prediction/mbprediction.h
    branches/sim_physics/extern/xvidcore/src/quant/ia64_asm/quant_h263_ia64.s
    branches/sim_physics/extern/xvidcore/src/quant/ppc_asm/quant_h263_altivec.c
    branches/sim_physics/extern/xvidcore/src/quant/ppc_asm/quant_mpeg_altivec.c
    branches/sim_physics/extern/xvidcore/src/quant/quant.h
    branches/sim_physics/extern/xvidcore/src/quant/quant_h263.c
    branches/sim_physics/extern/xvidcore/src/quant/quant_matrix.c
    branches/sim_physics/extern/xvidcore/src/quant/quant_matrix.h
    branches/sim_physics/extern/xvidcore/src/quant/quant_mpeg.c
    branches/sim_physics/extern/xvidcore/src/quant/x86_64_asm/quantize_h263_mmx.asm
    branches/sim_physics/extern/xvidcore/src/quant/x86_64_asm/quantize_mpeg_xmm.asm
    branches/sim_physics/extern/xvidcore/src/quant/x86_asm/quantize_h263_3dne.asm
    branches/sim_physics/extern/xvidcore/src/quant/x86_asm/quantize_h263_mmx.asm
    branches/sim_physics/extern/xvidcore/src/quant/x86_asm/quantize_mpeg_mmx.asm
    branches/sim_physics/extern/xvidcore/src/quant/x86_asm/quantize_mpeg_xmm.asm
    branches/sim_physics/extern/xvidcore/src/utils/emms.c
    branches/sim_physics/extern/xvidcore/src/utils/emms.h
    branches/sim_physics/extern/xvidcore/src/utils/ia64_asm/mem_transfer_ia64.s
    branches/sim_physics/extern/xvidcore/src/utils/mbfunctions.h
    branches/sim_physics/extern/xvidcore/src/utils/mbtransquant.c
    branches/sim_physics/extern/xvidcore/src/utils/mem_align.c
    branches/sim_physics/extern/xvidcore/src/utils/mem_align.h
    branches/sim_physics/extern/xvidcore/src/utils/mem_transfer.c
    branches/sim_physics/extern/xvidcore/src/utils/mem_transfer.h
    branches/sim_physics/extern/xvidcore/src/utils/ppc_asm/altivec_trigger.c
    branches/sim_physics/extern/xvidcore/src/utils/ppc_asm/mem_transfer_altivec.c
    branches/sim_physics/extern/xvidcore/src/utils/timer.c
    branches/sim_physics/extern/xvidcore/src/utils/timer.h
    branches/sim_physics/extern/xvidcore/src/utils/x86_64_asm/cpuid.asm
    branches/sim_physics/extern/xvidcore/src/utils/x86_64_asm/interlacing_mmx.asm
    branches/sim_physics/extern/xvidcore/src/utils/x86_64_asm/mem_transfer_mmx.asm
    branches/sim_physics/extern/xvidcore/src/utils/x86_asm/cpuid.asm
    branches/sim_physics/extern/xvidcore/src/utils/x86_asm/interlacing_mmx.asm
    branches/sim_physics/extern/xvidcore/src/utils/x86_asm/mem_transfer_3dne.asm
    branches/sim_physics/extern/xvidcore/src/utils/x86_asm/mem_transfer_mmx.asm
    branches/sim_physics/extern/xvidcore/src/xvid.c
    branches/sim_physics/extern/xvidcore/src/xvid.h
    branches/sim_physics/intern/CMakeLists.txt
    branches/sim_physics/intern/SoundSystem/CMakeLists.txt
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/SoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/dummy/DummySoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/make/msvc_6_0/openal/OpenALSoundSystem.dsp
    branches/sim_physics/intern/SoundSystem/make/msvc_9_0/SoundSystem.vcproj
    branches/sim_physics/intern/SoundSystem/make/msvc_9_0/dummy/DummySoundSystem.vcproj
    branches/sim_physics/intern/SoundSystem/make/msvc_9_0/openal/OpenALSoundSystem.vcproj
    branches/sim_physics/intern/bmfont/make/msvc_6_0/bmfont.dsp
    branches/sim_physics/intern/bmfont/make/msvc_6_0/bmfont.dsw
    branches/sim_physics/intern/bmfont/make/msvc_9_0/bmfont.vcproj
    branches/sim_physics/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsp
    branches/sim_physics/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsw
    branches/sim_physics/intern/boolop/CMakeLists.txt
    branches/sim_physics/intern/boolop/intern/BOP_Merge2.cpp
    branches/sim_physics/intern/boolop/intern/BOP_Merge2.h
    branches/sim_physics/intern/boolop/intern/BOP_Misc.h
    branches/sim_physics/intern/boolop/make/msvc_6_0/boolop.dsp
    branches/sim_physics/intern/boolop/make/msvc_9_0/boolop.vcproj
    branches/sim_physics/intern/bsp/CMakeLists.txt
    branches/sim_physics/intern/bsp/make/msvc6_0/bsplib.dsp
    branches/sim_physics/intern/bsp/make/msvc6_0/bsplib.dsw
    branches/sim_physics/intern/bsp/make/msvc_9_0/bsplib.vcproj
    branches/sim_physics/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsp
    branches/sim_physics/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsw
    branches/sim_physics/intern/container/CMakeLists.txt
    branches/sim_physics/intern/container/make/msvc_6_0/container.dsp
    branches/sim_physics/intern/container/make/msvc_6_0/container.dsw
    branches/sim_physics/intern/container/make/msvc_9_0/container.vcproj
    branches/sim_physics/intern/decimation/CMakeLists.txt
    branches/sim_physics/intern/decimation/make/msvc_6_0/decimation.dsp
    branches/sim_physics/intern/decimation/make/msvc_6_0/decimation.dsw
    branches/sim_physics/intern/decimation/make/msvc_9_0/decimation.vcproj
    branches/sim_physics/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsp
    branches/sim_physics/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsw
    branches/sim_physics/intern/elbeem/CMakeLists.txt
    branches/sim_physics/intern/elbeem/intern/controlparticles.cpp
    branches/sim_physics/intern/elbeem/intern/controlparticles.h
    branches/sim_physics/intern/elbeem/intern/elbeem_control.cpp
    branches/sim_physics/intern/elbeem/intern/elbeem_control.h
    branches/sim_physics/intern/elbeem/intern/mvmcoords.cpp
    branches/sim_physics/intern/elbeem/intern/mvmcoords.h
    branches/sim_physics/intern/elbeem/intern/paraloopend.h
    branches/sim_physics/intern/elbeem/intern/solver_control.cpp
    branches/sim_physics/intern/elbeem/intern/solver_control.h
    branches/sim_physics/intern/elbeem/make/msvc_6_0/elbeem.dsp
    branches/sim_physics/intern/elbeem/make/msvc_9_0/elbeem.vcproj
    branches/sim_physics/intern/ghost/CMakeLists.txt
    branches/sim_physics/intern/ghost/intern/GHOST_EventNDOF.h
    branches/sim_physics/intern/ghost/intern/GHOST_NDOFManager.cpp
    branches/sim_physics/intern/ghost/intern/GHOST_NDOFManager.h
    branches/sim_physics/intern/ghost/make/msvc/ghost.dsp
    branches/sim_physics/intern/ghost/make/msvc/ghost.dsw
    branches/sim_physics/intern/ghost/make/msvc_9_0/ghost.vcproj
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/gears.dsp
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/gears_C.dsp
    branches/sim_physics/intern/ghost/test/make/msvc_6_0/ghost_test.dsw
    branches/sim_physics/intern/guardedalloc/BLO_sys_types.h
    branches/sim_physics/intern/guardedalloc/CMakeLists.txt
    branches/sim_physics/intern/guardedalloc/intern/mmap_win.c
    branches/sim_physics/intern/guardedalloc/make/msvc_6_0/guardedalloc.dsp
    branches/sim_physics/intern/guardedalloc/make/msvc_9_0/guardedalloc.vcproj
    branches/sim_physics/intern/guardedalloc/mmap_win.h
    branches/sim_physics/intern/iksolver/CMakeLists.txt
    branches/sim_physics/intern/iksolver/make/msvc_6_0/iksolver.dsp
    branches/sim_physics/intern/iksolver/make/msvc_6_0/iksolver.dsw
    branches/sim_physics/intern/iksolver/make/msvc_9_0/iksolver.vcproj
    branches/sim_physics/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsp
    branches/sim_physics/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsw
    branches/sim_physics/intern/make/msvc_6_0/build_install_all.dsp
    branches/sim_physics/intern/make/msvc_6_0/intern.dsw
    branches/sim_physics/intern/make/msvc_9_0/INT_build_install_all.vcproj
    branches/sim_physics/intern/memutil/CMakeLists.txt
    branches/sim_physics/intern/memutil/make/msvc_60/memutil.dsp
    branches/sim_physics/intern/memutil/make/msvc_60/memutil.dsw
    branches/sim_physics/intern/memutil/make/msvc_9_0/memutil.vcproj
    branches/sim_physics/intern/moto/CMakeLists.txt
    branches/sim_physics/intern/moto/make/msvc_6_0/MoTo.dsp
    branches/sim_physics/intern/moto/make/msvc_6_0/MoTo.dsw
    branches/sim_physics/intern/moto/make/msvc_9_0/moto.vcproj
    branches/sim_physics/intern/opennl/CMakeLists.txt
    branches/sim_physics/intern/opennl/doc/OpenNL_License.txt
    branches/sim_physics/intern/opennl/doc/OpenNL_Readme.txt
    branches/sim_physics/intern/opennl/doc/SuperLU_License.txt
    branches/sim_physics/intern/opennl/doc/SuperLU_Readme.txt
    branches/sim_physics/intern/opennl/make/msvc_6_0/OpenNL.dsp
    branches/sim_physics/intern/opennl/make/msvc_6_0/OpenNL.dsw
    branches/sim_physics/intern/opennl/make/msvc_9_0/opennl.vcproj
    branches/sim_physics/intern/opennl/superlu/BLO_sys_types.h
    branches/sim_physics/intern/string/CMakeLists.txt
    branches/sim_physics/intern/string/make/msvc_6_0/string.dsp
    branches/sim_physics/intern/string/make/msvc_6_0/string.dsw
    branches/sim_physics/intern/string/make/msvc_9_0/string.vcproj
    branches/sim_physics/po/el.po
    branches/sim_physics/po/ko.po
    branches/sim_physics/projectfiles/blender/BLO_readblenfile/BLO_readblenfile.dsp
    branches/sim_physics/projectfiles/blender/BPY_python/BPY_python.dsp
    branches/sim_physics/projectfiles/blender/avi/BL_avi.dsp
    branches/sim_physics/projectfiles/blender/blender.dsp
    branches/sim_physics/projectfiles/blender/blender.dsw
    branches/sim_physics/projectfiles/blender/blenkernel/BKE_blenkernel.dsp
    branches/sim_physics/projectfiles/blender/blenlib/BLI_blenlib.dsp
    branches/sim_physics/projectfiles/blender/blenpluginapi/blenpluginapi/blenpluginapi.dsp
    branches/sim_physics/projectfiles/blender/ftfont/FTF_ftfont.dsp
    branches/sim_physics/projectfiles/blender/glut/BL_glut.dsp
    branches/sim_physics/projectfiles/blender/imbuf/BL_imbuf.dsp
    branches/sim_physics/projectfiles/blender/img/BL_img.dsp
    branches/sim_physics/projectfiles/blender/loader/BLO_loader.dsp
    branches/sim_physics/projectfiles/blender/makesdna/DNA_makesdna.dsp
    branches/sim_physics/projectfiles/blender/radiosity/BRA_radiosity.dsp
    branches/sim_physics/projectfiles/blender/render/BRE_render.dsp
    branches/sim_physics/projectfiles/blender/renderconverter/BRE_renderconverter.dsp
    branches/sim_physics/projectfiles/blender/src/BL_src.dsp
    branches/sim_physics/projectfiles/blender/src/BL_src_cre.dsp
    branches/sim_physics/projectfiles/blender/yafray/BRE_yafray.dsp
    branches/sim_physics/projectfiles/datatoc/datatoc.dsp
    branches/sim_physics/projectfiles/gameengine/blenderhook/KX_blenderhook.dsp
    branches/sim_physics/projectfiles/gameengine/converter/KX_converter.dsp
    branches/sim_physics/projectfiles/gameengine/expression/EXP_expressions.dsp
    branches/sim_physics/projectfiles/gameengine/gamelogic/SCA_gamelogic.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/axctl/GP_axctl.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/common/GP_common.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/ghost/GP_ghost.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/glut/GP_glut.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/loader/BlenderLoader/BlenderLoader.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/netscape/GP_netscape.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/netscape2/GP_netscape.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/ps2/GP_ps2.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/gp.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/gpplugin.dsp
    branches/sim_physics/projectfiles/gameengine/gameplayer/qt/qtgp.dsw
    branches/sim_physics/projectfiles/gameengine/gameplayer/sdl/GP_sdl.dsp
    branches/sim_physics/projectfiles/gameengine/ketsji/KX_ketsji.dsp
    branches/sim_physics/projectfiles/gameengine/ketsji/network/KX_network.dsp
    branches/sim_physics/projectfiles/gameengine/network/loopbacknetwork/NG_loopbacknetwork.dsp
    branches/sim_physics/projectfiles/gameengine/network/network/NG_network.dsp
    branches/sim_physics/projectfiles/gameengine/network/terraplaynetwork/NG_terraplaynetwork.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Physics.dsp
    branches/sim_physics/projectfiles/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.dsp
    branches/sim_physics/projectfiles/gameengine/rasterizer/RAS_rasterizer.dsp
    branches/sim_physics/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp
    branches/sim_physics/projectfiles/gameengine/scenegraph/SG_scenegraph.dsp
    branches/sim_physics/projectfiles/kernel/gen_messaging/gen_messaging.dsp
    branches/sim_physics/projectfiles/kernel/system/SYS_system.dsp
    branches/sim_physics/projectfiles/sumo/fuzzics/SM_fuzzics.dsp
    branches/sim_physics/projectfiles/sumo/moto/SM_moto.dsp
    branches/sim_physics/projectfiles/sumo/solid/SM_solid.dsp
    branches/sim_physics/projectfiles_vc7/blender/gpu/BL_gpu.vcproj
    branches/sim_physics/projectfiles_vc7/gameengine/videotexture/TEX_Video.vcproj
    branches/sim_physics/projectfiles_vc7/sumo/moto/SM_moto.dsp
    branches/sim_physics/projectfiles_vc7/sumo/solid/SM_solid.dsp
    branches/sim_physics/projectfiles_vc9/blender/BLO_readblenfile/BLO_readblenfile.vcproj
    branches/sim_physics/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
    branches/sim_physics/projectfiles_vc9/blender/avi/BL_avi.vcproj
    branches/sim_physics/projectfiles_vc9/blender/blender.sln
    branches/sim_physics/projectfiles_vc9/blender/blender.vcproj
    branches/sim_physics/projectfiles_vc9/blender/blenkernel/BKE_blenkernel.vcproj
    branches/sim_physics/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
    branches/sim_physics/projectfiles_vc9/blender/blenpluginapi/blenpluginapi/blenpluginapi.vcproj
    branches/sim_physics/projectfiles_vc9/blender/ftfont/FTF_ftfont.vcproj
    branches/sim_physics/projectfiles_vc9/blender/gpu/BL_gpu.vcproj
    branches/sim_physics/projectfiles_vc9/blender/imbuf/BL_imbuf.vcproj
    branches/sim_physics/projectfiles_vc9/blender/img/BL_img.vcproj
    branches/sim_physics/projectfiles_vc9/blender/loader/BLO_loader.vcproj
    branches/sim_physics/projectfiles_vc9/blender/makesdna/DNA_makesdna.vcproj
    branches/sim_physics/projectfiles_vc9/blender/nodes/nodes.vcproj
    branches/sim_physics/projectfiles_vc9/blender/radiosity/BRA_radiosity.vcproj
    branches/sim_physics/projectfiles_vc9/blender/render/BRE_render.vcproj
    branches/sim_physics/projectfiles_vc9/blender/renderconverter/BRE_renderconverter.vcproj
    branches/sim_physics/projectfiles_vc9/blender/src/BL_src.vcproj
    branches/sim_physics/projectfiles_vc9/blender/yafray/BRE_yafray.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/blenderhook/KX_blenderhook.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/converter/KX_converter.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/expression/EXP_expressions.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/gamelogic/SCA_GameLogic.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/gameplayer/axctl/GP_axctl.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/gameplayer/common/GP_common.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/gameplayer/ghost/GP_ghost.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/ketsji/KX_ketsji.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/ketsji/network/KX_network.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/network/loopbacknetwork/NG_loopbacknetwork.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/network/network/NG_network.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Bullet/PHY_Bullet.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Physics.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/rasterizer/RAS_rasterizer.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/scenegraph/SG_SceneGraph.vcproj
    branches/sim_physics/projectfiles_vc9/gameengine/videotexture/TEX_Video.vcproj
    branches/sim_physics/projectfiles_vc9/kernel/gen_messaging/gen_messaging.vcproj
    branches/sim_physics/projectfiles_vc9/kernel/system/SYS_system.vcproj
    branches/sim_physics/release/beos-4.5-i386/specific.sh
    branches/sim_physics/release/beos-5.0-i386/specific.sh
    branches/sim_physics/release/datafiles/.Bfs
    branches/sim_physics/release/datafiles/LICENSE-bfont.ttf.txt
    branches/sim_physics/release/freedesktop/icons/scalable/blender.svg
    branches/sim_physics/release/getversion.py
    branches/sim_physics/release/irix-6.2-mips/specific.sh
    branches/sim_physics/release/scripts/add_mesh_empty.py
    branches/sim_physics/release/scripts/animation_bake_constraints.py
    branches/sim_physics/release/scripts/bpydata/KUlang.txt
    branches/sim_physics/release/scripts/bpydata/config/readme.txt
    branches/sim_physics/release/scripts/bpydata/readme.txt
    branches/sim_physics/release/scripts/export_m3g.py
    branches/sim_physics/release/scripts/flt_defaultp.py
    branches/sim_physics/release/scripts/flt_lodedit.py
    branches/sim_physics/release/scripts/flt_palettemanager.py
    branches/sim_physics/release/scripts/flt_properties.py
    branches/sim_physics/release/scripts/import_lightwave_motion.py
    branches/sim_physics/release/scripts/ms3d_import.py
    branches/sim_physics/release/scripts/ms3d_import_ascii.py
    branches/sim_physics/release/scripts/object_timeofs_follow_act.py
    branches/sim_physics/release/scripts/render_save_layers.py
    branches/sim_physics/release/scripts/scripttemplate_background_job.py
    branches/sim_physics/release/scripts/scripttemplate_text_plugin.py
    branches/sim_physics/release/scripts/textplugin_functiondocs.py
    branches/sim_physics/release/scripts/textplugin_imports.py
    branches/sim_physics/release/scripts/textplugin_suggest.py
    branches/sim_physics/release/scripts/weightpaint_invert.py
    branches/sim_physics/release/scripts/wizard_curve2tree.py
    branches/sim_physics/release/text/GPL-license.txt
    branches/sim_physics/release/text/Python-license.txt
    branches/sim_physics/release/text/blender.html
    branches/sim_physics/release/text/copyright.txt
    branches/sim_physics/release/text/release_247.txt
    branches/sim_physics/release/text/release_248.txt
    branches/sim_physics/release/windows/installer/02.copyright.txt
    branches/sim_physics/release/windows/installer/03.readme.txt
    branches/sim_physics/release/windows/publ_installer/02.copyright.txt
    branches/sim_physics/release/windows/publ_installer/03.readme.txt
    branches/sim_physics/scons/scons-LICENSE
    branches/sim_physics/scons/scons-README
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Action.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Builder.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/CacheDir.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Conftest.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Debug.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Defaults.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Environment.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Errors.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Executor.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Job.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Memoize.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Node/Alias.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Node/FS.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Node/Python.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Node/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/BoolOption.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/EnumOption.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/ListOption.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/PackageOption.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/PathOption.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Options/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/PathList.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/aix.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/cygwin.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/darwin.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/hpux.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/irix.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/os2.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/posix.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/sunos.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Platform/win32.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/SConf.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/SConsign.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/C.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/D.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/Dir.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/Fortran.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/IDL.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/LaTeX.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/Prog.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/RC.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Scanner/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Script/Interactive.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Script/Main.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Script/SConsOptions.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Script/SConscript.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Script/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Sig.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Subst.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Taskmaster.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/386asm.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/BitKeeper.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/CVS.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/FortranCommon.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/JavaCommon.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/Perforce.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/PharLapCommon.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/RCS.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/SCCS.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/Subversion.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/aixc++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/aixcc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/aixf77.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/aixlink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/applelink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/ar.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/as.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/bcc32.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/c++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/cc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/cvf.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/default.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/dmd.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/dvi.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/dvipdf.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/dvips.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/f77.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/f90.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/f95.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/filesystem.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/fortran.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/g++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/g77.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/gas.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/gcc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/gfortran.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/gnulink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/gs.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/hpc++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/hpcc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/hplink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/icc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/icl.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/ifl.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/ifort.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/ilink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/ilink32.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/install.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/intelc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/jar.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/javac.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/javah.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/latex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/lex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/link.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/linkloc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/m4.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/masm.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/midl.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/mingw.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/mslib.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/mslink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/msvc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/msvs.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/mwcc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/mwld.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/nasm.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/ipk.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/msi.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/rpm.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/src_tarbz2.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/src_targz.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/src_zip.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/tarbz2.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/targz.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/packaging/zip.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/pdf.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/pdflatex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/pdftex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/qt.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/rmic.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/rpcgen.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/rpm.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sgiar.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sgic++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sgicc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sgilink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunar.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunc++.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/suncc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunf77.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunf90.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunf95.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/sunlink.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/swig.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/tar.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/tex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/tlib.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/wix.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/yacc.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Tool/zip.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Util.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/BoolVariable.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/EnumVariable.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/ListVariable.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/PackageVariable.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/PathVariable.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Variables/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/Warnings.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/__init__.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_UserString.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_hashlib.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_itertools.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_optparse.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_sets.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_sets15.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_shlex.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_subprocess.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/_scons_textwrap.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/compat/builtins.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/cpp.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/dblite.py
    branches/sim_physics/scons/scons-local-1.1.0/SCons/exitfuncs.py
    branches/sim_physics/scons/scons-time.py
    branches/sim_physics/scons/scons.py
    branches/sim_physics/scons/sconsign.py
    branches/sim_physics/source/CMakeLists.txt
    branches/sim_physics/source/blender/CMakeLists.txt
    branches/sim_physics/source/blender/avi/CMakeLists.txt
    branches/sim_physics/source/blender/blenkernel/BKE_bmesh.h
    branches/sim_physics/source/blender/blenkernel/BKE_bmeshCustomData.h
    branches/sim_physics/source/blender/blenkernel/BKE_bvhutils.h
    branches/sim_physics/source/blender/blenkernel/BKE_cloth.h
    branches/sim_physics/source/blender/blenkernel/BKE_collision.h
    branches/sim_physics/source/blender/blenkernel/BKE_fluidsim.h
    branches/sim_physics/source/blender/blenkernel/BKE_multires.h
    branches/sim_physics/source/blender/blenkernel/BKE_particle.h
    branches/sim_physics/source/blender/blenkernel/BKE_pointcache.h
    branches/sim_physics/source/blender/blenkernel/BKE_sculpt.h
    branches/sim_physics/source/blender/blenkernel/BKE_shrinkwrap.h
    branches/sim_physics/source/blender/blenkernel/BKE_simple_deform.h
    branches/sim_physics/source/blender/blenkernel/BKE_suggestions.h
    branches/sim_physics/source/blender/blenkernel/CMakeLists.txt
    branches/sim_physics/source/blender/blenkernel/bad_level_call_stubs/CMakeLists.txt
    branches/sim_physics/source/blender/blenkernel/intern/BME_Customdata.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_conversions.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_eulers.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_mesh.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_structure.c
    branches/sim_physics/source/blender/blenkernel/intern/BME_tools.c
    branches/sim_physics/source/blender/blenkernel/intern/bmesh_private.h
    branches/sim_physics/source/blender/blenkernel/intern/bvhutils.c
    branches/sim_physics/source/blender/blenkernel/intern/cloth.c
    branches/sim_physics/source/blender/blenkernel/intern/collision.c
    branches/sim_physics/source/blender/blenkernel/intern/fluidsim.c
    branches/sim_physics/source/blender/blenkernel/intern/implicit.c
    branches/sim_physics/source/blender/blenkernel/intern/multires.c
    branches/sim_physics/source/blender/blenkernel/intern/particle.c
    branches/sim_physics/source/blender/blenkernel/intern/particle_system.c
    branches/sim_physics/source/blender/blenkernel/intern/pointcache.c
    branches/sim_physics/source/blender/blenkernel/intern/shrinkwrap.c
    branches/sim_physics/source/blender/blenkernel/intern/simple_deform.c
    branches/sim_physics/source/blender/blenkernel/intern/suggestions.c
    branches/sim_physics/source/blender/blenkernel/intern/verse_method.c
    branches/sim_physics/source/blender/blenlib/BLI_bpath.h
    branches/sim_physics/source/blender/blenlib/BLI_fnmatch.h
    branches/sim_physics/source/blender/blenlib/BLI_graph.h
    branches/sim_physics/source/blender/blenlib/BLI_kdopbvh.h
    branches/sim_physics/source/blender/blenlib/BLI_kdtree.h
    branches/sim_physics/source/blender/blenlib/BLI_mempool.h
    branches/sim_physics/source/blender/blenlib/CMakeLists.txt
    branches/sim_physics/source/blender/blenlib/intern/BLI_kdopbvh.c
    branches/sim_physics/source/blender/blenlib/intern/BLI_kdtree.c
    branches/sim_physics/source/blender/blenlib/intern/BLI_mempool.c
    branches/sim_physics/source/blender/blenlib/intern/bpath.c
    branches/sim_physics/source/blender/blenlib/intern/fnmatch.c
    branches/sim_physics/source/blender/blenlib/intern/graph.c
    branches/sim_physics/source/blender/blenloader/CMakeLists.txt
    branches/sim_physics/source/blender/blenpluginapi/CMakeLists.txt
    branches/sim_physics/source/blender/ftfont/CMakeLists.txt
    branches/sim_physics/source/blender/gpu/CMakeLists.txt
    branches/sim_physics/source/blender/gpu/GPU_draw.h
    branches/sim_physics/source/blender/gpu/GPU_extensions.h
    branches/sim_physics/source/blender/gpu/GPU_material.h
    branches/sim_physics/source/blender/gpu/Makefile
    branches/sim_physics/source/blender/gpu/SConscript
    branches/sim_physics/source/blender/gpu/intern/Makefile
    branches/sim_physics/source/blender/gpu/intern/gpu_codegen.c
    branches/sim_physics/source/blender/gpu/intern/gpu_codegen.h
    branches/sim_physics/source/blender/gpu/intern/gpu_draw.c
    branches/sim_physics/source/blender/gpu/intern/gpu_extensions.c
    branches/sim_physics/source/blender/gpu/intern/gpu_material.c
    branches/sim_physics/source/blender/gpu/intern/gpu_shader_material.glsl
    branches/sim_physics/source/blender/gpu/intern/gpu_shader_material.glsl.c
    branches/sim_physics/source/blender/gpu/intern/gpu_shader_vertex.glsl
    branches/sim_physics/source/blender/gpu/intern/gpu_shader_vertex.glsl.c
    branches/sim_physics/source/blender/imbuf/CMakeLists.txt
    branches/sim_physics/source/blender/imbuf/intern/IMB_jp2.h
    branches/sim_physics/source/blender/imbuf/intern/cineon/CMakeLists.txt
    branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.h
    branches/sim_physics/source/blender/imbuf/intern/dds/CMakeLists.txt
    branches/sim_physics/source/blender/imbuf/intern/dds/Color.h
    branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Common.h
    branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Image.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/Image.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Makefile
    branches/sim_physics/source/blender/imbuf/intern/dds/PixelFormat.h
    branches/sim_physics/source/blender/imbuf/intern/dds/SConscript
    branches/sim_physics/source/blender/imbuf/intern/dds/Stream.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/Stream.h
    branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.h
    branches/sim_physics/source/blender/imbuf/intern/jp2.c
    branches/sim_physics/source/blender/imbuf/intern/openexr/CMakeLists.txt
    branches/sim_physics/source/blender/imbuf/readme.txt
    branches/sim_physics/source/blender/include/BIF_editparticle.h
    branches/sim_physics/source/blender/include/BIF_meshlaplacian.h
    branches/sim_physics/source/blender/include/BIF_radialcontrol.h
    branches/sim_physics/source/blender/include/BSE_editaction_types.h
    branches/sim_physics/source/blender/include/reeb.h
    branches/sim_physics/source/blender/makesdna/CMakeLists.txt
    branches/sim_physics/source/blender/makesdna/DNA_cloth_types.h
    branches/sim_physics/source/blender/makesdna/DNA_particle_types.h
    branches/sim_physics/source/blender/makesdna/intern/CMakeLists.txt
    branches/sim_physics/source/blender/nodes/CMakeLists.txt
    branches/sim_physics/source/blender/nodes/TEX_node.h
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_crop.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_directionalblur.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_glare.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_lensdist.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_normalize.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_premulkey.c
    branches/sim_physics/source/blender/nodes/intern/CMP_nodes/CMP_tonemap.c
    branches/sim_physics/source/blender/nodes/intern/SHD_nodes/SHD_hueSatVal.c
    branches/sim_physics/source/blender/nodes/intern/SHD_nodes/SHD_invert.c
    branches/sim_physics/source/blender/nodes/intern/SHD_nodes/SHD_sepcombRGB.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/Makefile
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_bricks.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_checker.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_coord.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_curves.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_distance.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_hueSatVal.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_image.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_invert.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_math.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_mixRgb.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_output.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_proc.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_rotate.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_texture.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_translate.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_valToRgb.c
    branches/sim_physics/source/blender/nodes/intern/TEX_nodes/TEX_viewer.c
    branches/sim_physics/source/blender/nodes/intern/TEX_util.c
    branches/sim_physics/source/blender/nodes/intern/TEX_util.h
    branches/sim_physics/source/blender/python/CMakeLists.txt
    branches/sim_physics/source/blender/python/api2_2x/0-todo.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/Blender_API.css
    branches/sim_physics/source/blender/python/api2_2x/doc/Curvedoc.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/Effectdoc.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/Ipodoc.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/Metaballdoc.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/Particle.py
    branches/sim_physics/source/blender/python/api2_2x/doc/Renderlayer.py
    branches/sim_physics/source/blender/python/api2_2x/doc/SConscript
    branches/sim_physics/source/blender/python/api2_2x/doc/Worlddoc.txt
    branches/sim_physics/source/blender/python/api2_2x/doc/epy_docgen.sh
    branches/sim_physics/source/blender/quicktime/CMakeLists.txt
    branches/sim_physics/source/blender/radiosity/CMakeLists.txt
    branches/sim_physics/source/blender/readblenfile/CMakeLists.txt
    branches/sim_physics/source/blender/render/CMakeLists.txt
    branches/sim_physics/source/blender/render/extern/include/RE_raytrace.h
    branches/sim_physics/source/blender/render/intern/include/occlusion.h
    branches/sim_physics/source/blender/render/intern/include/pointdensity.h
    branches/sim_physics/source/blender/render/intern/include/strand.h
    branches/sim_physics/source/blender/render/intern/include/sunsky.h
    branches/sim_physics/source/blender/render/intern/include/volume_precache.h
    branches/sim_physics/source/blender/render/intern/include/volumetric.h
    branches/sim_physics/source/blender/render/intern/include/voxeldata.h
    branches/sim_physics/source/blender/render/intern/source/occlusion.c
    branches/sim_physics/source/blender/render/intern/source/pointdensity.c
    branches/sim_physics/source/blender/render/intern/source/raytrace.c
    branches/sim_physics/source/blender/render/intern/source/strand.c
    branches/sim_physics/source/blender/render/intern/source/sunsky.c
    branches/sim_physics/source/blender/render/intern/source/volume_precache.c
    branches/sim_physics/source/blender/render/intern/source/volumetric.c
    branches/sim_physics/source/blender/render/intern/source/voxeldata.c
    branches/sim_physics/source/blender/src/CMakeLists.txt
    branches/sim_physics/source/blender/src/editparticle.c
    branches/sim_physics/source/blender/src/meshlaplacian.c
    branches/sim_physics/source/blender/src/radialcontrol.c
    branches/sim_physics/source/blender/src/reeb.c
    branches/sim_physics/source/blender/src/sculptmode-stroke.c
    branches/sim_physics/source/blender/src/transform_ndofinput.c
    branches/sim_physics/source/blender/src/transform_orientations.c
    branches/sim_physics/source/blender/yafray/CMakeLists.txt
    branches/sim_physics/source/creator/CMakeLists.txt
    branches/sim_physics/source/darwin/Makefile
    branches/sim_physics/source/gameengine/BlenderRoutines/CMakeLists.txt
    branches/sim_physics/source/gameengine/CMakeLists.txt
    branches/sim_physics/source/gameengine/Converter/CMakeLists.txt
    branches/sim_physics/source/gameengine/Expressions/CMakeLists.txt
    branches/sim_physics/source/gameengine/GameLogic/CMakeLists.txt
    branches/sim_physics/source/gameengine/GameLogic/SCA_2DFilterActuator.cpp
    branches/sim_physics/source/gameengine/GameLogic/SCA_2DFilterActuator.h
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/ActiveXandNetscapeTest.html
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.html
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/BlenderPlayerDuo.html
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/ReadMe.txt
    branches/sim_physics/source/gameengine/GamePlayer/ActiveX/ReadMeBuilding.txt
    branches/sim_physics/source/gameengine/GamePlayer/CMakeLists.txt
    branches/sim_physics/source/gameengine/GamePlayer/common/CMakeLists.txt
    branches/sim_physics/source/gameengine/GamePlayer/ghost/CMakeLists.txt
    branches/sim_physics/source/gameengine/GamePlayer/netscape/test/resource/test.html
    branches/sim_physics/source/gameengine/GamePlayer/xembed/CMakeLists.txt
    branches/sim_physics/source/gameengine/GamePlayer/xembed/apparmor/README
    branches/sim_physics/source/gameengine/GamePlayer/xembed/apparmor/usr.bin.blenderplayer-web
    branches/sim_physics/source/gameengine/GamePlayer/xembed/blenderplayer-wrapper.c
    branches/sim_physics/source/gameengine/Ketsji/BL_BlenderShader.cpp
    branches/sim_physics/source/gameengine/Ketsji/BL_BlenderShader.h
    branches/sim_physics/source/gameengine/Ketsji/CMakeLists.txt
    branches/sim_physics/source/gameengine/Ketsji/KXNetwork/CMakeLists.txt
    branches/sim_physics/source/gameengine/Ketsji/KX_ParentActuator.cpp
    branches/sim_physics/source/gameengine/Ketsji/KX_ParentActuator.h
    branches/sim_physics/source/gameengine/Network/CMakeLists.txt
    branches/sim_physics/source/gameengine/Network/LoopBackNetwork/CMakeLists.txt
    branches/sim_physics/source/gameengine/Physics/Bullet/CMakeLists.txt
    branches/sim_physics/source/gameengine/Physics/Dummy/CMakeLists.txt
    branches/sim_physics/source/gameengine/Physics/Sumo/CMakeLists.txt
    branches/sim_physics/source/gameengine/Physics/Sumo/convert.txt
    branches/sim_physics/source/gameengine/Physics/common/CMakeLists.txt
    branches/sim_physics/source/gameengine/PyDoc/KX_ParentActuator.py
    branches/sim_physics/source/gameengine/PyDoc/SCA_JoystickSensor.py
    branches/sim_physics/source/gameengine/PyDoc/epy_docgen.sh
    branches/sim_physics/source/gameengine/Rasterizer/CMakeLists.txt
    branches/sim_physics/source/gameengine/Rasterizer/RAS_2DFilterManager.cpp
    branches/sim_physics/source/gameengine/Rasterizer/RAS_2DFilterManager.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Blur2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Dilation2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Erosion2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_GrayScale2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Invert2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Laplacian2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Prewitt2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sepia2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sharpen2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sobel2DFilter.h
    branches/sim_physics/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/CMakeLists.txt
    branches/sim_physics/source/gameengine/SceneGraph/CMakeLists.txt
    branches/sim_physics/source/gameengine/VideoTexture/CMakeLists.txt
    branches/sim_physics/source/kernel/CMakeLists.txt
    branches/sim_physics/source/tools/guess/config.guess
    branches/sim_physics/source/tools/guess/guessconfig


Property changes on: branches/sim_physics/CMakeLists.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain


Property changes on: branches/sim_physics/config/irix6-config.py
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision


Property changes on: branches/sim_physics/doc/BL-license.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain


Property changes on: branches/sim_physics/doc/GPL-license.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain


Property changes on: branches/sim_physics/doc/bf-members.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain


Property changes on: branches/sim_physics/doc/blender-cmake.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain


Property changes on: branches/sim_physics/doc/blender-guardedalloc.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain


Property changes on: branches/sim_physics/doc/blender-scons-dev.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain


Property changes on: branches/sim_physics/doc/blender-scons.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain


Property changes on: branches/sim_physics/doc/interface_API.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain


Property changes on: branches/sim_physics/doc/oldbugs.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain


Property changes on: branches/sim_physics/doc/python-dev-guide.txt
___________________________________________________________________
Name: svn:mime-type
   - text/plain

Modified: branches/sim_physics/extern/bFTGL/make/msvc_9_0/ftgl_static_lib.vcproj
===================================================================
--- branches/sim_physics/extern/bFTGL/make/msvc_9_0/ftgl_static_lib.vcproj	2009-04-21 07:16:29 UTC (rev 19832)
+++ branches/sim_physics/extern/bFTGL/make/msvc_9_0/ftgl_static_lib.vcproj	2009-04-21 08:49:06 UTC (rev 19833)
@@ -1,537 +1,537 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="9,00"
-	Name="EXT_ftgl_static_lib"
-	ProjectGUID="{F9850C15-FF0A-429E-9D47-89FB433C9BD8}"
-	RootNamespace="ftgl_static_lib"
-	TargetFrameworkVersion="131072"
-	>
-	<Platforms>
-		<Platform
-			Name="Win32"
-		/>
-	</Platforms>
-	<ToolFiles>
-	</ToolFiles>
-	<Configurations>
-		<Configuration
-			Name="Blender Debug|Win32"
-			OutputDirectory="..\..\..\..\..\build\msvc_9\extern\ftgl\debug"
-			IntermediateDirectory="..\..\..\..\..\build\msvc_9\extern\ftgl\debug"
-			ConfigurationType="4"
-			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-			UseOfMFC="0"
-			ATLMinimizesCRunTimeLibraryUsage="false"
-			CharacterSet="2"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="0"
-				AdditionalIncludeDirectories="..\..\include;..\..\..\..\..\lib\windows\freetype\include"
-				PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FTGL_LIBRARY_STATIC"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="1"
-				UsePrecompiledHeader="0"
-				PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\extern\ftgl\debug\ftgl_static_lib.pch"
-				AssemblerListingLocation="..\..\..\..\..\build\msvc_9\extern\ftgl\debug\"
-				ObjectFile="..\..\..\..\..\build\msvc_9\extern\ftgl\debug\"
-				ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\extern\ftgl\debug\"
-				WarningLevel="2"
-				SuppressStartupBanner="true"
-				DebugInformationFormat="3"
-				CompileAs="0"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="_DEBUG"
-				Culture="1033"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLibrarianTool"
-				OutputFile="..\..\..\..\..\build\msvc_9\libs\extern\debug\ftgl_static.lib"
-				SuppressStartupBanner="true"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Copying FTGL files library (debug target) to lib tree."
-				CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\extern\ftgl\include\ MKDIR ..\..\..\..\..\build\msvc_9\extern\ftgl\include&#x0D;&#x0A;XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_9\extern\ftgl\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Blender Release|Win32"
-			OutputDirectory="..\..\..\..\..\build\msvc_9\extern\ftgl"
-			IntermediateDirectory="..\..\..\..\..\build\msvc_9\extern\ftgl"
-			ConfigurationType="4"
-			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-			UseOfMFC="0"
-			ATLMinimizesCRunTimeLibraryUsage="false"
-			CharacterSet="2"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="2"
-				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\include;..\..\..\..\..\lib\windows\freetype\include"
-				PreprocessorDefinitions="NDEBUG;WIN32;_LIB;FTGL_LIBRARY_STATIC"
-				StringPooling="true"
-				RuntimeLibrary="0"
-				EnableFunctionLevelLinking="true"
-				UsePrecompiledHeader="0"
-				PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\extern\ftgl\ftgl_static_lib.pch"
-				AssemblerListingLocation="..\..\..\..\..\build\msvc_9\extern\ftgl\"
-				ObjectFile="..\..\..\..\..\build\msvc_9\extern\ftgl\"
-				ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\extern\ftgl\"
-				WarningLevel="2"
-				SuppressStartupBanner="true"
-				CompileAs="0"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="NDEBUG"
-				Culture="1033"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLibrarianTool"
-				OutputFile="..\..\..\..\..\build\msvc_9\libs\extern\ftgl_static.lib"
-				SuppressStartupBanner="true"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Copying FTGL files library to lib tree."
-				CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\extern\ftgl\include\ MKDIR ..\..\..\..\..\build\msvc_9\extern\ftgl\include&#x0D;&#x0A;XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_9\extern\ftgl\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
-			/>
-		</Configuration>
-		<Configuration
-			Name="3D Plugin Release|Win32"
-			OutputDirectory="..\..\..\..\..\build\msvc_9\extern\ftgl\mtdll"
-			IntermediateDirectory="..\..\..\..\..\build\msvc_9\extern\ftgl\mtdll"
-			ConfigurationType="4"
-			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-			UseOfMFC="0"
-			ATLMinimizesCRunTimeLibraryUsage="false"
-			CharacterSet="2"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="2"
-				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="..\..\include;..\..\..\..\..\lib\windows\freetype\include"
-				PreprocessorDefinitions="NDEBUG;WIN32;_LIB;FTGL_LIBRARY_STATIC"
-				StringPooling="true"
-				RuntimeLibrary="2"
-				EnableFunctionLevelLinking="true"
-				UsePrecompiledHeader="0"
-				PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\extern\ftgl\mtdll\ftgl_static_lib.pch"
-				AssemblerListingLocation="..\..\..\..\..\build\msvc_9\extern\ftgl\mtdll\"
-				ObjectFile="..\..\..\..\..\build\msvc_9\extern\ftgl\mtdll\"
-				ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\extern\ftgl\mtdll\"
-				WarningLevel="2"
-				SuppressStartupBanner="true"
-				CompileAs="0"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="NDEBUG"
-				Culture="1033"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLibrarianTool"
-				OutputFile="..\..\..\..\..\build\msvc_9\libs\extern\mtdll\ftgl_static.lib"
-				SuppressStartupBanner="true"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="Copying FTGL files library to lib tree."
-				CommandLine="ECHO Copying header files&#x0D;&#x0A;IF NOT EXIST ..\..\..\..\..\build\msvc_9\extern\ftgl\include\ MKDIR ..\..\..\..\..\build\msvc_9\extern\ftgl\include&#x0D;&#x0A;XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_9\extern\ftgl\include&#x0D;&#x0A;ECHO Done&#x0D;&#x0A;"
-			/>
-		</Configuration>
-		<Configuration
-			Name="3D Plugin Debug|Win32"
-			OutputDirectory="..\..\..\..\..\build\msvc_9\extern\ftgl\mtdll\debug"
-			IntermediateDirectory="..\..\..\..\..\build\msvc_9\extern\ftgl\mtdll\debug"
-			ConfigurationType="4"
-			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-			UseOfMFC="0"
-			ATLMinimizesCRunTimeLibraryUsage="false"
-			CharacterSet="2"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list