| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.23
- # Delete rule output on recipe failure.
- .DELETE_ON_ERROR:
- #=============================================================================
- # Special targets provided by cmake.
- # Disable implicit rules so canonical targets will work.
- .SUFFIXES:
- # Disable VCS-based implicit rules.
- % : %,v
- # Disable VCS-based implicit rules.
- % : RCS/%
- # Disable VCS-based implicit rules.
- % : RCS/%,v
- # Disable VCS-based implicit rules.
- % : SCCS/s.%
- # Disable VCS-based implicit rules.
- % : s.%
- .SUFFIXES: .hpux_make_needs_suffix_list
- # Command-line flag to silence nested $(MAKE).
- $(VERBOSE)MAKESILENT = -s
- #Suppress display of executed commands.
- $(VERBOSE).SILENT:
- # A target that is always out of date.
- cmake_force:
- .PHONY : cmake_force
- #=============================================================================
- # Set environment variables for the build.
- # The shell in which to execute make rules.
- SHELL = /bin/sh
- # The CMake executable.
- CMAKE_COMMAND = /Applications/CMake.app/Contents/bin/cmake
- # The command to remove a file.
- RM = /Applications/CMake.app/Contents/bin/cmake -E rm -f
- # Escaping for special characters.
- EQUALS = =
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = /Users/ragora/Documents/Projects/Torque3D
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /Users/ragora/Documents/Projects/Torque3D
- # Include any dependencies generated for this target.
- include Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/depend.make
- # Include any dependencies generated by the compiler for this target.
- include Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/compiler_depend.make
- # Include the progress variables for this target.
- include Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/progress.make
- # Include the compile flags for this target's objects.
- include Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/flags.make
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/BasicExample.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/flags.make
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/BasicExample.o: Engine/lib/bullet/examples/BasicDemo/BasicExample.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/BasicExample.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/compiler_depend.ts
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/ragora/Documents/Projects/Torque3D/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/BasicExample.o"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/BasicExample.o -MF CMakeFiles/AppBasicExampleGui.dir/BasicExample.o.d -o CMakeFiles/AppBasicExampleGui.dir/BasicExample.o -c /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo/BasicExample.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/BasicExample.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/AppBasicExampleGui.dir/BasicExample.i"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo/BasicExample.cpp > CMakeFiles/AppBasicExampleGui.dir/BasicExample.i
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/BasicExample.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/AppBasicExampleGui.dir/BasicExample.s"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo/BasicExample.cpp -o CMakeFiles/AppBasicExampleGui.dir/BasicExample.s
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/flags.make
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.o: Engine/lib/bullet/examples/StandaloneMain/main_opengl_single_example.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/compiler_depend.ts
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/ragora/Documents/Projects/Torque3D/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.o"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.o -MF CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.o.d -o CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.o -c /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/StandaloneMain/main_opengl_single_example.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.i"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/StandaloneMain/main_opengl_single_example.cpp > CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.i
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.s"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/StandaloneMain/main_opengl_single_example.cpp -o CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.s
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/flags.make
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.o: Engine/lib/bullet/examples/ExampleBrowser/OpenGLGuiHelper.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/compiler_depend.ts
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/ragora/Documents/Projects/Torque3D/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.o"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.o -MF CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.o.d -o CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.o -c /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/ExampleBrowser/OpenGLGuiHelper.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.i"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/ExampleBrowser/OpenGLGuiHelper.cpp > CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.i
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.s"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/ExampleBrowser/OpenGLGuiHelper.cpp -o CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.s
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/flags.make
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.o: Engine/lib/bullet/examples/ExampleBrowser/GL_ShapeDrawer.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/compiler_depend.ts
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/ragora/Documents/Projects/Torque3D/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.o"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.o -MF CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.o.d -o CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.o -c /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/ExampleBrowser/GL_ShapeDrawer.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.i"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/ExampleBrowser/GL_ShapeDrawer.cpp > CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.i
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.s"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/ExampleBrowser/GL_ShapeDrawer.cpp -o CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.s
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/flags.make
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.o: Engine/lib/bullet/examples/ExampleBrowser/CollisionShape2TriangleMesh.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/compiler_depend.ts
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/ragora/Documents/Projects/Torque3D/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.o"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.o -MF CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.o.d -o CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.o -c /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/ExampleBrowser/CollisionShape2TriangleMesh.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.i"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/ExampleBrowser/CollisionShape2TriangleMesh.cpp > CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.i
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.s"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/ExampleBrowser/CollisionShape2TriangleMesh.cpp -o CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.s
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/flags.make
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.o: Engine/lib/bullet/examples/Utils/b3Clock.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.o: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/compiler_depend.ts
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/ragora/Documents/Projects/Torque3D/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.o"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.o -MF CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.o.d -o CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.o -c /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/Utils/b3Clock.cpp
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.i"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/Utils/b3Clock.cpp > CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.i
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.s"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/Utils/b3Clock.cpp -o CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.s
- # Object files for target AppBasicExampleGui
- AppBasicExampleGui_OBJECTS = \
- "CMakeFiles/AppBasicExampleGui.dir/BasicExample.o" \
- "CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.o" \
- "CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.o" \
- "CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.o" \
- "CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.o" \
- "CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.o"
- # External object files for target AppBasicExampleGui
- AppBasicExampleGui_EXTERNAL_OBJECTS =
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/BasicExample.o
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/StandaloneMain/main_opengl_single_example.o
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/OpenGLGuiHelper.o
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/GL_ShapeDrawer.o
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/ExampleBrowser/CollisionShape2TriangleMesh.o
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/__/Utils/b3Clock.o
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/build.make
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/src/BulletDynamics/libBulletDynamics.2.85.dylib
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/src/BulletCollision/libBulletCollision.2.85.dylib
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/src/LinearMath/libLinearMath.2.85.dylib
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/examples/OpenGLWindow/libOpenGLWindow.dylib
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/src/Bullet3Common/libBullet3Common.2.85.dylib
- Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui: Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/link.txt
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/ragora/Documents/Projects/Torque3D/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking CXX executable AppBasicExampleGui"
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/AppBasicExampleGui.dir/link.txt --verbose=$(VERBOSE)
- # Rule to build all files generated by this target.
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/build: Engine/lib/bullet/examples/BasicDemo/AppBasicExampleGui
- .PHONY : Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/build
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/clean:
- cd /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo && $(CMAKE_COMMAND) -P CMakeFiles/AppBasicExampleGui.dir/cmake_clean.cmake
- .PHONY : Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/clean
- Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/depend:
- cd /Users/ragora/Documents/Projects/Torque3D && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/ragora/Documents/Projects/Torque3D /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo /Users/ragora/Documents/Projects/Torque3D /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/DependInfo.cmake --color=$(COLOR)
- .PHONY : Engine/lib/bullet/examples/BasicDemo/CMakeFiles/AppBasicExampleGui.dir/depend
|