kinect/codes/Azure-Kinect-Sensor-SDK/build/Makefile

2281 lines
81 KiB
Makefile
Raw Permalink Normal View History

2024-03-06 18:05:53 +00:00
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
# 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 = /home/dd/Documents/Azure-Kinect-Sensor-SDK
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/dd/Documents/Azure-Kinect-Sensor-SDK/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target package
package: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
/usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package
# Special rule for the target package
package/fast: package
.PHONY : package/fast
# Special rule for the target package_source
package_source:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/dd/Documents/Azure-Kinect-Sensor-SDK/build/CPackSourceConfig.cmake
.PHONY : package_source
# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/fast
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# 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\" \"development\" \"runtime\" \"tools\""
.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 /home/dd/Documents/Azure-Kinect-Sensor-SDK/build/CMakeFiles /home/dd/Documents/Azure-Kinect-Sensor-SDK/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/dd/Documents/Azure-Kinect-Sensor-SDK/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 Experimental
# Build rule for target.
Experimental: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental
.PHONY : Experimental
# fast build rule for target.
Experimental/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/Experimental.dir/build.make extern/azure_c_shared/src/CMakeFiles/Experimental.dir/build
.PHONY : Experimental/fast
#=============================================================================
# Target rules for targets named Nightly
# Build rule for target.
Nightly: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly
.PHONY : Nightly
# fast build rule for target.
Nightly/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/Nightly.dir/build.make extern/azure_c_shared/src/CMakeFiles/Nightly.dir/build
.PHONY : Nightly/fast
#=============================================================================
# Target rules for targets named Continuous
# Build rule for target.
Continuous: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous
.PHONY : Continuous
# fast build rule for target.
Continuous/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/Continuous.dir/build.make extern/azure_c_shared/src/CMakeFiles/Continuous.dir/build
.PHONY : Continuous/fast
#=============================================================================
# Target rules for targets named NightlyMemoryCheck
# Build rule for target.
NightlyMemoryCheck: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck
.PHONY : NightlyMemoryCheck
# fast build rule for target.
NightlyMemoryCheck/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/NightlyMemoryCheck.dir/build.make extern/azure_c_shared/src/CMakeFiles/NightlyMemoryCheck.dir/build
.PHONY : NightlyMemoryCheck/fast
#=============================================================================
# Target rules for targets named NightlyStart
# Build rule for target.
NightlyStart: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart
.PHONY : NightlyStart
# fast build rule for target.
NightlyStart/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/NightlyStart.dir/build.make extern/azure_c_shared/src/CMakeFiles/NightlyStart.dir/build
.PHONY : NightlyStart/fast
#=============================================================================
# Target rules for targets named NightlyUpdate
# Build rule for target.
NightlyUpdate: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate
.PHONY : NightlyUpdate
# fast build rule for target.
NightlyUpdate/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/NightlyUpdate.dir/build.make extern/azure_c_shared/src/CMakeFiles/NightlyUpdate.dir/build
.PHONY : NightlyUpdate/fast
#=============================================================================
# Target rules for targets named NightlyConfigure
# Build rule for target.
NightlyConfigure: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure
.PHONY : NightlyConfigure
# fast build rule for target.
NightlyConfigure/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/NightlyConfigure.dir/build.make extern/azure_c_shared/src/CMakeFiles/NightlyConfigure.dir/build
.PHONY : NightlyConfigure/fast
#=============================================================================
# Target rules for targets named NightlyBuild
# Build rule for target.
NightlyBuild: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild
.PHONY : NightlyBuild
# fast build rule for target.
NightlyBuild/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/NightlyBuild.dir/build.make extern/azure_c_shared/src/CMakeFiles/NightlyBuild.dir/build
.PHONY : NightlyBuild/fast
#=============================================================================
# Target rules for targets named NightlyTest
# Build rule for target.
NightlyTest: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest
.PHONY : NightlyTest
# fast build rule for target.
NightlyTest/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/NightlyTest.dir/build.make extern/azure_c_shared/src/CMakeFiles/NightlyTest.dir/build
.PHONY : NightlyTest/fast
#=============================================================================
# Target rules for targets named NightlyCoverage
# Build rule for target.
NightlyCoverage: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage
.PHONY : NightlyCoverage
# fast build rule for target.
NightlyCoverage/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/NightlyCoverage.dir/build.make extern/azure_c_shared/src/CMakeFiles/NightlyCoverage.dir/build
.PHONY : NightlyCoverage/fast
#=============================================================================
# Target rules for targets named NightlyMemCheck
# Build rule for target.
NightlyMemCheck: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck
.PHONY : NightlyMemCheck
# fast build rule for target.
NightlyMemCheck/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/NightlyMemCheck.dir/build.make extern/azure_c_shared/src/CMakeFiles/NightlyMemCheck.dir/build
.PHONY : NightlyMemCheck/fast
#=============================================================================
# Target rules for targets named NightlySubmit
# Build rule for target.
NightlySubmit: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit
.PHONY : NightlySubmit
# fast build rule for target.
NightlySubmit/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/NightlySubmit.dir/build.make extern/azure_c_shared/src/CMakeFiles/NightlySubmit.dir/build
.PHONY : NightlySubmit/fast
#=============================================================================
# Target rules for targets named ExperimentalStart
# Build rule for target.
ExperimentalStart: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart
.PHONY : ExperimentalStart
# fast build rule for target.
ExperimentalStart/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ExperimentalStart.dir/build.make extern/azure_c_shared/src/CMakeFiles/ExperimentalStart.dir/build
.PHONY : ExperimentalStart/fast
#=============================================================================
# Target rules for targets named ExperimentalUpdate
# Build rule for target.
ExperimentalUpdate: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate
.PHONY : ExperimentalUpdate
# fast build rule for target.
ExperimentalUpdate/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ExperimentalUpdate.dir/build.make extern/azure_c_shared/src/CMakeFiles/ExperimentalUpdate.dir/build
.PHONY : ExperimentalUpdate/fast
#=============================================================================
# Target rules for targets named ExperimentalConfigure
# Build rule for target.
ExperimentalConfigure: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure
.PHONY : ExperimentalConfigure
# fast build rule for target.
ExperimentalConfigure/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ExperimentalConfigure.dir/build.make extern/azure_c_shared/src/CMakeFiles/ExperimentalConfigure.dir/build
.PHONY : ExperimentalConfigure/fast
#=============================================================================
# Target rules for targets named ExperimentalBuild
# Build rule for target.
ExperimentalBuild: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild
.PHONY : ExperimentalBuild
# fast build rule for target.
ExperimentalBuild/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ExperimentalBuild.dir/build.make extern/azure_c_shared/src/CMakeFiles/ExperimentalBuild.dir/build
.PHONY : ExperimentalBuild/fast
#=============================================================================
# Target rules for targets named ExperimentalTest
# Build rule for target.
ExperimentalTest: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest
.PHONY : ExperimentalTest
# fast build rule for target.
ExperimentalTest/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ExperimentalTest.dir/build.make extern/azure_c_shared/src/CMakeFiles/ExperimentalTest.dir/build
.PHONY : ExperimentalTest/fast
#=============================================================================
# Target rules for targets named ExperimentalCoverage
# Build rule for target.
ExperimentalCoverage: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage
.PHONY : ExperimentalCoverage
# fast build rule for target.
ExperimentalCoverage/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ExperimentalCoverage.dir/build.make extern/azure_c_shared/src/CMakeFiles/ExperimentalCoverage.dir/build
.PHONY : ExperimentalCoverage/fast
#=============================================================================
# Target rules for targets named ExperimentalMemCheck
# Build rule for target.
ExperimentalMemCheck: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck
.PHONY : ExperimentalMemCheck
# fast build rule for target.
ExperimentalMemCheck/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ExperimentalMemCheck.dir/build.make extern/azure_c_shared/src/CMakeFiles/ExperimentalMemCheck.dir/build
.PHONY : ExperimentalMemCheck/fast
#=============================================================================
# Target rules for targets named ExperimentalSubmit
# Build rule for target.
ExperimentalSubmit: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit
.PHONY : ExperimentalSubmit
# fast build rule for target.
ExperimentalSubmit/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ExperimentalSubmit.dir/build.make extern/azure_c_shared/src/CMakeFiles/ExperimentalSubmit.dir/build
.PHONY : ExperimentalSubmit/fast
#=============================================================================
# Target rules for targets named ContinuousStart
# Build rule for target.
ContinuousStart: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart
.PHONY : ContinuousStart
# fast build rule for target.
ContinuousStart/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ContinuousStart.dir/build.make extern/azure_c_shared/src/CMakeFiles/ContinuousStart.dir/build
.PHONY : ContinuousStart/fast
#=============================================================================
# Target rules for targets named ContinuousUpdate
# Build rule for target.
ContinuousUpdate: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate
.PHONY : ContinuousUpdate
# fast build rule for target.
ContinuousUpdate/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ContinuousUpdate.dir/build.make extern/azure_c_shared/src/CMakeFiles/ContinuousUpdate.dir/build
.PHONY : ContinuousUpdate/fast
#=============================================================================
# Target rules for targets named ContinuousConfigure
# Build rule for target.
ContinuousConfigure: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure
.PHONY : ContinuousConfigure
# fast build rule for target.
ContinuousConfigure/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ContinuousConfigure.dir/build.make extern/azure_c_shared/src/CMakeFiles/ContinuousConfigure.dir/build
.PHONY : ContinuousConfigure/fast
#=============================================================================
# Target rules for targets named ContinuousBuild
# Build rule for target.
ContinuousBuild: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild
.PHONY : ContinuousBuild
# fast build rule for target.
ContinuousBuild/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ContinuousBuild.dir/build.make extern/azure_c_shared/src/CMakeFiles/ContinuousBuild.dir/build
.PHONY : ContinuousBuild/fast
#=============================================================================
# Target rules for targets named ContinuousTest
# Build rule for target.
ContinuousTest: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest
.PHONY : ContinuousTest
# fast build rule for target.
ContinuousTest/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ContinuousTest.dir/build.make extern/azure_c_shared/src/CMakeFiles/ContinuousTest.dir/build
.PHONY : ContinuousTest/fast
#=============================================================================
# Target rules for targets named ContinuousCoverage
# Build rule for target.
ContinuousCoverage: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage
.PHONY : ContinuousCoverage
# fast build rule for target.
ContinuousCoverage/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ContinuousCoverage.dir/build.make extern/azure_c_shared/src/CMakeFiles/ContinuousCoverage.dir/build
.PHONY : ContinuousCoverage/fast
#=============================================================================
# Target rules for targets named ContinuousMemCheck
# Build rule for target.
ContinuousMemCheck: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck
.PHONY : ContinuousMemCheck
# fast build rule for target.
ContinuousMemCheck/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ContinuousMemCheck.dir/build.make extern/azure_c_shared/src/CMakeFiles/ContinuousMemCheck.dir/build
.PHONY : ContinuousMemCheck/fast
#=============================================================================
# Target rules for targets named ContinuousSubmit
# Build rule for target.
ContinuousSubmit: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit
.PHONY : ContinuousSubmit
# fast build rule for target.
ContinuousSubmit/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/ContinuousSubmit.dir/build.make extern/azure_c_shared/src/CMakeFiles/ContinuousSubmit.dir/build
.PHONY : ContinuousSubmit/fast
#=============================================================================
# Target rules for targets named aziotsharedutil
# Build rule for target.
aziotsharedutil: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 aziotsharedutil
.PHONY : aziotsharedutil
# fast build rule for target.
aziotsharedutil/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/CMakeFiles/aziotsharedutil.dir/build.make extern/azure_c_shared/src/CMakeFiles/aziotsharedutil.dir/build
.PHONY : aziotsharedutil/fast
#=============================================================================
# Target rules for targets named umock_c
# Build rule for target.
umock_c: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 umock_c
.PHONY : umock_c
# fast build rule for target.
umock_c/fast:
$(MAKE) $(MAKESILENT) -f extern/azure_c_shared/src/deps/umock-c/CMakeFiles/umock_c.dir/build.make extern/azure_c_shared/src/deps/umock-c/CMakeFiles/umock_c.dir/build
.PHONY : umock_c/fast
#=============================================================================
# Target rules for targets named cJSON
# Build rule for target.
cJSON: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cJSON
.PHONY : cJSON
# fast build rule for target.
cJSON/fast:
$(MAKE) $(MAKESILENT) -f extern/cjson/CMakeFiles/cJSON.dir/build.make extern/cjson/CMakeFiles/cJSON.dir/build
.PHONY : cJSON/fast
#=============================================================================
# Target rules for targets named glfw
# Build rule for target.
glfw: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 glfw
.PHONY : glfw
# fast build rule for target.
glfw/fast:
$(MAKE) $(MAKESILENT) -f extern/glfw/src/src/CMakeFiles/glfw.dir/build.make extern/glfw/src/src/CMakeFiles/glfw.dir/build
.PHONY : glfw/fast
#=============================================================================
# Target rules for targets named gmock
# Build rule for target.
gmock: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gmock
.PHONY : gmock
# fast build rule for target.
gmock/fast:
$(MAKE) $(MAKESILENT) -f extern/googletest/src/googlemock/CMakeFiles/gmock.dir/build.make extern/googletest/src/googlemock/CMakeFiles/gmock.dir/build
.PHONY : gmock/fast
#=============================================================================
# Target rules for targets named gmock_main
# Build rule for target.
gmock_main: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gmock_main
.PHONY : gmock_main
# fast build rule for target.
gmock_main/fast:
$(MAKE) $(MAKESILENT) -f extern/googletest/src/googlemock/CMakeFiles/gmock_main.dir/build.make extern/googletest/src/googlemock/CMakeFiles/gmock_main.dir/build
.PHONY : gmock_main/fast
#=============================================================================
# Target rules for targets named gtest
# Build rule for target.
gtest: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest
.PHONY : gtest
# fast build rule for target.
gtest/fast:
$(MAKE) $(MAKESILENT) -f extern/googletest/src/googlemock/gtest/CMakeFiles/gtest.dir/build.make extern/googletest/src/googlemock/gtest/CMakeFiles/gtest.dir/build
.PHONY : gtest/fast
#=============================================================================
# Target rules for targets named gtest_main
# Build rule for target.
gtest_main: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest_main
.PHONY : gtest_main
# fast build rule for target.
gtest_main/fast:
$(MAKE) $(MAKESILENT) -f extern/googletest/src/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make extern/googletest/src/googlemock/gtest/CMakeFiles/gtest_main.dir/build
.PHONY : gtest_main/fast
#=============================================================================
# Target rules for targets named imgui
# Build rule for target.
imgui: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 imgui
.PHONY : imgui
# fast build rule for target.
imgui/fast:
$(MAKE) $(MAKESILENT) -f extern/imgui/CMakeFiles/imgui.dir/build.make extern/imgui/CMakeFiles/imgui.dir/build
.PHONY : imgui/fast
#=============================================================================
# Target rules for targets named ebml
# Build rule for target.
ebml: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ebml
.PHONY : ebml
# fast build rule for target.
ebml/fast:
$(MAKE) $(MAKESILENT) -f extern/libebml/src/CMakeFiles/ebml.dir/build.make extern/libebml/src/CMakeFiles/ebml.dir/build
.PHONY : ebml/fast
#=============================================================================
# Target rules for targets named simd
# Build rule for target.
simd: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simd
.PHONY : simd
# fast build rule for target.
simd/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/simd.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/simd.dir/build
.PHONY : simd/fast
#=============================================================================
# Target rules for targets named jpeg-static
# Build rule for target.
jpeg-static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jpeg-static
.PHONY : jpeg-static
# fast build rule for target.
jpeg-static/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/jpeg-static.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/jpeg-static.dir/build
.PHONY : jpeg-static/fast
#=============================================================================
# Target rules for targets named turbojpeg
# Build rule for target.
turbojpeg: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 turbojpeg
.PHONY : turbojpeg
# fast build rule for target.
turbojpeg/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/turbojpeg.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/turbojpeg.dir/build
.PHONY : turbojpeg/fast
#=============================================================================
# Target rules for targets named tjunittest
# Build rule for target.
tjunittest: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tjunittest
.PHONY : tjunittest
# fast build rule for target.
tjunittest/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/tjunittest.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/tjunittest.dir/build
.PHONY : tjunittest/fast
#=============================================================================
# Target rules for targets named tjbench
# Build rule for target.
tjbench: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tjbench
.PHONY : tjbench
# fast build rule for target.
tjbench/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/tjbench.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/tjbench.dir/build
.PHONY : tjbench/fast
#=============================================================================
# Target rules for targets named tjexample
# Build rule for target.
tjexample: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tjexample
.PHONY : tjexample
# fast build rule for target.
tjexample/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/tjexample.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/tjexample.dir/build
.PHONY : tjexample/fast
#=============================================================================
# Target rules for targets named turbojpeg-static
# Build rule for target.
turbojpeg-static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 turbojpeg-static
.PHONY : turbojpeg-static
# fast build rule for target.
turbojpeg-static/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/turbojpeg-static.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/turbojpeg-static.dir/build
.PHONY : turbojpeg-static/fast
#=============================================================================
# Target rules for targets named tjunittest-static
# Build rule for target.
tjunittest-static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tjunittest-static
.PHONY : tjunittest-static
# fast build rule for target.
tjunittest-static/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/tjunittest-static.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/tjunittest-static.dir/build
.PHONY : tjunittest-static/fast
#=============================================================================
# Target rules for targets named tjbench-static
# Build rule for target.
tjbench-static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tjbench-static
.PHONY : tjbench-static
# fast build rule for target.
tjbench-static/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/tjbench-static.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/tjbench-static.dir/build
.PHONY : tjbench-static/fast
#=============================================================================
# Target rules for targets named cjpeg-static
# Build rule for target.
cjpeg-static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cjpeg-static
.PHONY : cjpeg-static
# fast build rule for target.
cjpeg-static/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/cjpeg-static.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/cjpeg-static.dir/build
.PHONY : cjpeg-static/fast
#=============================================================================
# Target rules for targets named djpeg-static
# Build rule for target.
djpeg-static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 djpeg-static
.PHONY : djpeg-static
# fast build rule for target.
djpeg-static/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/djpeg-static.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/djpeg-static.dir/build
.PHONY : djpeg-static/fast
#=============================================================================
# Target rules for targets named jpegtran-static
# Build rule for target.
jpegtran-static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jpegtran-static
.PHONY : jpegtran-static
# fast build rule for target.
jpegtran-static/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/jpegtran-static.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/jpegtran-static.dir/build
.PHONY : jpegtran-static/fast
#=============================================================================
# Target rules for targets named rdjpgcom
# Build rule for target.
rdjpgcom: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rdjpgcom
.PHONY : rdjpgcom
# fast build rule for target.
rdjpgcom/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/rdjpgcom.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/rdjpgcom.dir/build
.PHONY : rdjpgcom/fast
#=============================================================================
# Target rules for targets named wrjpgcom
# Build rule for target.
wrjpgcom: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wrjpgcom
.PHONY : wrjpgcom
# fast build rule for target.
wrjpgcom/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/wrjpgcom.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/wrjpgcom.dir/build
.PHONY : wrjpgcom/fast
#=============================================================================
# Target rules for targets named testclean
# Build rule for target.
testclean: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testclean
.PHONY : testclean
# fast build rule for target.
testclean/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/testclean.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/testclean.dir/build
.PHONY : testclean/fast
#=============================================================================
# Target rules for targets named tjtest
# Build rule for target.
tjtest: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tjtest
.PHONY : tjtest
# fast build rule for target.
tjtest/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/tjtest.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/tjtest.dir/build
.PHONY : tjtest/fast
#=============================================================================
# Target rules for targets named rpm
# Build rule for target.
rpm: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rpm
.PHONY : rpm
# fast build rule for target.
rpm/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/rpm.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/rpm.dir/build
.PHONY : rpm/fast
#=============================================================================
# Target rules for targets named srpm
# Build rule for target.
srpm: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 srpm
.PHONY : srpm
# fast build rule for target.
srpm/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/srpm.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/srpm.dir/build
.PHONY : srpm/fast
#=============================================================================
# Target rules for targets named deb
# Build rule for target.
deb: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 deb
.PHONY : deb
# fast build rule for target.
deb/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/deb.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/deb.dir/build
.PHONY : deb/fast
#=============================================================================
# Target rules for targets named dist
# Build rule for target.
dist: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dist
.PHONY : dist
# fast build rule for target.
dist/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/dist.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/dist.dir/build
.PHONY : dist/fast
#=============================================================================
# Target rules for targets named tarball
# Build rule for target.
tarball: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tarball
.PHONY : tarball
# fast build rule for target.
tarball/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/tarball.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/tarball.dir/build
.PHONY : tarball/fast
#=============================================================================
# Target rules for targets named uninstall
# Build rule for target.
uninstall: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
.PHONY : uninstall
# fast build rule for target.
uninstall/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/CMakeFiles/uninstall.dir/build.make extern/libjpeg-turbo/src/CMakeFiles/uninstall.dir/build
.PHONY : uninstall/fast
#=============================================================================
# Target rules for targets named jpeg
# Build rule for target.
jpeg: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jpeg
.PHONY : jpeg
# fast build rule for target.
jpeg/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/sharedlib/CMakeFiles/jpeg.dir/build.make extern/libjpeg-turbo/src/sharedlib/CMakeFiles/jpeg.dir/build
.PHONY : jpeg/fast
#=============================================================================
# Target rules for targets named cjpeg
# Build rule for target.
cjpeg: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cjpeg
.PHONY : cjpeg
# fast build rule for target.
cjpeg/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/sharedlib/CMakeFiles/cjpeg.dir/build.make extern/libjpeg-turbo/src/sharedlib/CMakeFiles/cjpeg.dir/build
.PHONY : cjpeg/fast
#=============================================================================
# Target rules for targets named djpeg
# Build rule for target.
djpeg: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 djpeg
.PHONY : djpeg
# fast build rule for target.
djpeg/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/sharedlib/CMakeFiles/djpeg.dir/build.make extern/libjpeg-turbo/src/sharedlib/CMakeFiles/djpeg.dir/build
.PHONY : djpeg/fast
#=============================================================================
# Target rules for targets named jpegtran
# Build rule for target.
jpegtran: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jpegtran
.PHONY : jpegtran
# fast build rule for target.
jpegtran/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/sharedlib/CMakeFiles/jpegtran.dir/build.make extern/libjpeg-turbo/src/sharedlib/CMakeFiles/jpegtran.dir/build
.PHONY : jpegtran/fast
#=============================================================================
# Target rules for targets named jcstest
# Build rule for target.
jcstest: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 jcstest
.PHONY : jcstest
# fast build rule for target.
jcstest/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/sharedlib/CMakeFiles/jcstest.dir/build.make extern/libjpeg-turbo/src/sharedlib/CMakeFiles/jcstest.dir/build
.PHONY : jcstest/fast
#=============================================================================
# Target rules for targets named md5cmp
# Build rule for target.
md5cmp: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 md5cmp
.PHONY : md5cmp
# fast build rule for target.
md5cmp/fast:
$(MAKE) $(MAKESILENT) -f extern/libjpeg-turbo/src/md5/CMakeFiles/md5cmp.dir/build.make extern/libjpeg-turbo/src/md5/CMakeFiles/md5cmp.dir/build
.PHONY : md5cmp/fast
#=============================================================================
# Target rules for targets named matroska
# Build rule for target.
matroska: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 matroska
.PHONY : matroska
# fast build rule for target.
matroska/fast:
$(MAKE) $(MAKESILENT) -f extern/libmatroska/src/CMakeFiles/matroska.dir/build.make extern/libmatroska/src/CMakeFiles/matroska.dir/build
.PHONY : matroska/fast
#=============================================================================
# Target rules for targets named yuv
# Build rule for target.
yuv: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 yuv
.PHONY : yuv
# fast build rule for target.
yuv/fast:
$(MAKE) $(MAKESILENT) -f extern/libyuv/src/CMakeFiles/yuv.dir/build.make extern/libyuv/src/CMakeFiles/yuv.dir/build
.PHONY : yuv/fast
#=============================================================================
# Target rules for targets named yuv_shared
# Build rule for target.
yuv_shared: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 yuv_shared
.PHONY : yuv_shared
# fast build rule for target.
yuv_shared/fast:
$(MAKE) $(MAKESILENT) -f extern/libyuv/src/CMakeFiles/yuv_shared.dir/build.make extern/libyuv/src/CMakeFiles/yuv_shared.dir/build
.PHONY : yuv_shared/fast
#=============================================================================
# Target rules for targets named yuvconvert
# Build rule for target.
yuvconvert: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 yuvconvert
.PHONY : yuvconvert
# fast build rule for target.
yuvconvert/fast:
$(MAKE) $(MAKESILENT) -f extern/libyuv/src/CMakeFiles/yuvconvert.dir/build.make extern/libyuv/src/CMakeFiles/yuvconvert.dir/build
.PHONY : yuvconvert/fast
#=============================================================================
# Target rules for targets named uvc_static
# Build rule for target.
uvc_static: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uvc_static
.PHONY : uvc_static
# fast build rule for target.
uvc_static/fast:
$(MAKE) $(MAKESILENT) -f extern/libuvc/src/CMakeFiles/uvc_static.dir/build.make extern/libuvc/src/CMakeFiles/uvc_static.dir/build
.PHONY : uvc_static/fast
#=============================================================================
# Target rules for targets named spdlog_headers_for_ide
# Build rule for target.
spdlog_headers_for_ide: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 spdlog_headers_for_ide
.PHONY : spdlog_headers_for_ide
# fast build rule for target.
spdlog_headers_for_ide/fast:
$(MAKE) $(MAKESILENT) -f extern/spdlog/src/CMakeFiles/spdlog_headers_for_ide.dir/build.make extern/spdlog/src/CMakeFiles/spdlog_headers_for_ide.dir/build
.PHONY : spdlog_headers_for_ide/fast
#=============================================================================
# Target rules for targets named spdlog-utests
# Build rule for target.
spdlog-utests: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 spdlog-utests
.PHONY : spdlog-utests
# fast build rule for target.
spdlog-utests/fast:
$(MAKE) $(MAKESILENT) -f extern/spdlog/src/tests/CMakeFiles/spdlog-utests.dir/build.make extern/spdlog/src/tests/CMakeFiles/spdlog-utests.dir/build
.PHONY : spdlog-utests/fast
#=============================================================================
# Target rules for targets named LibUSB
# Build rule for target.
LibUSB: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 LibUSB
.PHONY : LibUSB
# fast build rule for target.
LibUSB/fast:
$(MAKE) $(MAKESILENT) -f extern/libusb/CMakeFiles/LibUSB.dir/build.make extern/libusb/CMakeFiles/LibUSB.dir/build
.PHONY : LibUSB/fast
#=============================================================================
# Target rules for targets named calibration_info
# Build rule for target.
calibration_info: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 calibration_info
.PHONY : calibration_info
# fast build rule for target.
calibration_info/fast:
$(MAKE) $(MAKESILENT) -f examples/calibration/CMakeFiles/calibration_info.dir/build.make examples/calibration/CMakeFiles/calibration_info.dir/build
.PHONY : calibration_info/fast
#=============================================================================
# Target rules for targets named enumerate_devices
# Build rule for target.
enumerate_devices: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 enumerate_devices
.PHONY : enumerate_devices
# fast build rule for target.
enumerate_devices/fast:
$(MAKE) $(MAKESILENT) -f examples/enumerate/CMakeFiles/enumerate_devices.dir/build.make examples/enumerate/CMakeFiles/enumerate_devices.dir/build
.PHONY : enumerate_devices/fast
#=============================================================================
# Target rules for targets named playback_external_sync
# Build rule for target.
playback_external_sync: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 playback_external_sync
.PHONY : playback_external_sync
# fast build rule for target.
playback_external_sync/fast:
$(MAKE) $(MAKESILENT) -f examples/playback_external_sync/CMakeFiles/playback_external_sync.dir/build.make examples/playback_external_sync/CMakeFiles/playback_external_sync.dir/build
.PHONY : playback_external_sync/fast
#=============================================================================
# Target rules for targets named k4arecord_custom_track
# Build rule for target.
k4arecord_custom_track: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4arecord_custom_track
.PHONY : k4arecord_custom_track
# fast build rule for target.
k4arecord_custom_track/fast:
$(MAKE) $(MAKESILENT) -f examples/k4arecord_custom_track/CMakeFiles/k4arecord_custom_track.dir/build.make examples/k4arecord_custom_track/CMakeFiles/k4arecord_custom_track.dir/build
.PHONY : k4arecord_custom_track/fast
#=============================================================================
# Target rules for targets named fastpointcloud
# Build rule for target.
fastpointcloud: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fastpointcloud
.PHONY : fastpointcloud
# fast build rule for target.
fastpointcloud/fast:
$(MAKE) $(MAKESILENT) -f examples/fastpointcloud/CMakeFiles/fastpointcloud.dir/build.make examples/fastpointcloud/CMakeFiles/fastpointcloud.dir/build
.PHONY : fastpointcloud/fast
#=============================================================================
# Target rules for targets named streaming_samples
# Build rule for target.
streaming_samples: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 streaming_samples
.PHONY : streaming_samples
# fast build rule for target.
streaming_samples/fast:
$(MAKE) $(MAKESILENT) -f examples/streaming/CMakeFiles/streaming_samples.dir/build.make examples/streaming/CMakeFiles/streaming_samples.dir/build
.PHONY : streaming_samples/fast
#=============================================================================
# Target rules for targets named transformation_example
# Build rule for target.
transformation_example: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 transformation_example
.PHONY : transformation_example
# fast build rule for target.
transformation_example/fast:
$(MAKE) $(MAKESILENT) -f examples/transformation/CMakeFiles/transformation_example.dir/build.make examples/transformation/CMakeFiles/transformation_example.dir/build
.PHONY : transformation_example/fast
#=============================================================================
# Target rules for targets named undistort
# Build rule for target.
undistort: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 undistort
.PHONY : undistort
# fast build rule for target.
undistort/fast:
$(MAKE) $(MAKESILENT) -f examples/undistort/CMakeFiles/undistort.dir/build.make examples/undistort/CMakeFiles/undistort.dir/build
.PHONY : undistort/fast
#=============================================================================
# Target rules for targets named viewer_opengl
# Build rule for target.
viewer_opengl: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 viewer_opengl
.PHONY : viewer_opengl
# fast build rule for target.
viewer_opengl/fast:
$(MAKE) $(MAKESILENT) -f examples/viewer/opengl/CMakeFiles/viewer_opengl.dir/build.make examples/viewer/opengl/CMakeFiles/viewer_opengl.dir/build
.PHONY : viewer_opengl/fast
#=============================================================================
# Target rules for targets named k4a_allocator
# Build rule for target.
k4a_allocator: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_allocator
.PHONY : k4a_allocator
# fast build rule for target.
k4a_allocator/fast:
$(MAKE) $(MAKESILENT) -f src/allocator/CMakeFiles/k4a_allocator.dir/build.make src/allocator/CMakeFiles/k4a_allocator.dir/build
.PHONY : k4a_allocator/fast
#=============================================================================
# Target rules for targets named k4a_calibration
# Build rule for target.
k4a_calibration: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_calibration
.PHONY : k4a_calibration
# fast build rule for target.
k4a_calibration/fast:
$(MAKE) $(MAKESILENT) -f src/calibration/CMakeFiles/k4a_calibration.dir/build.make src/calibration/CMakeFiles/k4a_calibration.dir/build
.PHONY : k4a_calibration/fast
#=============================================================================
# Target rules for targets named k4a_capturesync
# Build rule for target.
k4a_capturesync: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_capturesync
.PHONY : k4a_capturesync
# fast build rule for target.
k4a_capturesync/fast:
$(MAKE) $(MAKESILENT) -f src/capturesync/CMakeFiles/k4a_capturesync.dir/build.make src/capturesync/CMakeFiles/k4a_capturesync.dir/build
.PHONY : k4a_capturesync/fast
#=============================================================================
# Target rules for targets named k4a_color
# Build rule for target.
k4a_color: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_color
.PHONY : k4a_color
# fast build rule for target.
k4a_color/fast:
$(MAKE) $(MAKESILENT) -f src/color/CMakeFiles/k4a_color.dir/build.make src/color/CMakeFiles/k4a_color.dir/build
.PHONY : k4a_color/fast
#=============================================================================
# Target rules for targets named k4a_color_mcu
# Build rule for target.
k4a_color_mcu: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_color_mcu
.PHONY : k4a_color_mcu
# fast build rule for target.
k4a_color_mcu/fast:
$(MAKE) $(MAKESILENT) -f src/color_mcu/CMakeFiles/k4a_color_mcu.dir/build.make src/color_mcu/CMakeFiles/k4a_color_mcu.dir/build
.PHONY : k4a_color_mcu/fast
#=============================================================================
# Target rules for targets named k4a_depth
# Build rule for target.
k4a_depth: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_depth
.PHONY : k4a_depth
# fast build rule for target.
k4a_depth/fast:
$(MAKE) $(MAKESILENT) -f src/depth/CMakeFiles/k4a_depth.dir/build.make src/depth/CMakeFiles/k4a_depth.dir/build
.PHONY : k4a_depth/fast
#=============================================================================
# Target rules for targets named k4a_depth_mcu
# Build rule for target.
k4a_depth_mcu: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_depth_mcu
.PHONY : k4a_depth_mcu
# fast build rule for target.
k4a_depth_mcu/fast:
$(MAKE) $(MAKESILENT) -f src/depth_mcu/CMakeFiles/k4a_depth_mcu.dir/build.make src/depth_mcu/CMakeFiles/k4a_depth_mcu.dir/build
.PHONY : k4a_depth_mcu/fast
#=============================================================================
# Target rules for targets named k4a_deloader
# Build rule for target.
k4a_deloader: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_deloader
.PHONY : k4a_deloader
# fast build rule for target.
k4a_deloader/fast:
$(MAKE) $(MAKESILENT) -f src/deloader/CMakeFiles/k4a_deloader.dir/build.make src/deloader/CMakeFiles/k4a_deloader.dir/build
.PHONY : k4a_deloader/fast
#=============================================================================
# Target rules for targets named k4a_dewrapper
# Build rule for target.
k4a_dewrapper: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_dewrapper
.PHONY : k4a_dewrapper
# fast build rule for target.
k4a_dewrapper/fast:
$(MAKE) $(MAKESILENT) -f src/dewrapper/CMakeFiles/k4a_dewrapper.dir/build.make src/dewrapper/CMakeFiles/k4a_dewrapper.dir/build
.PHONY : k4a_dewrapper/fast
#=============================================================================
# Target rules for targets named k4a_dynlib
# Build rule for target.
k4a_dynlib: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_dynlib
.PHONY : k4a_dynlib
# fast build rule for target.
k4a_dynlib/fast:
$(MAKE) $(MAKESILENT) -f src/dynlib/CMakeFiles/k4a_dynlib.dir/build.make src/dynlib/CMakeFiles/k4a_dynlib.dir/build
.PHONY : k4a_dynlib/fast
#=============================================================================
# Target rules for targets named k4a_firmware
# Build rule for target.
k4a_firmware: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_firmware
.PHONY : k4a_firmware
# fast build rule for target.
k4a_firmware/fast:
$(MAKE) $(MAKESILENT) -f src/firmware/CMakeFiles/k4a_firmware.dir/build.make src/firmware/CMakeFiles/k4a_firmware.dir/build
.PHONY : k4a_firmware/fast
#=============================================================================
# Target rules for targets named k4a_global
# Build rule for target.
k4a_global: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_global
.PHONY : k4a_global
# fast build rule for target.
k4a_global/fast:
$(MAKE) $(MAKESILENT) -f src/global/CMakeFiles/k4a_global.dir/build.make src/global/CMakeFiles/k4a_global.dir/build
.PHONY : k4a_global/fast
#=============================================================================
# Target rules for targets named k4a_image
# Build rule for target.
k4a_image: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_image
.PHONY : k4a_image
# fast build rule for target.
k4a_image/fast:
$(MAKE) $(MAKESILENT) -f src/image/CMakeFiles/k4a_image.dir/build.make src/image/CMakeFiles/k4a_image.dir/build
.PHONY : k4a_image/fast
#=============================================================================
# Target rules for targets named k4a_imu
# Build rule for target.
k4a_imu: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_imu
.PHONY : k4a_imu
# fast build rule for target.
k4a_imu/fast:
$(MAKE) $(MAKESILENT) -f src/imu/CMakeFiles/k4a_imu.dir/build.make src/imu/CMakeFiles/k4a_imu.dir/build
.PHONY : k4a_imu/fast
#=============================================================================
# Target rules for targets named k4a_logging
# Build rule for target.
k4a_logging: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_logging
.PHONY : k4a_logging
# fast build rule for target.
k4a_logging/fast:
$(MAKE) $(MAKESILENT) -f src/logging/CMakeFiles/k4a_logging.dir/build.make src/logging/CMakeFiles/k4a_logging.dir/build
.PHONY : k4a_logging/fast
#=============================================================================
# Target rules for targets named k4a_math
# Build rule for target.
k4a_math: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_math
.PHONY : k4a_math
# fast build rule for target.
k4a_math/fast:
$(MAKE) $(MAKESILENT) -f src/math/CMakeFiles/k4a_math.dir/build.make src/math/CMakeFiles/k4a_math.dir/build
.PHONY : k4a_math/fast
#=============================================================================
# Target rules for targets named k4a_queue
# Build rule for target.
k4a_queue: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_queue
.PHONY : k4a_queue
# fast build rule for target.
k4a_queue/fast:
$(MAKE) $(MAKESILENT) -f src/queue/CMakeFiles/k4a_queue.dir/build.make src/queue/CMakeFiles/k4a_queue.dir/build
.PHONY : k4a_queue/fast
#=============================================================================
# Target rules for targets named k4arecord
# Build rule for target.
k4arecord: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4arecord
.PHONY : k4arecord
# fast build rule for target.
k4arecord/fast:
$(MAKE) $(MAKESILENT) -f src/record/sdk/CMakeFiles/k4arecord.dir/build.make src/record/sdk/CMakeFiles/k4arecord.dir/build
.PHONY : k4arecord/fast
#=============================================================================
# Target rules for targets named k4a_record
# Build rule for target.
k4a_record: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_record
.PHONY : k4a_record
# fast build rule for target.
k4a_record/fast:
$(MAKE) $(MAKESILENT) -f src/record/internal/CMakeFiles/k4a_record.dir/build.make src/record/internal/CMakeFiles/k4a_record.dir/build
.PHONY : k4a_record/fast
#=============================================================================
# Target rules for targets named k4a_playback
# Build rule for target.
k4a_playback: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_playback
.PHONY : k4a_playback
# fast build rule for target.
k4a_playback/fast:
$(MAKE) $(MAKESILENT) -f src/record/internal/CMakeFiles/k4a_playback.dir/build.make src/record/internal/CMakeFiles/k4a_playback.dir/build
.PHONY : k4a_playback/fast
#=============================================================================
# Target rules for targets named k4a_rwlock
# Build rule for target.
k4a_rwlock: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_rwlock
.PHONY : k4a_rwlock
# fast build rule for target.
k4a_rwlock/fast:
$(MAKE) $(MAKESILENT) -f src/rwlock/CMakeFiles/k4a_rwlock.dir/build.make src/rwlock/CMakeFiles/k4a_rwlock.dir/build
.PHONY : k4a_rwlock/fast
#=============================================================================
# Target rules for targets named k4a
# Build rule for target.
k4a: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a
.PHONY : k4a
# fast build rule for target.
k4a/fast:
$(MAKE) $(MAKESILENT) -f src/sdk/CMakeFiles/k4a.dir/build.make src/sdk/CMakeFiles/k4a.dir/build
.PHONY : k4a/fast
#=============================================================================
# Target rules for targets named k4a_tewrapper
# Build rule for target.
k4a_tewrapper: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_tewrapper
.PHONY : k4a_tewrapper
# fast build rule for target.
k4a_tewrapper/fast:
$(MAKE) $(MAKESILENT) -f src/tewrapper/CMakeFiles/k4a_tewrapper.dir/build.make src/tewrapper/CMakeFiles/k4a_tewrapper.dir/build
.PHONY : k4a_tewrapper/fast
#=============================================================================
# Target rules for targets named k4a_transformation
# Build rule for target.
k4a_transformation: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_transformation
.PHONY : k4a_transformation
# fast build rule for target.
k4a_transformation/fast:
$(MAKE) $(MAKESILENT) -f src/transformation/CMakeFiles/k4a_transformation.dir/build.make src/transformation/CMakeFiles/k4a_transformation.dir/build
.PHONY : k4a_transformation/fast
#=============================================================================
# Target rules for targets named k4a_usb_cmd
# Build rule for target.
k4a_usb_cmd: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_usb_cmd
.PHONY : k4a_usb_cmd
# fast build rule for target.
k4a_usb_cmd/fast:
$(MAKE) $(MAKESILENT) -f src/usbcommand/CMakeFiles/k4a_usb_cmd.dir/build.make src/usbcommand/CMakeFiles/k4a_usb_cmd.dir/build
.PHONY : k4a_usb_cmd/fast
#=============================================================================
# Target rules for targets named calibration_ut
# Build rule for target.
calibration_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 calibration_ut
.PHONY : calibration_ut
# fast build rule for target.
calibration_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/Calibration/CMakeFiles/calibration_ut.dir/build.make tests/Calibration/CMakeFiles/calibration_ut.dir/build
.PHONY : calibration_ut/fast
#=============================================================================
# Target rules for targets named capturesync_ut
# Build rule for target.
capturesync_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 capturesync_ut
.PHONY : capturesync_ut
# fast build rule for target.
capturesync_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/CaptureSync/CMakeFiles/capturesync_ut.dir/build.make tests/CaptureSync/CMakeFiles/capturesync_ut.dir/build
.PHONY : capturesync_ut/fast
#=============================================================================
# Target rules for targets named color_ft
# Build rule for target.
color_ft: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 color_ft
.PHONY : color_ft
# fast build rule for target.
color_ft/fast:
$(MAKE) $(MAKESILENT) -f tests/ColorTests/FunctionalTest/CMakeFiles/color_ft.dir/build.make tests/ColorTests/FunctionalTest/CMakeFiles/color_ft.dir/build
.PHONY : color_ft/fast
#=============================================================================
# Target rules for targets named color_ut
# Build rule for target.
color_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 color_ut
.PHONY : color_ut
# fast build rule for target.
color_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/ColorTests/UnitTest/CMakeFiles/color_ut.dir/build.make tests/ColorTests/UnitTest/CMakeFiles/color_ut.dir/build
.PHONY : color_ut/fast
#=============================================================================
# Target rules for targets named depth_ft
# Build rule for target.
depth_ft: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 depth_ft
.PHONY : depth_ft
# fast build rule for target.
depth_ft/fast:
$(MAKE) $(MAKESILENT) -f tests/DepthTests/FunctionalTest/CMakeFiles/depth_ft.dir/build.make tests/DepthTests/FunctionalTest/CMakeFiles/depth_ft.dir/build
.PHONY : depth_ft/fast
#=============================================================================
# Target rules for targets named depth_ut
# Build rule for target.
depth_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 depth_ut
.PHONY : depth_ut
# fast build rule for target.
depth_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/DepthTests/UnitTest/CMakeFiles/depth_ut.dir/build.make tests/DepthTests/UnitTest/CMakeFiles/depth_ut.dir/build
.PHONY : depth_ut/fast
#=============================================================================
# Target rules for targets named executables_ft
# Build rule for target.
executables_ft: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 executables_ft
.PHONY : executables_ft
# fast build rule for target.
executables_ft/fast:
$(MAKE) $(MAKESILENT) -f tests/executables/CMakeFiles/executables_ft.dir/build.make tests/executables/CMakeFiles/executables_ft.dir/build
.PHONY : executables_ft/fast
#=============================================================================
# Target rules for targets named executables_ft_custom
# Build rule for target.
executables_ft_custom: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 executables_ft_custom
.PHONY : executables_ft_custom
# fast build rule for target.
executables_ft_custom/fast:
$(MAKE) $(MAKESILENT) -f tests/executables/CMakeFiles/executables_ft_custom.dir/build.make tests/executables/CMakeFiles/executables_ft_custom.dir/build
.PHONY : executables_ft_custom/fast
#=============================================================================
# Target rules for targets named azure_c_shared_test
# Build rule for target.
azure_c_shared_test: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 azure_c_shared_test
.PHONY : azure_c_shared_test
# fast build rule for target.
azure_c_shared_test/fast:
$(MAKE) $(MAKESILENT) -f tests/ExternLibraries/azure_c_shared/CMakeFiles/azure_c_shared_test.dir/build.make tests/ExternLibraries/azure_c_shared/CMakeFiles/azure_c_shared_test.dir/build
.PHONY : azure_c_shared_test/fast
#=============================================================================
# Target rules for targets named global_ft
# Build rule for target.
global_ft: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 global_ft
.PHONY : global_ft
# fast build rule for target.
global_ft/fast:
$(MAKE) $(MAKESILENT) -f tests/global/CMakeFiles/global_ft.dir/build.make tests/global/CMakeFiles/global_ft.dir/build
.PHONY : global_ft/fast
#=============================================================================
# Target rules for targets named latency_perf
# Build rule for target.
latency_perf: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 latency_perf
.PHONY : latency_perf
# fast build rule for target.
latency_perf/fast:
$(MAKE) $(MAKESILENT) -f tests/latency/CMakeFiles/latency_perf.dir/build.make tests/latency/CMakeFiles/latency_perf.dir/build
.PHONY : latency_perf/fast
#=============================================================================
# Target rules for targets named logging_ut
# Build rule for target.
logging_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 logging_ut
.PHONY : logging_ut
# fast build rule for target.
logging_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/logging/CMakeFiles/logging_ut.dir/build.make tests/logging/CMakeFiles/logging_ut.dir/build
.PHONY : logging_ut/fast
#=============================================================================
# Target rules for targets named imu_ft
# Build rule for target.
imu_ft: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 imu_ft
.PHONY : imu_ft
# fast build rule for target.
imu_ft/fast:
$(MAKE) $(MAKESILENT) -f tests/IMUTests/FunctionalTest/CMakeFiles/imu_ft.dir/build.make tests/IMUTests/FunctionalTest/CMakeFiles/imu_ft.dir/build
.PHONY : imu_ft/fast
#=============================================================================
# Target rules for targets named imu_ut
# Build rule for target.
imu_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 imu_ut
.PHONY : imu_ut
# fast build rule for target.
imu_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/IMUTests/UnitTest/CMakeFiles/imu_ut.dir/build.make tests/IMUTests/UnitTest/CMakeFiles/imu_ut.dir/build
.PHONY : imu_ut/fast
#=============================================================================
# Target rules for targets named multidevice_ft
# Build rule for target.
multidevice_ft: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 multidevice_ft
.PHONY : multidevice_ft
# fast build rule for target.
multidevice_ft/fast:
$(MAKE) $(MAKESILENT) -f tests/multidevice/CMakeFiles/multidevice_ft.dir/build.make tests/multidevice/CMakeFiles/multidevice_ft.dir/build
.PHONY : multidevice_ft/fast
#=============================================================================
# Target rules for targets named cpp_projection_ft
# Build rule for target.
cpp_projection_ft: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cpp_projection_ft
.PHONY : cpp_projection_ft
# fast build rule for target.
cpp_projection_ft/fast:
$(MAKE) $(MAKESILENT) -f tests/projections/cpp/CMakeFiles/cpp_projection_ft.dir/build.make tests/projections/cpp/CMakeFiles/cpp_projection_ft.dir/build
.PHONY : cpp_projection_ft/fast
#=============================================================================
# Target rules for targets named k4a_cpp_ft
# Build rule for target.
k4a_cpp_ft: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_cpp_ft
.PHONY : k4a_cpp_ft
# fast build rule for target.
k4a_cpp_ft/fast:
$(MAKE) $(MAKESILENT) -f tests/RecordTests/FunctionalTest/CMakeFiles/k4a_cpp_ft.dir/build.make tests/RecordTests/FunctionalTest/CMakeFiles/k4a_cpp_ft.dir/build
.PHONY : k4a_cpp_ft/fast
#=============================================================================
# Target rules for targets named record_ut
# Build rule for target.
record_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 record_ut
.PHONY : record_ut
# fast build rule for target.
record_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/RecordTests/UnitTest/CMakeFiles/record_ut.dir/build.make tests/RecordTests/UnitTest/CMakeFiles/record_ut.dir/build
.PHONY : record_ut/fast
#=============================================================================
# Target rules for targets named playback_ut
# Build rule for target.
playback_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 playback_ut
.PHONY : playback_ut
# fast build rule for target.
playback_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/RecordTests/UnitTest/CMakeFiles/playback_ut.dir/build.make tests/RecordTests/UnitTest/CMakeFiles/playback_ut.dir/build
.PHONY : playback_ut/fast
#=============================================================================
# Target rules for targets named custom_track_ut
# Build rule for target.
custom_track_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 custom_track_ut
.PHONY : custom_track_ut
# fast build rule for target.
custom_track_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/RecordTests/UnitTest/CMakeFiles/custom_track_ut.dir/build.make tests/RecordTests/UnitTest/CMakeFiles/custom_track_ut.dir/build
.PHONY : custom_track_ut/fast
#=============================================================================
# Target rules for targets named playback_perf
# Build rule for target.
playback_perf: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 playback_perf
.PHONY : playback_perf
# fast build rule for target.
playback_perf/fast:
$(MAKE) $(MAKESILENT) -f tests/RecordTests/UnitTest/CMakeFiles/playback_perf.dir/build.make tests/RecordTests/UnitTest/CMakeFiles/playback_perf.dir/build
.PHONY : playback_perf/fast
#=============================================================================
# Target rules for targets named rwlock_ft
# Build rule for target.
rwlock_ft: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rwlock_ft
.PHONY : rwlock_ft
# fast build rule for target.
rwlock_ft/fast:
$(MAKE) $(MAKESILENT) -f tests/rwlock/CMakeFiles/rwlock_ft.dir/build.make tests/rwlock/CMakeFiles/rwlock_ft.dir/build
.PHONY : rwlock_ft/fast
#=============================================================================
# Target rules for targets named k4a_example_test
# Build rule for target.
k4a_example_test: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4a_example_test
.PHONY : k4a_example_test
# fast build rule for target.
k4a_example_test/fast:
$(MAKE) $(MAKESILENT) -f tests/example/CMakeFiles/k4a_example_test.dir/build.make tests/example/CMakeFiles/k4a_example_test.dir/build
.PHONY : k4a_example_test/fast
#=============================================================================
# Target rules for targets named testutil
# Build rule for target.
testutil: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testutil
.PHONY : testutil
# fast build rule for target.
testutil/fast:
$(MAKE) $(MAKESILENT) -f tests/TestUtil/CMakeFiles/testutil.dir/build.make tests/TestUtil/CMakeFiles/testutil.dir/build
.PHONY : testutil/fast
#=============================================================================
# Target rules for targets named transformation_ut
# Build rule for target.
transformation_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 transformation_ut
.PHONY : transformation_ut
# fast build rule for target.
transformation_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/Transformation/CMakeFiles/transformation_ut.dir/build.make tests/Transformation/CMakeFiles/transformation_ut.dir/build
.PHONY : transformation_ut/fast
#=============================================================================
# Target rules for targets named throughput_perf
# Build rule for target.
throughput_perf: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 throughput_perf
.PHONY : throughput_perf
# fast build rule for target.
throughput_perf/fast:
$(MAKE) $(MAKESILENT) -f tests/throughput/CMakeFiles/throughput_perf.dir/build.make tests/throughput/CMakeFiles/throughput_perf.dir/build
.PHONY : throughput_perf/fast
#=============================================================================
# Target rules for targets named allocator_ut
# Build rule for target.
allocator_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allocator_ut
.PHONY : allocator_ut
# fast build rule for target.
allocator_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/UnitTests/allocator_ut/CMakeFiles/allocator_ut.dir/build.make tests/UnitTests/allocator_ut/CMakeFiles/allocator_ut.dir/build
.PHONY : allocator_ut/fast
#=============================================================================
# Target rules for targets named depthmcu_ut
# Build rule for target.
depthmcu_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 depthmcu_ut
.PHONY : depthmcu_ut
# fast build rule for target.
depthmcu_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/UnitTests/depthmcu_ut/CMakeFiles/depthmcu_ut.dir/build.make tests/UnitTests/depthmcu_ut/CMakeFiles/depthmcu_ut.dir/build
.PHONY : depthmcu_ut/fast
#=============================================================================
# Target rules for targets named dynlib_ut
# Build rule for target.
dynlib_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynlib_ut
.PHONY : dynlib_ut
# fast build rule for target.
dynlib_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/UnitTests/dynlib_ut/CMakeFiles/dynlib_ut.dir/build.make tests/UnitTests/dynlib_ut/CMakeFiles/dynlib_ut.dir/build
.PHONY : dynlib_ut/fast
#=============================================================================
# Target rules for targets named test_dynlib
# Build rule for target.
test_dynlib: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_dynlib
.PHONY : test_dynlib
# fast build rule for target.
test_dynlib/fast:
$(MAKE) $(MAKESILENT) -f tests/UnitTests/dynlib_ut/CMakeFiles/test_dynlib.dir/build.make tests/UnitTests/dynlib_ut/CMakeFiles/test_dynlib.dir/build
.PHONY : test_dynlib/fast
#=============================================================================
# Target rules for targets named handle_ut
# Build rule for target.
handle_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 handle_ut
.PHONY : handle_ut
# fast build rule for target.
handle_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/UnitTests/handle_ut/CMakeFiles/handle_ut.dir/build.make tests/UnitTests/handle_ut/CMakeFiles/handle_ut.dir/build
.PHONY : handle_ut/fast
#=============================================================================
# Target rules for targets named queue_ut
# Build rule for target.
queue_ut: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 queue_ut
.PHONY : queue_ut
# fast build rule for target.
queue_ut/fast:
$(MAKE) $(MAKESILENT) -f tests/UnitTests/queue_ut/CMakeFiles/queue_ut.dir/build.make tests/UnitTests/queue_ut/CMakeFiles/queue_ut.dir/build
.PHONY : queue_ut/fast
#=============================================================================
# Target rules for targets named utcommon
# Build rule for target.
utcommon: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 utcommon
.PHONY : utcommon
# fast build rule for target.
utcommon/fast:
$(MAKE) $(MAKESILENT) -f tests/UnitTests/utcommon/CMakeFiles/utcommon.dir/build.make tests/UnitTests/utcommon/CMakeFiles/utcommon.dir/build
.PHONY : utcommon/fast
#=============================================================================
# Target rules for targets named deversion
# Build rule for target.
deversion: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 deversion
.PHONY : deversion
# fast build rule for target.
deversion/fast:
$(MAKE) $(MAKESILENT) -f tools/deversion/CMakeFiles/deversion.dir/build.make tools/deversion/CMakeFiles/deversion.dir/build
.PHONY : deversion/fast
#=============================================================================
# Target rules for targets named k4aviewer
# Build rule for target.
k4aviewer: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4aviewer
.PHONY : k4aviewer
# fast build rule for target.
k4aviewer/fast:
$(MAKE) $(MAKESILENT) -f tools/k4aviewer/CMakeFiles/k4aviewer.dir/build.make tools/k4aviewer/CMakeFiles/k4aviewer.dir/build
.PHONY : k4aviewer/fast
#=============================================================================
# Target rules for targets named fastcapture_streaming
# Build rule for target.
fastcapture_streaming: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fastcapture_streaming
.PHONY : fastcapture_streaming
# fast build rule for target.
fastcapture_streaming/fast:
$(MAKE) $(MAKESILENT) -f tools/k4afastcapture_streaming/CMakeFiles/fastcapture_streaming.dir/build.make tools/k4afastcapture_streaming/CMakeFiles/fastcapture_streaming.dir/build
.PHONY : fastcapture_streaming/fast
#=============================================================================
# Target rules for targets named fastcapture_trigger
# Build rule for target.
fastcapture_trigger: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fastcapture_trigger
.PHONY : fastcapture_trigger
# fast build rule for target.
fastcapture_trigger/fast:
$(MAKE) $(MAKESILENT) -f tools/k4afastcapture_trigger/CMakeFiles/fastcapture_trigger.dir/build.make tools/k4afastcapture_trigger/CMakeFiles/fastcapture_trigger.dir/build
.PHONY : fastcapture_trigger/fast
#=============================================================================
# Target rules for targets named k4arecorder
# Build rule for target.
k4arecorder: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 k4arecorder
.PHONY : k4arecorder
# fast build rule for target.
k4arecorder/fast:
$(MAKE) $(MAKESILENT) -f tools/k4arecorder/CMakeFiles/k4arecorder.dir/build.make tools/k4arecorder/CMakeFiles/k4arecorder.dir/build
.PHONY : k4arecorder/fast
#=============================================================================
# Target rules for targets named AzureKinectFirmwareTool
# Build rule for target.
AzureKinectFirmwareTool: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 AzureKinectFirmwareTool
.PHONY : AzureKinectFirmwareTool
# fast build rule for target.
AzureKinectFirmwareTool/fast:
$(MAKE) $(MAKESILENT) -f tools/updater/CMakeFiles/AzureKinectFirmwareTool.dir/build.make tools/updater/CMakeFiles/AzureKinectFirmwareTool.dir/build
.PHONY : AzureKinectFirmwareTool/fast
# 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 "... package"
@echo "... package_source"
@echo "... rebuild_cache"
@echo "... test"
@echo "... Continuous"
@echo "... ContinuousBuild"
@echo "... ContinuousConfigure"
@echo "... ContinuousCoverage"
@echo "... ContinuousMemCheck"
@echo "... ContinuousStart"
@echo "... ContinuousSubmit"
@echo "... ContinuousTest"
@echo "... ContinuousUpdate"
@echo "... Experimental"
@echo "... ExperimentalBuild"
@echo "... ExperimentalConfigure"
@echo "... ExperimentalCoverage"
@echo "... ExperimentalMemCheck"
@echo "... ExperimentalStart"
@echo "... ExperimentalSubmit"
@echo "... ExperimentalTest"
@echo "... ExperimentalUpdate"
@echo "... Nightly"
@echo "... NightlyBuild"
@echo "... NightlyConfigure"
@echo "... NightlyCoverage"
@echo "... NightlyMemCheck"
@echo "... NightlyMemoryCheck"
@echo "... NightlyStart"
@echo "... NightlySubmit"
@echo "... NightlyTest"
@echo "... NightlyUpdate"
@echo "... deb"
@echo "... dist"
@echo "... rpm"
@echo "... spdlog_headers_for_ide"
@echo "... srpm"
@echo "... tarball"
@echo "... testclean"
@echo "... tjtest"
@echo "... uninstall"
@echo "... AzureKinectFirmwareTool"
@echo "... LibUSB"
@echo "... allocator_ut"
@echo "... aziotsharedutil"
@echo "... azure_c_shared_test"
@echo "... cJSON"
@echo "... calibration_info"
@echo "... calibration_ut"
@echo "... capturesync_ut"
@echo "... cjpeg"
@echo "... cjpeg-static"
@echo "... color_ft"
@echo "... color_ut"
@echo "... cpp_projection_ft"
@echo "... custom_track_ut"
@echo "... depth_ft"
@echo "... depth_ut"
@echo "... depthmcu_ut"
@echo "... deversion"
@echo "... djpeg"
@echo "... djpeg-static"
@echo "... dynlib_ut"
@echo "... ebml"
@echo "... enumerate_devices"
@echo "... executables_ft"
@echo "... executables_ft_custom"
@echo "... fastcapture_streaming"
@echo "... fastcapture_trigger"
@echo "... fastpointcloud"
@echo "... glfw"
@echo "... global_ft"
@echo "... gmock"
@echo "... gmock_main"
@echo "... gtest"
@echo "... gtest_main"
@echo "... handle_ut"
@echo "... imgui"
@echo "... imu_ft"
@echo "... imu_ut"
@echo "... jcstest"
@echo "... jpeg"
@echo "... jpeg-static"
@echo "... jpegtran"
@echo "... jpegtran-static"
@echo "... k4a"
@echo "... k4a_allocator"
@echo "... k4a_calibration"
@echo "... k4a_capturesync"
@echo "... k4a_color"
@echo "... k4a_color_mcu"
@echo "... k4a_cpp_ft"
@echo "... k4a_deloader"
@echo "... k4a_depth"
@echo "... k4a_depth_mcu"
@echo "... k4a_dewrapper"
@echo "... k4a_dynlib"
@echo "... k4a_example_test"
@echo "... k4a_firmware"
@echo "... k4a_global"
@echo "... k4a_image"
@echo "... k4a_imu"
@echo "... k4a_logging"
@echo "... k4a_math"
@echo "... k4a_playback"
@echo "... k4a_queue"
@echo "... k4a_record"
@echo "... k4a_rwlock"
@echo "... k4a_tewrapper"
@echo "... k4a_transformation"
@echo "... k4a_usb_cmd"
@echo "... k4arecord"
@echo "... k4arecord_custom_track"
@echo "... k4arecorder"
@echo "... k4aviewer"
@echo "... latency_perf"
@echo "... logging_ut"
@echo "... matroska"
@echo "... md5cmp"
@echo "... multidevice_ft"
@echo "... playback_external_sync"
@echo "... playback_perf"
@echo "... playback_ut"
@echo "... queue_ut"
@echo "... rdjpgcom"
@echo "... record_ut"
@echo "... rwlock_ft"
@echo "... simd"
@echo "... spdlog-utests"
@echo "... streaming_samples"
@echo "... test_dynlib"
@echo "... testutil"
@echo "... throughput_perf"
@echo "... tjbench"
@echo "... tjbench-static"
@echo "... tjexample"
@echo "... tjunittest"
@echo "... tjunittest-static"
@echo "... transformation_example"
@echo "... transformation_ut"
@echo "... turbojpeg"
@echo "... turbojpeg-static"
@echo "... umock_c"
@echo "... undistort"
@echo "... utcommon"
@echo "... uvc_static"
@echo "... viewer_opengl"
@echo "... wrjpgcom"
@echo "... yuv"
@echo "... yuv_shared"
@echo "... yuvconvert"
.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