mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 13:30:34 +00:00
456 lines
22 KiB
Makefile
456 lines
22 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.23
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
.PHONY : default_target
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
#=============================================================================
|
|
# 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
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
|
/Applications/CMake.app/Contents/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : edit_cache
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache/fast: edit_cache
|
|
.PHONY : edit_cache/fast
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
/Applications/CMake.app/Contents/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Devel\" \"Unspecified\" \"assimp-bin\" \"assimp-dev\" \"libassimp5.2.0\" \"libassimp5.2.0-dev\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
.PHONY : list_install_components/fast
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/Applications/CMake.app/Contents/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/Applications/CMake.app/Contents/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
/Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
/Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/Applications/CMake.app/Contents/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(CMAKE_COMMAND) -E cmake_progress_start /Users/ragora/Documents/Projects/Torque3D/CMakeFiles /Users/ragora/Documents/Projects/Torque3D/Engine/lib/bullet/Extras/ConvexDecomposition//CMakeFiles/progress.marks
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Engine/lib/bullet/Extras/ConvexDecomposition/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/ragora/Documents/Projects/Torque3D/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Engine/lib/bullet/Extras/ConvexDecomposition/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Engine/lib/bullet/Extras/ConvexDecomposition/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Engine/lib/bullet/Extras/ConvexDecomposition/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
# Convenience name for target.
|
|
Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/rule:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/rule
|
|
.PHONY : Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/rule
|
|
|
|
# Convenience name for target.
|
|
ConvexDecomposition: Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/rule
|
|
.PHONY : ConvexDecomposition
|
|
|
|
# fast build rule for target.
|
|
ConvexDecomposition/fast:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build
|
|
.PHONY : ConvexDecomposition/fast
|
|
|
|
# target to build an object file
|
|
ConvexBuilder.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/ConvexBuilder.o
|
|
.PHONY : ConvexBuilder.o
|
|
|
|
# target to preprocess a source file
|
|
ConvexBuilder.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/ConvexBuilder.i
|
|
.PHONY : ConvexBuilder.i
|
|
|
|
# target to generate assembly for a file
|
|
ConvexBuilder.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/ConvexBuilder.s
|
|
.PHONY : ConvexBuilder.s
|
|
|
|
# target to build an object file
|
|
ConvexDecomposition.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/ConvexDecomposition.o
|
|
.PHONY : ConvexDecomposition.o
|
|
|
|
# target to preprocess a source file
|
|
ConvexDecomposition.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/ConvexDecomposition.i
|
|
.PHONY : ConvexDecomposition.i
|
|
|
|
# target to generate assembly for a file
|
|
ConvexDecomposition.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/ConvexDecomposition.s
|
|
.PHONY : ConvexDecomposition.s
|
|
|
|
# target to build an object file
|
|
bestfit.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/bestfit.o
|
|
.PHONY : bestfit.o
|
|
|
|
# target to preprocess a source file
|
|
bestfit.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/bestfit.i
|
|
.PHONY : bestfit.i
|
|
|
|
# target to generate assembly for a file
|
|
bestfit.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/bestfit.s
|
|
.PHONY : bestfit.s
|
|
|
|
# target to build an object file
|
|
bestfitobb.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/bestfitobb.o
|
|
.PHONY : bestfitobb.o
|
|
|
|
# target to preprocess a source file
|
|
bestfitobb.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/bestfitobb.i
|
|
.PHONY : bestfitobb.i
|
|
|
|
# target to generate assembly for a file
|
|
bestfitobb.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/bestfitobb.s
|
|
.PHONY : bestfitobb.s
|
|
|
|
# target to build an object file
|
|
cd_hull.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/cd_hull.o
|
|
.PHONY : cd_hull.o
|
|
|
|
# target to preprocess a source file
|
|
cd_hull.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/cd_hull.i
|
|
.PHONY : cd_hull.i
|
|
|
|
# target to generate assembly for a file
|
|
cd_hull.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/cd_hull.s
|
|
.PHONY : cd_hull.s
|
|
|
|
# target to build an object file
|
|
cd_wavefront.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/cd_wavefront.o
|
|
.PHONY : cd_wavefront.o
|
|
|
|
# target to preprocess a source file
|
|
cd_wavefront.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/cd_wavefront.i
|
|
.PHONY : cd_wavefront.i
|
|
|
|
# target to generate assembly for a file
|
|
cd_wavefront.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/cd_wavefront.s
|
|
.PHONY : cd_wavefront.s
|
|
|
|
# target to build an object file
|
|
concavity.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/concavity.o
|
|
.PHONY : concavity.o
|
|
|
|
# target to preprocess a source file
|
|
concavity.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/concavity.i
|
|
.PHONY : concavity.i
|
|
|
|
# target to generate assembly for a file
|
|
concavity.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/concavity.s
|
|
.PHONY : concavity.s
|
|
|
|
# target to build an object file
|
|
fitsphere.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/fitsphere.o
|
|
.PHONY : fitsphere.o
|
|
|
|
# target to preprocess a source file
|
|
fitsphere.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/fitsphere.i
|
|
.PHONY : fitsphere.i
|
|
|
|
# target to generate assembly for a file
|
|
fitsphere.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/fitsphere.s
|
|
.PHONY : fitsphere.s
|
|
|
|
# target to build an object file
|
|
float_math.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/float_math.o
|
|
.PHONY : float_math.o
|
|
|
|
# target to preprocess a source file
|
|
float_math.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/float_math.i
|
|
.PHONY : float_math.i
|
|
|
|
# target to generate assembly for a file
|
|
float_math.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/float_math.s
|
|
.PHONY : float_math.s
|
|
|
|
# target to build an object file
|
|
meshvolume.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/meshvolume.o
|
|
.PHONY : meshvolume.o
|
|
|
|
# target to preprocess a source file
|
|
meshvolume.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/meshvolume.i
|
|
.PHONY : meshvolume.i
|
|
|
|
# target to generate assembly for a file
|
|
meshvolume.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/meshvolume.s
|
|
.PHONY : meshvolume.s
|
|
|
|
# target to build an object file
|
|
planetri.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/planetri.o
|
|
.PHONY : planetri.o
|
|
|
|
# target to preprocess a source file
|
|
planetri.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/planetri.i
|
|
.PHONY : planetri.i
|
|
|
|
# target to generate assembly for a file
|
|
planetri.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/planetri.s
|
|
.PHONY : planetri.s
|
|
|
|
# target to build an object file
|
|
raytri.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/raytri.o
|
|
.PHONY : raytri.o
|
|
|
|
# target to preprocess a source file
|
|
raytri.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/raytri.i
|
|
.PHONY : raytri.i
|
|
|
|
# target to generate assembly for a file
|
|
raytri.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/raytri.s
|
|
.PHONY : raytri.s
|
|
|
|
# target to build an object file
|
|
splitplane.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/splitplane.o
|
|
.PHONY : splitplane.o
|
|
|
|
# target to preprocess a source file
|
|
splitplane.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/splitplane.i
|
|
.PHONY : splitplane.i
|
|
|
|
# target to generate assembly for a file
|
|
splitplane.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/splitplane.s
|
|
.PHONY : splitplane.s
|
|
|
|
# target to build an object file
|
|
vlookup.o:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/vlookup.o
|
|
.PHONY : vlookup.o
|
|
|
|
# target to preprocess a source file
|
|
vlookup.i:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/vlookup.i
|
|
.PHONY : vlookup.i
|
|
|
|
# target to generate assembly for a file
|
|
vlookup.s:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(MAKE) $(MAKESILENT) -f Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/build.make Engine/lib/bullet/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/vlookup.s
|
|
.PHONY : vlookup.s
|
|
|
|
# Help Target
|
|
help:
|
|
@echo "The following are some of the valid targets for this Makefile:"
|
|
@echo "... all (the default if no target is provided)"
|
|
@echo "... clean"
|
|
@echo "... depend"
|
|
@echo "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... rebuild_cache"
|
|
@echo "... ConvexDecomposition"
|
|
@echo "... ConvexBuilder.o"
|
|
@echo "... ConvexBuilder.i"
|
|
@echo "... ConvexBuilder.s"
|
|
@echo "... ConvexDecomposition.o"
|
|
@echo "... ConvexDecomposition.i"
|
|
@echo "... ConvexDecomposition.s"
|
|
@echo "... bestfit.o"
|
|
@echo "... bestfit.i"
|
|
@echo "... bestfit.s"
|
|
@echo "... bestfitobb.o"
|
|
@echo "... bestfitobb.i"
|
|
@echo "... bestfitobb.s"
|
|
@echo "... cd_hull.o"
|
|
@echo "... cd_hull.i"
|
|
@echo "... cd_hull.s"
|
|
@echo "... cd_wavefront.o"
|
|
@echo "... cd_wavefront.i"
|
|
@echo "... cd_wavefront.s"
|
|
@echo "... concavity.o"
|
|
@echo "... concavity.i"
|
|
@echo "... concavity.s"
|
|
@echo "... fitsphere.o"
|
|
@echo "... fitsphere.i"
|
|
@echo "... fitsphere.s"
|
|
@echo "... float_math.o"
|
|
@echo "... float_math.i"
|
|
@echo "... float_math.s"
|
|
@echo "... meshvolume.o"
|
|
@echo "... meshvolume.i"
|
|
@echo "... meshvolume.s"
|
|
@echo "... planetri.o"
|
|
@echo "... planetri.i"
|
|
@echo "... planetri.s"
|
|
@echo "... raytri.o"
|
|
@echo "... raytri.i"
|
|
@echo "... raytri.s"
|
|
@echo "... splitplane.o"
|
|
@echo "... splitplane.i"
|
|
@echo "... splitplane.s"
|
|
@echo "... vlookup.o"
|
|
@echo "... vlookup.i"
|
|
@echo "... vlookup.s"
|
|
.PHONY : help
|
|
|
|
|
|
|
|
#=============================================================================
|
|
# Special targets to cleanup operation of make.
|
|
|
|
# Special rule to run CMake to check the build system integrity.
|
|
# No rule that depends on this can have commands that come from listfiles
|
|
# because they might be regenerated.
|
|
cmake_check_build_system:
|
|
cd /Users/ragora/Documents/Projects/Torque3D && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|