1030 lines
40 KiB
Makefile
1030 lines
40 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
|
|
|
# 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 = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /document/FBX2glTF
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /document/FBX2glTF/build
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
|
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
.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/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: \"Unspecified\""
|
|
.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/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/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..."
|
|
/usr/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..."
|
|
/usr/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..."
|
|
/usr/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..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /document/FBX2glTF/build/CMakeFiles /document/FBX2glTF/build//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /document/FBX2glTF/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Draco
|
|
|
|
# Build rule for target.
|
|
Draco: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Draco
|
|
.PHONY : Draco
|
|
|
|
# fast build rule for target.
|
|
Draco/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Draco.dir/build.make CMakeFiles/Draco.dir/build
|
|
.PHONY : Draco/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named MathFu
|
|
|
|
# Build rule for target.
|
|
MathFu: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MathFu
|
|
.PHONY : MathFu
|
|
|
|
# fast build rule for target.
|
|
MathFu/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/MathFu.dir/build.make CMakeFiles/MathFu.dir/build
|
|
.PHONY : MathFu/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named FiFoMap
|
|
|
|
# Build rule for target.
|
|
FiFoMap: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 FiFoMap
|
|
.PHONY : FiFoMap
|
|
|
|
# fast build rule for target.
|
|
FiFoMap/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/FiFoMap.dir/build.make CMakeFiles/FiFoMap.dir/build
|
|
.PHONY : FiFoMap/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named CPPCodec
|
|
|
|
# Build rule for target.
|
|
CPPCodec: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CPPCodec
|
|
.PHONY : CPPCodec
|
|
|
|
# fast build rule for target.
|
|
CPPCodec/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/CPPCodec.dir/build.make CMakeFiles/CPPCodec.dir/build
|
|
.PHONY : CPPCodec/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named libFBX2glTF
|
|
|
|
# Build rule for target.
|
|
libFBX2glTF: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libFBX2glTF
|
|
.PHONY : libFBX2glTF
|
|
|
|
# fast build rule for target.
|
|
libFBX2glTF/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/build
|
|
.PHONY : libFBX2glTF/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named appFBX2glTF
|
|
|
|
# Build rule for target.
|
|
appFBX2glTF: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 appFBX2glTF
|
|
.PHONY : appFBX2glTF
|
|
|
|
# fast build rule for target.
|
|
appFBX2glTF/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/appFBX2glTF.dir/build.make CMakeFiles/appFBX2glTF.dir/build
|
|
.PHONY : appFBX2glTF/fast
|
|
|
|
src/FBX2glTF.o: src/FBX2glTF.cpp.o
|
|
.PHONY : src/FBX2glTF.o
|
|
|
|
# target to build an object file
|
|
src/FBX2glTF.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/appFBX2glTF.dir/build.make CMakeFiles/appFBX2glTF.dir/src/FBX2glTF.cpp.o
|
|
.PHONY : src/FBX2glTF.cpp.o
|
|
|
|
src/FBX2glTF.i: src/FBX2glTF.cpp.i
|
|
.PHONY : src/FBX2glTF.i
|
|
|
|
# target to preprocess a source file
|
|
src/FBX2glTF.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/appFBX2glTF.dir/build.make CMakeFiles/appFBX2glTF.dir/src/FBX2glTF.cpp.i
|
|
.PHONY : src/FBX2glTF.cpp.i
|
|
|
|
src/FBX2glTF.s: src/FBX2glTF.cpp.s
|
|
.PHONY : src/FBX2glTF.s
|
|
|
|
# target to generate assembly for a file
|
|
src/FBX2glTF.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/appFBX2glTF.dir/build.make CMakeFiles/appFBX2glTF.dir/src/FBX2glTF.cpp.s
|
|
.PHONY : src/FBX2glTF.cpp.s
|
|
|
|
src/fbx/Fbx2Raw.o: src/fbx/Fbx2Raw.cpp.o
|
|
.PHONY : src/fbx/Fbx2Raw.o
|
|
|
|
# target to build an object file
|
|
src/fbx/Fbx2Raw.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/Fbx2Raw.cpp.o
|
|
.PHONY : src/fbx/Fbx2Raw.cpp.o
|
|
|
|
src/fbx/Fbx2Raw.i: src/fbx/Fbx2Raw.cpp.i
|
|
.PHONY : src/fbx/Fbx2Raw.i
|
|
|
|
# target to preprocess a source file
|
|
src/fbx/Fbx2Raw.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/Fbx2Raw.cpp.i
|
|
.PHONY : src/fbx/Fbx2Raw.cpp.i
|
|
|
|
src/fbx/Fbx2Raw.s: src/fbx/Fbx2Raw.cpp.s
|
|
.PHONY : src/fbx/Fbx2Raw.s
|
|
|
|
# target to generate assembly for a file
|
|
src/fbx/Fbx2Raw.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/Fbx2Raw.cpp.s
|
|
.PHONY : src/fbx/Fbx2Raw.cpp.s
|
|
|
|
src/fbx/FbxBlendShapesAccess.o: src/fbx/FbxBlendShapesAccess.cpp.o
|
|
.PHONY : src/fbx/FbxBlendShapesAccess.o
|
|
|
|
# target to build an object file
|
|
src/fbx/FbxBlendShapesAccess.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/FbxBlendShapesAccess.cpp.o
|
|
.PHONY : src/fbx/FbxBlendShapesAccess.cpp.o
|
|
|
|
src/fbx/FbxBlendShapesAccess.i: src/fbx/FbxBlendShapesAccess.cpp.i
|
|
.PHONY : src/fbx/FbxBlendShapesAccess.i
|
|
|
|
# target to preprocess a source file
|
|
src/fbx/FbxBlendShapesAccess.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/FbxBlendShapesAccess.cpp.i
|
|
.PHONY : src/fbx/FbxBlendShapesAccess.cpp.i
|
|
|
|
src/fbx/FbxBlendShapesAccess.s: src/fbx/FbxBlendShapesAccess.cpp.s
|
|
.PHONY : src/fbx/FbxBlendShapesAccess.s
|
|
|
|
# target to generate assembly for a file
|
|
src/fbx/FbxBlendShapesAccess.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/FbxBlendShapesAccess.cpp.s
|
|
.PHONY : src/fbx/FbxBlendShapesAccess.cpp.s
|
|
|
|
src/fbx/FbxSkinningAccess.o: src/fbx/FbxSkinningAccess.cpp.o
|
|
.PHONY : src/fbx/FbxSkinningAccess.o
|
|
|
|
# target to build an object file
|
|
src/fbx/FbxSkinningAccess.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/FbxSkinningAccess.cpp.o
|
|
.PHONY : src/fbx/FbxSkinningAccess.cpp.o
|
|
|
|
src/fbx/FbxSkinningAccess.i: src/fbx/FbxSkinningAccess.cpp.i
|
|
.PHONY : src/fbx/FbxSkinningAccess.i
|
|
|
|
# target to preprocess a source file
|
|
src/fbx/FbxSkinningAccess.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/FbxSkinningAccess.cpp.i
|
|
.PHONY : src/fbx/FbxSkinningAccess.cpp.i
|
|
|
|
src/fbx/FbxSkinningAccess.s: src/fbx/FbxSkinningAccess.cpp.s
|
|
.PHONY : src/fbx/FbxSkinningAccess.s
|
|
|
|
# target to generate assembly for a file
|
|
src/fbx/FbxSkinningAccess.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/FbxSkinningAccess.cpp.s
|
|
.PHONY : src/fbx/FbxSkinningAccess.cpp.s
|
|
|
|
src/fbx/materials/3dsMaxPhysicalMaterial.o: src/fbx/materials/3dsMaxPhysicalMaterial.cpp.o
|
|
.PHONY : src/fbx/materials/3dsMaxPhysicalMaterial.o
|
|
|
|
# target to build an object file
|
|
src/fbx/materials/3dsMaxPhysicalMaterial.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/3dsMaxPhysicalMaterial.cpp.o
|
|
.PHONY : src/fbx/materials/3dsMaxPhysicalMaterial.cpp.o
|
|
|
|
src/fbx/materials/3dsMaxPhysicalMaterial.i: src/fbx/materials/3dsMaxPhysicalMaterial.cpp.i
|
|
.PHONY : src/fbx/materials/3dsMaxPhysicalMaterial.i
|
|
|
|
# target to preprocess a source file
|
|
src/fbx/materials/3dsMaxPhysicalMaterial.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/3dsMaxPhysicalMaterial.cpp.i
|
|
.PHONY : src/fbx/materials/3dsMaxPhysicalMaterial.cpp.i
|
|
|
|
src/fbx/materials/3dsMaxPhysicalMaterial.s: src/fbx/materials/3dsMaxPhysicalMaterial.cpp.s
|
|
.PHONY : src/fbx/materials/3dsMaxPhysicalMaterial.s
|
|
|
|
# target to generate assembly for a file
|
|
src/fbx/materials/3dsMaxPhysicalMaterial.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/3dsMaxPhysicalMaterial.cpp.s
|
|
.PHONY : src/fbx/materials/3dsMaxPhysicalMaterial.cpp.s
|
|
|
|
src/fbx/materials/FbxMaterials.o: src/fbx/materials/FbxMaterials.cpp.o
|
|
.PHONY : src/fbx/materials/FbxMaterials.o
|
|
|
|
# target to build an object file
|
|
src/fbx/materials/FbxMaterials.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/FbxMaterials.cpp.o
|
|
.PHONY : src/fbx/materials/FbxMaterials.cpp.o
|
|
|
|
src/fbx/materials/FbxMaterials.i: src/fbx/materials/FbxMaterials.cpp.i
|
|
.PHONY : src/fbx/materials/FbxMaterials.i
|
|
|
|
# target to preprocess a source file
|
|
src/fbx/materials/FbxMaterials.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/FbxMaterials.cpp.i
|
|
.PHONY : src/fbx/materials/FbxMaterials.cpp.i
|
|
|
|
src/fbx/materials/FbxMaterials.s: src/fbx/materials/FbxMaterials.cpp.s
|
|
.PHONY : src/fbx/materials/FbxMaterials.s
|
|
|
|
# target to generate assembly for a file
|
|
src/fbx/materials/FbxMaterials.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/FbxMaterials.cpp.s
|
|
.PHONY : src/fbx/materials/FbxMaterials.cpp.s
|
|
|
|
src/fbx/materials/StingrayPBSMaterial.o: src/fbx/materials/StingrayPBSMaterial.cpp.o
|
|
.PHONY : src/fbx/materials/StingrayPBSMaterial.o
|
|
|
|
# target to build an object file
|
|
src/fbx/materials/StingrayPBSMaterial.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/StingrayPBSMaterial.cpp.o
|
|
.PHONY : src/fbx/materials/StingrayPBSMaterial.cpp.o
|
|
|
|
src/fbx/materials/StingrayPBSMaterial.i: src/fbx/materials/StingrayPBSMaterial.cpp.i
|
|
.PHONY : src/fbx/materials/StingrayPBSMaterial.i
|
|
|
|
# target to preprocess a source file
|
|
src/fbx/materials/StingrayPBSMaterial.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/StingrayPBSMaterial.cpp.i
|
|
.PHONY : src/fbx/materials/StingrayPBSMaterial.cpp.i
|
|
|
|
src/fbx/materials/StingrayPBSMaterial.s: src/fbx/materials/StingrayPBSMaterial.cpp.s
|
|
.PHONY : src/fbx/materials/StingrayPBSMaterial.s
|
|
|
|
# target to generate assembly for a file
|
|
src/fbx/materials/StingrayPBSMaterial.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/StingrayPBSMaterial.cpp.s
|
|
.PHONY : src/fbx/materials/StingrayPBSMaterial.cpp.s
|
|
|
|
src/fbx/materials/TraditionalMaterials.o: src/fbx/materials/TraditionalMaterials.cpp.o
|
|
.PHONY : src/fbx/materials/TraditionalMaterials.o
|
|
|
|
# target to build an object file
|
|
src/fbx/materials/TraditionalMaterials.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/TraditionalMaterials.cpp.o
|
|
.PHONY : src/fbx/materials/TraditionalMaterials.cpp.o
|
|
|
|
src/fbx/materials/TraditionalMaterials.i: src/fbx/materials/TraditionalMaterials.cpp.i
|
|
.PHONY : src/fbx/materials/TraditionalMaterials.i
|
|
|
|
# target to preprocess a source file
|
|
src/fbx/materials/TraditionalMaterials.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/TraditionalMaterials.cpp.i
|
|
.PHONY : src/fbx/materials/TraditionalMaterials.cpp.i
|
|
|
|
src/fbx/materials/TraditionalMaterials.s: src/fbx/materials/TraditionalMaterials.cpp.s
|
|
.PHONY : src/fbx/materials/TraditionalMaterials.s
|
|
|
|
# target to generate assembly for a file
|
|
src/fbx/materials/TraditionalMaterials.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/fbx/materials/TraditionalMaterials.cpp.s
|
|
.PHONY : src/fbx/materials/TraditionalMaterials.cpp.s
|
|
|
|
src/gltf/GltfModel.o: src/gltf/GltfModel.cpp.o
|
|
.PHONY : src/gltf/GltfModel.o
|
|
|
|
# target to build an object file
|
|
src/gltf/GltfModel.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/GltfModel.cpp.o
|
|
.PHONY : src/gltf/GltfModel.cpp.o
|
|
|
|
src/gltf/GltfModel.i: src/gltf/GltfModel.cpp.i
|
|
.PHONY : src/gltf/GltfModel.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/GltfModel.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/GltfModel.cpp.i
|
|
.PHONY : src/gltf/GltfModel.cpp.i
|
|
|
|
src/gltf/GltfModel.s: src/gltf/GltfModel.cpp.s
|
|
.PHONY : src/gltf/GltfModel.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/GltfModel.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/GltfModel.cpp.s
|
|
.PHONY : src/gltf/GltfModel.cpp.s
|
|
|
|
src/gltf/Raw2Gltf.o: src/gltf/Raw2Gltf.cpp.o
|
|
.PHONY : src/gltf/Raw2Gltf.o
|
|
|
|
# target to build an object file
|
|
src/gltf/Raw2Gltf.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/Raw2Gltf.cpp.o
|
|
.PHONY : src/gltf/Raw2Gltf.cpp.o
|
|
|
|
src/gltf/Raw2Gltf.i: src/gltf/Raw2Gltf.cpp.i
|
|
.PHONY : src/gltf/Raw2Gltf.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/Raw2Gltf.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/Raw2Gltf.cpp.i
|
|
.PHONY : src/gltf/Raw2Gltf.cpp.i
|
|
|
|
src/gltf/Raw2Gltf.s: src/gltf/Raw2Gltf.cpp.s
|
|
.PHONY : src/gltf/Raw2Gltf.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/Raw2Gltf.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/Raw2Gltf.cpp.s
|
|
.PHONY : src/gltf/Raw2Gltf.cpp.s
|
|
|
|
src/gltf/TextureBuilder.o: src/gltf/TextureBuilder.cpp.o
|
|
.PHONY : src/gltf/TextureBuilder.o
|
|
|
|
# target to build an object file
|
|
src/gltf/TextureBuilder.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/TextureBuilder.cpp.o
|
|
.PHONY : src/gltf/TextureBuilder.cpp.o
|
|
|
|
src/gltf/TextureBuilder.i: src/gltf/TextureBuilder.cpp.i
|
|
.PHONY : src/gltf/TextureBuilder.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/TextureBuilder.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/TextureBuilder.cpp.i
|
|
.PHONY : src/gltf/TextureBuilder.cpp.i
|
|
|
|
src/gltf/TextureBuilder.s: src/gltf/TextureBuilder.cpp.s
|
|
.PHONY : src/gltf/TextureBuilder.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/TextureBuilder.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/TextureBuilder.cpp.s
|
|
.PHONY : src/gltf/TextureBuilder.cpp.s
|
|
|
|
src/gltf/properties/AccessorData.o: src/gltf/properties/AccessorData.cpp.o
|
|
.PHONY : src/gltf/properties/AccessorData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/AccessorData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/AccessorData.cpp.o
|
|
.PHONY : src/gltf/properties/AccessorData.cpp.o
|
|
|
|
src/gltf/properties/AccessorData.i: src/gltf/properties/AccessorData.cpp.i
|
|
.PHONY : src/gltf/properties/AccessorData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/AccessorData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/AccessorData.cpp.i
|
|
.PHONY : src/gltf/properties/AccessorData.cpp.i
|
|
|
|
src/gltf/properties/AccessorData.s: src/gltf/properties/AccessorData.cpp.s
|
|
.PHONY : src/gltf/properties/AccessorData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/AccessorData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/AccessorData.cpp.s
|
|
.PHONY : src/gltf/properties/AccessorData.cpp.s
|
|
|
|
src/gltf/properties/AnimationData.o: src/gltf/properties/AnimationData.cpp.o
|
|
.PHONY : src/gltf/properties/AnimationData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/AnimationData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/AnimationData.cpp.o
|
|
.PHONY : src/gltf/properties/AnimationData.cpp.o
|
|
|
|
src/gltf/properties/AnimationData.i: src/gltf/properties/AnimationData.cpp.i
|
|
.PHONY : src/gltf/properties/AnimationData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/AnimationData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/AnimationData.cpp.i
|
|
.PHONY : src/gltf/properties/AnimationData.cpp.i
|
|
|
|
src/gltf/properties/AnimationData.s: src/gltf/properties/AnimationData.cpp.s
|
|
.PHONY : src/gltf/properties/AnimationData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/AnimationData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/AnimationData.cpp.s
|
|
.PHONY : src/gltf/properties/AnimationData.cpp.s
|
|
|
|
src/gltf/properties/BufferData.o: src/gltf/properties/BufferData.cpp.o
|
|
.PHONY : src/gltf/properties/BufferData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/BufferData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/BufferData.cpp.o
|
|
.PHONY : src/gltf/properties/BufferData.cpp.o
|
|
|
|
src/gltf/properties/BufferData.i: src/gltf/properties/BufferData.cpp.i
|
|
.PHONY : src/gltf/properties/BufferData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/BufferData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/BufferData.cpp.i
|
|
.PHONY : src/gltf/properties/BufferData.cpp.i
|
|
|
|
src/gltf/properties/BufferData.s: src/gltf/properties/BufferData.cpp.s
|
|
.PHONY : src/gltf/properties/BufferData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/BufferData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/BufferData.cpp.s
|
|
.PHONY : src/gltf/properties/BufferData.cpp.s
|
|
|
|
src/gltf/properties/BufferViewData.o: src/gltf/properties/BufferViewData.cpp.o
|
|
.PHONY : src/gltf/properties/BufferViewData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/BufferViewData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/BufferViewData.cpp.o
|
|
.PHONY : src/gltf/properties/BufferViewData.cpp.o
|
|
|
|
src/gltf/properties/BufferViewData.i: src/gltf/properties/BufferViewData.cpp.i
|
|
.PHONY : src/gltf/properties/BufferViewData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/BufferViewData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/BufferViewData.cpp.i
|
|
.PHONY : src/gltf/properties/BufferViewData.cpp.i
|
|
|
|
src/gltf/properties/BufferViewData.s: src/gltf/properties/BufferViewData.cpp.s
|
|
.PHONY : src/gltf/properties/BufferViewData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/BufferViewData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/BufferViewData.cpp.s
|
|
.PHONY : src/gltf/properties/BufferViewData.cpp.s
|
|
|
|
src/gltf/properties/CameraData.o: src/gltf/properties/CameraData.cpp.o
|
|
.PHONY : src/gltf/properties/CameraData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/CameraData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/CameraData.cpp.o
|
|
.PHONY : src/gltf/properties/CameraData.cpp.o
|
|
|
|
src/gltf/properties/CameraData.i: src/gltf/properties/CameraData.cpp.i
|
|
.PHONY : src/gltf/properties/CameraData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/CameraData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/CameraData.cpp.i
|
|
.PHONY : src/gltf/properties/CameraData.cpp.i
|
|
|
|
src/gltf/properties/CameraData.s: src/gltf/properties/CameraData.cpp.s
|
|
.PHONY : src/gltf/properties/CameraData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/CameraData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/CameraData.cpp.s
|
|
.PHONY : src/gltf/properties/CameraData.cpp.s
|
|
|
|
src/gltf/properties/ImageData.o: src/gltf/properties/ImageData.cpp.o
|
|
.PHONY : src/gltf/properties/ImageData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/ImageData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/ImageData.cpp.o
|
|
.PHONY : src/gltf/properties/ImageData.cpp.o
|
|
|
|
src/gltf/properties/ImageData.i: src/gltf/properties/ImageData.cpp.i
|
|
.PHONY : src/gltf/properties/ImageData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/ImageData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/ImageData.cpp.i
|
|
.PHONY : src/gltf/properties/ImageData.cpp.i
|
|
|
|
src/gltf/properties/ImageData.s: src/gltf/properties/ImageData.cpp.s
|
|
.PHONY : src/gltf/properties/ImageData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/ImageData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/ImageData.cpp.s
|
|
.PHONY : src/gltf/properties/ImageData.cpp.s
|
|
|
|
src/gltf/properties/LightData.o: src/gltf/properties/LightData.cpp.o
|
|
.PHONY : src/gltf/properties/LightData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/LightData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/LightData.cpp.o
|
|
.PHONY : src/gltf/properties/LightData.cpp.o
|
|
|
|
src/gltf/properties/LightData.i: src/gltf/properties/LightData.cpp.i
|
|
.PHONY : src/gltf/properties/LightData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/LightData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/LightData.cpp.i
|
|
.PHONY : src/gltf/properties/LightData.cpp.i
|
|
|
|
src/gltf/properties/LightData.s: src/gltf/properties/LightData.cpp.s
|
|
.PHONY : src/gltf/properties/LightData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/LightData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/LightData.cpp.s
|
|
.PHONY : src/gltf/properties/LightData.cpp.s
|
|
|
|
src/gltf/properties/MaterialData.o: src/gltf/properties/MaterialData.cpp.o
|
|
.PHONY : src/gltf/properties/MaterialData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/MaterialData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/MaterialData.cpp.o
|
|
.PHONY : src/gltf/properties/MaterialData.cpp.o
|
|
|
|
src/gltf/properties/MaterialData.i: src/gltf/properties/MaterialData.cpp.i
|
|
.PHONY : src/gltf/properties/MaterialData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/MaterialData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/MaterialData.cpp.i
|
|
.PHONY : src/gltf/properties/MaterialData.cpp.i
|
|
|
|
src/gltf/properties/MaterialData.s: src/gltf/properties/MaterialData.cpp.s
|
|
.PHONY : src/gltf/properties/MaterialData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/MaterialData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/MaterialData.cpp.s
|
|
.PHONY : src/gltf/properties/MaterialData.cpp.s
|
|
|
|
src/gltf/properties/MeshData.o: src/gltf/properties/MeshData.cpp.o
|
|
.PHONY : src/gltf/properties/MeshData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/MeshData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/MeshData.cpp.o
|
|
.PHONY : src/gltf/properties/MeshData.cpp.o
|
|
|
|
src/gltf/properties/MeshData.i: src/gltf/properties/MeshData.cpp.i
|
|
.PHONY : src/gltf/properties/MeshData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/MeshData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/MeshData.cpp.i
|
|
.PHONY : src/gltf/properties/MeshData.cpp.i
|
|
|
|
src/gltf/properties/MeshData.s: src/gltf/properties/MeshData.cpp.s
|
|
.PHONY : src/gltf/properties/MeshData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/MeshData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/MeshData.cpp.s
|
|
.PHONY : src/gltf/properties/MeshData.cpp.s
|
|
|
|
src/gltf/properties/NodeData.o: src/gltf/properties/NodeData.cpp.o
|
|
.PHONY : src/gltf/properties/NodeData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/NodeData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/NodeData.cpp.o
|
|
.PHONY : src/gltf/properties/NodeData.cpp.o
|
|
|
|
src/gltf/properties/NodeData.i: src/gltf/properties/NodeData.cpp.i
|
|
.PHONY : src/gltf/properties/NodeData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/NodeData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/NodeData.cpp.i
|
|
.PHONY : src/gltf/properties/NodeData.cpp.i
|
|
|
|
src/gltf/properties/NodeData.s: src/gltf/properties/NodeData.cpp.s
|
|
.PHONY : src/gltf/properties/NodeData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/NodeData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/NodeData.cpp.s
|
|
.PHONY : src/gltf/properties/NodeData.cpp.s
|
|
|
|
src/gltf/properties/PrimitiveData.o: src/gltf/properties/PrimitiveData.cpp.o
|
|
.PHONY : src/gltf/properties/PrimitiveData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/PrimitiveData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/PrimitiveData.cpp.o
|
|
.PHONY : src/gltf/properties/PrimitiveData.cpp.o
|
|
|
|
src/gltf/properties/PrimitiveData.i: src/gltf/properties/PrimitiveData.cpp.i
|
|
.PHONY : src/gltf/properties/PrimitiveData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/PrimitiveData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/PrimitiveData.cpp.i
|
|
.PHONY : src/gltf/properties/PrimitiveData.cpp.i
|
|
|
|
src/gltf/properties/PrimitiveData.s: src/gltf/properties/PrimitiveData.cpp.s
|
|
.PHONY : src/gltf/properties/PrimitiveData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/PrimitiveData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/PrimitiveData.cpp.s
|
|
.PHONY : src/gltf/properties/PrimitiveData.cpp.s
|
|
|
|
src/gltf/properties/SceneData.o: src/gltf/properties/SceneData.cpp.o
|
|
.PHONY : src/gltf/properties/SceneData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/SceneData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/SceneData.cpp.o
|
|
.PHONY : src/gltf/properties/SceneData.cpp.o
|
|
|
|
src/gltf/properties/SceneData.i: src/gltf/properties/SceneData.cpp.i
|
|
.PHONY : src/gltf/properties/SceneData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/SceneData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/SceneData.cpp.i
|
|
.PHONY : src/gltf/properties/SceneData.cpp.i
|
|
|
|
src/gltf/properties/SceneData.s: src/gltf/properties/SceneData.cpp.s
|
|
.PHONY : src/gltf/properties/SceneData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/SceneData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/SceneData.cpp.s
|
|
.PHONY : src/gltf/properties/SceneData.cpp.s
|
|
|
|
src/gltf/properties/SkinData.o: src/gltf/properties/SkinData.cpp.o
|
|
.PHONY : src/gltf/properties/SkinData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/SkinData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/SkinData.cpp.o
|
|
.PHONY : src/gltf/properties/SkinData.cpp.o
|
|
|
|
src/gltf/properties/SkinData.i: src/gltf/properties/SkinData.cpp.i
|
|
.PHONY : src/gltf/properties/SkinData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/SkinData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/SkinData.cpp.i
|
|
.PHONY : src/gltf/properties/SkinData.cpp.i
|
|
|
|
src/gltf/properties/SkinData.s: src/gltf/properties/SkinData.cpp.s
|
|
.PHONY : src/gltf/properties/SkinData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/SkinData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/SkinData.cpp.s
|
|
.PHONY : src/gltf/properties/SkinData.cpp.s
|
|
|
|
src/gltf/properties/TextureData.o: src/gltf/properties/TextureData.cpp.o
|
|
.PHONY : src/gltf/properties/TextureData.o
|
|
|
|
# target to build an object file
|
|
src/gltf/properties/TextureData.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/TextureData.cpp.o
|
|
.PHONY : src/gltf/properties/TextureData.cpp.o
|
|
|
|
src/gltf/properties/TextureData.i: src/gltf/properties/TextureData.cpp.i
|
|
.PHONY : src/gltf/properties/TextureData.i
|
|
|
|
# target to preprocess a source file
|
|
src/gltf/properties/TextureData.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/TextureData.cpp.i
|
|
.PHONY : src/gltf/properties/TextureData.cpp.i
|
|
|
|
src/gltf/properties/TextureData.s: src/gltf/properties/TextureData.cpp.s
|
|
.PHONY : src/gltf/properties/TextureData.s
|
|
|
|
# target to generate assembly for a file
|
|
src/gltf/properties/TextureData.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/gltf/properties/TextureData.cpp.s
|
|
.PHONY : src/gltf/properties/TextureData.cpp.s
|
|
|
|
src/raw/RawModel.o: src/raw/RawModel.cpp.o
|
|
.PHONY : src/raw/RawModel.o
|
|
|
|
# target to build an object file
|
|
src/raw/RawModel.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/raw/RawModel.cpp.o
|
|
.PHONY : src/raw/RawModel.cpp.o
|
|
|
|
src/raw/RawModel.i: src/raw/RawModel.cpp.i
|
|
.PHONY : src/raw/RawModel.i
|
|
|
|
# target to preprocess a source file
|
|
src/raw/RawModel.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/raw/RawModel.cpp.i
|
|
.PHONY : src/raw/RawModel.cpp.i
|
|
|
|
src/raw/RawModel.s: src/raw/RawModel.cpp.s
|
|
.PHONY : src/raw/RawModel.s
|
|
|
|
# target to generate assembly for a file
|
|
src/raw/RawModel.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/raw/RawModel.cpp.s
|
|
.PHONY : src/raw/RawModel.cpp.s
|
|
|
|
src/utils/File_Utils.o: src/utils/File_Utils.cpp.o
|
|
.PHONY : src/utils/File_Utils.o
|
|
|
|
# target to build an object file
|
|
src/utils/File_Utils.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/utils/File_Utils.cpp.o
|
|
.PHONY : src/utils/File_Utils.cpp.o
|
|
|
|
src/utils/File_Utils.i: src/utils/File_Utils.cpp.i
|
|
.PHONY : src/utils/File_Utils.i
|
|
|
|
# target to preprocess a source file
|
|
src/utils/File_Utils.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/utils/File_Utils.cpp.i
|
|
.PHONY : src/utils/File_Utils.cpp.i
|
|
|
|
src/utils/File_Utils.s: src/utils/File_Utils.cpp.s
|
|
.PHONY : src/utils/File_Utils.s
|
|
|
|
# target to generate assembly for a file
|
|
src/utils/File_Utils.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/utils/File_Utils.cpp.s
|
|
.PHONY : src/utils/File_Utils.cpp.s
|
|
|
|
src/utils/Image_Utils.o: src/utils/Image_Utils.cpp.o
|
|
.PHONY : src/utils/Image_Utils.o
|
|
|
|
# target to build an object file
|
|
src/utils/Image_Utils.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/utils/Image_Utils.cpp.o
|
|
.PHONY : src/utils/Image_Utils.cpp.o
|
|
|
|
src/utils/Image_Utils.i: src/utils/Image_Utils.cpp.i
|
|
.PHONY : src/utils/Image_Utils.i
|
|
|
|
# target to preprocess a source file
|
|
src/utils/Image_Utils.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/utils/Image_Utils.cpp.i
|
|
.PHONY : src/utils/Image_Utils.cpp.i
|
|
|
|
src/utils/Image_Utils.s: src/utils/Image_Utils.cpp.s
|
|
.PHONY : src/utils/Image_Utils.s
|
|
|
|
# target to generate assembly for a file
|
|
src/utils/Image_Utils.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/libFBX2glTF.dir/build.make CMakeFiles/libFBX2glTF.dir/src/utils/Image_Utils.cpp.s
|
|
.PHONY : src/utils/Image_Utils.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 "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... rebuild_cache"
|
|
@echo "... CPPCodec"
|
|
@echo "... Draco"
|
|
@echo "... FiFoMap"
|
|
@echo "... MathFu"
|
|
@echo "... appFBX2glTF"
|
|
@echo "... libFBX2glTF"
|
|
@echo "... src/FBX2glTF.o"
|
|
@echo "... src/FBX2glTF.i"
|
|
@echo "... src/FBX2glTF.s"
|
|
@echo "... src/fbx/Fbx2Raw.o"
|
|
@echo "... src/fbx/Fbx2Raw.i"
|
|
@echo "... src/fbx/Fbx2Raw.s"
|
|
@echo "... src/fbx/FbxBlendShapesAccess.o"
|
|
@echo "... src/fbx/FbxBlendShapesAccess.i"
|
|
@echo "... src/fbx/FbxBlendShapesAccess.s"
|
|
@echo "... src/fbx/FbxSkinningAccess.o"
|
|
@echo "... src/fbx/FbxSkinningAccess.i"
|
|
@echo "... src/fbx/FbxSkinningAccess.s"
|
|
@echo "... src/fbx/materials/3dsMaxPhysicalMaterial.o"
|
|
@echo "... src/fbx/materials/3dsMaxPhysicalMaterial.i"
|
|
@echo "... src/fbx/materials/3dsMaxPhysicalMaterial.s"
|
|
@echo "... src/fbx/materials/FbxMaterials.o"
|
|
@echo "... src/fbx/materials/FbxMaterials.i"
|
|
@echo "... src/fbx/materials/FbxMaterials.s"
|
|
@echo "... src/fbx/materials/StingrayPBSMaterial.o"
|
|
@echo "... src/fbx/materials/StingrayPBSMaterial.i"
|
|
@echo "... src/fbx/materials/StingrayPBSMaterial.s"
|
|
@echo "... src/fbx/materials/TraditionalMaterials.o"
|
|
@echo "... src/fbx/materials/TraditionalMaterials.i"
|
|
@echo "... src/fbx/materials/TraditionalMaterials.s"
|
|
@echo "... src/gltf/GltfModel.o"
|
|
@echo "... src/gltf/GltfModel.i"
|
|
@echo "... src/gltf/GltfModel.s"
|
|
@echo "... src/gltf/Raw2Gltf.o"
|
|
@echo "... src/gltf/Raw2Gltf.i"
|
|
@echo "... src/gltf/Raw2Gltf.s"
|
|
@echo "... src/gltf/TextureBuilder.o"
|
|
@echo "... src/gltf/TextureBuilder.i"
|
|
@echo "... src/gltf/TextureBuilder.s"
|
|
@echo "... src/gltf/properties/AccessorData.o"
|
|
@echo "... src/gltf/properties/AccessorData.i"
|
|
@echo "... src/gltf/properties/AccessorData.s"
|
|
@echo "... src/gltf/properties/AnimationData.o"
|
|
@echo "... src/gltf/properties/AnimationData.i"
|
|
@echo "... src/gltf/properties/AnimationData.s"
|
|
@echo "... src/gltf/properties/BufferData.o"
|
|
@echo "... src/gltf/properties/BufferData.i"
|
|
@echo "... src/gltf/properties/BufferData.s"
|
|
@echo "... src/gltf/properties/BufferViewData.o"
|
|
@echo "... src/gltf/properties/BufferViewData.i"
|
|
@echo "... src/gltf/properties/BufferViewData.s"
|
|
@echo "... src/gltf/properties/CameraData.o"
|
|
@echo "... src/gltf/properties/CameraData.i"
|
|
@echo "... src/gltf/properties/CameraData.s"
|
|
@echo "... src/gltf/properties/ImageData.o"
|
|
@echo "... src/gltf/properties/ImageData.i"
|
|
@echo "... src/gltf/properties/ImageData.s"
|
|
@echo "... src/gltf/properties/LightData.o"
|
|
@echo "... src/gltf/properties/LightData.i"
|
|
@echo "... src/gltf/properties/LightData.s"
|
|
@echo "... src/gltf/properties/MaterialData.o"
|
|
@echo "... src/gltf/properties/MaterialData.i"
|
|
@echo "... src/gltf/properties/MaterialData.s"
|
|
@echo "... src/gltf/properties/MeshData.o"
|
|
@echo "... src/gltf/properties/MeshData.i"
|
|
@echo "... src/gltf/properties/MeshData.s"
|
|
@echo "... src/gltf/properties/NodeData.o"
|
|
@echo "... src/gltf/properties/NodeData.i"
|
|
@echo "... src/gltf/properties/NodeData.s"
|
|
@echo "... src/gltf/properties/PrimitiveData.o"
|
|
@echo "... src/gltf/properties/PrimitiveData.i"
|
|
@echo "... src/gltf/properties/PrimitiveData.s"
|
|
@echo "... src/gltf/properties/SceneData.o"
|
|
@echo "... src/gltf/properties/SceneData.i"
|
|
@echo "... src/gltf/properties/SceneData.s"
|
|
@echo "... src/gltf/properties/SkinData.o"
|
|
@echo "... src/gltf/properties/SkinData.i"
|
|
@echo "... src/gltf/properties/SkinData.s"
|
|
@echo "... src/gltf/properties/TextureData.o"
|
|
@echo "... src/gltf/properties/TextureData.i"
|
|
@echo "... src/gltf/properties/TextureData.s"
|
|
@echo "... src/raw/RawModel.o"
|
|
@echo "... src/raw/RawModel.i"
|
|
@echo "... src/raw/RawModel.s"
|
|
@echo "... src/utils/File_Utils.o"
|
|
@echo "... src/utils/File_Utils.i"
|
|
@echo "... src/utils/File_Utils.s"
|
|
@echo "... src/utils/Image_Utils.o"
|
|
@echo "... src/utils/Image_Utils.i"
|
|
@echo "... src/utils/Image_Utils.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:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|