1429 lines
50 KiB
Makefile
1429 lines
50 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.6
|
|
|
|
# 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:
|
|
|
|
|
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|
SUFFIXES =
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
|
|
# 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 = /usr/local/Cellar/cmake/3.6.2/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/local/Cellar/cmake/3.6.2/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /Users/angelo/coding/assimp
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /Users/angelo/coding/assimp
|
|
|
|
#=============================================================================
|
|
# 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..."
|
|
/usr/local/Cellar/cmake/3.6.2/bin/ccmake -H$(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..."
|
|
/usr/local/Cellar/cmake/3.6.2/bin/cmake -H$(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: \"Unspecified\" \"assimp-bin\" \"assimp-dev\" \"libassimp3.3.1-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..."
|
|
/usr/local/Cellar/cmake/3.6.2/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..."
|
|
/usr/local/Cellar/cmake/3.6.2/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/local/Cellar/cmake/3.6.2/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: install/strip
|
|
|
|
.PHONY : install/strip/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..."
|
|
/usr/local/Cellar/cmake/3.6.2/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: install/local
|
|
|
|
.PHONY : install/local/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
cd /Users/angelo/coding/assimp && $(CMAKE_COMMAND) -E cmake_progress_start /Users/angelo/coding/assimp/CMakeFiles /Users/angelo/coding/assimp/test/CMakeFiles/progress.marks
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f CMakeFiles/Makefile2 test/all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /Users/angelo/coding/assimp/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f CMakeFiles/Makefile2 test/clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
cd /Users/angelo/coding/assimp && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
# Convenience name for target.
|
|
test/CMakeFiles/unit.dir/rule:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/unit.dir/rule
|
|
.PHONY : test/CMakeFiles/unit.dir/rule
|
|
|
|
# Convenience name for target.
|
|
unit: test/CMakeFiles/unit.dir/rule
|
|
|
|
.PHONY : unit
|
|
|
|
# fast build rule for target.
|
|
unit/fast:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/build
|
|
.PHONY : unit/fast
|
|
|
|
__/code/Version.o: __/code/Version.cpp.o
|
|
|
|
.PHONY : __/code/Version.o
|
|
|
|
# target to build an object file
|
|
__/code/Version.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/__/code/Version.cpp.o
|
|
.PHONY : __/code/Version.cpp.o
|
|
|
|
__/code/Version.i: __/code/Version.cpp.i
|
|
|
|
.PHONY : __/code/Version.i
|
|
|
|
# target to preprocess a source file
|
|
__/code/Version.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/__/code/Version.cpp.i
|
|
.PHONY : __/code/Version.cpp.i
|
|
|
|
__/code/Version.s: __/code/Version.cpp.s
|
|
|
|
.PHONY : __/code/Version.s
|
|
|
|
# target to generate assembly for a file
|
|
__/code/Version.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/__/code/Version.cpp.s
|
|
.PHONY : __/code/Version.cpp.s
|
|
|
|
__/contrib/gtest/src/gtest-all.o: __/contrib/gtest/src/gtest-all.cc.o
|
|
|
|
.PHONY : __/contrib/gtest/src/gtest-all.o
|
|
|
|
# target to build an object file
|
|
__/contrib/gtest/src/gtest-all.cc.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/__/contrib/gtest/src/gtest-all.cc.o
|
|
.PHONY : __/contrib/gtest/src/gtest-all.cc.o
|
|
|
|
__/contrib/gtest/src/gtest-all.i: __/contrib/gtest/src/gtest-all.cc.i
|
|
|
|
.PHONY : __/contrib/gtest/src/gtest-all.i
|
|
|
|
# target to preprocess a source file
|
|
__/contrib/gtest/src/gtest-all.cc.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/__/contrib/gtest/src/gtest-all.cc.i
|
|
.PHONY : __/contrib/gtest/src/gtest-all.cc.i
|
|
|
|
__/contrib/gtest/src/gtest-all.s: __/contrib/gtest/src/gtest-all.cc.s
|
|
|
|
.PHONY : __/contrib/gtest/src/gtest-all.s
|
|
|
|
# target to generate assembly for a file
|
|
__/contrib/gtest/src/gtest-all.cc.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/__/contrib/gtest/src/gtest-all.cc.s
|
|
.PHONY : __/contrib/gtest/src/gtest-all.cc.s
|
|
|
|
unit/AssimpAPITest.o: unit/AssimpAPITest.cpp.o
|
|
|
|
.PHONY : unit/AssimpAPITest.o
|
|
|
|
# target to build an object file
|
|
unit/AssimpAPITest.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/AssimpAPITest.cpp.o
|
|
.PHONY : unit/AssimpAPITest.cpp.o
|
|
|
|
unit/AssimpAPITest.i: unit/AssimpAPITest.cpp.i
|
|
|
|
.PHONY : unit/AssimpAPITest.i
|
|
|
|
# target to preprocess a source file
|
|
unit/AssimpAPITest.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/AssimpAPITest.cpp.i
|
|
.PHONY : unit/AssimpAPITest.cpp.i
|
|
|
|
unit/AssimpAPITest.s: unit/AssimpAPITest.cpp.s
|
|
|
|
.PHONY : unit/AssimpAPITest.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/AssimpAPITest.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/AssimpAPITest.cpp.s
|
|
.PHONY : unit/AssimpAPITest.cpp.s
|
|
|
|
unit/CCompilerTest.o: unit/CCompilerTest.c.o
|
|
|
|
.PHONY : unit/CCompilerTest.o
|
|
|
|
# target to build an object file
|
|
unit/CCompilerTest.c.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/CCompilerTest.c.o
|
|
.PHONY : unit/CCompilerTest.c.o
|
|
|
|
unit/CCompilerTest.i: unit/CCompilerTest.c.i
|
|
|
|
.PHONY : unit/CCompilerTest.i
|
|
|
|
# target to preprocess a source file
|
|
unit/CCompilerTest.c.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/CCompilerTest.c.i
|
|
.PHONY : unit/CCompilerTest.c.i
|
|
|
|
unit/CCompilerTest.s: unit/CCompilerTest.c.s
|
|
|
|
.PHONY : unit/CCompilerTest.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/CCompilerTest.c.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/CCompilerTest.c.s
|
|
.PHONY : unit/CCompilerTest.c.s
|
|
|
|
unit/Main.o: unit/Main.cpp.o
|
|
|
|
.PHONY : unit/Main.o
|
|
|
|
# target to build an object file
|
|
unit/Main.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/Main.cpp.o
|
|
.PHONY : unit/Main.cpp.o
|
|
|
|
unit/Main.i: unit/Main.cpp.i
|
|
|
|
.PHONY : unit/Main.i
|
|
|
|
# target to preprocess a source file
|
|
unit/Main.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/Main.cpp.i
|
|
.PHONY : unit/Main.cpp.i
|
|
|
|
unit/Main.s: unit/Main.cpp.s
|
|
|
|
.PHONY : unit/Main.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/Main.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/Main.cpp.s
|
|
.PHONY : unit/Main.cpp.s
|
|
|
|
unit/SceneDiffer.o: unit/SceneDiffer.cpp.o
|
|
|
|
.PHONY : unit/SceneDiffer.o
|
|
|
|
# target to build an object file
|
|
unit/SceneDiffer.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/SceneDiffer.cpp.o
|
|
.PHONY : unit/SceneDiffer.cpp.o
|
|
|
|
unit/SceneDiffer.i: unit/SceneDiffer.cpp.i
|
|
|
|
.PHONY : unit/SceneDiffer.i
|
|
|
|
# target to preprocess a source file
|
|
unit/SceneDiffer.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/SceneDiffer.cpp.i
|
|
.PHONY : unit/SceneDiffer.cpp.i
|
|
|
|
unit/SceneDiffer.s: unit/SceneDiffer.cpp.s
|
|
|
|
.PHONY : unit/SceneDiffer.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/SceneDiffer.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/SceneDiffer.cpp.s
|
|
.PHONY : unit/SceneDiffer.cpp.s
|
|
|
|
unit/utBlendImportAreaLight.o: unit/utBlendImportAreaLight.cpp.o
|
|
|
|
.PHONY : unit/utBlendImportAreaLight.o
|
|
|
|
# target to build an object file
|
|
unit/utBlendImportAreaLight.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utBlendImportAreaLight.cpp.o
|
|
.PHONY : unit/utBlendImportAreaLight.cpp.o
|
|
|
|
unit/utBlendImportAreaLight.i: unit/utBlendImportAreaLight.cpp.i
|
|
|
|
.PHONY : unit/utBlendImportAreaLight.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utBlendImportAreaLight.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utBlendImportAreaLight.cpp.i
|
|
.PHONY : unit/utBlendImportAreaLight.cpp.i
|
|
|
|
unit/utBlendImportAreaLight.s: unit/utBlendImportAreaLight.cpp.s
|
|
|
|
.PHONY : unit/utBlendImportAreaLight.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utBlendImportAreaLight.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utBlendImportAreaLight.cpp.s
|
|
.PHONY : unit/utBlendImportAreaLight.cpp.s
|
|
|
|
unit/utBlendImportMaterials.o: unit/utBlendImportMaterials.cpp.o
|
|
|
|
.PHONY : unit/utBlendImportMaterials.o
|
|
|
|
# target to build an object file
|
|
unit/utBlendImportMaterials.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utBlendImportMaterials.cpp.o
|
|
.PHONY : unit/utBlendImportMaterials.cpp.o
|
|
|
|
unit/utBlendImportMaterials.i: unit/utBlendImportMaterials.cpp.i
|
|
|
|
.PHONY : unit/utBlendImportMaterials.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utBlendImportMaterials.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utBlendImportMaterials.cpp.i
|
|
.PHONY : unit/utBlendImportMaterials.cpp.i
|
|
|
|
unit/utBlendImportMaterials.s: unit/utBlendImportMaterials.cpp.s
|
|
|
|
.PHONY : unit/utBlendImportMaterials.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utBlendImportMaterials.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utBlendImportMaterials.cpp.s
|
|
.PHONY : unit/utBlendImportMaterials.cpp.s
|
|
|
|
unit/utBlenderIntermediate.o: unit/utBlenderIntermediate.cpp.o
|
|
|
|
.PHONY : unit/utBlenderIntermediate.o
|
|
|
|
# target to build an object file
|
|
unit/utBlenderIntermediate.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utBlenderIntermediate.cpp.o
|
|
.PHONY : unit/utBlenderIntermediate.cpp.o
|
|
|
|
unit/utBlenderIntermediate.i: unit/utBlenderIntermediate.cpp.i
|
|
|
|
.PHONY : unit/utBlenderIntermediate.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utBlenderIntermediate.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utBlenderIntermediate.cpp.i
|
|
.PHONY : unit/utBlenderIntermediate.cpp.i
|
|
|
|
unit/utBlenderIntermediate.s: unit/utBlenderIntermediate.cpp.s
|
|
|
|
.PHONY : unit/utBlenderIntermediate.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utBlenderIntermediate.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utBlenderIntermediate.cpp.s
|
|
.PHONY : unit/utBlenderIntermediate.cpp.s
|
|
|
|
unit/utColladaExportCamera.o: unit/utColladaExportCamera.cpp.o
|
|
|
|
.PHONY : unit/utColladaExportCamera.o
|
|
|
|
# target to build an object file
|
|
unit/utColladaExportCamera.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utColladaExportCamera.cpp.o
|
|
.PHONY : unit/utColladaExportCamera.cpp.o
|
|
|
|
unit/utColladaExportCamera.i: unit/utColladaExportCamera.cpp.i
|
|
|
|
.PHONY : unit/utColladaExportCamera.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utColladaExportCamera.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utColladaExportCamera.cpp.i
|
|
.PHONY : unit/utColladaExportCamera.cpp.i
|
|
|
|
unit/utColladaExportCamera.s: unit/utColladaExportCamera.cpp.s
|
|
|
|
.PHONY : unit/utColladaExportCamera.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utColladaExportCamera.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utColladaExportCamera.cpp.s
|
|
.PHONY : unit/utColladaExportCamera.cpp.s
|
|
|
|
unit/utColladaExportLight.o: unit/utColladaExportLight.cpp.o
|
|
|
|
.PHONY : unit/utColladaExportLight.o
|
|
|
|
# target to build an object file
|
|
unit/utColladaExportLight.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utColladaExportLight.cpp.o
|
|
.PHONY : unit/utColladaExportLight.cpp.o
|
|
|
|
unit/utColladaExportLight.i: unit/utColladaExportLight.cpp.i
|
|
|
|
.PHONY : unit/utColladaExportLight.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utColladaExportLight.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utColladaExportLight.cpp.i
|
|
.PHONY : unit/utColladaExportLight.cpp.i
|
|
|
|
unit/utColladaExportLight.s: unit/utColladaExportLight.cpp.s
|
|
|
|
.PHONY : unit/utColladaExportLight.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utColladaExportLight.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utColladaExportLight.cpp.s
|
|
.PHONY : unit/utColladaExportLight.cpp.s
|
|
|
|
unit/utDefaultIOStream.o: unit/utDefaultIOStream.cpp.o
|
|
|
|
.PHONY : unit/utDefaultIOStream.o
|
|
|
|
# target to build an object file
|
|
unit/utDefaultIOStream.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utDefaultIOStream.cpp.o
|
|
.PHONY : unit/utDefaultIOStream.cpp.o
|
|
|
|
unit/utDefaultIOStream.i: unit/utDefaultIOStream.cpp.i
|
|
|
|
.PHONY : unit/utDefaultIOStream.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utDefaultIOStream.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utDefaultIOStream.cpp.i
|
|
.PHONY : unit/utDefaultIOStream.cpp.i
|
|
|
|
unit/utDefaultIOStream.s: unit/utDefaultIOStream.cpp.s
|
|
|
|
.PHONY : unit/utDefaultIOStream.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utDefaultIOStream.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utDefaultIOStream.cpp.s
|
|
.PHONY : unit/utDefaultIOStream.cpp.s
|
|
|
|
unit/utFastAtof.o: unit/utFastAtof.cpp.o
|
|
|
|
.PHONY : unit/utFastAtof.o
|
|
|
|
# target to build an object file
|
|
unit/utFastAtof.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFastAtof.cpp.o
|
|
.PHONY : unit/utFastAtof.cpp.o
|
|
|
|
unit/utFastAtof.i: unit/utFastAtof.cpp.i
|
|
|
|
.PHONY : unit/utFastAtof.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utFastAtof.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFastAtof.cpp.i
|
|
.PHONY : unit/utFastAtof.cpp.i
|
|
|
|
unit/utFastAtof.s: unit/utFastAtof.cpp.s
|
|
|
|
.PHONY : unit/utFastAtof.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utFastAtof.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFastAtof.cpp.s
|
|
.PHONY : unit/utFastAtof.cpp.s
|
|
|
|
unit/utFindDegenerates.o: unit/utFindDegenerates.cpp.o
|
|
|
|
.PHONY : unit/utFindDegenerates.o
|
|
|
|
# target to build an object file
|
|
unit/utFindDegenerates.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFindDegenerates.cpp.o
|
|
.PHONY : unit/utFindDegenerates.cpp.o
|
|
|
|
unit/utFindDegenerates.i: unit/utFindDegenerates.cpp.i
|
|
|
|
.PHONY : unit/utFindDegenerates.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utFindDegenerates.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFindDegenerates.cpp.i
|
|
.PHONY : unit/utFindDegenerates.cpp.i
|
|
|
|
unit/utFindDegenerates.s: unit/utFindDegenerates.cpp.s
|
|
|
|
.PHONY : unit/utFindDegenerates.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utFindDegenerates.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFindDegenerates.cpp.s
|
|
.PHONY : unit/utFindDegenerates.cpp.s
|
|
|
|
unit/utFindInvalidData.o: unit/utFindInvalidData.cpp.o
|
|
|
|
.PHONY : unit/utFindInvalidData.o
|
|
|
|
# target to build an object file
|
|
unit/utFindInvalidData.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFindInvalidData.cpp.o
|
|
.PHONY : unit/utFindInvalidData.cpp.o
|
|
|
|
unit/utFindInvalidData.i: unit/utFindInvalidData.cpp.i
|
|
|
|
.PHONY : unit/utFindInvalidData.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utFindInvalidData.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFindInvalidData.cpp.i
|
|
.PHONY : unit/utFindInvalidData.cpp.i
|
|
|
|
unit/utFindInvalidData.s: unit/utFindInvalidData.cpp.s
|
|
|
|
.PHONY : unit/utFindInvalidData.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utFindInvalidData.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFindInvalidData.cpp.s
|
|
.PHONY : unit/utFindInvalidData.cpp.s
|
|
|
|
unit/utFixInfacingNormals.o: unit/utFixInfacingNormals.cpp.o
|
|
|
|
.PHONY : unit/utFixInfacingNormals.o
|
|
|
|
# target to build an object file
|
|
unit/utFixInfacingNormals.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFixInfacingNormals.cpp.o
|
|
.PHONY : unit/utFixInfacingNormals.cpp.o
|
|
|
|
unit/utFixInfacingNormals.i: unit/utFixInfacingNormals.cpp.i
|
|
|
|
.PHONY : unit/utFixInfacingNormals.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utFixInfacingNormals.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFixInfacingNormals.cpp.i
|
|
.PHONY : unit/utFixInfacingNormals.cpp.i
|
|
|
|
unit/utFixInfacingNormals.s: unit/utFixInfacingNormals.cpp.s
|
|
|
|
.PHONY : unit/utFixInfacingNormals.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utFixInfacingNormals.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utFixInfacingNormals.cpp.s
|
|
.PHONY : unit/utFixInfacingNormals.cpp.s
|
|
|
|
unit/utGenNormals.o: unit/utGenNormals.cpp.o
|
|
|
|
.PHONY : unit/utGenNormals.o
|
|
|
|
# target to build an object file
|
|
unit/utGenNormals.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utGenNormals.cpp.o
|
|
.PHONY : unit/utGenNormals.cpp.o
|
|
|
|
unit/utGenNormals.i: unit/utGenNormals.cpp.i
|
|
|
|
.PHONY : unit/utGenNormals.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utGenNormals.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utGenNormals.cpp.i
|
|
.PHONY : unit/utGenNormals.cpp.i
|
|
|
|
unit/utGenNormals.s: unit/utGenNormals.cpp.s
|
|
|
|
.PHONY : unit/utGenNormals.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utGenNormals.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utGenNormals.cpp.s
|
|
.PHONY : unit/utGenNormals.cpp.s
|
|
|
|
unit/utIOSystem.o: unit/utIOSystem.cpp.o
|
|
|
|
.PHONY : unit/utIOSystem.o
|
|
|
|
# target to build an object file
|
|
unit/utIOSystem.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utIOSystem.cpp.o
|
|
.PHONY : unit/utIOSystem.cpp.o
|
|
|
|
unit/utIOSystem.i: unit/utIOSystem.cpp.i
|
|
|
|
.PHONY : unit/utIOSystem.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utIOSystem.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utIOSystem.cpp.i
|
|
.PHONY : unit/utIOSystem.cpp.i
|
|
|
|
unit/utIOSystem.s: unit/utIOSystem.cpp.s
|
|
|
|
.PHONY : unit/utIOSystem.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utIOSystem.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utIOSystem.cpp.s
|
|
.PHONY : unit/utIOSystem.cpp.s
|
|
|
|
unit/utImporter.o: unit/utImporter.cpp.o
|
|
|
|
.PHONY : unit/utImporter.o
|
|
|
|
# target to build an object file
|
|
unit/utImporter.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utImporter.cpp.o
|
|
.PHONY : unit/utImporter.cpp.o
|
|
|
|
unit/utImporter.i: unit/utImporter.cpp.i
|
|
|
|
.PHONY : unit/utImporter.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utImporter.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utImporter.cpp.i
|
|
.PHONY : unit/utImporter.cpp.i
|
|
|
|
unit/utImporter.s: unit/utImporter.cpp.s
|
|
|
|
.PHONY : unit/utImporter.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utImporter.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utImporter.cpp.s
|
|
.PHONY : unit/utImporter.cpp.s
|
|
|
|
unit/utImproveCacheLocality.o: unit/utImproveCacheLocality.cpp.o
|
|
|
|
.PHONY : unit/utImproveCacheLocality.o
|
|
|
|
# target to build an object file
|
|
unit/utImproveCacheLocality.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utImproveCacheLocality.cpp.o
|
|
.PHONY : unit/utImproveCacheLocality.cpp.o
|
|
|
|
unit/utImproveCacheLocality.i: unit/utImproveCacheLocality.cpp.i
|
|
|
|
.PHONY : unit/utImproveCacheLocality.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utImproveCacheLocality.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utImproveCacheLocality.cpp.i
|
|
.PHONY : unit/utImproveCacheLocality.cpp.i
|
|
|
|
unit/utImproveCacheLocality.s: unit/utImproveCacheLocality.cpp.s
|
|
|
|
.PHONY : unit/utImproveCacheLocality.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utImproveCacheLocality.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utImproveCacheLocality.cpp.s
|
|
.PHONY : unit/utImproveCacheLocality.cpp.s
|
|
|
|
unit/utIssues.o: unit/utIssues.cpp.o
|
|
|
|
.PHONY : unit/utIssues.o
|
|
|
|
# target to build an object file
|
|
unit/utIssues.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utIssues.cpp.o
|
|
.PHONY : unit/utIssues.cpp.o
|
|
|
|
unit/utIssues.i: unit/utIssues.cpp.i
|
|
|
|
.PHONY : unit/utIssues.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utIssues.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utIssues.cpp.i
|
|
.PHONY : unit/utIssues.cpp.i
|
|
|
|
unit/utIssues.s: unit/utIssues.cpp.s
|
|
|
|
.PHONY : unit/utIssues.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utIssues.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utIssues.cpp.s
|
|
.PHONY : unit/utIssues.cpp.s
|
|
|
|
unit/utJoinVertices.o: unit/utJoinVertices.cpp.o
|
|
|
|
.PHONY : unit/utJoinVertices.o
|
|
|
|
# target to build an object file
|
|
unit/utJoinVertices.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utJoinVertices.cpp.o
|
|
.PHONY : unit/utJoinVertices.cpp.o
|
|
|
|
unit/utJoinVertices.i: unit/utJoinVertices.cpp.i
|
|
|
|
.PHONY : unit/utJoinVertices.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utJoinVertices.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utJoinVertices.cpp.i
|
|
.PHONY : unit/utJoinVertices.cpp.i
|
|
|
|
unit/utJoinVertices.s: unit/utJoinVertices.cpp.s
|
|
|
|
.PHONY : unit/utJoinVertices.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utJoinVertices.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utJoinVertices.cpp.s
|
|
.PHONY : unit/utJoinVertices.cpp.s
|
|
|
|
unit/utLimitBoneWeights.o: unit/utLimitBoneWeights.cpp.o
|
|
|
|
.PHONY : unit/utLimitBoneWeights.o
|
|
|
|
# target to build an object file
|
|
unit/utLimitBoneWeights.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utLimitBoneWeights.cpp.o
|
|
.PHONY : unit/utLimitBoneWeights.cpp.o
|
|
|
|
unit/utLimitBoneWeights.i: unit/utLimitBoneWeights.cpp.i
|
|
|
|
.PHONY : unit/utLimitBoneWeights.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utLimitBoneWeights.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utLimitBoneWeights.cpp.i
|
|
.PHONY : unit/utLimitBoneWeights.cpp.i
|
|
|
|
unit/utLimitBoneWeights.s: unit/utLimitBoneWeights.cpp.s
|
|
|
|
.PHONY : unit/utLimitBoneWeights.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utLimitBoneWeights.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utLimitBoneWeights.cpp.s
|
|
.PHONY : unit/utLimitBoneWeights.cpp.s
|
|
|
|
unit/utMaterialSystem.o: unit/utMaterialSystem.cpp.o
|
|
|
|
.PHONY : unit/utMaterialSystem.o
|
|
|
|
# target to build an object file
|
|
unit/utMaterialSystem.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utMaterialSystem.cpp.o
|
|
.PHONY : unit/utMaterialSystem.cpp.o
|
|
|
|
unit/utMaterialSystem.i: unit/utMaterialSystem.cpp.i
|
|
|
|
.PHONY : unit/utMaterialSystem.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utMaterialSystem.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utMaterialSystem.cpp.i
|
|
.PHONY : unit/utMaterialSystem.cpp.i
|
|
|
|
unit/utMaterialSystem.s: unit/utMaterialSystem.cpp.s
|
|
|
|
.PHONY : unit/utMaterialSystem.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utMaterialSystem.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utMaterialSystem.cpp.s
|
|
.PHONY : unit/utMaterialSystem.cpp.s
|
|
|
|
unit/utMatrix3x3.o: unit/utMatrix3x3.cpp.o
|
|
|
|
.PHONY : unit/utMatrix3x3.o
|
|
|
|
# target to build an object file
|
|
unit/utMatrix3x3.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utMatrix3x3.cpp.o
|
|
.PHONY : unit/utMatrix3x3.cpp.o
|
|
|
|
unit/utMatrix3x3.i: unit/utMatrix3x3.cpp.i
|
|
|
|
.PHONY : unit/utMatrix3x3.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utMatrix3x3.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utMatrix3x3.cpp.i
|
|
.PHONY : unit/utMatrix3x3.cpp.i
|
|
|
|
unit/utMatrix3x3.s: unit/utMatrix3x3.cpp.s
|
|
|
|
.PHONY : unit/utMatrix3x3.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utMatrix3x3.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utMatrix3x3.cpp.s
|
|
.PHONY : unit/utMatrix3x3.cpp.s
|
|
|
|
unit/utMatrix4x4.o: unit/utMatrix4x4.cpp.o
|
|
|
|
.PHONY : unit/utMatrix4x4.o
|
|
|
|
# target to build an object file
|
|
unit/utMatrix4x4.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utMatrix4x4.cpp.o
|
|
.PHONY : unit/utMatrix4x4.cpp.o
|
|
|
|
unit/utMatrix4x4.i: unit/utMatrix4x4.cpp.i
|
|
|
|
.PHONY : unit/utMatrix4x4.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utMatrix4x4.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utMatrix4x4.cpp.i
|
|
.PHONY : unit/utMatrix4x4.cpp.i
|
|
|
|
unit/utMatrix4x4.s: unit/utMatrix4x4.cpp.s
|
|
|
|
.PHONY : unit/utMatrix4x4.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utMatrix4x4.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utMatrix4x4.cpp.s
|
|
.PHONY : unit/utMatrix4x4.cpp.s
|
|
|
|
unit/utObjImportExport.o: unit/utObjImportExport.cpp.o
|
|
|
|
.PHONY : unit/utObjImportExport.o
|
|
|
|
# target to build an object file
|
|
unit/utObjImportExport.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utObjImportExport.cpp.o
|
|
.PHONY : unit/utObjImportExport.cpp.o
|
|
|
|
unit/utObjImportExport.i: unit/utObjImportExport.cpp.i
|
|
|
|
.PHONY : unit/utObjImportExport.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utObjImportExport.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utObjImportExport.cpp.i
|
|
.PHONY : unit/utObjImportExport.cpp.i
|
|
|
|
unit/utObjImportExport.s: unit/utObjImportExport.cpp.s
|
|
|
|
.PHONY : unit/utObjImportExport.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utObjImportExport.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utObjImportExport.cpp.s
|
|
.PHONY : unit/utObjImportExport.cpp.s
|
|
|
|
unit/utPretransformVertices.o: unit/utPretransformVertices.cpp.o
|
|
|
|
.PHONY : unit/utPretransformVertices.o
|
|
|
|
# target to build an object file
|
|
unit/utPretransformVertices.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utPretransformVertices.cpp.o
|
|
.PHONY : unit/utPretransformVertices.cpp.o
|
|
|
|
unit/utPretransformVertices.i: unit/utPretransformVertices.cpp.i
|
|
|
|
.PHONY : unit/utPretransformVertices.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utPretransformVertices.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utPretransformVertices.cpp.i
|
|
.PHONY : unit/utPretransformVertices.cpp.i
|
|
|
|
unit/utPretransformVertices.s: unit/utPretransformVertices.cpp.s
|
|
|
|
.PHONY : unit/utPretransformVertices.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utPretransformVertices.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utPretransformVertices.cpp.s
|
|
.PHONY : unit/utPretransformVertices.cpp.s
|
|
|
|
unit/utRemoveComments.o: unit/utRemoveComments.cpp.o
|
|
|
|
.PHONY : unit/utRemoveComments.o
|
|
|
|
# target to build an object file
|
|
unit/utRemoveComments.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utRemoveComments.cpp.o
|
|
.PHONY : unit/utRemoveComments.cpp.o
|
|
|
|
unit/utRemoveComments.i: unit/utRemoveComments.cpp.i
|
|
|
|
.PHONY : unit/utRemoveComments.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utRemoveComments.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utRemoveComments.cpp.i
|
|
.PHONY : unit/utRemoveComments.cpp.i
|
|
|
|
unit/utRemoveComments.s: unit/utRemoveComments.cpp.s
|
|
|
|
.PHONY : unit/utRemoveComments.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utRemoveComments.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utRemoveComments.cpp.s
|
|
.PHONY : unit/utRemoveComments.cpp.s
|
|
|
|
unit/utRemoveComponent.o: unit/utRemoveComponent.cpp.o
|
|
|
|
.PHONY : unit/utRemoveComponent.o
|
|
|
|
# target to build an object file
|
|
unit/utRemoveComponent.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utRemoveComponent.cpp.o
|
|
.PHONY : unit/utRemoveComponent.cpp.o
|
|
|
|
unit/utRemoveComponent.i: unit/utRemoveComponent.cpp.i
|
|
|
|
.PHONY : unit/utRemoveComponent.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utRemoveComponent.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utRemoveComponent.cpp.i
|
|
.PHONY : unit/utRemoveComponent.cpp.i
|
|
|
|
unit/utRemoveComponent.s: unit/utRemoveComponent.cpp.s
|
|
|
|
.PHONY : unit/utRemoveComponent.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utRemoveComponent.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utRemoveComponent.cpp.s
|
|
.PHONY : unit/utRemoveComponent.cpp.s
|
|
|
|
unit/utRemoveRedundantMaterials.o: unit/utRemoveRedundantMaterials.cpp.o
|
|
|
|
.PHONY : unit/utRemoveRedundantMaterials.o
|
|
|
|
# target to build an object file
|
|
unit/utRemoveRedundantMaterials.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utRemoveRedundantMaterials.cpp.o
|
|
.PHONY : unit/utRemoveRedundantMaterials.cpp.o
|
|
|
|
unit/utRemoveRedundantMaterials.i: unit/utRemoveRedundantMaterials.cpp.i
|
|
|
|
.PHONY : unit/utRemoveRedundantMaterials.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utRemoveRedundantMaterials.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utRemoveRedundantMaterials.cpp.i
|
|
.PHONY : unit/utRemoveRedundantMaterials.cpp.i
|
|
|
|
unit/utRemoveRedundantMaterials.s: unit/utRemoveRedundantMaterials.cpp.s
|
|
|
|
.PHONY : unit/utRemoveRedundantMaterials.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utRemoveRedundantMaterials.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utRemoveRedundantMaterials.cpp.s
|
|
.PHONY : unit/utRemoveRedundantMaterials.cpp.s
|
|
|
|
unit/utScenePreprocessor.o: unit/utScenePreprocessor.cpp.o
|
|
|
|
.PHONY : unit/utScenePreprocessor.o
|
|
|
|
# target to build an object file
|
|
unit/utScenePreprocessor.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utScenePreprocessor.cpp.o
|
|
.PHONY : unit/utScenePreprocessor.cpp.o
|
|
|
|
unit/utScenePreprocessor.i: unit/utScenePreprocessor.cpp.i
|
|
|
|
.PHONY : unit/utScenePreprocessor.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utScenePreprocessor.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utScenePreprocessor.cpp.i
|
|
.PHONY : unit/utScenePreprocessor.cpp.i
|
|
|
|
unit/utScenePreprocessor.s: unit/utScenePreprocessor.cpp.s
|
|
|
|
.PHONY : unit/utScenePreprocessor.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utScenePreprocessor.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utScenePreprocessor.cpp.s
|
|
.PHONY : unit/utScenePreprocessor.cpp.s
|
|
|
|
unit/utSharedPPData.o: unit/utSharedPPData.cpp.o
|
|
|
|
.PHONY : unit/utSharedPPData.o
|
|
|
|
# target to build an object file
|
|
unit/utSharedPPData.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utSharedPPData.cpp.o
|
|
.PHONY : unit/utSharedPPData.cpp.o
|
|
|
|
unit/utSharedPPData.i: unit/utSharedPPData.cpp.i
|
|
|
|
.PHONY : unit/utSharedPPData.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utSharedPPData.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utSharedPPData.cpp.i
|
|
.PHONY : unit/utSharedPPData.cpp.i
|
|
|
|
unit/utSharedPPData.s: unit/utSharedPPData.cpp.s
|
|
|
|
.PHONY : unit/utSharedPPData.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utSharedPPData.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utSharedPPData.cpp.s
|
|
.PHONY : unit/utSharedPPData.cpp.s
|
|
|
|
unit/utSortByPType.o: unit/utSortByPType.cpp.o
|
|
|
|
.PHONY : unit/utSortByPType.o
|
|
|
|
# target to build an object file
|
|
unit/utSortByPType.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utSortByPType.cpp.o
|
|
.PHONY : unit/utSortByPType.cpp.o
|
|
|
|
unit/utSortByPType.i: unit/utSortByPType.cpp.i
|
|
|
|
.PHONY : unit/utSortByPType.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utSortByPType.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utSortByPType.cpp.i
|
|
.PHONY : unit/utSortByPType.cpp.i
|
|
|
|
unit/utSortByPType.s: unit/utSortByPType.cpp.s
|
|
|
|
.PHONY : unit/utSortByPType.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utSortByPType.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utSortByPType.cpp.s
|
|
.PHONY : unit/utSortByPType.cpp.s
|
|
|
|
unit/utSplitLargeMeshes.o: unit/utSplitLargeMeshes.cpp.o
|
|
|
|
.PHONY : unit/utSplitLargeMeshes.o
|
|
|
|
# target to build an object file
|
|
unit/utSplitLargeMeshes.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utSplitLargeMeshes.cpp.o
|
|
.PHONY : unit/utSplitLargeMeshes.cpp.o
|
|
|
|
unit/utSplitLargeMeshes.i: unit/utSplitLargeMeshes.cpp.i
|
|
|
|
.PHONY : unit/utSplitLargeMeshes.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utSplitLargeMeshes.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utSplitLargeMeshes.cpp.i
|
|
.PHONY : unit/utSplitLargeMeshes.cpp.i
|
|
|
|
unit/utSplitLargeMeshes.s: unit/utSplitLargeMeshes.cpp.s
|
|
|
|
.PHONY : unit/utSplitLargeMeshes.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utSplitLargeMeshes.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utSplitLargeMeshes.cpp.s
|
|
.PHONY : unit/utSplitLargeMeshes.cpp.s
|
|
|
|
unit/utStringUtils.o: unit/utStringUtils.cpp.o
|
|
|
|
.PHONY : unit/utStringUtils.o
|
|
|
|
# target to build an object file
|
|
unit/utStringUtils.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utStringUtils.cpp.o
|
|
.PHONY : unit/utStringUtils.cpp.o
|
|
|
|
unit/utStringUtils.i: unit/utStringUtils.cpp.i
|
|
|
|
.PHONY : unit/utStringUtils.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utStringUtils.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utStringUtils.cpp.i
|
|
.PHONY : unit/utStringUtils.cpp.i
|
|
|
|
unit/utStringUtils.s: unit/utStringUtils.cpp.s
|
|
|
|
.PHONY : unit/utStringUtils.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utStringUtils.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utStringUtils.cpp.s
|
|
.PHONY : unit/utStringUtils.cpp.s
|
|
|
|
unit/utTargetAnimation.o: unit/utTargetAnimation.cpp.o
|
|
|
|
.PHONY : unit/utTargetAnimation.o
|
|
|
|
# target to build an object file
|
|
unit/utTargetAnimation.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utTargetAnimation.cpp.o
|
|
.PHONY : unit/utTargetAnimation.cpp.o
|
|
|
|
unit/utTargetAnimation.i: unit/utTargetAnimation.cpp.i
|
|
|
|
.PHONY : unit/utTargetAnimation.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utTargetAnimation.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utTargetAnimation.cpp.i
|
|
.PHONY : unit/utTargetAnimation.cpp.i
|
|
|
|
unit/utTargetAnimation.s: unit/utTargetAnimation.cpp.s
|
|
|
|
.PHONY : unit/utTargetAnimation.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utTargetAnimation.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utTargetAnimation.cpp.s
|
|
.PHONY : unit/utTargetAnimation.cpp.s
|
|
|
|
unit/utTextureTransform.o: unit/utTextureTransform.cpp.o
|
|
|
|
.PHONY : unit/utTextureTransform.o
|
|
|
|
# target to build an object file
|
|
unit/utTextureTransform.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utTextureTransform.cpp.o
|
|
.PHONY : unit/utTextureTransform.cpp.o
|
|
|
|
unit/utTextureTransform.i: unit/utTextureTransform.cpp.i
|
|
|
|
.PHONY : unit/utTextureTransform.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utTextureTransform.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utTextureTransform.cpp.i
|
|
.PHONY : unit/utTextureTransform.cpp.i
|
|
|
|
unit/utTextureTransform.s: unit/utTextureTransform.cpp.s
|
|
|
|
.PHONY : unit/utTextureTransform.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utTextureTransform.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utTextureTransform.cpp.s
|
|
.PHONY : unit/utTextureTransform.cpp.s
|
|
|
|
unit/utTriangulate.o: unit/utTriangulate.cpp.o
|
|
|
|
.PHONY : unit/utTriangulate.o
|
|
|
|
# target to build an object file
|
|
unit/utTriangulate.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utTriangulate.cpp.o
|
|
.PHONY : unit/utTriangulate.cpp.o
|
|
|
|
unit/utTriangulate.i: unit/utTriangulate.cpp.i
|
|
|
|
.PHONY : unit/utTriangulate.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utTriangulate.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utTriangulate.cpp.i
|
|
.PHONY : unit/utTriangulate.cpp.i
|
|
|
|
unit/utTriangulate.s: unit/utTriangulate.cpp.s
|
|
|
|
.PHONY : unit/utTriangulate.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utTriangulate.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utTriangulate.cpp.s
|
|
.PHONY : unit/utTriangulate.cpp.s
|
|
|
|
unit/utVersion.o: unit/utVersion.cpp.o
|
|
|
|
.PHONY : unit/utVersion.o
|
|
|
|
# target to build an object file
|
|
unit/utVersion.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utVersion.cpp.o
|
|
.PHONY : unit/utVersion.cpp.o
|
|
|
|
unit/utVersion.i: unit/utVersion.cpp.i
|
|
|
|
.PHONY : unit/utVersion.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utVersion.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utVersion.cpp.i
|
|
.PHONY : unit/utVersion.cpp.i
|
|
|
|
unit/utVersion.s: unit/utVersion.cpp.s
|
|
|
|
.PHONY : unit/utVersion.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utVersion.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utVersion.cpp.s
|
|
.PHONY : unit/utVersion.cpp.s
|
|
|
|
unit/utVertexTriangleAdjacency.o: unit/utVertexTriangleAdjacency.cpp.o
|
|
|
|
.PHONY : unit/utVertexTriangleAdjacency.o
|
|
|
|
# target to build an object file
|
|
unit/utVertexTriangleAdjacency.cpp.o:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utVertexTriangleAdjacency.cpp.o
|
|
.PHONY : unit/utVertexTriangleAdjacency.cpp.o
|
|
|
|
unit/utVertexTriangleAdjacency.i: unit/utVertexTriangleAdjacency.cpp.i
|
|
|
|
.PHONY : unit/utVertexTriangleAdjacency.i
|
|
|
|
# target to preprocess a source file
|
|
unit/utVertexTriangleAdjacency.cpp.i:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utVertexTriangleAdjacency.cpp.i
|
|
.PHONY : unit/utVertexTriangleAdjacency.cpp.i
|
|
|
|
unit/utVertexTriangleAdjacency.s: unit/utVertexTriangleAdjacency.cpp.s
|
|
|
|
.PHONY : unit/utVertexTriangleAdjacency.s
|
|
|
|
# target to generate assembly for a file
|
|
unit/utVertexTriangleAdjacency.cpp.s:
|
|
cd /Users/angelo/coding/assimp && $(MAKE) -f test/CMakeFiles/unit.dir/build.make test/CMakeFiles/unit.dir/unit/utVertexTriangleAdjacency.cpp.s
|
|
.PHONY : unit/utVertexTriangleAdjacency.cpp.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 "... rebuild_cache"
|
|
@echo "... list_install_components"
|
|
@echo "... install"
|
|
@echo "... install/strip"
|
|
@echo "... install/local"
|
|
@echo "... unit"
|
|
@echo "... __/code/Version.o"
|
|
@echo "... __/code/Version.i"
|
|
@echo "... __/code/Version.s"
|
|
@echo "... __/contrib/gtest/src/gtest-all.o"
|
|
@echo "... __/contrib/gtest/src/gtest-all.i"
|
|
@echo "... __/contrib/gtest/src/gtest-all.s"
|
|
@echo "... unit/AssimpAPITest.o"
|
|
@echo "... unit/AssimpAPITest.i"
|
|
@echo "... unit/AssimpAPITest.s"
|
|
@echo "... unit/CCompilerTest.o"
|
|
@echo "... unit/CCompilerTest.i"
|
|
@echo "... unit/CCompilerTest.s"
|
|
@echo "... unit/Main.o"
|
|
@echo "... unit/Main.i"
|
|
@echo "... unit/Main.s"
|
|
@echo "... unit/SceneDiffer.o"
|
|
@echo "... unit/SceneDiffer.i"
|
|
@echo "... unit/SceneDiffer.s"
|
|
@echo "... unit/utBlendImportAreaLight.o"
|
|
@echo "... unit/utBlendImportAreaLight.i"
|
|
@echo "... unit/utBlendImportAreaLight.s"
|
|
@echo "... unit/utBlendImportMaterials.o"
|
|
@echo "... unit/utBlendImportMaterials.i"
|
|
@echo "... unit/utBlendImportMaterials.s"
|
|
@echo "... unit/utBlenderIntermediate.o"
|
|
@echo "... unit/utBlenderIntermediate.i"
|
|
@echo "... unit/utBlenderIntermediate.s"
|
|
@echo "... unit/utColladaExportCamera.o"
|
|
@echo "... unit/utColladaExportCamera.i"
|
|
@echo "... unit/utColladaExportCamera.s"
|
|
@echo "... unit/utColladaExportLight.o"
|
|
@echo "... unit/utColladaExportLight.i"
|
|
@echo "... unit/utColladaExportLight.s"
|
|
@echo "... unit/utDefaultIOStream.o"
|
|
@echo "... unit/utDefaultIOStream.i"
|
|
@echo "... unit/utDefaultIOStream.s"
|
|
@echo "... unit/utFastAtof.o"
|
|
@echo "... unit/utFastAtof.i"
|
|
@echo "... unit/utFastAtof.s"
|
|
@echo "... unit/utFindDegenerates.o"
|
|
@echo "... unit/utFindDegenerates.i"
|
|
@echo "... unit/utFindDegenerates.s"
|
|
@echo "... unit/utFindInvalidData.o"
|
|
@echo "... unit/utFindInvalidData.i"
|
|
@echo "... unit/utFindInvalidData.s"
|
|
@echo "... unit/utFixInfacingNormals.o"
|
|
@echo "... unit/utFixInfacingNormals.i"
|
|
@echo "... unit/utFixInfacingNormals.s"
|
|
@echo "... unit/utGenNormals.o"
|
|
@echo "... unit/utGenNormals.i"
|
|
@echo "... unit/utGenNormals.s"
|
|
@echo "... unit/utIOSystem.o"
|
|
@echo "... unit/utIOSystem.i"
|
|
@echo "... unit/utIOSystem.s"
|
|
@echo "... unit/utImporter.o"
|
|
@echo "... unit/utImporter.i"
|
|
@echo "... unit/utImporter.s"
|
|
@echo "... unit/utImproveCacheLocality.o"
|
|
@echo "... unit/utImproveCacheLocality.i"
|
|
@echo "... unit/utImproveCacheLocality.s"
|
|
@echo "... unit/utIssues.o"
|
|
@echo "... unit/utIssues.i"
|
|
@echo "... unit/utIssues.s"
|
|
@echo "... unit/utJoinVertices.o"
|
|
@echo "... unit/utJoinVertices.i"
|
|
@echo "... unit/utJoinVertices.s"
|
|
@echo "... unit/utLimitBoneWeights.o"
|
|
@echo "... unit/utLimitBoneWeights.i"
|
|
@echo "... unit/utLimitBoneWeights.s"
|
|
@echo "... unit/utMaterialSystem.o"
|
|
@echo "... unit/utMaterialSystem.i"
|
|
@echo "... unit/utMaterialSystem.s"
|
|
@echo "... unit/utMatrix3x3.o"
|
|
@echo "... unit/utMatrix3x3.i"
|
|
@echo "... unit/utMatrix3x3.s"
|
|
@echo "... unit/utMatrix4x4.o"
|
|
@echo "... unit/utMatrix4x4.i"
|
|
@echo "... unit/utMatrix4x4.s"
|
|
@echo "... unit/utObjImportExport.o"
|
|
@echo "... unit/utObjImportExport.i"
|
|
@echo "... unit/utObjImportExport.s"
|
|
@echo "... unit/utPretransformVertices.o"
|
|
@echo "... unit/utPretransformVertices.i"
|
|
@echo "... unit/utPretransformVertices.s"
|
|
@echo "... unit/utRemoveComments.o"
|
|
@echo "... unit/utRemoveComments.i"
|
|
@echo "... unit/utRemoveComments.s"
|
|
@echo "... unit/utRemoveComponent.o"
|
|
@echo "... unit/utRemoveComponent.i"
|
|
@echo "... unit/utRemoveComponent.s"
|
|
@echo "... unit/utRemoveRedundantMaterials.o"
|
|
@echo "... unit/utRemoveRedundantMaterials.i"
|
|
@echo "... unit/utRemoveRedundantMaterials.s"
|
|
@echo "... unit/utScenePreprocessor.o"
|
|
@echo "... unit/utScenePreprocessor.i"
|
|
@echo "... unit/utScenePreprocessor.s"
|
|
@echo "... unit/utSharedPPData.o"
|
|
@echo "... unit/utSharedPPData.i"
|
|
@echo "... unit/utSharedPPData.s"
|
|
@echo "... unit/utSortByPType.o"
|
|
@echo "... unit/utSortByPType.i"
|
|
@echo "... unit/utSortByPType.s"
|
|
@echo "... unit/utSplitLargeMeshes.o"
|
|
@echo "... unit/utSplitLargeMeshes.i"
|
|
@echo "... unit/utSplitLargeMeshes.s"
|
|
@echo "... unit/utStringUtils.o"
|
|
@echo "... unit/utStringUtils.i"
|
|
@echo "... unit/utStringUtils.s"
|
|
@echo "... unit/utTargetAnimation.o"
|
|
@echo "... unit/utTargetAnimation.i"
|
|
@echo "... unit/utTargetAnimation.s"
|
|
@echo "... unit/utTextureTransform.o"
|
|
@echo "... unit/utTextureTransform.i"
|
|
@echo "... unit/utTextureTransform.s"
|
|
@echo "... unit/utTriangulate.o"
|
|
@echo "... unit/utTriangulate.i"
|
|
@echo "... unit/utTriangulate.s"
|
|
@echo "... unit/utVersion.o"
|
|
@echo "... unit/utVersion.i"
|
|
@echo "... unit/utVersion.s"
|
|
@echo "... unit/utVertexTriangleAdjacency.o"
|
|
@echo "... unit/utVertexTriangleAdjacency.i"
|
|
@echo "... unit/utVertexTriangleAdjacency.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/angelo/coding/assimp && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|